Hostname
hsl.ba
Last fetched
hsl.ba resolves to 1 IPv4 address operated by COMTRADE-AS - Comtrade nepremicnine d.o.o. in SI.
Nutrition Label
Resolution chain
hsl.ba resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.169.49.1 | 193.169.48.0/23 | AS49402 | COMTRADE-AS - Comtrade nepremicnine d.o.o. | SI |
WHOIS identity
No WHOIS records are currently associated with hsl.ba in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for hsl.ba.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.comtrade.com |
| SPF_A | smtp.hsl.eu |
| SPF_A | xwall.comtrade.com |
| SPF_A | xwall.hsl.eu |
| SPF_A | ywall.comtrade.com |
| SPF_A | ywall.hsl.eu |
| SPF_MX | hsl.ba |
Related pages
Pivot deeper into the graph from hsl.ba.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hsl.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.