refactor: sam hive dump filename rule
This commit is contained in:
@@ -21,12 +21,6 @@ detection:
|
||||
- TargetFilename|endswith:
|
||||
- '\Temp\sam'
|
||||
- '\sam.sav'
|
||||
- '\sam.save'
|
||||
- '\sam.export'
|
||||
- '\~reg_sam.save'
|
||||
- '\sam_backup'
|
||||
- '\sam.bck'
|
||||
- '\sam.backup'
|
||||
- '\Intel\sam'
|
||||
- '\Perflogs\sam'
|
||||
- '\ProgramData\sam'
|
||||
@@ -34,9 +28,16 @@ detection:
|
||||
- '\AppData\Local\sam'
|
||||
- '\AppData\Roaming\sam'
|
||||
- '_ShadowSteal.zip' # https://github.com/HuskyHacks/ShadowSteal
|
||||
- '\hive_sam_' # https://github.com/FireFart/hivenightmare
|
||||
- '\Documents\SAM.export' # https://github.com/n3tsurge/CVE-2021-36934/
|
||||
- TargetFilename: 'c:\sam'
|
||||
- TargetFilename|contains:
|
||||
- '\hive_sam_' # https://github.com/FireFart/hivenightmare
|
||||
- '\sam.save'
|
||||
- '\sam.export'
|
||||
- '\~reg_sam.save'
|
||||
- '\sam_backup'
|
||||
- '\sam.bck'
|
||||
- '\sam.backup'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Rare cases of administrative activity
|
||||
|
||||
Reference in New Issue
Block a user