Hostname
falcon.at
Last fetched
falcon.at resolves to 1 IPv4 address operated by AS8447 in AT.
Nutrition Label
Resolution chain
falcon.at 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 |
|---|---|---|---|---|
| 88.116.103.98 | 88.116.0.0/15 | AS8447 | — | AT |
WHOIS identity
No WHOIS records are currently associated with falcon.at in WhisperGraph.
Subdomains
2 observed subdomains of falcon.at.
| Subdomain |
|---|
| mail.falcon.at |
| www.falcon.at |
Web-graph footprint
Distinct hostnames that link to or from falcon.at in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- falcon.at
SPF policy
6 SPF mechanisms authorising senders for falcon.at.
| Mechanism | Target |
|---|---|
| SPF_IP | 172.16.2.0/24 |
| SPF_IP | 194.48.0.0/16 |
| SPF_IP | 80.109.253.224/27 |
| SPF_IP | 80.75.33.0/24 |
| SPF_IP | 80.75.42.0/24 |
| SPF_IP | 88.116.103.0/24 |
Related pages
Pivot deeper into the graph from falcon.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "falcon.at"})-[: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.