mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
16 lines
522 B
YAML
16 lines
522 B
YAML
|
alert:
|
||
|
- debug
|
||
|
description: Detects the installation of a Callout DLL via CalloutDlls and CalloutEnabled parameter in Registry, which can be used to execute code in context of the DHCP server (restart required)
|
||
|
filter:
|
||
|
- query:
|
||
|
query_string:
|
||
|
query: data.win.eventdata.targetObject.keyword:(*\\Services\\DHCPServer\\Parameters\\CalloutDlls OR *\\Services\\DHCPServer\\Parameters\\CalloutEnabled)
|
||
|
index: wazuh-alerts-3.x-*
|
||
|
name: 9d3436ef-9476-4c43-acca-90ce06bdf33a_0
|
||
|
priority: 2
|
||
|
realert:
|
||
|
minutes: 0
|
||
|
type: any
|
||
|
|
||
|
|