Skip to content

Hostname

rule.bb-guest.com

Last fetched

rule.bb-guest.com resolves to 1 IPv4 address operated by WOODSNET-PH Unit D,E,F,G 28th Floor in IN.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
43.251.126.2543.251.126.0/24AS55547WOODSNET-PH Unit D,E,F,G 28th FloorIN

WHOIS identity

No WHOIS records are currently associated with rule.bb-guest.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from rule.bb-guest.com.

Cypher and MCP

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

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