Skip to content

Commit e760b39

Browse files
corycalahanCopilotjc-clark
authored
added ip reputation research information (#61233)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
1 parent a31c5c2 commit e760b39

6 files changed

Lines changed: 35 additions & 0 deletions

File tree

content/actions/how-tos/troubleshoot-workflows.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ If you use self-hosted runners, you can view their activity and diagnose common
142142

143143
For more information, see [AUTOTITLE](/actions/how-tos/manage-runners/self-hosted-runners/monitor-and-troubleshoot).
144144

145+
{% ifversion fpt or ghec %}
146+
147+
### Runner IP addresses flagged by security scanners
148+
149+
{% data reusables.actions.runner-ip-reputation %}
150+
151+
{% endif %}
152+
145153
## Networking troubleshooting suggestions
146154

147155
Our support is limited for network issues that involve:

content/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ We make changes to our IP addresses from time to time. We do not recommend allow
3131

3232
For applications to function, you must allow TCP ports 22, 80, and 443 via our IP ranges for `github.com` and `{% data variables.enterprise.data_residency_domain %}`.
3333

34+
## {% data variables.product.prodname_actions %} runner IP addresses and third-party IP reputation services
35+
36+
{% data reusables.actions.runner-ip-reputation %}
37+
38+
For more information about {% data variables.product.prodname_actions %} runner IP ranges, see [AUTOTITLE](/actions/how-tos/troubleshoot-workflows#runner-ip-addresses-flagged-by-security-scanners).
39+
3440
## Further reading
3541

3642
* [AUTOTITLE](/get-started/using-github/troubleshooting-connectivity-problems)

content/code-security/reference/security-incident-response/investigation-areas.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ You found suspicious code in your repository, a security researcher reported an
128128

129129
* [Containment actions](/code-security/tutorials/secure-your-organization/responding-to-security-incidents#step-2-contain-the-threat)
130130

131+
{% ifversion fpt or ghec %}
132+
133+
{% data reusables.actions.runner-ip-reputation-note %}
134+
135+
{% endif %}
136+
131137
## Malware and supply chain attacks
132138

133139
This section may apply when:

content/code-security/tutorials/secure-your-organization/responding-to-security-incidents.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ Try to identify the nature of the signal you're seeing. For example, does the si
4747

4848
For help identifying these threat signals across your organization or enterprise, consult [AUTOTITLE](/code-security/reference/security-incident-response/investigation-areas).
4949

50+
{% ifversion fpt or ghec %}
51+
52+
{% data reusables.actions.runner-ip-reputation-note %}
53+
54+
{% endif %}
55+
5056
We suggest you don't spend too much time on deep inspection in the earlier stages of your investigation, since the initial goal is to **identify** the threat signal in order to **validate** it and strategize your response.
5157

5258
### 2. Validate
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
> [!NOTE]
2+
> [!NOTE] Runner IP addresses are dynamically assigned from shared infrastructure and may be flagged due to unrelated activity. For more information, see [AUTOTITLE](/actions/how-tos/troubleshoot-workflows#runner-ip-addresses-flagged-by-security-scanners).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% data variables.product.github %}-hosted runners use dynamically assigned IP addresses from shared infrastructure. These IP addresses are published via the Meta API (for example, the `actions` and `actions_macos` keys). For more information, see [AUTOTITLE](/rest/meta/meta#get-github-meta-information).
2+
3+
Third-party threat intelligence services, IP reputation scanners, or firewall vendors may flag these IP addresses as "malicious" or "suspicious." Because the underlying infrastructure is shared, activity from other users of the same infrastructure can influence the reputation scores assigned to these addresses.
4+
5+
{% data variables.product.github %} does not control third-party IP reputation lists and cannot comment on their accuracy or update frequency. To verify whether an IP address belongs to {% data variables.product.github %}-hosted runners, check the IP ranges returned by the Meta API.
6+
7+
If you have a security concern about a Microsoft-owned IP address, report it to the [Microsoft Security Response Center (MSRC)](https://msrc.microsoft.com/report/).

0 commit comments

Comments
 (0)