mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Update windows_steal_authentication_certificates_cryptoapi.yml
This commit is contained in:
@@ -6,7 +6,7 @@ author: Michael Haag, Splunk
|
||||
type: Anomaly
|
||||
datamodel: []
|
||||
description: The following analytic utilizes a Windows Event Log - CAPI2 - or CryptoAPI 2, to identify suspicious certificate extraction. Typically, this event log is meant for diagnosing PKI issues, however is a great source to identify certificate exports.
|
||||
Note that this event log is noisy as it captures common PKI requests from many different processes. EventID 70 is generated anytime a certificate is exported. The description for EventID 70 is "Acquire Certifcate Private Key".
|
||||
Note that this event log is noisy as it captures common PKI requests from many different processes. EventID 70 is generated anytime a certificate is exported. The description for EventID 70 is "Acquire Certificate Private Key".
|
||||
STRT tested this analytic using Mimikatz binary and the implementation of Mimikatz in Cobalt Strike.
|
||||
search: '`capi2_operational` EventCode=70
|
||||
| xmlkv UserData_Xml
|
||||
@@ -51,4 +51,4 @@ tags:
|
||||
- Computer
|
||||
- UserData_Xml
|
||||
risk_score: 24
|
||||
security_domain: endpoint
|
||||
security_domain: endpoint
|
||||
|
||||
Reference in New Issue
Block a user