Skip to content
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
17 changes: 17 additions & 0 deletions nursery/wmi-get-antivirus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
rule:
meta:
name: wmi get antivirus
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please update this name to reflect capa's rule name convention described here.

namespace: collection/anti-virus
authors:
- kevross33/Kevin Ross
scopes:
static: function
dynamic: span of calls
att&ck:
- Discovery::Windows Management Instrumentation [T1047]
examples:
- f5fca1b178af87bd48c7ea9e3f2c957b
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add the address where this rule is matched.

features:
- and:
- string: /root\\securitycenter/i
- string: /antivirusproduct/i
Comment on lines +16 to +17
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is a little broad - is there anything else we could add to reduce the risk of FPs (e.g. api, match features)?

Loading