{
  "family": "genericrxev",
  "sample_count": 3,
  "category": "ransomware",
  "description": "Trojan:Win32/Genericrxev is a generic, heuristic detection applied by Microsoft Defender to binaries exhibiting a broad range of malicious behaviors, primarily associated with downloading and executing secondary payloads. Because it is a generic signature, it catches numerous constantly-evolving threats that attempt to evade static detection.<br><br><b>Understanding Genericrxev</b><br>To an end-user, an infection is usually invisible until a secondary payload executes. For a security analyst, a Genericrxev alert indicates that the endpoint defense has successfully interrupted a dropper or downloader trojan before it could finalize its attack sequence. It frequently flags Initial Access Broker (IAB) tooling attempting to pull down ransomware or banking trojans.<br><br><b>Execution and Evasion Strategies</b><br>Threats flagged as Genericrxev are typically distributed via phishing emails (`T1566.001`) or drive-by downloads (`T1189`). They often utilize aggressive packing (`T1027.002`) to hide their true payload from static scans. Upon execution, they immediately attempt to establish persistence via the Registry Run keys (`T1547.001`) and initiate outbound HTTP/HTTPS connections to download their final payload (`T1105`), often attempting to inject this payload directly into a legitimate process like `svchost.exe` (`T1055`) to evade further detection.<br><br><b>Indicators of Compromise (IoCs)</b><br>Host-based IoCs include the presence of randomly named executables in the `%Temp%` or `%AppData%` directories and unexpected additions to the Registry Run keys. EDR telemetry will often show suspicious child processes spawning from `cmd.exe` or PowerShell. Network IoCs include sudden bursts of outbound HTTP traffic to recently registered or low-reputation domains immediately following the execution of an unknown file.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1547.001",
    "T1105",
    "T1055",
    "T1027.002"
  ],
  "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": "T1027.002",
      "name": "Obfuscated Files or Information: Software Packing",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "Isolate the endpoint to ensure the downloader cannot complete the transfer of a more destructive secondary payload.",
    "Review the AV/EDR quarantine logs to determine exactly what file triggered the generic detection and where it originated.",
    "Check network firewall logs to identify the external IPs or domains the process attempted to contact before it was terminated.",
    "Perform a full system scan with updated definitions to ensure no dropped artifacts or persistence mechanisms were missed."
  ],
  "what_to_avoid": [
    "Do not assume the threat is completely neutralized just because the AV blocked the file; always investigate the initial delivery vector.",
    "Avoid relying on this generic detection name for specific attribution; it covers many different malware families."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}