Hostname
spf.mailwallremote.com
Last fetched
spf.mailwallremote.com resolves to 1 IPv4 address operated by IOMART-AS in GB.
Nutrition Label
Resolution chain
spf.mailwallremote.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 |
|---|---|---|---|---|
| 95.154.198.224 | 95.154.192.0/18 | AS20860 | IOMART-AS | GB |
WHOIS identity
No WHOIS records are currently associated with spf.mailwallremote.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for spf.mailwallremote.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 13.41.233.244 |
| SPF_IP | 13.43.66.22 |
| SPF_IP | 18.132.85.115 |
| SPF_IP | 18.135.120.238/32 |
| SPF_IP | 195.72.35.100 |
| SPF_IP | 3.10.252.213/32 |
| SPF_IP | 34.236.34.117/32 |
| SPF_IP | 35.178.83.41/32 |
| SPF_IP | 35.179.197.104 |
| SPF_IP | 5.172.153.128/25 |
| SPF_IP | 54.225.115.81/32 |
| SPF_IP | 95.154.198.192/26 |
| SPF_IP | 96.9.165.136/29 |
Related pages
Pivot deeper into the graph from spf.mailwallremote.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf.mailwallremote.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.