Hostname
adventa.com
Last fetched
adventa.com resolves to 1 IPv4 address operated by UKFAST in GB. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
adventa.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 |
|---|---|---|---|---|
| 45.131.138.57 | 45.131.136.0/22 | AS61323 | UKFAST | GB |
WHOIS identity
- Registrar
- iana:1390
- Organization
- domains manager
- Contact emails
Subdomains
6 observed subdomains of adventa.com.
Web-graph footprint
Distinct hostnames that link to or from adventa.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for adventa.com.
| Mechanism | Target |
|---|---|
| SPF_A | adventa.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 45.131.138.57 |
| SPF_IP | 45.145.102.253 |
| SPF_IP | 46.101.32.97 |
| SPF_IP | 77.72.5.250 |
| SPF_IP | 81.149.183.144 |
| SPF_IP | 82.196.238.200 |
| SPF_IP | 89.255.132.81 |
| SPF_IP | 94.229.172.189 |
| SPF_IP | 94.229.172.190 |
| SPF_MX | adventa.com |
Related pages
Pivot deeper into the graph from adventa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adventa.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.