Skip to content

Hostname

work180.app

Last fetched

work180.app resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · work180.appRouting diversity4.2/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/work180.app

Resolution chain

work180.app resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.165.1213.5.165.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.165.1893.5.165.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.165.1903.5.165.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.165.2003.5.165.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.165.223.5.165.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.165.633.5.165.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.169.1923.5.169.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.169.453.5.169.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.129.10752.95.129.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.129.4552.95.129.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.130.3552.95.130.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.130.6352.95.130.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.131.2352.95.131.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.131.7152.95.131.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.132.17752.95.132.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from work180.app.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "work180.app"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.