Hostname
id.ocsoftware.co.uk
Last fetched
id.ocsoftware.co.uk resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
id.ocsoftware.co.uk resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.67.33 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.50 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.72 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.96 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.253.110 | 18.245.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.253.119 | 18.245.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.253.22 | 18.245.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.253.65 | 18.245.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.84.143.114 | 52.84.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 52.84.143.128 | 52.84.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 52.84.143.37 | 52.84.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 52.84.143.70 | 52.84.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
WHOIS identity
No WHOIS records are currently associated with id.ocsoftware.co.uk in WhisperGraph.
Subdomains
1 observed subdomain of id.ocsoftware.co.uk.
| Subdomain |
|---|
| www.id.ocsoftware.co.uk |
Threat posture
History
Related pages
Pivot deeper into the graph from id.ocsoftware.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "id.ocsoftware.co.uk"})-[: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.