Hostname
fraport.de
Last fetched
fraport.de resolves to 1 IPv4 address operated by AS12306 in DE.
Nutrition Label
Resolution chain
fraport.de 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 |
|---|---|---|---|---|
| 212.19.61.165 | 212.19.32.0/19 | AS12306 | — | DE |
WHOIS identity
No WHOIS records are currently associated with fraport.de in WhisperGraph.
Subdomains
115 observed subdomains of fraport.de.
Showing 25 of 115. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fraport.de in the public web crawl.
481 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for fraport.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc2.successfactors.com |
| SPF_INCLUDE | _spf-dc33.sapsf.eu |
| SPF_INCLUDE | _spf.cloud.crowdworx.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mailout-1.fraport.plusline.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 144.76.98.1 |
| SPF_IP | 144.76.98.15 |
| SPF_IP | 146.234.208.78 |
| SPF_IP | 146.234.208.79 |
| SPF_IP | 149.72.224.87 |
| SPF_IP | 193.201.168.38/32 |
| SPF_IP | 69.169.231.47 |
| SPF_IP | 76.223.128.48 |
| SPF_IP | 76.223.128.49 |
| SPF_IP | 76.223.128.50 |
| SPF_IP | 91.203.200.74/32 |
| SPF_IP | 93.240.172.70/27 |
| SPF_MX | fraport.de |
Related pages
Pivot deeper into the graph from fraport.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fraport.de"})-[: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.