Hostname
agc.org
Last fetched
agc.org resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
agc.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 20.55.233.227 | 20.48.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from agc.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
49 SPF mechanisms authorising senders for agc.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.votervoice.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | smtp.coursestage.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.47.51.46 |
| SPF_IP | 143.55.238.101 |
| SPF_IP | 143.55.238.151 |
| SPF_IP | 143.55.238.36 |
| SPF_IP | 143.55.238.8 |
| SPF_IP | 144.202.229.148 |
| SPF_IP | 146.20.191.20 |
| SPF_IP | 146.20.191.235 |
| SPF_IP | 146.20.191.79 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 149.72.181.169 |
| SPF_IP | 159.135.230.3 |
| SPF_IP | 159.135.235.2 |
| SPF_IP | 159.135.235.3 |
| SPF_IP | 159.135.235.4 |
| SPF_IP | 159.135.235.90 |
| SPF_IP | 159.135.239.142 |
| SPF_IP | 166.78.71.49/32 |
| SPF_IP | 167.89.63.49/32 |
| SPF_IP | 168.245.109.172 |
| SPF_IP | 168.245.23.173/32 |
| SPF_IP | 168.245.46.127 |
| SPF_IP | 168.245.97.228/32 |
| SPF_IP | 18.232.143.195 |
| SPF_IP | 198.244.48.56 |
| SPF_IP | 198.244.48.57 |
| SPF_IP | 198.244.48.58 |
| SPF_IP | 198.244.48.59 |
| SPF_IP | 198.244.48.60 |
| SPF_IP | 198.244.48.61 |
| SPF_IP | 205.201.40.0/21 |
| SPF_IP | 206.188.11.76/28 |
| SPF_IP | 206.188.11.91/30 |
| SPF_IP | 207.200.20.66/32 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 23.23.239.161/32 |
| SPF_IP | 35.174.145.124/32 |
| SPF_IP | 4.7.16.188/32 |
| SPF_IP | 52.225.231.211 |
| SPF_IP | 52.232.208.101 |
| SPF_IP | 52.48.54.246/32 |
| SPF_IP | 52.64.111.139/32 |
| SPF_IP | 63.234.142.240/29 |
Related pages
Pivot deeper into the graph from agc.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "agc.org"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.