Hostname
myintergold.com
Last fetched
myintergold.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
myintergold.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 |
|---|---|---|---|---|
| 116.203.211.63 | 116.203.0.0/16 | AS24940 | — | DE |
| 84.22.103.109 | 84.22.96.0/19 | AS196752 | — | NL |
WHOIS identity
- Registrar
- iana:303
- Organization
- domain admin
- Contact emails
Subdomains
124 observed subdomains of myintergold.com.
Showing 25 of 124. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for myintergold.com.
| Mechanism | Target |
|---|---|
| SPF_A | mailers.myintergold.com |
| SPF_A | myintergold.com |
| SPF_MX | myintergold.com |
Related pages
Pivot deeper into the graph from myintergold.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "myintergold.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.