Hostname
ddmfgco.com
Last fetched
ddmfgco.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
ddmfgco.com 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.158.61.113 | 108.158.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.158.61.45 | 108.158.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.158.61.52 | 108.158.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.158.61.83 | 108.158.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.168.102.124 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.30 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.50 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.102.84 | 3.168.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- d and d manufacturing co,
- Contact emails
Subdomains
1 observed subdomain of ddmfgco.com.
| Subdomain |
|---|
| www.ddmfgco.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for ddmfgco.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | one.zoho.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from ddmfgco.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ddmfgco.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.