Hostname
aatkings.de
Last fetched
aatkings.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
aatkings.de resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.156.152.21 | 108.156.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.152.34 | 108.156.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.152.72 | 108.156.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.152.86 | 108.156.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.229.116 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.161.229.125 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.161.229.56 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.161.229.95 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with aatkings.de in WhisperGraph.
Subdomains
2 observed subdomains of aatkings.de.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for aatkings.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.spf.speedkom.net |
| SPF_IP | 205.189.38.0/24 |
Related pages
Pivot deeper into the graph from aatkings.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aatkings.de"})-[: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.