{
  "family": "trash",
  "sample_count": 11,
  "category": "trojan",
  "description": "PUA:Win32/Trash is a generic, heuristic classification used by Windows Defender and other security engines to flag executables that exhibit exceptionally low reputation, poor coding practices, or deceptive behaviors typically associated with low-tier 'junkware', aggressive adware bundlers, or poorly written malware droppers. It is a catch-all category for software that is highly suspicious but lacks the definitive signature of a major malware family.<br><br><b>Understanding 'Trash' Heuristics</b><br>To an end-user, an alert for 'Trash' usually occurs immediately after downloading a questionable file from a torrent site, a fake software crack portal, or a shady freeware aggregator. For a security analyst, this alert indicates that the user is engaging in high-risk browsing behavior. The flagged file is likely a wrapper designed to drop adware, or a poorly obfuscated trojan stager that triggered machine-learning defenses based on its structural anomalies.<br><br><b>Behaviors Flagged as Trash</b><br>Files categorized as Trash often lack digital signatures or use invalid certificates (`T1036.001`). Upon execution (`T1204.002`), they frequently attempt to drop secondary files into temporary directories (`%Temp%`) or attempt clumsy modifications to the Registry Run keys for persistence (`T1547.001`). The engine flags them because they utilize packers commonly abused by malware (like UPX or Themida), or because their imports/exports resemble those of known downloaders. They are often part of Pay-Per-Install (PPI) adware networks, attempting to silently install browser hijackers (`T1176`).<br><br><b>Indicators of Compromise & Impact</b><br>The impact ranges from simple annoyance (adware) to potential system compromise (if the 'Trash' file was actually a stager for a RAT). Incident responders should treat the alert as a warning sign of poor user hygiene. Investigate the source URL of the downloaded file. Use EDR to verify that the file was successfully quarantined before it could spawn any child processes or establish outbound network connections.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1036.001",
    "T1189",
    "T1204.002",
    "T1547.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File",
      "tactic": "Execution"
    },
    {
      "id": "T1036.001",
      "name": "Masquerading: Invalid Code Signature",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1547.001",
      "name": "Boot or Logon Autostart Execution (Clumsy persistence)",
      "tactic": "Persistence"
    },
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Shady freeware sites)",
      "tactic": "Initial Access"
    }
  ],
  "containment_steps": [
    "Verify that the endpoint security solution successfully quarantined the file and that no child processes were spawned.",
    "Investigate the user's browsing history to identify the deceptive website or freeware portal where the file was downloaded, and consider blocking it.",
    "If the file executed before quarantine, perform a scan with an adware removal tool to clear out any browser hijackers or tracking cookies.",
    "Provide security awareness training to the user regarding the dangers of downloading software from untrusted third-party aggregators."
  ],
  "what_to_avoid": [
    "Do not whitelist the file simply because the user claims they 'need' it; 'Trash' detections are highly correlated with bundled adware and malvertising.",
    "Avoid ignoring the alert; it indicates a failure in user judgment that could lead to a more severe infection in the future."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}