Skip to content

Commit

Permalink
Create enumerate-device-drivers-on-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Jul 22, 2023
1 parent a49c174 commit 5b04cda
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nursery/enumerate-device-drivers-on-linux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
rule:
meta:
name: enumerate device drivers on Linux
namespace: collection
authors:
- "@mr-tz"
scope: function
att&ck:
- Discovery::Device Driver Discovery [T1652]
features:
- and:
- os: linux
- api: system
- or:
- substring: "lsmod"
- substring: "modinfo"

0 comments on commit 5b04cda

Please sign in to comment.