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

feat(cli): Rules list command #225

Merged
merged 7 commits into from
Dec 24, 2023
Merged

feat(cli): Rules list command #225

merged 7 commits into from
Dec 24, 2023

Conversation

rabbitstack
Copy link
Owner

The new command can list all available rules, or it can show a summary per MITRE tactic and technique. Example:

┌────────────────────────────────────────────────────┬─────────┐
│ TACTIC                                             │ # RULES │
├────────────────────────────────────────────────────┼─────────┤
│ Persistence                                        │ 6       │
│ Credential Access                                  │ 17      │
│ Defense Evasion                                    │ 2       │
│ Initial Access                                     │ 2       │
├────────────────────────────────────────────────────┼─────────┤
│ TECHNIQUE                                          │ # RULES │
├────────────────────────────────────────────────────┼─────────┤
│ System Binary Proxy Execution                      │ 2       │
│ Phishing                                           │ 2       │
│ Boot or Logon Autostart Execution                  │ 6       │
│ Credentials from Password Stores                   │ 7       │
│ Modify Authentication Process                      │ 2       │
│ OS Credential Dumping                              │ 6       │
│ Unsecured credentials                              │ 2       │
├────────────────────────────────────────────────────┼─────────┤
│ TOTAL                                              │ 27      │
└────────────────────────────────────────────────────┴─────────┘

@rabbitstack rabbitstack merged commit 4d94429 into master Dec 24, 2023
3 checks passed
@rabbitstack rabbitstack deleted the rules-list-command branch December 24, 2023 22:20
@rabbitstack rabbitstack restored the rules-list-command branch December 24, 2023 22:28
@rabbitstack rabbitstack deleted the rules-list-command branch December 24, 2023 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant