Hayabusa high experimental sigma

Security Event Logging Disabled via MiniNt Registry Key - Registry Set

Detects the addition of the 'MiniNt' key to the registry. Upon a reboot, Windows Event Log service will stop writing events. Windows Event Log is a service that collects and stores event logs from the operating system and applications. It is an important component of Windows security and auditing. Adversary may want to disable this service to disable logging of security events which could be used to detect their activities.

View Source

Detection Logic

{
  "registry_set": {
    "EventID": 13,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection": {
    "TargetObject": "HKLM\\System\\CurrentControlSet\\Control\\MiniNt\\(Default)"
  },
  "condition": "registry_set and selection"
}

False Positives

  • Highly Unlikely

Field Validations

Loading…

Comments (0)

Loading comments...