kevmap

TechniquesT1484.001 › AN0854

AN0854 Analytic 0854

Windows · attack.mitre.org · ATT&CK Enterprise v19.2

<p>Adversary modifies GPO containers or files under SYSVOL using LDAP, ADSI, PowerShell (e.g., New-GPOImmediateTask) or GUI tools. This includes directory object changes (e.g., gPCFileSysPath), delegation assignments (SeEnableDelegationPrivilege), and SYSVOL file writes (ScheduledTasks.xml, GptTmpl.inf).</p>
Detects
T1484.001 Group Policy Modification
Part of
DET0305 Detection of Group Policy Modifications via AD Object Changes and File Activity

Log sources and channels

Exactly as MITRE states them in x_mitre_log_source_references. Where a channel is vague, it is vague in the source; kevmap does not tidy it.

Log sourceChannelData component
WinEventLog:SecurityEventCode=5136DC0066 Active Directory Object Modification
WinEventLog:SecurityEventCode=4663, 4670, 4656DC0061 File Modification
WinEventLog:SecurityEventCode=4704DC0010 User Account Modification
WinEventLog:SysmonEventCode=1DC0032 Process Creation
WinEventLog:SysmonEventCode=11DC0039 File Creation

Mutable elements

Parameters MITRE marks as environment-specific. These are the knobs you are expected to tune; they are why an analytic is not a rule.

FieldDescription
ObjectDNFocus detection on AD paths like CN=Policies,CN=System,DC=domain,DC=com.
TargetFilenameTarget specific files like ScheduledTasks.xml or GptTmpl.inf in SYSVOL.
TimeWindowCorrelate GPO object change and SYSVOL file modification within N seconds.
UserContextAlert on unexpected modification by non-admins or uncommon accounts.
CommandLineFlag usage of GPO manipulation tools like Set-GPRegistryValue, New-GPOImmediateTask.

KEV CVEs whose mapped technique this analytic detects

CVEVendor / productState
CVE-2023-26360Adobe ColdFusionMapped