Skip to content

Hostname

sb100.net

Last fetched

sb100.net resolves to 3 IPv4 addresses operated by AS63949 in US. WHOIS lists iana:1605 as the registrar.

Nutrition Label

WHISPER CANON · sb100.netRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/sb100.net

Resolution chain

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

IPPrefixASNOperatorCountry
104.237.130.118104.237.128.0/21AS63949US
104.237.130.97104.237.128.0/21AS63949US
198.13.37.235198.13.32.0/20AS20473AS-VULTR - The Constant Company, LLCJP

WHOIS identity

Registrar
iana:1605
Organization
na liu
Contact emails

Subdomains

135 observed subdomains of sb100.net.

Web-graph footprint

Distinct hostnames that link to or from sb100.net in the public web crawl.

297 sites link to this hostname.

548 sites linked to from this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from sb100.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "sb100.net"})-[: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.