Skip to content

Commit

Permalink
Update CAR-2021-05-007.yml
Browse files Browse the repository at this point in the history
added pseudocode
  • Loading branch information
pcmcpherson authored May 26, 2021
1 parent 4202fd4 commit 9d6c902
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion analytics/CAR-2021-05-007.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,17 @@ coverage:
- TA0011
coverage: Moderate
implementations:
- description: To successfully implement this search you need to be ingesting information
- name: Pseudocode – CertUtil download with VerifyCtl
description: Pseudocode implementation of the Splunk search below
code: |-
processes = search Process:Create
certutil_downloads = filter processes where (
exe = "C:\Windows\System32\certutil.exe" AND command_line = *verifyctl* AND command_line = *split*)
output certutil_downloads
data_model: CAR native
type: Pseudocode
- name: Splunk code
description: To successfully implement this search you need to be ingesting information
on process that include the name of the process responsible for the changes from
your endpoints into the `Endpoint` datamodel in the `Processes` node.
code: '| tstats count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes
Expand Down

0 comments on commit 9d6c902

Please sign in to comment.