Potential Hello-World Scraper Botnet Activity
Description
Detects network traffic potentially associated with a scraper botnet variant that uses the "Hello-World/1.0" user-agent string.
Query · sigma
selection: c-useragent: Hello-World/1.0 cs-method: GET condition: selection
Known false positives
- Legitimate network monitoring or vulnerability scanning tools that may use this generic user agent.
- Internal development or testing scripts. Consider filtering by source IP if this is expected from certain systems.