{
  "family": "finfish",
  "sample_count": 3,
  "category": "advanced_threat",
  "description": "Spyware:Win32/Finfish (also known as FinFisher or FinSpy) is an incredibly sophisticated, commercial-grade spyware suite. Developed by the German company Gamma International (and its UK affiliate Gamma Group), FinFisher is marketed and sold exclusively as 'lawful interception' software to law enforcement and intelligence agencies worldwide. However, it has been widely documented by human rights organizations (like Citizen Lab) being deployed by oppressive regimes against journalists, political dissidents, and activists.<br><br><b>Understanding Finfish (Commercial Spyware)</b><br>To a victim, a FinFisher infection is entirely invisible. The spyware is designed for absolute stealth and total device compromise. For a security analyst, FinFisher is the apex predator of endpoint surveillance. It grants the operator complete, undetectable control over the infected machine, allowing for real-time monitoring of all communications, even those utilizing end-to-end encryption, by capturing the data *before* it is encrypted on the device.<br><br><b>Execution and Surveillance Capabilities</b><br>FinFisher is deployed through highly targeted means, including spear-phishing with zero-day exploits (`T1190`), physical access (USB drops - `T1091`), or even ISP-level MitM attacks (FinFly ISP). Once executed, it employs aggressive anti-analysis and rootkit techniques (`T1014`) to hide its processes, files, and network connections. Its surveillance modules are vast: it can silently activate the webcam and microphone (`T1125`), log all keystrokes (`T1056.001`), exfiltrate files (`T1041`), and hook into VoIP applications (like Skype or WhatsApp) to record live conversations (`T1056.002`). It communicates with its C2 servers using custom, heavily obfuscated protocols designed to blend in with normal web traffic.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is total loss of privacy and severe compromise of sensitive data. Because FinFisher is designed to evade top-tier AV and EDR solutions, host-based IoCs are extremely difficult to find. Advanced memory forensics (`T1055`) and deep packet inspection of network traffic are usually required. Historically, researchers have identified specific strings, mutexes, and highly obfuscated virtualized code blocks (like those produced by the 'VMProtect' packer) associated with FinFisher droppers.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1014",
    "T1125",
    "T1056.002",
    "T1056.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1056.001",
      "name": "Input Capture: Keylogging",
      "tactic": "Collection"
    },
    {
      "id": "T1125",
      "name": "Video/Audio Capture (Webcam and Microphone hijacking)",
      "tactic": "Collection"
    },
    {
      "id": "T1056.002",
      "name": "Input Capture: GUI Input Capture (Screen recording and VoIP hooking)",
      "tactic": "Collection"
    },
    {
      "id": "T1014",
      "name": "Rootkit (Hiding files, processes, and network connections)",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "If state-sponsored spyware is suspected, immediately isolate the device but DO NOT power it off, as volatile memory forensics are critical.",
    "Engage a specialized incident response firm with experience in analyzing APT (Advanced Persistent Threat) and commercial spyware toolsets.",
    "Perform a full forensic image of the RAM and the hard drive for offline analysis.",
    "Consider the compromised device completely untrustworthy; standard reimaging may not be sufficient if firmware-level persistence was achieved."
  ],
  "what_to_avoid": [
    "Do not alert the user of the suspected infection via the compromised device (e.g., via email or chat), as the attacker is actively monitoring all communications.",
    "Avoid relying on standard endpoint antivirus to detect or remove FinFisher, as it is explicitly engineered to bypass these protections."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}