Hostname
syfy.com
Last fetched
syfy.com resolves to 17 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
syfy.com resolves to 17 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.154 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.186 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.142 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.146 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.199 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.204 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 216.178.96.218 | 216.178.96.0/21 | AS17035 | NBCUNI-17035 - NBCUniversal | US |
| 23.218.94.198 | 23.218.94.0/24 | AS20940 | AKAMAI-ASN1 | JP |
| 23.218.94.199 | 23.218.94.0/24 | AS20940 | AKAMAI-ASN1 | JP |
| 23.3.88.217 | 23.3.88.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.3.88.226 | 23.3.88.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.138 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.152 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.122.157.47 | 92.122.157.0/24 | AS20940 | AKAMAI-ASN1 | CO |
| 92.122.157.47 | 92.122.157.0/24 | AS20940 | AKAMAI-ASN1 | CO |
| 92.122.157.48 | 92.122.157.0/24 | AS20940 | AKAMAI-ASN1 | CO |
| 92.122.157.48 | 92.122.157.0/24 | AS20940 | AKAMAI-ASN1 | CO |
| 95.100.110.22 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.5 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
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 syfy.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for syfy.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from syfy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "syfy.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.