Hostname
int.fox47.com
Last fetched
int.fox47.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
int.fox47.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.138.217.26 | 108.138.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.138.217.37 | 108.138.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.138.217.56 | 108.138.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.138.217.75 | 108.138.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.87.56 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.66 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.95 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.97 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
WHOIS identity
No WHOIS records are currently associated with int.fox47.com in WhisperGraph.
Subdomains
2 observed subdomains of int.fox47.com.
| Subdomain |
|---|
| m.int.fox47.com |
| www.int.fox47.com |
Threat posture
History
Related pages
Pivot deeper into the graph from int.fox47.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "int.fox47.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.