Hostname
ogpy.com.mm
Last fetched
ogpy.com.mm resolves to 1 IPv4 address operated by AS135149 in MM.
Nutrition Label
Resolution chain
ogpy.com.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.47.185.213 | 103.47.185.0/24 | AS135149 | — | MM |
WHOIS identity
No WHOIS records are currently associated with ogpy.com.mm in WhisperGraph.
Subdomains
5 observed subdomains of ogpy.com.mm.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for ogpy.com.mm.
| Mechanism | Target |
|---|---|
| SPF_A | ogpy.com.mm |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.12.66.168 |
| SPF_IP | 103.12.66.175 |
| SPF_IP | 103.145.186.22 |
| SPF_IP | 121.123.25.168 |
| SPF_IP | 121.123.25.175 |
| SPF_IP | 202.133.110.19 |
| SPF_IP | 210.14.104.78 |
| SPF_IP | 218.208.33.168 |
| SPF_IP | 218.208.33.175 |
| SPF_IP | 58.26.254.164 |
Related pages
Pivot deeper into the graph from ogpy.com.mm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ogpy.com.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.