Hostname
hostmaster.ns2.euments.com
Last fetched
hostmaster.ns2.euments.com resolves to 2 IPv4 addresses operated by iLevant-as - iLevant FZE in NZ.
Nutrition Label
Resolution chain
hostmaster.ns2.euments.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 |
|---|---|---|---|---|
| 31.13.224.161 | 31.13.224.0/24 | AS60849 | iLevant-as - iLevant FZE | NZ |
| 72.11.134.135 | 72.11.134.0/24 | AS36352 | AS-COLOCROSSING - HostPapa | US |
WHOIS identity
No WHOIS records are currently associated with hostmaster.ns2.euments.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for hostmaster.ns2.euments.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 31.13.224.0/24 |
| SPF_IP | 72.11.134.0/24 |
Related pages
Pivot deeper into the graph from hostmaster.ns2.euments.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hostmaster.ns2.euments.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.