Detecting DCSync/DCShadow
DCSync
Attack Steps
Detection Opportunities
Example Splunk Query: Detecting DCSync with Event ID 4662
index=main earliest=1690544278 latest=1690544280 EventCode=4662 Message="*Replicating Directory Changes*"
| rex field=Message "(?P<property>Replicating Directory Changes.*)"
| table _time, user, object_file_name, Object_Server, propertyDCShadow
Attack Steps
Detection Opportunities
Example Splunk Query: Detecting DCShadow with Event ID 4742
Summary
PreviousDetecting Unconstrained Delegation/Constrained Delegation AttacksNextCreating Custom Splunk Applications
Last updated