Hostname
arag.it
Last fetched
arag.it resolves to 1 IPv4 address operated by AS3302 in IT. WHOIS lists registrar:retelit digital services s.p.a. as the registrar.
Nutrition Label
Resolution chain
arag.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 |
|---|---|---|---|---|
| 88.86.183.140 | 88.86.160.0/19 | AS3302 | — | IT |
WHOIS identity
- Registrar
- registrar:retelit digital services s.p.a.
- Organization
- arag se rappresentanza generale e direzione per l'italia
- Contact emails
Subdomains
37 observed subdomains of arag.it.
Showing 25 of 37. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from arag.it in the public web crawl.
82 sites link to this hostname.
61 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for arag.it.
| Mechanism | Target |
|---|---|
| SPF_A | exchange.arag.it |
| SPF_A | smtp6.arag.it |
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 62.173.166.53/32 |
| SPF_IP | 62.196.48.27 |
| SPF_IP | 62.196.48.28 |
| SPF_MX | arag.it |
Related pages
Pivot deeper into the graph from arag.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arag.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.