Hayabusa high test sigma
Powershell DNSExfiltration
DNSExfiltrator allows for transferring (exfiltrate) a file over a DNS request covert channel
Detection Logic
{
"ps_script": {
"EventID": 4104,
"Channel": [
"Microsoft-Windows-PowerShell/Operational",
"PowerShellCore/Operational"
]
},
"selection_cmdlet": [
{
"ScriptBlockText
| contains": "Invoke-DNSExfiltrator"
},
{
"ScriptBlockText
| contains
| all": [
" -i ",
" -d ",
" -p ",
" -doh ",
" -t "
]
}
],
"condition": "ps_script and selection_cmdlet"
} False Positives
- ⚠ Legitimate script
Field Validations
Loading…
Comments (0)
Loading comments...