Skip to content

Hostname

gym.com.bd

Last fetched

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

Nutrition Label

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

Resolution chain

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 gym.com.bd in WhisperGraph.

Subdomains

6 observed subdomains of gym.com.bd.

Threat posture

History

Mail and authentication

MX records

  • gym.com.bd

SPF policy

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

MechanismTarget
SPF_Agym.com.bd
SPF_IP15.235.181.184
SPF_IP160.187.131.124
SPF_MXgym.com.bd

Related pages

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

Cypher and MCP

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

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