Skip to content

Hostname

inteh.ba

Last fetched

inteh.ba resolves to 1 IPv4 address operated by LANACO-AS in BA.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
185.150.195.194185.150.194.0/23AS16145LANACO-ASBA

WHOIS identity

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

Subdomains

11 observed subdomains of inteh.ba.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for inteh.ba.

MechanismTarget
SPF_Ainteh.ba
SPF_IP185.150.195.194
SPF_IP80.87.240.48
SPF_MXinteh.ba

Related pages

Pivot deeper into the graph from inteh.ba.

Cypher and MCP

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

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