Hostname
opa.isoftzone.com
Last fetched
opa.isoftzone.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in IN.
Nutrition Label
Resolution chain
opa.isoftzone.com 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 |
|---|---|---|---|---|
| 135.235.157.63 | 135.232.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | IN |
| 192.169.143.200 | 192.169.136.0/21 | AS398101 | GO-DADDY-COM-LLC - GoDaddy.com, LLC | US |
WHOIS identity
No WHOIS records are currently associated with opa.isoftzone.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from opa.isoftzone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "opa.isoftzone.com"})-[: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.