Skip to content

Hostname

directb2b.com

Last fetched

directb2b.com resolves to 2 IPv4 addresses operated by PBNET - Paul Bunyan Communications in US. WHOIS lists iana:9 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
205.149.144.210205.149.144.0/20AS14371PBNET - Paul Bunyan CommunicationsUS
216.70.34.146216.70.32.0/20AS12042ENVENTIS - FidiumUS

WHOIS identity

Registrar
iana:9
Organization
privacydotlink customer 415256
Contact emails

Subdomains

5 observed subdomains of directb2b.com.

Web-graph footprint

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

5 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from directb2b.com.

Cypher and MCP

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

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