Hostname
construction.gov.mm
Last fetched
construction.gov.mm resolves to 1 IPv4 address operated by AS136465 in MM.
Nutrition Label
Resolution chain
construction.gov.mm resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.89.48.38 | 103.89.48.0/24 | AS136465 | — | MM |
WHOIS identity
No WHOIS records are currently associated with construction.gov.mm in WhisperGraph.
Subdomains
5 observed subdomains of construction.gov.mm.
Web-graph footprint
Distinct hostnames that link to or from construction.gov.mm in the public web crawl.
42 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for construction.gov.mm.
| Mechanism | Target |
|---|---|
| SPF_A | construction.gov.mm |
| SPF_A | mail.construction.gov.mm |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 203.81.89.187 |
| SPF_MX | construction.gov.mm |
Related pages
Pivot deeper into the graph from construction.gov.mm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "construction.gov.mm"})-[: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.