Hayabusa high test sigma
Network Reconnaissance Activity
Detects a set of suspicious network related commands often used in recon stages
Detection Logic
{
"process_creation": {
"EventID": 1,
"Channel": "Microsoft-Windows-Sysmon/Operational"
},
"selection": {
"CommandLine
| contains
| all": [
"nslookup",
"_ldap._tcp.dc._msdcs."
]
},
"condition": "process_creation and selection"
} False Positives
- ⚠ False positives depend on scripts and administrative tools used in the monitored environment
Field Validations
Loading…
Comments (0)
Loading comments...