Hostname
new-ord.com
Last fetched
new-ord.com resolves to 1 IPv4 address operated by AS51852 in CH. WHOIS lists iana:93 as the registrar.
Nutrition Label
Resolution chain
new-ord.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 |
|---|---|---|---|---|
| 31.7.59.85 | 31.7.56.0/21 | AS51852 | — | CH |
WHOIS identity
- Registrar
- iana:93
- Organization
- eric mau
- Contact emails
- maupineric@ymail.com
- 22e68f335cc927813647e070f717b4fecaf9be91@privatedomain.gkg.net
- 3e1a9d9a6999405ef46e7e345679c466067ae60e@privatedomain.gkg.net
- 664c32a2362a65efbf2fb9e841358b0657040772@privatedomain.gkg.net
- 843e113fe8d62223981cf6f089a13f7713ac0c21@privatedomain.gkg.net
- 90afc22cdc9700b7ff40a1afc0fcb31b2c1349a2@privatedomain.gkg.net
- b3fd149042fb5da5ce11c91e87d4a4dc772db6f1@privatedomain.gkg.net
- c82ac12a6f9ace566fd6815458b57ec49ca05889@privatedomain.gkg.net
- f34e67bd967f6ae62f83133780948573da00c3b0@privatedomain.gkg.net
Subdomains
4 observed subdomains of new-ord.com.
Threat posture
History
Related pages
Pivot deeper into the graph from new-ord.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "new-ord.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.