-
Notifications
You must be signed in to change notification settings - Fork 483
Expand file tree
/
Copy pathwindows_event_log_certificateservicesclient_1007.yml
More file actions
71 lines (71 loc) · 2.82 KB
/
Copy pathwindows_event_log_certificateservicesclient_1007.yml
File metadata and controls
71 lines (71 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: Windows Event Log CertificateServicesClient 1007
id: c51444e3-479d-4c4a-b111-e8276a3acf39
version: 3
creation_date: '2024-05-22'
modification_date: '2026-05-13'
author: Patrick Bareiss, Splunk
description: Logs the export of a certificate from the local certificate store, including details about the certificate thumbprint, subject names, and the process involved.
mitre_components:
- Certificate Registration
- Certificate Metadata
- Process Metadata
- Application Log Content
- User Account Metadata
source: XmlWinEventLog:Microsoft-Windows-CertificateServicesClient-Lifecycle-System/Operational
sourcetype: XmlWinEventLog
separator: EventCode
separator_value: '1007'
supported_TA:
- name: Splunk Add-on for Microsoft Windows
url: https://splunkbase.splunk.com/app/742
version: 10.0.1
fields:
- _time
- ActivityID
- Channel
- Computer
- EventCode
- EventID
- EventRecordID
- Guid
- Keywords
- Level
- Name
- Opcode
- ProcessID
- RecordNumber
- SystemTime
- System_Props_Xml
- Task
- ThreadID
- UserData_Xml
- UserID
- Version
- date_hour
- date_mday
- date_minute
- date_month
- date_second
- date_wday
- date_year
- date_zone
- dvc
- dvc_nt_host
- event_id
- eventtype
- host
- id
- index
- linecount
- punct
- signature_id
- source
- sourcetype
- splunk_server
- tag
- tag::eventtype
- timeendpos
- timestartpos
- user_id
- vendor_product
example_log: <Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-CertificateServicesClient-Lifecycle-System' Guid='{bc0669e1-a10d-4a78-834e-1ca3c806c93b}'/><EventID>1007</EventID><Version>0</Version><Level>4</Level><Task>0</Task><Opcode>0</Opcode><Keywords>0x8000000000000000</Keywords><TimeCreated SystemTime='2023-02-01T17:08:44.1466587Z'/><EventRecordID>2</EventRecordID><Correlation ActivityID='{3b615f97-365d-0000-130d-623b5d36d901}'/><Execution ProcessID='7716' ThreadID='8384'/><Channel>Microsoft-Windows-CertificateServicesClient-Lifecycle-System/Operational</Channel><Computer>DESKTOP-92OQLA1</Computer><Security UserID='S-1-5-21-2334826781-4204571024-2242252149-1000'/></System><UserData><CertNotificationData ProcessName='powershell.exe' AccountName='DESKTOP-92OQLA1\Michael Haag' Context='Machine'><CertificateDetails Thumbprint='1ee3cb11c0937a0940d8633fbece475b76a04833'><SubjectNames><SubjectName>CN=test.atomic.com</SubjectName><SubjectName>test.atomic.com</SubjectName></SubjectNames><EKUs><EKU Name='Client Authentication' OID='1.3.6.1.5.5.7.3.2'/><EKU Name='Server Authentication' OID='1.3.6.1.5.5.7.3.1'/></EKUs><NotValidAfter>2024-02-01T17:18:09Z</NotValidAfter></CertificateDetails></CertNotificationData></UserData></Event>