Hostname
flyingblue.ba
Last fetched
flyingblue.ba resolves to 4 IPv4 addresses operated by AS20940 in AT.
Nutrition Label
Resolution chain
flyingblue.ba resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.22.89.182 | 2.22.89.0/24 | AS20940 | — | AT |
| 2.22.89.188 | 2.22.89.0/24 | AS20940 | — | AT |
| 23.223.245.38 | 23.223.245.0/24 | AS20940 | — | IN |
| 23.223.245.46 | 23.223.245.0/24 | AS20940 | — | IN |
WHOIS identity
No WHOIS records are currently associated with flyingblue.ba in WhisperGraph.
Subdomains
2 observed subdomains of flyingblue.ba.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for flyingblue.ba.
| Mechanism | Target |
|---|---|
| SPF_MX | flyingblue.ba |
Related pages
Pivot deeper into the graph from flyingblue.ba.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flyingblue.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.