Skip to content

Hostname

btcodds.com

Last fetched

btcodds.com resolves to 2 IPv4 addresses operated by AS57494 in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · btcodds.comRouting diversity2.4/10Peering density5.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/btcodds.com

Resolution chain

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

WHOIS identity

Registrar
iana:146
Organization
whoisguard protected
Contact emails

Subdomains

20 observed subdomains of btcodds.com.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for btcodds.com.

MechanismTarget
SPF_Abtcodds.com
SPF_INCLUDEspf.web-hosting.com
SPF_IP192.64.118.109
SPF_IP198.54.121.222
SPF_IP5.101.51.12
SPF_IP79.143.30.51
SPF_MXbtcodds.com

Related pages

Pivot deeper into the graph from btcodds.com.

Cypher and MCP

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

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