Skip to content

Hostname

675.cc

Last fetched

675.cc resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:godaddy.com, llc as the registrar.

Nutrition Label

WHISPER CANON · 675.ccRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/675.cc

Resolution chain

675.cc resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.56.237104.21.48.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.137.254172.67.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
185.245.83.198185.245.83.0/24AS62240CLOUVIDER Clouvider - Global ASNGB

WHOIS identity

Registrar
registrar:godaddy.com, llc
Organization
craig alchin
Contact emails

Subdomains

8 observed subdomains of 675.cc.

Web-graph footprint

Distinct hostnames that link to or from 675.cc in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for 675.cc.

MechanismTarget
SPF_A675.cc
SPF_INCLUDEsendgrid.net
SPF_INCLUDEsparkpostmail.com
SPF_INCLUDEspf.messagingengine.com
SPF_IP141.94.131.152
SPF_IP185.245.83.198
SPF_MX675.cc

Related pages

Pivot deeper into the graph from 675.cc.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "675.cc"})-[: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.