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

Add wbemcomn.yml #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
18 changes: 18 additions & 0 deletions yml/microsoft/built-in/wbemcomn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
Name: wbemcomn.dll
Author: v1stra
Created: 2024-12-12
Vendor: Microsoft
ExpectedLocations: # No trailing slashes
- '%SYSTEM32%'
- '%SYSWOW64%'
Comment on lines +7 to +8
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it sounds like these should be suffixed with \Wbem

VulnerableExecutables:
- Path: 'C:\Windows\System32\Wbem\wbemcomn.dll'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @v1stra , thanks for opening this PR. Could you update this line to reference the executable it affects, rather than the DLL itself? thanks!

Type: Search Order
AutoElevate: true # Remove line if false
PrivilegeEscalation: false # Remove line if false
Resources:
- https://gist.github.com/v1stra/7a13f2a27a1c9b97778d12e13a3d53c2
Acknowledgements:
- Name: v1stra
Twitter: '@_v1stra'
Loading