Skip to content

Hostname

static.b-ite.com

Last fetched

static.b-ite.com resolves to 2 IPv4 addresses operated by LEWTELNET Oskar-von-Miller-Str. 1b in DE.

Nutrition Label

WHISPER CANON · static.b-ite.comRouting diversity1.5/10Peering density4.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/static.b-ite.com

Resolution chain

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

IPPrefixASNOperatorCountry
62.204.161.13762.204.160.0/19AS12886LEWTELNET Oskar-von-Miller-Str. 1bDE
62.204.161.13862.204.160.0/19AS12886LEWTELNET Oskar-von-Miller-Str. 1bDE

WHOIS identity

No WHOIS records are currently associated with static.b-ite.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from static.b-ite.com in the public web crawl.

2,790 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from static.b-ite.com.

Cypher and MCP

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

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