[security-observability] Daily Security Observability Report — 2026-08-24 #55448
Closed
Replies: 2 comments
|
Smoke test comment - discussion interaction check (test #7). Warning Firewall blocked 6 domainsThe following domains were blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "accounts.google.com"
- "android.clients.google.com"
- "clients2.google.com"
- "contentautofill.googleapis.com"
- "www.google.com"
- "www.gstatic.com"See Network Configuration for more information.
|
0 replies
|
This discussion has been marked as outdated by Daily Security Observability Report. A newer discussion is available at Discussion #55825. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Executive Summary
Over the last 7 days, 88 of 95 successfully audited firewall-enabled workflow runs (100 identified) generated 5,834 total network requests, of which 768 (13.16%) were blocked. The dominant blocked domain by far was
proxy.golang.org:443(668 blocks), concentrated in the CI Optimization Coach workflow, suggesting a Go-module proxy access pattern that is either intentionally restricted or needs an allowlist review. A long tail of single-hit blocks (mostly certificate/OCSP/CRL validation domains and package registries such aspypi.org,packages.microsoft.com,registry.npmjs.org) points to routine TLS/package-manager chatter rather than malicious activity.No DIFC integrity-filtered events were found in the last 7 days — the gateway logs (
/tmp/gh-aw/agent/integrity/filtered-logs.json) returned zero runs, and the warm-start cache snapshot likewise showstotal_runs: 0. This means no tool calls were flagged for integrity or secrecy violations during this window, indicating either low policy trigger conditions or reduced coverage of MCP servers instrumented with DIFC in this period.There is no cross-cutting workflow overlap to report between the two signals since DIFC produced no data this cycle. The primary actionable finding is the concentrated
proxy.golang.orgblocking pattern, which merits a policy review to confirm intent.🔥 Firewall Analysis
Key Firewall Metrics
📈 Firewall Request Trends
All audited runs fell on a single calendar day (2026-08-24) within the sampling window, showing 5,066 allowed vs. 768 blocked requests. The high allowed-to-blocked ratio (~6.6:1) indicates network policies are generally permissive for expected traffic, with blocking concentrated on a small number of specific domains rather than broad categories.
Top Blocked Domains
proxy.golang.org:443dominates blocked traffic with 668 hits — nearly 87% of all blocked requests — concentrated in Go-related CI workflows.registry.npmjs.org:443(16 blocks) andstorage.googleapis.com:443(5 blocks) are distant runners-up. The remaining ~57 domains each show only 1 block, largely certificate-validation (OCSP/CRL) and package-manager domains typical of build/dependency-resolution steps.Most Frequently Blocked Domains
proxy.golang.org:443registry.npmjs.org:443storage.googleapis.com:443*.grafana.net*.sentry.ioapi.business.githubcopilot.comapi.enterprise.githubcopilot.comapi.github.comapi.githubcopilot.comapi.individual.githubcopilot.comapi.snapcraft.ioarchive.ubuntu.comazure.archive.ubuntu.comcrl.geotrust.comcrl.globalsign.comcrl.identrust.comcrl.sectigo.compypi.orgpackages.microsoft.compkg.go.devPolicy configuration observed across runs: 5 distinct rule-set variants were seen (
8,9,10,11, and12rules), all with SSL Bump and DLP disabled. Rule-level hit attribution was not populated in the audited runs'policy_analysis.rule_hitsfield for this window.View Detailed Request Patterns by Workflow (Top 15 by total traffic)
View Complete Blocked Domains List (alphabetical)
*.grafana.net,*.sentry.io,api.business.githubcopilot.com,api.enterprise.githubcopilot.com,api.github.com,api.githubcopilot.com,api.individual.githubcopilot.com,api.snapcraft.io,archive.ubuntu.com,awmg-cli-proxy,awmg-mcpg,azure.archive.ubuntu.com,crl.geotrust.com,crl.globalsign.com,crl.identrust.com,crl.sectigo.com,crl.thawte.com,crl.usertrust.com,crl.verisign.com,crl3.digicert.com,crl4.digicert.com,crls.ssl.com,github.com,go.dev,golang.org,goproxy.io,host.docker.internal,json-schema.org,json.schemastore.org,keyserver.ubuntu.com,ocsp.digicert.com,ocsp.geotrust.com,ocsp.globalsign.com,ocsp.identrust.com,ocsp.sectigo.com,ocsp.ssl.com,ocsp.thawte.com,ocsp.usertrust.com,ocsp.verisign.com,packagecloud.io,packages.cloud.google.com,packages.microsoft.com,pkg.go.dev,ppa.launchpad.net,proxy.golang.org,proxy.golang.org:443,pypi.org,raw.githubusercontent.com,registry.npmjs.org,registry.npmjs.org:443,s.symcb.com,s.symcd.com,security.ubuntu.com,storage.googleapis.com,storage.googleapis.com:443,sum.golang.org,telemetry.enterprise.githubcopilot.com,ts-crl.ws.symantec.com,ts-ocsp.ws.symantec.com,www.googleapis.com🔒 Firewall Security Recommendations
proxy.golang.orgrestriction — it accounts for ~87% of all blocks. If Go workflows (notably CI Optimization Coach) legitimately need module-proxy access, add it to the allowlist; otherwise confirm the block is intentional and workflows aren't retrying/wasting cycles.registry.npmjs.org,pypi.org,packages.microsoft.com) to reduce noise from routine dependency resolution, provided this doesn't conflict with security posture.🔒 DIFC Integrity Analysis
No DIFC integrity-filtered events found in the last 7 days. Both the restored cache snapshot (
updated_at: 2026-08-24T16:12:53Z,total_runs: 0) and the freshly collected/tmp/gh-aw/agent/integrity/filtered-logs.json(total_runs: 0) confirm zero integrity/secrecy filtering activity across all monitored MCP gateway traffic this cycle. No charts were generated for this section since there is no underlying data.💡 DIFC Tuning Recommendations
Generated by the Daily Security Observability workflow (consolidated from Daily Firewall Reporter + Daily DIFC Analyzer)
Analysis window: Last 7 days | Repository: github/gh-aw
Run: https://github.com/github/gh-aw/actions/runs/32748539014
All reactions