Hostname
sofia.usra.edu
Last fetched
sofia.usra.edu resolves to 1 IPv4 address operated by AS8987 in US.
Nutrition Label
Resolution chain
sofia.usra.edu 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 |
|---|---|---|---|---|
| 52.61.176.70 | 52.61.0.0/16 | AS8987 | — | US |
WHOIS identity
No WHOIS records are currently associated with sofia.usra.edu in WhisperGraph.
Subdomains
9 observed subdomains of sofia.usra.edu.
Web-graph footprint
Distinct hostnames that link to or from sofia.usra.edu in the public web crawl.
268 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for sofia.usra.edu.
| Mechanism | Target |
|---|---|
| SPF_A | mx1.test.usra.edu |
| SPF_A | mx1.usra.edu |
| SPF_A | mx2.test.usra.edu |
| SPF_A | mx2.usra.edu |
| SPF_INCLUDE | spf-aws.sofia.usra.edu |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | sofia.usra.edu |
Related pages
Pivot deeper into the graph from sofia.usra.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sofia.usra.edu"})-[: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.