Hostname
my.workfront.com
Last fetched
my.workfront.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
my.workfront.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.223.158.155 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.161.87.17 | 35.160.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.239.217.63 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.13.106.145 | 52.12.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.24.189.38 | 52.24.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.189.8.90 | 54.188.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with my.workfront.com in WhisperGraph.
Subdomains
66 observed subdomains of my.workfront.com.
Showing 25 of 66. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from my.workfront.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for my.workfront.com.
| Mechanism | Target |
|---|---|
| SPF_A | webcapture.gcp.proofhq.com |
| SPF_A | webcapture.proofhq.com |
| SPF_A | webcapture.proofhq.eu |
| SPF_A | webcapture.sbx1.proofhq.com |
| SPF_A | webcapture.sbx2.proofhq.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.workfront.com |
Related pages
Pivot deeper into the graph from my.workfront.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "my.workfront.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.