Google Chronicle unknown experimental yara-l
active_directory_replication_from_non_machine_account
Detects potential abuse of Active Directory Replication Service (ADRS) from a non machine account to request credentials. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Detection Logic
rule active_directory_replication_from_non_machine_account {
meta:
author = "Roberto Rodriguez @Cyb3rWard0g"
description = "Detects potential abuse of Active Directory Replication Service (ADRS) from a non machine account to request credentials. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
reference = "https://tdm.socprime.com/tdm/info/jTwsuQPYgYcP"
version = "0.01"
created = "2019/07/26"
product = "windows"
service = "security"
mitre = "credential_access, t1003"
events:
(($selection.metadata.product_event_type = "4662" and $selection.target.process.access_mask = "0x100" and (re.regex($selection.target.process.file.file_metadata.pe.import_hash, `.*1131f6aa-9c07-11d1-f79f-00c04fc2dcd2.*`) or re.regex($selection.target.process.file.file_metadata.pe.import_hash, `.*1131f6ad-9c07-11d1-f79f-00c04fc2dcd2.*`) or re.regex($selection.target.process.file.file_metadata.pe.import_hash, `.*89e95b76-444d-4c62-991a-0facbeda640c.*`))) and not (re.regex($selection.principal.user.user_display_name, `.*$`)))
condition:
$selection
} Field Validations
Loading…
Comments (0)
Loading comments...