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
19 changes: 19 additions & 0 deletions nursery/get-domain-admins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
rule:
meta:
name: get domain admins
namespace: collection/network
authors:
- kevross33/Kevin Ross
scopes:
static: function
dynamic: span of calls
att&ck:
- Discovery::Permission Groups Discovery [T1069]
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: /net/i
- string: /group/i
- string: /domain admins/i
- string: //domain/i
Comment on lines +15 to +19
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