Skip to content

Hostname

expera.ba

Last fetched

expera.ba resolves to 3 IPv4 addresses operated by AS29097 in CH.

Nutrition Label

WHISPER CANON · expera.baRouting diversity2.4/10Peering density3.8/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.8/10canon.whisper.security/host/expera.ba

Resolution chain

expera.ba resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

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

Subdomains

1 observed subdomain of expera.ba.

Subdomain
www.expera.ba

Web-graph footprint

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

10 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for expera.ba.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEthewebhostserver.com
SPF_IP91.232.125.183

Related pages

Pivot deeper into the graph from expera.ba.

Cypher and MCP

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

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