/
Navigation
Chronicles
Browse all articles
Explore
Semantic exploration
Research
Entity momentum
Nexus
Correlations & relationships
Story Arc
Topic evolution
Drift Map
Semantic trajectory animation
Posts
Analysis & commentary
Pulse API
Tech news intelligence API
Browse
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
Concept Search
Semantic similarity search
High Impact Stories
Top coverage by position
Sentiment Analysis
Positive/negative coverage
Anomaly Detection
Unusual coverage patterns
Analysis
Rivalry Report
Compare two entities head-to-head
Semantic Pivots
Narrative discontinuities
Crisis Response
Event recovery patterns
Connected
Search: /
Command: ⌘K
Embeddings: large
TEXXR

Chronicles

The story behind the story

days · browse · Enter similar · o open

Researcher says GitHub Actions has been actively abused to plant and run cryptominers on GitHub's server infrastructure since November; GitHub is investigating

Code-hosting service GitHub is actively investigating a series of attacks against its cloud infrastructure that allowed cybercriminals …

The Record Catalin Cimpanu

Context & Ripple Effects

This is the earliest well-documented case in a string of reports about attackers turning GitHub from a code host into free attacker infrastructure: since November, someone has been abusing GitHub Actions' free compute to plant and run cryptominers directly on GitHub's servers, and GitHub is now investigating. What makes the story durable is how the pattern repeated — Trend Micro researchers later showed threat actors could abuse GitHub Codespaces' port forwarding to host malware, and Recorded Future catalogued routine criminal and APT use of GitHub services for malware delivery.

First-order effects

  • GitHub is spending its own compute budget on someone else's cryptocurrency mining while its security team investigates which repositories and workflow triggers were used.
  • Developers relying on Actions' free tier are the immediate exposure: any repository that can trigger workflows becomes a potential entry point for planting miner workloads.

Second-order effects

  • GitHub faces pressure to tighten Actions quotas, runner isolation, and abuse detection on its free tier — the same hardening cycle later seen around Codespaces and repository-trust features.
  • Security teams treating GitHub purely as a code host must reclassify its CI/compute services as attack surface, changing how they vet third-party repositories and pull requests.

Third-order effects

  • The mining abuse is the template for what followed: cloned-repo confusion campaigns, automated-commit supply chain attacks like Megalodon's infection of more than 5,500 repositories, and broader criminal reliance on GitHub infrastructure — pointing toward platforms where trust in automation itself becomes the primary security control.

The trend: Hosted developer platforms are being converted into free attacker compute and distribution infrastructure, forcing providers like GitHub to treat their automation layers as a security perimeter rather than a convenience feature.

Discussion

  • @justinperdok Justin Perdok on x
    One of my repo's just got hit with a similar attack. Account in question has a bunch of other open PR's that currently have miners running. https://twitter.com/... https://twitter.com/...
  • @bleepincomputer @bleepincomputer on x
    GitHub Actions is being abused to mine cryptocurrency on GitHub servers in an automated attack. Attack requires no action by the targeted project that is forked. Cryptominer executes as soon as the Pull Request is filed. - @Ax_Sharma https://www.bleepingcomputer.com/ ...