Hostname
report.fbs.eu
Last fetched
report.fbs.eu resolves to 1 IPv4 address operated by AS9002 in NL.
Nutrition Label
Resolution chain
report.fbs.eu 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 |
|---|---|---|---|---|
| 89.19.36.104 | 89.19.36.0/22 | AS9002 | — | NL |
WHOIS identity
No WHOIS records are currently associated with report.fbs.eu in WhisperGraph.
Subdomains
1 observed subdomain of report.fbs.eu.
| Subdomain |
|---|
| mail.report.fbs.eu |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for report.fbs.eu.
| Mechanism | Target |
|---|---|
| SPF_A | report.fbs.eu |
| SPF_IP | 154.61.138.131 |
| SPF_IP | 217.163.9.0/26 |
| SPF_IP | 89.149.167.96/27 |
| SPF_MX | report.fbs.eu |
Related pages
Pivot deeper into the graph from report.fbs.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "report.fbs.eu"})-[: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.