{"data":{"id":"294f2545-9fa3-4837-aa30-db07ef45b071","title":"GitHub already has an EDR. You just have to listen to it","summary":"Researchers at Black Hat USA 2026 presented findings showing that many supply-chain attacks (attacks targeting software dependencies used by many projects) could have been detected earlier using GitHub's built-in event data rather than waiting for external security tools. They identified recurring attack patterns like forged commit identities (fake author information in code changes), poisoned tags (malicious release versions), and workflow abuse, then created an open-source tool called GitHub Threat Detector with 22 production detection rules to catch these suspicious behaviors by correlating GitHub webhooks (notifications of repository events), API data, and Git repository inspection.","solution":"The source explicitly presents GitHub Threat Detector as the mitigation tool. According to the researchers' approach: (1) Track mismatches between commit author and authenticated pusher in Git metadata; (2) Search GitHub for reused forged identities across repositories; (3) Monitor tag history through the GitHub API and compare old and new commit references to detect mass tag poisoning (moving release tags to malicious commits); (4) Watch for new or modified workflows that enable OIDC (OpenID Connect, a system for generating short-lived identity credentials) token issuance. The tool collects GitHub webhooks, API events, commits, tags, and Actions activity, enriches this data with Git inspection context, and uses a PostgreSQL database to correlate events over time to convert weak individual signals into high-confidence alerts.","labels":["security","research"],"sourceUrl":"https://www.csoonline.com/article/4207927/github-already-has-an-edr-you-just-have-to-listen-to-it.html","publishedAt":"2026-08-11T12:02:23.000Z","cveId":null,"cweIds":null,"cvssScore":null,"cvssSeverity":null,"severity":"info","attackType":["supply_chain","model_poisoning"],"issueType":"news","affectedPackages":null,"affectedVendors":[],"affectedVendorsRaw":["GitHub","Trivy","TanStack","Red Hat","Bitwarden"],"classifierModel":"claude-haiku-4-5-20251001","classifierPromptVersion":"v3","cvssVector":null,"attackVector":null,"attackComplexity":null,"privilegesRequired":null,"userInteraction":null,"exploitMaturity":null,"epssScore":null,"patchAvailable":null,"disclosureDate":"2026-08-11T12:02:23.000Z","capecIds":null,"crossRefCount":0,"attackSophistication":"moderate","impactType":["integrity"],"aiComponentTargeted":null,"llmSpecific":false,"classifierConfidence":0.72,"researchCategory":null,"atlasIds":null}}