Hostname
jgdc.edu.bd
Last fetched
jgdc.edu.bd resolves to 2 IPv4 addresses operated by AS199404 in IN.
Nutrition Label
Resolution chain
jgdc.edu.bd resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 190.92.174.248 | 190.92.174.0/24 | AS199404 | — | IN |
| 85.187.128.57 | 85.187.128.0/22 | AS204800 | — | FR |
WHOIS identity
No WHOIS records are currently associated with jgdc.edu.bd in WhisperGraph.
Subdomains
8 observed subdomains of jgdc.edu.bd.
Web-graph footprint
Distinct hostnames that link to or from jgdc.edu.bd in the public web crawl.
40 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for jgdc.edu.bd.
| Mechanism | Target |
|---|---|
| SPF_A | jgdc.edu.bd |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_INCLUDE | spf.supercp.com |
| SPF_IP | 190.92.174.248 |
| SPF_IP | 85.187.128.57 |
| SPF_MX | jgdc.edu.bd |
Related pages
Pivot deeper into the graph from jgdc.edu.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jgdc.edu.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.