Skip to content

Hostname

lists.worklaw.com

Last fetched

lists.worklaw.com resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · lists.worklaw.comRouting diversity2.4/10Peering density5.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/lists.worklaw.com

Resolution chain

lists.worklaw.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
167.172.118.243167.172.112.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
69.64.74.7669.64.74.0/24AS18501JOESD-18501 - CyberCloud Professionals LLCUS

WHOIS identity

No WHOIS records are currently associated with lists.worklaw.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • lists.worklaw.com

SPF policy

1 SPF mechanism authorising senders for lists.worklaw.com.

MechanismTarget
SPF_INCLUDE_spf.listserve.com

Related pages

Pivot deeper into the graph from lists.worklaw.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "lists.worklaw.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 20

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