Hostname
mx00.fxflat.com
Last fetched
mx00.fxflat.com resolves to 1 IPv4 address operated by AS61157 in DE.
Nutrition Label
Resolution chain
mx00.fxflat.com 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 |
|---|---|---|---|---|
| 213.131.253.252 | 213.131.224.0/19 | AS61157 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mx00.fxflat.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for mx00.fxflat.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx00.fxflat.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mtaroutes.com |
| SPF_INCLUDE | spfext.ibkr.com |
| SPF_INCLUDE | turbo-smtp.com |
| SPF_IP | 185.29.217.58 |
| SPF_IP | 188.138.65.124 |
| SPF_IP | 204.8.240.0/22 |
| SPF_IP | 216.93.243.254 |
| SPF_IP | 38.76.4.236 |
| SPF_IP | 87.139.125.114 |
| SPF_MX | mx00.fxflat.com |
Related pages
Pivot deeper into the graph from mx00.fxflat.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx00.fxflat.com"})-[: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.