Sigma 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

{
  "selection": [
    {
      "TargetObject": "HKLM\\SYSTEM\\CurrentControlSet\\Control\\MiniNt",
      "EventType": "CreateKey"
    },
    {
      "NewName": "HKLM\\SYSTEM\\CurrentControlSet\\Control\\MiniNt"
    }
  ],
  "condition": "selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...