Skip to content

Hostname

ajn.tbranta.com

Last fetched

ajn.tbranta.com resolves to 7 IPv4 addresses operated by PEG-SV - PEG TECH INC in US.

Nutrition Label

WHISPER CANON · ajn.tbranta.comRouting diversity4.2/10Peering density6.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/ajn.tbranta.com

Resolution chain

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

IPPrefixASNOperatorCountry
198.200.56.66198.200.32.0/19AS54600PEG-SV - PEG TECH INCUS
64.83.37.18464.83.37.0/24AS979NETLAB-SDN - NetLab GlobalUS
112.121.184.50112.121.184.0/24AS963N963-AS-AP - N963 PTE. LTD.
180.178.54.66180.178.54.0/24AS963N963-AS-AP - N963 PTE. LTD.
137.220.129.68137.220.129.0/24AS152194CTGSERVERLIMITED-AS-AP - CTG Server Limited
104.233.250.36104.233.250.0/23AS394432PEG-SG - PEG TECH INC
180.178.54.170180.178.54.0/24AS963N963-AS-AP - N963 PTE. LTD.

WHOIS identity

No WHOIS records are currently associated with ajn.tbranta.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ajn.tbranta.com.

Cypher and MCP

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

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