Skip to content

Hostname

dirtyjocks.com

Last fetched

dirtyjocks.com resolves to 2 IPv4 addresses operated by WZ-US-40824 - Webzilla Inc. in PA. WHOIS lists iana:1449 as the registrar.

Nutrition Label

WHISPER CANON · dirtyjocks.comRouting diversity2.4/10Peering density3.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/dirtyjocks.com

Resolution chain

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

IPPrefixASNOperatorCountry
143.255.158.28143.255.158.0/24AS40824WZ-US-40824 - Webzilla Inc.PA
35.190.1.2035.190.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS

WHOIS identity

Registrar
iana:1449
Organization
global domain privacy services
Contact emails

Subdomains

3 observed subdomains of dirtyjocks.com.

Threat posture

History

Related pages

Pivot deeper into the graph from dirtyjocks.com.

Cypher and MCP

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

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