Hostname
amersec.gr
Last fetched
amersec.gr resolves to 1 IPv4 address operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
amersec.gr 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 |
|---|---|---|---|---|
| 91.98.184.53 | 91.98.0.0/16 | AS24940 | HETZNER-AS | DE |
WHOIS identity
No WHOIS records are currently associated with amersec.gr in WhisperGraph.
Subdomains
3 observed subdomains of amersec.gr.
Web-graph footprint
Distinct hostnames that link to or from amersec.gr in the public web crawl.
Threat posture
History
Mail and authentication
MX records
- amersec.gr
SPF policy
3 SPF mechanisms authorising senders for amersec.gr.
| Mechanism | Target |
|---|---|
| SPF_A | amersec.gr |
| SPF_IP | 91.98.184.53 |
| SPF_MX | amersec.gr |
Related pages
Pivot deeper into the graph from amersec.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amersec.gr"})-[: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.