Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding connect-to-wmi-namespace-via-wbemlocator.yml #368

Merged
merged 1 commit into from
May 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions nursery/connect-to-wmi-namespace-via-wbemlocator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# generated using capa explorer for IDA Pro
rule:
meta:
name: connect to WMI namespace via WbemLocator
namespace: host-interaction/wmi
author: [email protected]
scope: function
att&ck:
- Execution::Windows Management Instrumentation [T1047]
features:
- and:
mike-hunhoff marked this conversation as resolved.
Show resolved Hide resolved
- basic block:
- and:
- api: ole32.CoCreateInstance
- bytes: 11 F8 90 45 3A 1D D0 11 89 1F 00 AA 00 4B 2E 24 = CLSID_WbemLocator
- bytes: 87 A6 12 DC 7F 73 CF 11 88 4D 00 AA 00 4B 2E 24 = IID_IWbemLocator
mike-hunhoff marked this conversation as resolved.
Show resolved Hide resolved
- offset: 0x18 = ppv->ConnectServer
- optional:
- string: /ROOT\\CIMV2/i
- string: /ROOT\\DEFAULT/i