Hostname
divalto.com
Last fetched
divalto.com resolves to 1 IPv4 address operated by MASARMAT-AS in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
divalto.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 |
|---|---|---|---|---|
| 185.60.94.163 | 185.60.92.0/22 | AS39605 | MASARMAT-AS | FR |
WHOIS identity
Subdomains
25 observed subdomains of divalto.com.
Web-graph footprint
Distinct hostnames that link to or from divalto.com in the public web crawl.
271 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for divalto.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp-out.bearstech.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 167.89.43.220/32 |
| SPF_IP | 176.175.227.128/29 |
| SPF_IP | 176.175.236.24/29 |
| SPF_IP | 195.200.122.11/32 |
| SPF_IP | 213.245.2.0/24 |
| SPF_IP | 31.32.85.244 |
| SPF_IP | 31.33.81.34 |
| SPF_IP | 45.94.224.129/28 |
| SPF_IP | 46.227.82.194/32 |
| SPF_IP | 5.50.87.47 |
| SPF_IP | 87.253.234.71/32 |
| SPF_IP | 87.253.234.73/32 |
| SPF_IP | 87.253.234.85/32 |
Related pages
Pivot deeper into the graph from divalto.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "divalto.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.