Skip to content

Hostname

ht.ba

Last fetched

ht.ba resolves to 1 IPv4 address operated by HPTNET-AS in BA.

Nutrition Label

WHISPER CANON · ht.baRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ht.ba

Resolution chain

ht.ba resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
212.39.122.29212.39.122.0/24AS20875HPTNET-ASBA

WHOIS identity

No WHOIS records are currently associated with ht.ba in WhisperGraph.

Subdomains

7 observed subdomains of ht.ba.

Web-graph footprint

Distinct hostnames that link to or from ht.ba in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for ht.ba.

MechanismTarget
SPF_IP212.39.106.5
SPF_IP212.39.126.230
SPF_MXht.ba

Related pages

Pivot deeper into the graph from ht.ba.

Cypher and MCP

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

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