Hostname
fxsync.b3-it.de
Last fetched
fxsync.b3-it.de resolves to 1 IPv4 address operated by VODANET International IP-Backbone of Vodafone in DE.
Nutrition Label
Resolution chain
fxsync.b3-it.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 |
|---|---|---|---|---|
| 24.134.48.21 | 24.134.0.0/16 | AS3209 | VODANET International IP-Backbone of Vodafone | DE |
WHOIS identity
No WHOIS records are currently associated with fxsync.b3-it.de in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for fxsync.b3-it.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 24.134.48.21 |
| SPF_IP | 2a02:8106:210:4c00:0:0:0:1 |
| SPF_IP | 2a02:c205:3002:4097:0:0:0:1 |
| SPF_IP | 79.143.179.135 |
| SPF_IP | 95.111.251.215 |
| SPF_MX | fxsync.b3-it.de |
Related pages
Pivot deeper into the graph from fxsync.b3-it.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fxsync.b3-it.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.