Techniques › T1567.001 › AN0895
AN0895 Analytic 0895
Windows · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Processes such as PowerShell, Git, or curl initiating outbound HTTPS POST requests to known code repository APIs (e.g., github.com, gitlab.com) immediately following large file reads. Defender view: correlation between file access of sensitive directories (e.g., Documents, Finance) and abnormal data uploads to repository domains.</p>
- Detects
- T1567.001 Exfiltration to Code Repository
- Part of
- DET0318 Detection Strategy for Exfiltration to Code Repository
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 source | Channel | Data component |
|---|---|---|
| WinEventLog:Security | EventCode=4663, 4670, 4656 | DC0055 File Access |
| WinEventLog:Sysmon | EventCode=3, 22 | DC0082 Network Connection Creation |
| WinEventLog:Sysmon | EventCode=1 | DC0032 Process 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.
| Field | Description |
|---|---|
MonitoredDomains | List of external code repository domains to monitor (github.com, gitlab.com, bitbucket.org). |
ExfilVolumeThreshold | Threshold for outbound data volume per session to flag suspicious uploads. |