{
  "family": "fraudpack",
  "sample_count": 17,
  "category": "trojan",
  "description": "TrojanDropper:Win32/Fraudpack is a persistent, stealthy trojan designed specifically to breach endpoint defenses and securely drop secondary, high-severity payloads (almost exclusively Rogue Security Software and Scareware) directly onto the file system.<br><br><b>Understanding Fraudpack</b><br>To an end-user, a Fraudpack infection is typically invisible until the devastating secondary payload executes—which, in this case, results in the screen being flooded with fake antivirus alerts. For threat intelligence analysts, Fraudpack is a critical staging mechanism. Unlike a standard downloader that fetches code from the internet, a 'Dropper' actually contains the secondary payload embedded within its own code structure. Its primary objective is to securely bypass endpoint defenses, extract the embedded scareware payload, and execute it.<br><br><b>Execution and Evasion Strategies</b><br>Fraudpack is commonly distributed via massive malvertising campaigns, drive-by downloads, or exploit kits. Upon execution, it utilizes heavy packing and obfuscation to evade static antivirus signatures (`T1027`). Once running, it unpacks its internal payload (the actual rogue antivirus software) and writes it (drops it) to a strategic location on the disk, such as `%Temp%` or `%AppData%`. It then executes this dropped file. Fraudpack often uses techniques like 'timestomping' (`T1070.006`) to make the dropped file appear legitimate and establishes persistence for the scareware payload via Registry Run keys.<br><br><b>Indicators of Compromise (IoCs)</b><br>Threat hunters should investigate EDR alerts related to suspicious file creation events in user profile directories followed immediately by the execution of that newly created file, which then begins creating massive amounts of UI manipulation and fake alerts. Because the payload is embedded, network IoCs for the initial stage may be minimal. Memory analysis and static reverse engineering of the Fraudpack binary are necessary to extract the embedded payload.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1027",
    "T1055",
    "T1105",
    "T1189",
    "T1547.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1105",
      "name": "Ingress Tool Transfer",
      "tactic": "Command and Control"
    },
    {
      "id": "T1055",
      "name": "Process Injection",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1547.001",
      "name": "Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder",
      "tactic": "Persistence"
    },
    {
      "id": "T1189",
      "name": "Drive-by Compromise",
      "tactic": "Initial Access"
    },
    {
      "id": "T1027",
      "name": "Obfuscated Files or Information",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "Isolate the endpoint immediately to prevent the secondary scareware payloads dropped by Fraudpack from exfiltrating data or locking the system.",
    "Audit the Windows Task Scheduler and Registry Run keys to identify and remove the persistence mechanisms established for the dropped payload.",
    "Perform a deep forensic scan of the `%AppData%` and `%Temp%` directories to locate and remove all executables dropped by the initial infection vector.",
    "Submit the original Fraudpack executable to a sandbox to extract and analyze the embedded secondary payload."
  ],
  "what_to_avoid": [
    "Do not close an incident simply because the initial Fraudpack executable was quarantined; the embedded scareware payload was likely already dropped and running.",
    "Avoid relying solely on static hash sweeping; Droppers frequently re-pack their binaries to generate novel hashes for every campaign."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}