Skip to content

Hostname

me.sb

Last fetched

me.sb resolves to 1 IPv4 address operated by AS20860 in GB. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · me.sbRouting diversity1.5/10Peering density6.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency3.3/10Resolver footprint8.5/10canon.whisper.security/host/me.sb

Resolution chain

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

IPPrefixASNOperatorCountry
88.150.163.1088.150.160.0/22AS20860GB

WHOIS identity

Registrar
iana:81
Organization
redacted | eu registrar
Contact emails

Subdomains

20 observed subdomains of me.sb.

Web-graph footprint

Distinct hostnames that link to or from me.sb in the public web crawl.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for me.sb.

MechanismTarget
SPF_INCLUDE_spf.protonmail.ch
SPF_MXme.sb

Related pages

Pivot deeper into the graph from me.sb.

Cypher and MCP

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

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