Hostname
ws5.akabit.com
Last fetched
ws5.akabit.com is a registered hostname under the .com top-level domain. Live infrastructure data is temporarily unavailable; refresh in a moment.
Nutrition Label
Resolution chain
Resolution chain data is temporarily unavailable. Refresh in a moment to retry.
WHOIS identity
No WHOIS records are currently associated with ws5.akabit.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for ws5.akabit.com.
| Mechanism | Target |
|---|---|
| SPF_A | backup.akabit.com |
| SPF_A | ws3.akabit.com |
| SPF_A | ws4.akabit.com |
| SPF_A | ws5.akabit.com |
| SPF_INCLUDE | _spf.th.seeweb.it |
| SPF_INCLUDE | ws5.akabit.com |
| SPF_IP | 2a01:4f8:1c0c:427c:0:0:0:1 |
| SPF_IP | 2a01:4f8:c010:67eb:0:0:0:1 |
| SPF_IP | 2a01:4f8:c0c:b92a:0:0:0:1 |
| SPF_IP | 37.187.79.191/32 |
| SPF_IP | 5.144.164.171/32 |
| SPF_IP | 91.121.202.168 |
| SPF_IP | 91.121.98.11 |
| SPF_IP | 92.222.157.79 |
| SPF_IP | 94.130.182.130 |
| SPF_MX | ws5.akabit.com |
Related pages
Pivot deeper into the graph from ws5.akabit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ws5.akabit.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.