Hostname
forward-travel.com
Last fetched
forward-travel.com resolves to 2 IPv4 addresses operated by AS12703 in GB. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
forward-travel.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.64.90.24 | 185.64.88.0/22 | AS12703 | — | GB |
| 185.64.90.25 | 185.64.88.0/22 | AS12703 | — | GB |
WHOIS identity
- Registrar
- iana:146
- Organization
- ashley krekelberg
- Contact emails
Subdomains
6 observed subdomains of forward-travel.com.
Web-graph footprint
Distinct hostnames that link to or from forward-travel.com in the public web crawl.
5 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for forward-travel.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf.vibe.travel |
| SPF_INCLUDE | eu.transmail.net |
| SPF_INCLUDE | eu.zcsend.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.uk.exclaimer.net |
| SPF_INCLUDE | spf.zoho.eu |
| SPF_IP | 167.89.5.8/32 |
Related pages
Pivot deeper into the graph from forward-travel.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "forward-travel.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.