You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-39Lines changed: 27 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,65 +52,53 @@ You can get started by using one of the available rule templates, including full
52
52
#### Minimal RootA rule example:
53
53
```
54
54
name: Possible Credential Dumping Using Comsvcs.dll (via cmdline)
55
-
detection:
56
-
language: splunk
57
-
body: index=* ((((process="*comsvcs*") AND (process="*MiniDump*")) OR ((process="*comsvcs*") AND (process="*#24*"))) OR ((process="*comsvcs*") AND (process="*full*")))
58
-
```
59
-
#### Short RootA rule example:
60
-
```
61
-
name: Possible Credential Dumping Using Comsvcs.dll (via cmdline)
62
55
details: Adversaries can use built-in library comsvcs.dll to dump credentials on a compromised host.
body: index=* ((((process="*comsvcs*") AND (process="*MiniDump*")) OR ((process="*comsvcs*") AND (process="*#24*"))) OR ((process="*comsvcs*") AND (process="*full*")))
body: index=* ((((process="*comsvcs*") AND (process="*MiniDump*")) OR ((process="*comsvcs*") AND (process="*#24*"))) OR ((process="*comsvcs*") AND (process="*full*")))
0 commit comments