SigmaHQ / sigma

Main Sigma Rule Repository
Other
8.4k stars 2.21k forks source link

add: RustiveDump, NativeDump pattern, fix: NanoDump pattern #5038

Closed Neo23x0 closed 1 month ago

Neo23x0 commented 1 month ago

Summary of the Pull Request

Add new patterns for RustiveDump and NativeDump to an old rule. (and a bug fix in the nanodump pattern selection)

Changelog

update: LSASS Process Memory Dump Files - add new dump pattern for RustiveDump and NativeDump, and exchanged "startswith" with "contains" modifier for better coverage

Example Log Event

Fixed Issues

I exchanged the "startswith" modifier with the "contains" modifier, because the "TargetFileName" field usually contains the full path and not just the filename. Therefore "startswith: nanodump" would always be wrong.

SigmaHQ Rule Creation Conventions