Skip to content

Commit

Permalink
Update CAR-2021-05-010.yml
Browse files Browse the repository at this point in the history
added pseudocode
  • Loading branch information
pcmcpherson authored May 26, 2021
1 parent b8a6785 commit 7da7980
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion analytics/CAR-2021-05-010.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,17 @@ coverage:
- TA0003
coverage: Moderate
implementations:
- description: You must be ingesting data that records process activity from your
- name: Pseudocode – CertUtil certificate extraction
description: Pseudocode implementation of the Splunk search below
code: |-
processes = search Process:Create
certutil_downloads = filter processes where (
(exe = C:\Windows\System32\net.exe OR exe = C:\Windows\System32\net1.exe ) AND command_line = * -exportPFX * )
output certutil_downloads
data_model: CAR native
type: Pseudocode
- name: Splunk code
description: You must be ingesting data that records process activity from your
hosts to populate the Endpoint data model in the Processes node. You must also
be ingesting logs with both the process name and command line from your endpoints.
The command-line arguments are mapped to the "process" field in the Endpoint data
Expand Down

0 comments on commit 7da7980

Please sign in to comment.