Hostname
enmacc.de
Last fetched
enmacc.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NL.
Nutrition Label
Resolution chain
enmacc.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 |
|---|---|---|---|---|
| 18.239.50.112 | 18.239.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.50.12 | 18.239.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.50.25 | 18.239.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.50.58 | 18.239.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 54.192.55.10 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.55.122 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.55.13 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.55.58 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with enmacc.de in WhisperGraph.
Subdomains
25 observed subdomains of enmacc.de.
Showing 24 of 25. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from enmacc.de in the public web crawl.
18 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for enmacc.de.
| Mechanism | Target |
|---|---|
| SPF_A | enmacc.de |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | zoho.com |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 198.2.128.0/24 |
| SPF_IP | 198.2.132.0/22 |
| SPF_IP | 198.2.136.0/23 |
| SPF_IP | 198.2.145.0/24 |
| SPF_IP | 198.2.177.0/24 |
| SPF_IP | 198.2.178.0/23 |
| SPF_IP | 198.2.180.0/24 |
| SPF_IP | 198.2.186.0/23 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 205.201.131.128/25 |
| SPF_IP | 205.201.134.128/25 |
| SPF_IP | 205.201.136.0/23 |
| SPF_IP | 205.201.139.0/24 |
| SPF_MX | enmacc.de |
Related pages
Pivot deeper into the graph from enmacc.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "enmacc.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.