Files
splunk-security_content/macros/isWindowsSystemFile.json
T
David Dorsey 3d25c40bf7 Updated macro definition in detections, investigations, and baselines to just be a list
Broke out macros definition into it's own manifest
Created macro manifests for all of current macros that we ship
Created lookup file manifest
Created lookup file manifests for all current lookup files that we ship
2019-09-30 13:53:25 -07:00

6 lines
283 B
JSON

{
"definition": "lookup update=true isWindowsSystemFile_lookup filename as process_name OUTPUT systemFile | search systemFile=true",
"description": "This macro limits the output to process names that are in the Windows System directory",
"name": "isWindowsSystemFile"
}