Skip to content

Hostname

sunsa.ba

Last fetched

sunsa.ba resolves to 1 IPv4 address operated by UTIC_AUTONOMUS_SYSTEM in BA.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
195.130.35.141195.130.35.0/24AS8670UTIC_AUTONOMUS_SYSTEMBA

WHOIS identity

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

Subdomains

5 observed subdomains of sunsa.ba.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for sunsa.ba.

MechanismTarget
SPF_Alinhost02.utic.net.ba
SPF_Asunsa.ba
SPF_MXsunsa.ba

Related pages

Pivot deeper into the graph from sunsa.ba.

Cypher and MCP

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

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