Hostname
arval.it
Last fetched
arval.it resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists registrar:nameshield as the registrar.
Nutrition Label
Resolution chain
arval.it resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- registrar:nameshield
- Organization
- arval service lease
- Contact emails
- —
Subdomains
49 observed subdomains of arval.it.
Showing 25 of 49. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from arval.it in the public web crawl.
156 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for arval.it.
| Mechanism | Target |
|---|---|
| SPF_A | arval.it |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | o._spf.bnpparibas.com |
| SPF_INCLUDE | p._spf.bnpparibas.com |
| SPF_INCLUDE | spf.aws-eu-prod.ridecell.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 193.238.102.0/25 |
| SPF_IP | 195.135.201.102 |
| SPF_IP | 31.169.105.200 |
| SPF_IP | 37.187.144.49 |
| SPF_IP | 37.187.157.146 |
| SPF_IP | 37.187.160.136 |
Related pages
Pivot deeper into the graph from arval.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arval.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.