Skip to content

Hostname

kicks.cr

Last fetched

kicks.cr resolves to 4 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US.

Nutrition Label

WHISPER CANON · kicks.crRouting diversity3.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/kicks.cr

Resolution chain

kicks.cr resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
45.60.107.24145.60.107.0/24AS19551INCAPSULA - Incapsula IncUS
45.60.62.24145.60.62.0/24AS19551INCAPSULA - Incapsula IncUS
45.60.121.17245.60.121.0/24AS19551INCAPSULA - Incapsula Inc
45.60.127.17245.60.127.0/24AS19551INCAPSULA - Incapsula Inc

WHOIS identity

No WHOIS records are currently associated with kicks.cr in WhisperGraph.

Subdomains

16 observed subdomains of kicks.cr.

Web-graph footprint

Distinct hostnames that link to or from kicks.cr in the public web crawl.

48 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for kicks.cr.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEemailsrvr.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEservers.mcsv.net

Related pages

Pivot deeper into the graph from kicks.cr.

Cypher and MCP

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

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