Hostname
m.arval.it
Last fetched
m.arval.it resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
m.arval.it resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.245.218.23 | 18.245.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.218.42 | 18.245.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.218.56 | 18.245.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.218.88 | 18.245.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.168.245.108 | 3.168.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.168.245.45 | 3.168.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.168.245.51 | 3.168.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.168.245.9 | 3.168.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with m.arval.it in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for m.arval.it.
| Mechanism | Target |
|---|---|
| SPF_A | m.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 m.arval.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m.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.