Hayabusa medium test sigma
Network Connection Initiated To BTunnels Domains
Detects network connections to BTunnels domains initiated by a process on the system. Attackers can abuse that feature to establish a reverse shell or persistence on a machine.
Detection Logic
{
"network_connection": {
"EventID": 3,
"Channel": "Microsoft-Windows-Sysmon/Operational"
},
"selection": {
"Initiated": "true",
"DestinationHostname
| endswith": ".btunnel.co.in"
},
"condition": "network_connection and selection"
} False Positives
- ⚠ Legitimate use of BTunnels will also trigger this.
Field Validations
Loading…
Comments (0)
Loading comments...