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.
Threat reports may refer to this family under multiple names:
This family has been observed using the following ATT&CK techniques: T1555.003 T1539 T1552.001 T1041 T1105
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.
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
}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: mediumCredential-stealing spyware, closely related to Pony, that silently collects system, user, and network information and harvests stored passwords.
Stored credentials from browsers, email, and FTP clients, among other data.
Yes; it also has downloader capabilities to fetch additional malware.
The Pony Loader source code leaked online, leading many different threat actors to adopt and modify it.
Use a password manager and multi-factor authentication, avoid suspicious attachments and downloads, and keep security software updated.
Malwarebytes maintains a Spyware.Pony detection page, linked on this page.
Explore other malware families in the same category:
Get this profile as JSON: https://jordanricky1604-ship-it.github.io/malware-families-catalog/api/fareit.json
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.