Hostname
api.directmailmanager.com
Last fetched
api.directmailmanager.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
api.directmailmanager.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.161.136.107 | 3.161.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.136.25 | 3.161.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.136.50 | 3.161.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.136.75 | 3.161.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.175.45.16 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.2 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.71 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.87 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 99.84.160.17 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.19 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.32 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.97 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api.directmailmanager.com in WhisperGraph.
Subdomains
1 observed subdomain of api.directmailmanager.com.
| Subdomain |
|---|
| dev.api.directmailmanager.com |
Threat posture
History
Related pages
Pivot deeper into the graph from api.directmailmanager.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.directmailmanager.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.