Hostname
api.ahead4.com
Last fetched
api.ahead4.com resolves to 1 IPv4 address operated by AS205544 in GB.
Nutrition Label
Resolution chain
api.ahead4.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 |
|---|---|---|---|---|
| 173.234.17.56 | 173.234.17.0/24 | AS205544 | — | GB |
WHOIS identity
No WHOIS records are currently associated with api.ahead4.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for api.ahead4.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.ahead4.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.ess.uk.barracudanetworks.com |
| SPF_INCLUDE | spf.myconnectwise.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.ps-smtp.ahead4.cloud |
| SPF_IP | 157.231.193.139 |
| SPF_IP | 51.219.95.166 |
Related pages
Pivot deeper into the graph from api.ahead4.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.ahead4.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.