Hostname
da.123workflows.com
Last fetched
da.123workflows.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CH.
Nutrition Label
Resolution chain
da.123workflows.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 |
|---|---|---|---|---|
| 143.204.55.129 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.26 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.37 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.87 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.169.173.104 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.173.119 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.173.26 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.173.44 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with da.123workflows.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for da.123workflows.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 167.89.109.117/32 |
| SPF_IP | 34.236.172.26/32 |
| SPF_IP | 34.236.173.200/32 |
| SPF_IP | 35.157.46.27/32 |
| SPF_IP | 54.240.77.51/32 |
| SPF_IP | 54.240.77.52/32 |
| SPF_IP | 54.240.77.55/32 |
| SPF_IP | 54.240.77.56/32 |
Related pages
Pivot deeper into the graph from da.123workflows.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "da.123workflows.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.