Skip to content

Hostname

double-circle.com

Last fetched

double-circle.com resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:1697 as the registrar.

Nutrition Label

WHISPER CANON · double-circle.comRouting diversity2.4/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/double-circle.com

Resolution chain

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

IPPrefixASNOperatorCountry
162.243.81.164162.243.0.0/17AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
49.51.52.21949.51.52.0/23AS132203US

WHOIS identity

Registrar
iana:1697
Organization
jack jia
Contact emails

Subdomains

1 observed subdomain of double-circle.com.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for double-circle.com.

MechanismTarget
SPF_INCLUDEspf.sparkspace.huaweicloud.com

Related pages

Pivot deeper into the graph from double-circle.com.

Cypher and MCP

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

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