Skip to content

Hostname

api.52hyjs.com

Last fetched

api.52hyjs.com resolves to 2 IPv4 addresses operated by BNIPL-AS Broad Net India Private Limited in CN.

Nutrition Label

WHISPER CANON · api.52hyjs.comRouting diversity2.4/10Peering density4.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api.52hyjs.com

Resolution chain

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

IPPrefixASNOperatorCountry
103.236.70.149103.236.68.0/22AS134768BNIPL-AS Broad Net India Private LimitedCN
110.42.70.89110.42.64.0/19AS136188SB-FURNITURE-AS-AP SB.Furniture House Co.,LtdCN

WHOIS identity

No WHOIS records are currently associated with api.52hyjs.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from api.52hyjs.com in the public web crawl.

8 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from api.52hyjs.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.52hyjs.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.