Hostname
documents.am
Last fetched
documents.am resolves to 2 IPv4 addresses operated by HETZNER-AS in FI.
Nutrition Label
Resolution chain
documents.am resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 95.216.7.157 | 95.216.0.0/16 | AS24940 | HETZNER-AS | FI |
| 95.216.7.166 | 95.216.0.0/16 | AS24940 | HETZNER-AS | FI |
WHOIS identity
No WHOIS records are currently associated with documents.am in WhisperGraph.
Subdomains
2 observed subdomains of documents.am.
| Subdomain |
|---|
| mail.documents.am |
| www.documents.am |
Web-graph footprint
Distinct hostnames that link to or from documents.am in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for documents.am.
| Mechanism | Target |
|---|---|
| SPF_A | documents.am |
| SPF_IP | 87.255.77.4 |
| SPF_IP | 87.255.77.5 |
| SPF_IP | 95.216.7.166 |
| SPF_MX | documents.am |
Related pages
Pivot deeper into the graph from documents.am.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "documents.am"})-[: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.