{
  "family": "tibs",
  "sample_count": 5,
  "category": "trojan",
  "description": "TrojanDownloader:Win32/Tibs is a classic, persistent trojan downloader designed to breach endpoint defenses and securely deliver secondary, high-severity payloads. Tibs is historically associated with botnet operations and is frequently used to drop rogue security software (fake AV), adware, or more severe banking trojans.<br><br><b>Understanding Tibs</b><br>To an end-user, a Tibs infection might go unnoticed initially, or it might quickly result in the appearance of aggressive pop-ups from fake antivirus programs claiming the computer is infected. For threat intelligence analysts, Tibs is a critical staging mechanism. Its primary objective is to securely bypass endpoint defenses and reach out to a Command-and-Control (C2) server to pull down the final payload.<br><br><b>Execution and Evasion Strategies</b><br>Tibs is commonly distributed via malspam campaigns, malicious links in instant messaging, or through exploit kits (`T1189`). Upon execution, it utilizes packing to evade static antivirus signatures. It drops a randomized executable into the `%Temp%` or `System32` directory. It establishes persistence by modifying the Registry Run keys or creating a hidden service (`T1543.003`). Tibs frequently injects its downloading routine into legitimate system processes (like `svchost.exe`) (`T1055`) to mask its outbound network traffic. It then reaches out to hardcoded HTTP URLs to download its secondary payloads (`T1105`).<br><br><b>Indicators of Compromise (IoCs)</b><br>Threat hunters should investigate EDR alerts related to 'Suspicious Process Injection' or `svchost.exe` making unexpected HTTP connections to unknown domains. Network logs will often reveal Tibs downloading `.exe` files disguised as `.gif` or `.txt` files. The presence of new, unexpected startup entries in the Registry is a strong IoC.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1055",
    "T1105",
    "T1189",
    "T1543.003"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1105",
      "name": "Ingress Tool Transfer (Downloading payloads)",
      "tactic": "Command and Control"
    },
    {
      "id": "T1055",
      "name": "Process Injection",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1543.003",
      "name": "Create or Modify System Process: Windows Service",
      "tactic": "Persistence"
    },
    {
      "id": "T1189",
      "name": "Drive-by Compromise",
      "tactic": "Initial Access"
    }
  ],
  "containment_steps": [
    "Isolate the endpoint immediately to prevent Tibs from downloading and executing its secondary payloads (e.g., rogue AV or banking trojans).",
    "Audit the Registry Run keys and Services to identify and remove the Tibs persistence mechanisms.",
    "Review proxy logs to identify the specific URLs Tibs contacted to download payloads, and block them enterprise-wide.",
    "Run a comprehensive anti-malware scan to clean up both the downloader and any payloads it successfully installed."
  ],
  "what_to_avoid": [
    "Do not pay for any 'antivirus' software that suddenly appears and demands payment after a Tibs infection; this is the fraudulent payload.",
    "Do not close an incident simply because the initial Tibs dropper was quarantined; always verify if secondary payloads were downloaded."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}