mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
spl update and test file
This commit is contained in:
@@ -8,8 +8,11 @@ description: This search looks for arguments to certutil.exe indicating the mani
|
||||
type: ESCU
|
||||
references: []
|
||||
author: Rod Soto, Splunk
|
||||
search: 'source="XmlWinEventLog:Microsoft-Windows-Sysmon/Operational" app="C:\\Windows\\System32\\certutil.exe"
|
||||
CommandLine="certutil.exe -exportPFX powershellcert.pfx" | table User app CommandLine process_current_directory
|
||||
search: '| tstats `security_content_summariesonly` count min(_time) as firstTime values(Processes.process)
|
||||
as process max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.process_name=certutil.exe Processes.process = "* -exportPFX *"
|
||||
by Processes.parent_process Processes.process_name Processes.process
|
||||
Processes.user | `drop_dm_object_name("Processes")` | `security_content_ctime(firstTime)`
|
||||
|`security_content_ctime(lastTime)`
|
||||
| `certutil_exe_certificate_extraction_filter`'
|
||||
known_false_positives: Unless there are specific use cases, manipulating or exporting certificates using certutil is
|
||||
uncommon. Extraction of certificate has been observed during attacks such as Golden SAML and other campaigns
|
||||
@@ -18,12 +21,7 @@ tags:
|
||||
analytics_story:
|
||||
- Windows Persistence Techniques
|
||||
- Cloud Federated Credential Abuse
|
||||
mitre_attack_id:
|
||||
- T1552.004
|
||||
kill_chain_phases:
|
||||
- Installation
|
||||
security_domain: endpoint
|
||||
asset_type: Endpoint
|
||||
automated_detection_testing: n/a
|
||||
dataset:
|
||||
- TBU
|
||||
asset_type: Endpoint
|
||||
@@ -0,0 +1,12 @@
|
||||
name: Certutil exe certificate extraction Unit Test
|
||||
tests:
|
||||
- name: Certutil exe certificate extraction
|
||||
file: endpoint/certutil_exe_certificate_extraction.yml
|
||||
pass_condition: '| stats count | where count > 0'
|
||||
earliest_time: '-24h'
|
||||
latest_time: 'now'
|
||||
attack_data:
|
||||
- file_name: windows-sysmon.log
|
||||
data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/suspicious_behaviour/certutil_exe_certificate_extraction/windows-sysmon.log
|
||||
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
||||
sourcetype: xmlwineventlog
|
||||
Reference in New Issue
Block a user