splunk / security_content

Splunk Security Content
https://research.splunk.com
Apache License 2.0
1.3k stars 362 forks source link

[BUG] Missing wildcard for -type parameter detection 2452e632-9e0d-11eb-bacd-acde48001122 #3171

Closed Wouter-Jansen closed 3 weeks ago

Wouter-Jansen commented 3 weeks ago

The -type parameter doesn't have a leading wildcard, so it won't hit on e.g. "nslookup.exe -type=MX".

Expected behavior

It should also hit on nslookup.exe usage with the -type parameter. This will only work if the -type parameter has both a leading and trailing wildcard like the other parameters.

I've created a PR here:

https://github.com/splunk/security_content/pull/3170