Skip to content

Hostname

mail.codeforcore.com

Last fetched

mail.codeforcore.com resolves to 2 IPv4 addresses operated by IS-AS-1 - Interserver, Inc in US.

Nutrition Label

WHISPER CANON · mail.codeforcore.comRouting diversity2.4/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/mail.codeforcore.com

Resolution chain

mail.codeforcore.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
163.245.206.133163.245.192.0/19AS19318IS-AS-1 - Interserver, IncUS
62.210.127.24262.210.0.0/16AS12876AS12876 - Scaleway SASFR

WHOIS identity

No WHOIS records are currently associated with mail.codeforcore.com in WhisperGraph.

Subdomains

3 observed subdomains of mail.codeforcore.com.

Threat posture

History

Mail and authentication

MX records

  • mail.codeforcore.com

SPF policy

1 SPF mechanism authorising senders for mail.codeforcore.com.

MechanismTarget
SPF_MXmail.codeforcore.com

Related pages

Pivot deeper into the graph from mail.codeforcore.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mail.codeforcore.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.