Skip to content

Hostname

datadebasa.com

Last fetched

datadebasa.com resolves to 2 IPv4 addresses operated by AS58487 in ID. WHOIS lists iana:1675 as the registrar.

Nutrition Label

WHISPER CANON · datadebasa.comRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint0.0/10canon.whisper.security/host/datadebasa.com

Resolution chain

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

IPPrefixASNOperatorCountry
103.253.215.19103.253.215.0/24AS58487ID
13.38.60.18313.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

Registrar
iana:1675
Organization
domain data guard
Contact emails

Subdomains

24 observed subdomains of datadebasa.com.

Web-graph footprint

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

192 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from datadebasa.com.

Cypher and MCP

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

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