Skip to content

Searching for processes #606

Answered by jshcodes
PeterNaudus asked this question in Q&A
Apr 6, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @PeterNaudus -

This might be easier to pull off using the Falcon console's Events Search (you could even schedule it to run periodically). This can be found under Investigate in the console menu.

You could start with a query like this

event_simpleName=ProcessRollup2 FileName IN ("cmd.exe" "powershell.exe") 
NOT GrandParentBaseFileName IN () 
NOT CommandLine IN ()
| table ComputerName GrandParentBaseFileName FileName CommandLine

and adjust the values on the NOT lines to additionally filter out standard / baseline activity (or you can reverse the logic and look for specific behaviors leveraging cmd.exe or powershell.exe).

At this point in time, you cannot recreate this exact functionalit…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@PeterNaudus
Comment options

@jshcodes
Comment options

Answer selected by jshcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
iocs IOCs (both) issues and questions RTR Real Time Response issues and questions hosts Hosts or Host Groups issues and questions ioa Custom IOA and IOA exclusion issues and questions
2 participants