Skip to content

Hostname

kangaroo.auction

Last fetched

kangaroo.auction resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · kangaroo.auctionRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency3.3/10Resolver footprint6.0/10canon.whisper.security/host/kangaroo.auction

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.11.203104.21.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.192.158172.67.192.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
178.128.240.64178.128.240.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCNL
57.129.147.7357.129.128.0/17AS16276GB

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

9 observed subdomains of kangaroo.auction.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for kangaroo.auction.

MechanismTarget
SPF_Akangaroo.auction
SPF_IP178.128.240.64
SPF_IP57.129.147.73
SPF_MXkangaroo.auction

Related pages

Pivot deeper into the graph from kangaroo.auction.

Cypher and MCP

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

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