Skip to content

Hostname

e.so.com

Last fetched

e.so.com resolves to 2 IPv4 addresses operated by CHINANET-SHANGHAI-MAN China Telecom Group in CN.

Nutrition Label

WHISPER CANON · e.so.comRouting diversity2.4/10Peering density4.7/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/e.so.com

Resolution chain

e.so.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
101.91.111.182101.91.108.0/22AS4811CHINANET-SHANGHAI-MAN China Telecom GroupCN
36.99.171.17236.99.160.0/20AS137687SEQURETEK-AS-AP SEQURETEK IT SOLUTIONS PRIVATE LIMITEDCN

WHOIS identity

No WHOIS records are currently associated with e.so.com in WhisperGraph.

Subdomains

1 observed subdomain of e.so.com.

Subdomain
lb.e.so.com

Web-graph footprint

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

174 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from e.so.com.

Cypher and MCP

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

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