Skip to content

Commit

Permalink
Updated to include additional tools
Browse files Browse the repository at this point in the history
Expanded the list of Linux tools that may be used to obtain volume meta info and also included the auditd.
Removed specific switches for tools as those tools and debugfs exec within that time period will be rare.
  • Loading branch information
blueteam0ps authored Dec 24, 2022
1 parent de84fbc commit 976d994
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions rules/linux/auditd/lnx_auditd_debugfs_usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: experimental
description: Detects access to a raw disk on a host to evade detection by security products.
references:
- https://twitter.com/0xm1rch/status/1600857731073654784?s=20&t=MdrBPqv4hnBEfAJBayMCZA
- https://github.com/Neo23x0/auditd/blob/master/audit.rules
author: Janantha Marasinghe
date: 2022/12/20
tags:
Expand All @@ -15,8 +16,15 @@ logsource:
detection:
selection_1:
type: 'EXECVE'
a0: 'df'
a1|contains: '/'
a0:
- 'df'
- 'lsblk'
- 'pvs'
- 'fdisk'
- 'blkid'
- 'parted'
- 'hwinfo'
- 'inxi'
selection_2:
type: EXECVE
a0: 'debugfs'
Expand Down

0 comments on commit 976d994

Please sign in to comment.