Hostname
softwaredefinedautomation.com
Last fetched
softwaredefinedautomation.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
softwaredefinedautomation.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 |
|---|---|---|---|---|
| 13.32.121.41 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.121.52 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.121.60 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.121.94 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.169.5.117 | 3.169.4.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.169.5.46 | 3.169.4.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.169.5.50 | 3.169.4.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.169.5.60 | 3.169.4.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.85.31.30 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.58 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.59 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.62 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
1 observed subdomain of softwaredefinedautomation.com.
| Subdomain |
|---|
| www.softwaredefinedautomation.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for softwaredefinedautomation.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 25622188.spf07.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 64.233.184.27 |
Related pages
Pivot deeper into the graph from softwaredefinedautomation.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "softwaredefinedautomation.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.