Hostname
fibo.de
Last fetched
fibo.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
fibo.de resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.245.31.100 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.108 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.74 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.81 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.165.160.101 | 3.165.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.160.42 | 3.165.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.160.7 | 3.165.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.160.94 | 3.165.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with fibo.de in WhisperGraph.
Subdomains
3 observed subdomains of fibo.de.
Web-graph footprint
Distinct hostnames that link to or from fibo.de in the public web crawl.
122 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
15 SPF mechanisms authorising senders for fibo.de.
| Mechanism | Target |
|---|---|
| SPF_A | fibo.de |
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | mxlogic.net |
| SPF_IP | 145.36.0.0/16 |
| SPF_IP | 194.97.146.210 |
| SPF_IP | 194.97.146.211 |
| SPF_IP | 195.30.125.163 |
| SPF_IP | 207.126.144.0/20 |
| SPF_IP | 207.67.38.0/24 |
| SPF_IP | 208.65.145.75 |
| SPF_IP | 66.231.91.249 |
| SPF_IP | 80.67.18.0/24 |
| SPF_IP | 80.67.29.0/24 |
| SPF_IP | 80.67.31.0/24 |
| SPF_MX | fibo.de |
Related pages
Pivot deeper into the graph from fibo.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fibo.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.