T1213.003sub-technique of T1213 Data from Information Repositories

Code Repositories

SaaSnothing on this site yetT1213.003 on attack.mitre.org

Adversaries may leverage code repositories to collect valuable information. Code repositories are tools/services that store source code and automate software builds. They may be hosted internally or privately on third party sites such as Github, GitLab, SourceForge, and BitBucket. Users typically interact with code repositories through a web application or command-line utilities such as git.

MITRE ATT&CK 19.2, retrieved 2026-09-12

If this is happening now

1

Checklists and playbooks to open while the alert is still live.

how MITRE says to see it

Detecting Bulk or Anomalous Access to Private Code Repositories via SaaS Platforms

  • Anomalous or bulk download activity from private or restricted repositories by non-developer or privileged accounts, often preceded by unusual login behavior (e.g., unfamiliar geo, OAuth token use, elevated API rate).

what reduces it

  • M1017 User Training. Develop and publish policies that define acceptable information to be stored in code repositories.
  • M1018 User Account Management. Enforce the principle of least-privilege. Consider implementing access control mechanisms that include both authentication and authorization for code repositories.
  • M1032 Multi-factor Authentication. Use multi-factor authentication for logons to code repositories.
  • M1047 Audit. Consider periodic reviews of accounts and privileges for critical and sensitive code repositories. Scan code repositories for exposed credentials or other sensitive information.

the rest of T1213

The description, detection analytics and mitigations are reproduced from MITRE ATT&CK, version 19.2, under its terms of use. The checklists, hunts, labs and everything else linked here are this site’s.