Hostname
ead.w-org.com
Last fetched
ead.w-org.com resolves to 1 IPv4 address operated by OVH - OVH SAS in CA.
Nutrition Label
Resolution chain
ead.w-org.com 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 |
|---|---|---|---|---|
| 198.27.83.193 | 198.27.64.0/18 | AS16276 | OVH - OVH SAS | CA |
WHOIS identity
No WHOIS records are currently associated with ead.w-org.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ead.w-org.com.
| Mechanism | Target |
|---|---|
| SPF_A | ead.w-org.com |
| SPF_IP | 144.217.246.79 |
| SPF_IP | 144.217.50.193 |
| SPF_IP | 149.56.153.240 |
| SPF_IP | 149.56.153.241 |
| SPF_IP | 149.56.153.243 |
| SPF_IP | 158.69.185.164 |
| SPF_IP | 158.69.245.14 |
| SPF_IP | 198.27.83.193 |
| SPF_MX | ead.w-org.com |
Related pages
Pivot deeper into the graph from ead.w-org.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ead.w-org.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.