{
  "family": "snipr",
  "sample_count": 2,
  "category": "advanced_threat",
  "description": "HackTool:Win32/Snipr is a classification for malicious tools specifically designed to automate 'Credential Stuffing' attacks. While not a virus that infects a host in the traditional sense, Snipr (and similar tools like SentryMBA or OpenBullet) are used by cybercriminals to take massive lists of leaked usernames and passwords from previous breaches and automatically test them against high-value targets like banking sites, streaming services, or corporate VPNs (`T1110.004`).<br><br><b>Understanding Snipr (Credential Stuffing)</b><br>To an end-user, they may suddenly find their Netflix or bank account compromised, even though they didn't click a phishing link (because they reused a password). For a SOC analyst, detecting Snipr on a corporate endpoint means an insider or an attacker who has already breached the perimeter is actively using the corporate network as a launchpad to conduct attacks against external (or internal) web applications.<br><br><b>Execution and Attack Mechanics</b><br>Snipr requires a 'combo list' (millions of `username:password` pairs) and a configuration file that tells the tool how to interact with the target website's login form. Upon execution, the attacker loads proxies (`T1090`) to distribute the login requests and hide their true IP address. Snipr then launches thousands of concurrent HTTP POST requests to the target login page (`T1110.004`). It analyzes the HTTP response codes or page text to determine if the login was successful, saving valid accounts to a 'hits' file.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is the mass compromise of user accounts leading to fraud or unauthorized access. Host-based IoCs include the presence of the Snipr executable, large text files containing 'combo lists' (`username:password` pairs), and configuration files tailored to specific web applications. Network IoCs are highly visible if not proxied: a massive volume of outbound HTTP POST requests directed at a single URL (the login page of a target service), originating from the endpoint.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1589.001",
    "T1090",
    "T1110.004"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1110.004",
      "name": "Brute Force: Credential Stuffing (The core function of the Snipr tool)",
      "tactic": "Credential Access"
    },
    {
      "id": "T1090",
      "name": "Proxy (Utilizing proxy lists to distribute the attack and evade rate limiting)",
      "tactic": "Command and Control"
    },
    {
      "id": "T1589.001",
      "name": "Gather Victim Identity Information: Credentials (Relying on previously breached password lists)",
      "tactic": "Reconnaissance"
    }
  ],
  "containment_steps": [
    "Terminate the Snipr process and isolate the machine to stop the outbound credential stuffing attack.",
    "Investigate how the tool arrived on the system. If an employee downloaded it, treat it as a severe Acceptable Use Policy violation or insider threat.",
    "If the tool was targeting *internal* corporate applications, immediately review the authentication logs for those apps to identify any successfully compromised accounts.",
    "Ensure Multi-Factor Authentication (MFA) is strictly enforced on all external-facing corporate portals to neutralize the threat of credential stuffing."
  ],
  "what_to_avoid": [
    "Do not assume the user's local passwords are secure just because the machine was running Snipr; the tool itself is often bundled with malware.",
    "Avoid allowing users to reuse corporate passwords on personal services."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}