Skip to content

Hostname

mi99.ba

Last fetched

mi99.ba resolves to 1 IPv4 address operated by HETZNER-AS in FI.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
135.181.20.94135.181.0.0/16AS24940HETZNER-ASFI

WHOIS identity

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

Subdomains

2 observed subdomains of mi99.ba.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

  • mi99.ba

SPF policy

4 SPF mechanisms authorising senders for mi99.ba.

MechanismTarget
SPF_Ami99.ba
SPF_IP135.181.20.94
SPF_IP46.4.55.78
SPF_MXmi99.ba

Related pages

Pivot deeper into the graph from mi99.ba.

Cypher and MCP

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

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