Hostname
veratour.it
Last fetched
veratour.it resolves to 1 IPv4 address operated by ORACLE-BMC-31898 - Oracle Corporation in DE. WHOIS lists registrar:internetx gmbh as the registrar.
Nutrition Label
Resolution chain
veratour.it 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 |
|---|---|---|---|---|
| 144.24.172.220 | 144.24.160.0/19 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
WHOIS identity
- Registrar
- registrar:internetx gmbh
- Organization
- veratour srl
- Contact emails
- —
Subdomains
26 observed subdomains of veratour.it.
Showing 19 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from veratour.it in the public web crawl.
161 sites link to this hostname.
127 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for veratour.it.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.mta.salesforce.com |
| SPF_INCLUDE | _relay.amadeus.com |
| SPF_INCLUDE | _spf.d-documents.it |
| SPF_INCLUDE | _spf.sicurezzapostale.it |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 130.162.210.239/32 |
| SPF_IP | 141.147.15.245/32 |
| SPF_MX | veratour.it |
Related pages
Pivot deeper into the graph from veratour.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "veratour.it"})-[: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.