Skip to content

Commit

Permalink
Merge pull request #804 from mandiant/mr-tz-patch-4
Browse files Browse the repository at this point in the history
Create enumerate-device-drivers-on-linux.yml
  • Loading branch information
mr-tz authored Aug 7, 2023
2 parents 1f440be + 5b04cda commit d4b9f3f
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 d4b9f3f

Please sign in to comment.