Skip to content

Hostname

carantics.com

Last fetched

carantics.com resolves to 1 IPv4 address operated by HOSTKEY-USA - HOSTKEY in US. WHOIS lists iana:1861 as the registrar.

Nutrition Label

WHISPER CANON · carantics.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/carantics.com

Resolution chain

carantics.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
139.60.161.2139.60.161.0/24AS395839HOSTKEY-USA - HOSTKEYUS

WHOIS identity

Registrar
iana:1861
Organization
brenden digital
Contact emails

Subdomains

5 observed subdomains of carantics.com.

Web-graph footprint

Distinct hostnames that link to or from carantics.com in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for carantics.com.

MechanismTarget
SPF_Acarantics.com
SPF_INCLUDEgrdn.net
SPF_MXcarantics.com

Related pages

Pivot deeper into the graph from carantics.com.

Cypher and MCP

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

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