Skip to content

Hostname

admin.gym.com.bd

Last fetched

admin.gym.com.bd resolves to 2 IPv4 addresses operated by GOTMYHOST-AS-AP - GOTMYHOST in SG.

Nutrition Label

WHISPER CANON · admin.gym.com.bdRouting diversity2.4/10Peering density6.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/admin.gym.com.bd

Resolution chain

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

IPPrefixASNOperatorCountry
160.187.131.124160.187.131.0/24AS151368GOTMYHOST-AS-AP - GOTMYHOSTSG
31.97.104.11931.97.104.0/21AS47583AS-HOSTINGER - Hostinger International LimitedID

WHOIS identity

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

Subdomains

1 observed subdomain of admin.gym.com.bd.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for admin.gym.com.bd.

MechanismTarget
SPF_Aadmin.gym.com.bd
SPF_IP15.235.181.184
SPF_IP160.187.131.124
SPF_MXadmin.gym.com.bd

Related pages

Pivot deeper into the graph from admin.gym.com.bd.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "admin.gym.com.bd"})-[: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.