Hostname
oc.mj.originanalysis.com
Last fetched
oc.mj.originanalysis.com resolves to 1 IPv4 address operated by PWC-MSLP-CAN-AS-001 - PwC Management Services LP in CA.
Nutrition Label
Resolution chain
oc.mj.originanalysis.com 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 |
|---|---|---|---|---|
| 142.203.2.180 | 142.203.0.0/20 | AS36205 | PWC-MSLP-CAN-AS-001 - PwC Management Services LP | CA |
WHOIS identity
No WHOIS records are currently associated with oc.mj.originanalysis.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from oc.mj.originanalysis.com.
- IP · 142.203.2.180
- ASN · AS36205PWC-MSLP-CAN-AS-001 - PwC Management Services LP
- Country · CA
- Apex domain · originanalysis.com
- Parent domain · mj.originanalysis.com
- TLD · .com
- Browse hostnames · oc…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oc.mj.originanalysis.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.