Hostname
old.codeshowroom.com
Last fetched
old.codeshowroom.com resolves to 2 IPv4 addresses operated by AS57095 in HU.
Nutrition Label
Resolution chain
old.codeshowroom.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 |
|---|---|---|---|---|
| 178.238.210.48 | 178.239.12.0/23 | AS57095 | — | HU |
| 91.227.138.101 | 91.227.160.0/22 | AS210579 | — | HU |
WHOIS identity
No WHOIS records are currently associated with old.codeshowroom.com in WhisperGraph.
Subdomains
1 observed subdomain of old.codeshowroom.com.
| Subdomain |
|---|
| www.old.codeshowroom.com |
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for old.codeshowroom.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.minicrm.io |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from old.codeshowroom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "old.codeshowroom.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.