Hostname
080.teamwork.com
Last fetched
080.teamwork.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PH.
Nutrition Label
Resolution chain
080.teamwork.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 |
|---|---|---|---|---|
| 3.165.63.106 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.165.63.25 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.165.63.32 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.165.63.84 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.174.46.120 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.13 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.28 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.82 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with 080.teamwork.com in WhisperGraph.
Subdomains
1 observed subdomain of 080.teamwork.com.
| Subdomain |
|---|
| mail.080.teamwork.com |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from 080.teamwork.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "080.teamwork.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.