Fareit

Category: infostealer · Aliases: Fareit, Pony · Sample count (EMBER 2018): 10,955 · Enrichment: curated_sourced · Updated: 2026-06-09

Overview

Fareit (closely associated with Pony) is credential-stealing spyware. Per Malwarebytes' description of Spyware.Pony, it may run in the background and silently collect information about the system, connected users, and network activity. It harvests stored credentials from browsers, email, and FTP clients and can act as a downloader for additional malware; the leak of the Pony Loader source code led to its use by many threat actors.

Known aliases

Threat reports may refer to this family under multiple names:

MITRE ATT&CK Techniques

This family has been observed using the following ATT&CK techniques: T1555.003 T1539 T1552.001 T1041 T1105

Generated Detections (Boilerplate)

These YARA and Sigma rules are auto-generated based on the family name and aliases. They must be heavily tuned before deployment in a production environment.

YARA Rule

rule MALWARE_WIN_FAREIT {
    meta:
        description = "Detects Fareit (infostealer)"
        author = "SystemHelpdesk Boilerplate Generator"
        date = "2026-07-06"
    strings:
        $s1 = "fareit" ascii wide nocase
        $s2 = "fareit" ascii wide nocase
        $s3 = "pony" ascii wide nocase
    condition:
        uint16(0) == 0x5a4d and any of them
}

Sigma Rule

title: Suspicious Fareit Activity
id: c1946f0891a6bef8f678116b460a29e8
status: experimental
description: Detects generic indicators of the fareit malware family.
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|endswith:
            - '\cmd.exe'
            - '\powershell.exe'
        CommandLine|contains:
            - "*fareit*"
            - "*fareit*"
            - "*pony*"
    condition: selection
level: medium

References & External Analysis

Frequently Asked Questions

What is Fareit?

Credential-stealing spyware, closely related to Pony, that silently collects system, user, and network information and harvests stored passwords.

What does Fareit/Pony steal?

Stored credentials from browsers, email, and FTP clients, among other data.

Can Fareit do more than steal data?

Yes; it also has downloader capabilities to fetch additional malware.

Why is Fareit/Pony so widespread?

The Pony Loader source code leaked online, leading many different threat actors to adopt and modify it.

How can I protect credentials from Fareit?

Use a password manager and multi-factor authentication, avoid suspicious attachments and downloads, and keep security software updated.

Where can I read an authoritative source on Fareit/Pony?

Malwarebytes maintains a Spyware.Pony detection page, linked on this page.

Related Families (Category: infostealer)

Explore other malware families in the same category:

Need help with an active incident? Published by the SystemHelpdesk team.

Machine-readable

Get this profile as JSON: https://jordanricky1604-ship-it.github.io/malware-families-catalog/api/fareit.json

Ecosystem & Interactive Environments

This profile is part of the Malware Families Catalog, a public dataset of 2,899 malware families. The catalog is also published across our ecosystem: Hugging Face, Kaggle, Replit, StackBlitz, CodeSandbox, and CodePen.