Hostname
webdisk.obodglobal.com
Last fetched
webdisk.obodglobal.com resolves to 2 IPv4 addresses operated by GODADDY-SXB in FR.
Nutrition Label
Resolution chain
webdisk.obodglobal.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 160.153.131.150 | 160.153.128.0/21 | AS21499 | GODADDY-SXB | FR |
| 67.223.118.126 | 67.223.118.0/24 | AS22612 | NAMECHEAP-NET - Namecheap, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with webdisk.obodglobal.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for webdisk.obodglobal.com.
| Mechanism | Target |
|---|---|
| SPF_A | webdisk.obodglobal.com |
| SPF_INCLUDE | secureserver.net |
| SPF_MX | webdisk.obodglobal.com |
Related pages
Pivot deeper into the graph from webdisk.obodglobal.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webdisk.obodglobal.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.