Hostname
amaversa.com
Last fetched
amaversa.com resolves to 1 IPv4 address operated by OVH in NL. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
amaversa.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 |
|---|---|---|---|---|
| 135.125.198.115 | 135.125.128.0/17 | AS16276 | OVH | NL |
WHOIS identity
- Registrar
- iana:69
- Organization
- a. & m. di aversa michele ditta individuale a. & m. di aversa michele ditta individuale
- Contact emails
Subdomains
7 observed subdomains of amaversa.com.
Web-graph footprint
Distinct hostnames that link to or from amaversa.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
- amaversa.com
SPF policy
5 SPF mechanisms authorising senders for amaversa.com.
| Mechanism | Target |
|---|---|
| SPF_A | amaversa.com |
| SPF_IP | 149.202.194.61 |
| SPF_IP | 151.80.177.11 |
| SPF_IP | 51.77.85.74 |
| SPF_MX | amaversa.com |
Related pages
Pivot deeper into the graph from amaversa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amaversa.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.