DHCP Callout DLL Installation

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)

Sigma rule (View on GitHub)

 1title: DHCP Callout DLL Installation
 2id: 9d3436ef-9476-4c43-acca-90ce06bdf33a
 3status: test
 4description: 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)
 5references:
 6    - https://blog.3or.de/mimilib-dhcp-server-callout-dll-injection.html
 7    - https://technet.microsoft.com/en-us/library/cc726884(v=ws.10).aspx
 8    - https://msdn.microsoft.com/de-de/library/windows/desktop/aa363389(v=vs.85).aspx
 9author: Dimitrios Slamaris
10date: 2017/05/15
11modified: 2023/08/17
12tags:
13    - attack.defense_evasion
14    - attack.t1574.002
15    - attack.t1112
16logsource:
17    category: registry_set
18    product: windows
19detection:
20    selection:
21        TargetObject|endswith:
22            - '\Services\DHCPServer\Parameters\CalloutDlls'
23            - '\Services\DHCPServer\Parameters\CalloutEnabled'
24    condition: selection
25falsepositives:
26    - Unknown
27level: high

References

Related rules

to-top