Hostname
globedom.com
Last fetched
globedom.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1443 as the registrar.
Nutrition Label
Resolution chain
globedom.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1443
- Organization
- internic datenkommunikations gmbh.
- Contact emails
Subdomains
20 observed subdomains of globedom.com.
Web-graph footprint
Distinct hostnames that link to or from globedom.com in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for globedom.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx.backend.antagus.de |
| SPF_IP | 185.26.229.213/32 |
| SPF_IP | 192.133.109.0/24 |
| SPF_IP | 2001:4100::/32 |
| SPF_IP | 212.123.34.96/29 |
| SPF_IP | 212.126.64.0/19 |
| SPF_IP | 217.76.102.128/28 |
| SPF_IP | 89.200.169.250 |
Related pages
Pivot deeper into the graph from globedom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "globedom.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.