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.
Detection Logic
{
"registry_event": {
"EventID": [
12,
13,
14
],
"Channel": "Microsoft-Windows-Sysmon/Operational"
},
"selection": [
{
"TargetObject": "HKLM\\SYSTEM\\CurrentControlSet\\Control\\MiniNt",
"EventType": "CreateKey"
},
{
"NewName": "HKLM\\SYSTEM\\CurrentControlSet\\Control\\MiniNt"
}
],
"condition": "registry_event and selection"
} False Positives
- ⚠ Unknown
Field Validations
Loading…
Comments (0)
Loading comments...