惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Vercel News
Vercel News
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
G
Google Developers Blog
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
P
Proofpoint News Feed
J
Java Code Geeks
U
Unit 42
云风的 BLOG
云风的 BLOG
阮一峰的网络日志
阮一峰的网络日志
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
Docker
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Help Net Security
V
V2EX
T
Tailwind CSS Blog

Step Security Blog

Announcing Dependabot Configuration Enhancements: Cooldown and Group Support - StepSecurity Securing Vibe Coding and AI Coding Agents: An End-to-End Approach with StepSecurity - StepSecurity Introducing StepSecurity Dev Machine Guard: Protecting Developer Machines from Supply Chain Attacks - StepSecurity Top 2024 Predictions for CI/CD Security - StepSecurity Dev Machine Guard Is Now Open Source: See What's Really Running on Your Developer Machine - StepSecurity Datadog's DevSecOps 2026 Report Validates What We've Been Building - StepSecurity hackerbot-claw: An AI-Powered Bot Actively Exploiting GitHub Actions - Microsoft, DataDog, and CNCF Projects Hit So Far - StepSecurity Cline Supply Chain Attack Detected: cline@2.3.0 Silently Installs OpenClaw - StepSecurity StepSecurity’s Unified Protection Across the SDLC Infrastructure Threat Framework (SITF) - StepSecurity @velora-dex/sdk Compromised on npm: Malicious Version Drops macOS Backdoor via launchctl Persistence - StepSecurity axios Compromised on npm - Malicious Versions Drop Remote Access Trojan - StepSecurity Behind the Scenes: How StepSecurity Detected and Helped Remediate the Largest npm Supply Chain Attack - StepSecurity 10 Layers Deep: How StepSecurity Stops TeamPCP's Trivy Supply Chain Attack on GitHub Actions - StepSecurity Malicious IoliteLabs VSCode Extensions Target Solidity Developers on Windows, macOS, and Linux with Backdoor - StepSecurity TeamPCP Plants WAV Steganography Credential Stealer in telnyx PyPI Package - StepSecurity litellm: Credential Stealer Hidden in PyPI Wheel - StepSecurity Checkmarx KICS GitHub Action Compromised: Malware Injected in All Git Tags - StepSecurity CanisterWorm: How a Self-Propagating npm Worm Is Spreading Backdoors Across the Ecosystem - StepSecurity Trivy Compromised a Second Time - Malicious v0.69.4 Release, aquasecurity/setup-trivy, aquasecurity/trivy-action GitHub Actions Compromised - StepSecurity bittensor-wallet 4.0.2 Compromised on PyPI - Backdoor Exfiltrates Private Keys - StepSecurity Malicious npm Releases Found in Popular React Native Packages - 130K+ Monthly Downloads Compromised - StepSecurity Malicious Polymarket Bot Hides in Hijacked dev-protocol GitHub Org and Steals Wallet Keys - StepSecurity ForceMemo: Hundreds of GitHub Python Repos Compromised via Account Takeover and Force-Push - StepSecurity xygeni-action Compromised: C2 Reverse Shell Backdoor Injected via Tag Poisoning - StepSecurity kubernetes-el Compromised: How a Pwn Request Exploited a Popular Emacs Package - StepSecurity How StepSecurity Caught a Release Storm in Microsoft’s @types Packages - StepSecurity Harden Runner Now Supports Windows and macOS GitHub Actions Runners - StepSecurity 10,000 Open-Source Projects Now Secured by Harden-Runner Community-Tier: A Milestone Three Years in the Making - StepSecurity 20+ Popular NPM Packages Compromised (Chalk, Debug, Strip-ANSI, Color-Convert, Wrap-ANSI...) - StepSecurity 2024 in Review: The Evolution of CI/CD Security & What's Next - StepSecurity
Harden-Runner Detects New Traffic to release-assets.githu...
2025-07-08 · via Step Security Blog

Overview

Starting Monday, April 28 2025 at 16:00 UTC, StepSecurity’s Harden‑Runner began flagging unusual outbound network traffic to release-assets.githubusercontent.com from GitHub‑hosted runners in several independent customer repositories. Although the destination sits under the *.githubusercontent.com wildcard, it had never appeared in these workflows’ baselines and surfaced simultaneously across multiple organisations—strong indicators of a systemic change rather than a project‑level issue.

What is Harden‑Runner?

StepSecurity Harden‑Runner is a purpose-built runtime and network security agent for CI/CD. It offers a Community tier (free for open‑source projects) and an Enterprise tier with additional features.

  • Baselines every job’s expected processes, file activity and egress destinations.
  • Blocks or alerts on deviations in real‑time.

What Harden‑Runner Saw

  • Anomalous calls: It flagged anomalous network calls to release-assets.githubusercontent.com across several workflow runs belonging to multiple StepSecurity customers.
  • Processes involved: legitimate build tools such as node, terraform, and go were making this network call.
  • When it happened: during the package / dependency download phase of workflows.
  • Why it mattered: the endpoint was new; any fresh subdomain—wildcard or not—can be abused. (In the tj‑actions incident, the malicious payload was served from gist.githubusercontent.com, another sub‑domain under the same wildcard.)

Investigation

Within minutes, StepSecurity engineers correlated the alerts across customers and hypothesised an upstream infrastructure change in GitHub Releases. To verify, we opened a ticket with GitHub Support.

GitHub’s Response (summary)

GitHub confirmed the domain is part of a recently enabled feature flag that serves release assets via release-assets.githubusercontent.com. The change is legitimate and permanent.

Exact support reply

Hi Team,
Thank you for reaching out to GitHub Support!
I checked in with our engineering teams about this.
That’s correct, we have recently turned on a feature flag that adds the address release-assets.githubusercontent.com for release assets.
This change comes a part of some internal service updates and is planned to be permanent.
The *.githubusercontent.com address is listed as a wildcard in the GitHub META API Endpoint and depending on the activity performed you may see connections to many different githubusercontent.com subdomains, with some of them being new from time to time.
I hope this information helps with the false positives. Please let me know if you have any other questions or concerns!

Resolution

  • Baseline updated: Harden‑Runner now treats release-assets.githubusercontent.com as expected when workflows download release assets.
  • Customer advisory: We published an in‑product notice so users who maintain strict egress allow‑lists can add the new domain.

Why Baseline Monitoring Matters

Even benign platform changes can break assumptions and, worse, be abused by attackers who register look‑alike endpoints. Harden‑Runner’s behavioural approach catches both:

  • Real attacks – e.g. malicious code from gist.githubusercontent.com in the tj‑actions compromise.
  • Legit changes – like this GitHub Releases migration—allowing rapid triage and minimal disruption.

Stay Protected with Harden-Runner

Boost the security of your GitHub Actions workflows with instant network visibility, strict egress controls, and built-in anomaly detection.

➡️ Get started in minutes – Add Harden‑Runner and lock down your CI/CD pipelines.

Easily integrate Harden‑Runner into your workflows automatically using Secure Workflow