Hostname
fa-se.de
Last fetched
fa-se.de resolves to 1 IPv4 address operated by AS21499 in FR.
Nutrition Label
Resolution chain
fa-se.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 |
|---|---|---|---|---|
| 92.204.17.126 | 92.204.16.0/21 | AS21499 | — | FR |
WHOIS identity
No WHOIS records are currently associated with fa-se.de in WhisperGraph.
Subdomains
4 observed subdomains of fa-se.de.
Web-graph footprint
Distinct hostnames that link to or from fa-se.de in the public web crawl.
100 sites link to this hostname.
197 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for fa-se.de.
| Mechanism | Target |
|---|---|
| SPF_A | fa-se.de |
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | nl2go.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2a01:488:42::/48 |
| SPF_IP | 80.237.130.0/24 |
| SPF_IP | 80.237.132.0/24 |
| SPF_IP | 80.237.133.0/24 |
| SPF_IP | 80.237.138.0/24 |
| SPF_IP | 92.51.170.64/27 |
| SPF_MX | fa-se.de |
Related pages
Pivot deeper into the graph from fa-se.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fa-se.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.