Skip to content

Hostname

pbabes.com

Last fetched

pbabes.com resolves to 3 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:625 as the registrar.

Nutrition Label

WHISPER CANON · pbabes.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/pbabes.com

Resolution chain

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

IPPrefixASNOperatorCountry
159.203.105.200159.203.96.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
165.232.92.119165.232.80.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCNL
178.128.255.1178.128.240.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCNL

WHOIS identity

Registrar
iana:625
Organization
john higgins
Contact emails

Subdomains

17 observed subdomains of pbabes.com.

Web-graph footprint

Distinct hostnames that link to or from pbabes.com in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

6 SPF mechanisms authorising senders for pbabes.com.

MechanismTarget
SPF_Amail.fwwgo.com
SPF_Apbabes.com
SPF_INCLUDE_spf.google.com
SPF_IP176.9.26.174
SPF_IP192.96.206.168
SPF_MXpbabes.com

Related pages

Pivot deeper into the graph from pbabes.com.

Cypher and MCP

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

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