Hayabusa high test sigma

Disable Security Events Logging Adding Reg Key MiniNt

Detects the addition of a key 'MiniNt' to the registry. Upon a reboot, Windows Event Log service will stop writing events.

View Source

Detection Logic

{
  "registry_event": {
    "EventID": 4657,
    "Channel": "Security"
  },
  "selection": [
    {
      "ObjectName": "\\REGISTRY\\MACHINE\\SYSTEM\\CurrentControlSet\\Control\\MiniNt",
      "OperationType": "%%1904"
    },
    {
      "NewName": "HKLM\\SYSTEM\\CurrentControlSet\\Control\\MiniNt"
    }
  ],
  "condition": "registry_event and selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...