{
  "family": "schoolgirl",
  "sample_count": 9,
  "category": "trojan",
  "description": "Worm:Win32/Schoolgirl is a historic, self-propagating worm from the early-to-mid 2000s that gained prevalence through primitive social engineering and the abuse of peer-to-peer (P2P) file-sharing networks (like Kazaa and eDonkey) and early Instant Messaging protocols. Its primary objective was rapid, viral propagation to drop secondary payloads (often adware or generic trojans) onto victim machines.<br><br><b>Understanding the Schoolgirl Worm</b><br>To an infected user, the computer might seem fine initially, but they would soon notice an overwhelming amount of pop-up ads, or their friends would report receiving strange files from them. For security analysts, Schoolgirl represents the era of mass-mailing and P2P worms, where malware relied entirely on tricking users into executing files with enticing, often sexually explicit names (hence the name 'Schoolgirl').<br><br><b>Propagation and P2P Mechanics</b><br>The infection cycle begins when a victim downloads what they believe to be a video or image file from a P2P network (`T1204.002`). The file is actually the Schoolgirl executable, often disguised with a double extension (e.g., `video.avi.exe`) (`T1036.004`). Upon execution, it establishes persistence via Registry Run keys (`T1547.001`). The worm's core propagation mechanism involves copying itself into the shared upload directories of installed P2P software (like the `My Shared Folder` in Kazaa) and giving itself hundreds of highly searched, enticing filenames (`T1083`). When other users search the P2P network, they download the worm from the infected machine. It also attempts to mail copies of itself to addresses found in the Windows Address Book (`T1534`).<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact was severe network congestion on P2P protocols and the deployment of secondary adware. The most glaring IoC is the presence of hundreds of executable files with random, enticing names appearing in the user's P2P shared folders. Host-based IoCs include EDR alerts for the creation of randomly named executables in the Windows System directory and unauthorized SMTP traffic originating from the endpoint (as it attempts to mass-mail itself).",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1036.004",
    "T1547.001",
    "T1534",
    "T1204.002"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File (Double extensions)",
      "tactic": "Execution"
    },
    {
      "id": "T1534",
      "name": "Internal Spearphishing (Propagating via Mass-Mailing)",
      "tactic": "Lateral Movement"
    },
    {
      "id": "T1547.001",
      "name": "Boot or Logon Autostart Execution: Registry Run Keys",
      "tactic": "Persistence"
    },
    {
      "id": "T1036.004",
      "name": "Masquerading: Masquerade Task or Service (Fake filenames in P2P folders)",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "Isolate the endpoint from the network to halt the mass-mailing engine and stop other P2P users from downloading the worm from the infected host.",
    "Use an enterprise antivirus solution to scan the Windows System directory and the P2P shared folders to remove all copies of the Schoolgirl executable.",
    "Block legacy P2P protocols (eDonkey, Kazaa, Gnutella) at the enterprise firewall to prevent re-infection.",
    "Instruct the user to notify their contacts to ignore any recent unexpected email attachments sent from their profile."
  ],
  "what_to_avoid": [
    "Do not assume the threat is modern; Schoolgirl heavily targets obsolete P2P protocols, meaning an infection on a modern system is rare unless the user is running legacy software.",
    "Avoid ignoring the incident; while the worm itself is old, the vector (executing unknown files) indicates a severe lack of security awareness."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}