Skip to content

Hostname

bbnya.com

Last fetched

bbnya.com resolves to 1 IPv4 address operated by BLACKNIGHT-AS in IE. WHOIS lists iana:1448 as the registrar.

Nutrition Label

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

Resolution chain

bbnya.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
78.153.212.17278.153.212.0/24AS39122BLACKNIGHT-ASIE

WHOIS identity

Registrar
iana:1448
Organization
chengxu wen
Contact emails

Subdomains

1 observed subdomain of bbnya.com.

Subdomain
www.bbnya.com

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for bbnya.com.

MechanismTarget
SPF_Abbnya.com
SPF_INCLUDEspf.blacknight.ie

Related pages

Pivot deeper into the graph from bbnya.com.

Cypher and MCP

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

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