Skip to content

Hostname

tezadlar.az

Last fetched

tezadlar.az resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in GB.

Nutrition Label

WHISPER CANON · tezadlar.azRouting diversity2.4/10Peering density6.1/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/tezadlar.az

Resolution chain

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

IPPrefixASNOperatorCountry
178.62.5.219178.62.0.0/18AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCGB
95.111.244.17395.111.244.0/23AS51167GB

WHOIS identity

No WHOIS records are currently associated with tezadlar.az in WhisperGraph.

Subdomains

1 observed subdomain of tezadlar.az.

Web-graph footprint

Distinct hostnames that link to or from tezadlar.az in the public web crawl.

169 sites link to this hostname.

58 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from tezadlar.az.

Cypher and MCP

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

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