Sigma high test sigma

Powershell DNSExfiltration

DNSExfiltrator allows for transferring (exfiltrate) a file over a DNS request covert channel

View Source

Detection Logic

{
  "selection_cmdlet": [
    {
      "ScriptBlockText
| contains": "Invoke-DNSExfiltrator"
    },
    {
      "ScriptBlockText
| contains
| all": [
        " -i ",
        " -d ",
        " -p ",
        " -doh ",
        " -t "
      ]
    }
  ],
  "condition": "selection_cmdlet"
}

False Positives

  • Legitimate script

Field Validations

Loading…

Comments (0)

Loading comments...