Hostname
work.com
Last fetched
work.com resolves to 20 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
work.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.145 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.178 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.218 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.223 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.27.73 | 2.16.27.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.16.27.75 | 2.16.27.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.18.64.11 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.18.64.17 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.218.249.161 | 23.218.249.0/24 | AS20940 | AKAMAI-ASN1 | IN |
| 23.218.249.163 | 23.218.249.0/24 | AS20940 | AKAMAI-ASN1 | IN |
| 23.221.227.200 | 23.221.227.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.221.227.202 | 23.221.227.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.3.89.99 | 23.3.89.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.212 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.219 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.148 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.154 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.5 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.8 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.74.83 | 95.101.74.0/24 | AS20940 | AKAMAI-ASN1 | NL |
WHOIS identity
- Registrar
- iana:292
- Organization
- salesforce.com,
- Contact emails
Subdomains
3 observed subdomains of work.com.
Web-graph footprint
Distinct hostnames that link to or from work.com in the public web crawl.
198 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from work.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "work.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.