Skip to content

Hostname

admin.jhdotnet.com

Last fetched

admin.jhdotnet.com resolves to 1 IPv4 address operated by WOLAST-AS-AP Wolast Technologies in BD.

Nutrition Label

WHISPER CANON · admin.jhdotnet.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/admin.jhdotnet.com

Resolution chain

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

IPPrefixASNOperatorCountry
103.213.38.52103.213.38.0/24AS150142WOLAST-AS-AP Wolast TechnologiesBD

WHOIS identity

No WHOIS records are currently associated with admin.jhdotnet.com in WhisperGraph.

Subdomains

8 observed subdomains of admin.jhdotnet.com.

Threat posture

History

Mail and authentication

MX records

  • admin.jhdotnet.com

SPF policy

4 SPF mechanisms authorising senders for admin.jhdotnet.com.

MechanismTarget
SPF_Aadmin.jhdotnet.com
SPF_IP103.213.38.52
SPF_IP165.99.74.72
SPF_MXadmin.jhdotnet.com

Related pages

Pivot deeper into the graph from admin.jhdotnet.com.

Cypher and MCP

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

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