Hostname
sgx.com
Last fetched
sgx.com resolves to 16 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
sgx.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.144 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.154 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.212.110.106 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.64 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.82 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.88 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.216.147.196 | 23.216.147.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.216.147.200 | 23.216.147.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.36.162.196 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.209 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.210 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.214 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.219 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.77.192 | 23.36.76.0/22 | AS20940 | AKAMAI-ASN1 | NO |
| 23.36.77.218 | 23.36.76.0/22 | AS20940 | AKAMAI-ASN1 | NO |
| 23.36.77.232 | 23.36.76.0/22 | AS20940 | AKAMAI-ASN1 | NO |
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 sgx.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for sgx.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-0053a902.pphosted.com |
| SPF_MX | sgx.com |
Related pages
Pivot deeper into the graph from sgx.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sgx.com"})-[: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.