Hayabusa medium test sigma

Disable Microsoft Defender Firewall via Registry

Adversaries may disable or modify system firewalls in order to bypass controls limiting network usage

View Source

Detection Logic

{
  "registry_set": {
    "EventID": 4657,
    "Channel": "Security"
  },
  "selection": {
    "ObjectName
| contains": "\\Services\\SharedAccess\\Parameters\\FirewallPolicy\\",
    "ObjectName
| endswith": "\\EnableFirewall",
    "NewValue": "DWORD (0x00000000)"
  },
  "condition": "registry_set and selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...