4890 Security log · Certificate Services high severity low volume

Windows Event ID 4890 — The settings for Certificate Services changed

AD CS configuration was changed.

Why event 4890 matters

AD CS configuration changes can introduce ESC vulnerabilities. Attacker with CA admin rights may modify templates to make them vulnerable or enable web enrollment.

How to detect it

Alert on every occurrence. Verify with change management — AD CS config changes should be rare and documented.

Log source
Security
Advanced Audit Policy — enable the 'Certificate Services' subcategory (Success and/or Failure).
Fields to pivot on
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName

MITRE ATT&CK mapping

Tactic Technique
Persistence Steal or Forge Authentication Certificates (T1649)

Detection queries

Starting points — adapt the log source, projected fields and thresholds for your environment.

Sentinel / Defender KQL
SecurityEvent
| where EventID == 4890   // The settings for Certificate Services changed
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
Splunk SPL
index=* sourcetype="WinEventLog:Security" EventCode=4890
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count   `# The settings for Certificate Services changed — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
Hunt event 4890 in Sentinel/Defender →
Build a KQL query for this event in the KQL Query Builder.
Search all event IDs →
Open the interactive Windows Event ID lookup.

Related Certificate Services events

4886 Certificate Services received a certificate request 4887 Certificate Services approved a certificate request and issued a certificate 4888 Certificate Services denied a certificate request 4896 One or more rows have been deleted from the certificate database

Frequently asked questions

What is Windows Event ID 4890?

The settings for Certificate Services changed. AD CS configuration was changed.

Which log records event 4890?

Event 4890 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'Certificate Services' subcategory (Success and/or Failure).

What MITRE ATT&CK techniques map to event 4890?

Event 4890 is associated with: Steal or Forge Authentication Certificates (T1649).

How do you detect activity around event 4890?

Alert on every occurrence. Verify with change management — AD CS config changes should be rare and documented.