Hostname
code42.sra.mn
Last fetched
code42.sra.mn resolves to 2 IPv4 addresses operated by AS9498 in US.
Nutrition Label
Resolution chain
code42.sra.mn 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 |
|---|---|---|---|---|
| 108.0.181.226 | 96.0.0.0/3 | AS9498 | — | US |
| 192.145.235.181 | 192.145.232.0/22 | AS22611 | INMOTION - InMotion Hosting, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with code42.sra.mn in WhisperGraph.
Subdomains
1 observed subdomain of code42.sra.mn.
| Subdomain |
|---|
| www.code42.sra.mn |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for code42.sra.mn.
| Mechanism | Target |
|---|---|
| SPF_A | code42.sra.mn |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_MX | code42.sra.mn |
Related pages
Pivot deeper into the graph from code42.sra.mn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "code42.sra.mn"})-[: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.