Hostname
uths.edu.bd
Last fetched
uths.edu.bd resolves to 2 IPv4 addresses operated by AS204800 in SG.
Nutrition Label
Resolution chain
uths.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 |
|---|---|---|---|---|
| 103.138.189.71 | 103.138.189.0/24 | AS204800 | — | SG |
| 103.7.4.122 | 103.7.4.0/24 | AS138998 | — | BD |
WHOIS identity
No WHOIS records are currently associated with uths.edu.bd in WhisperGraph.
Subdomains
8 observed subdomains of uths.edu.bd.
Threat posture
History
Mail and authentication
MX records
- uths.edu.bd
SPF policy
3 SPF mechanisms authorising senders for uths.edu.bd.
| Mechanism | Target |
|---|---|
| SPF_A | uths.edu.bd |
| SPF_IP | 103.7.4.120 |
| SPF_MX | uths.edu.bd |
Related pages
Pivot deeper into the graph from uths.edu.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uths.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.