Hostname
cwop.aprs.net
Last fetched
cwop.aprs.net resolves to 6 IPv4 addresses operated by UNIV-OF-OKLAHOMA - University of Oklahoma in US.
Nutrition Label
Resolution chain
cwop.aprs.net resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 129.15.108.116 | 129.15.0.0/16 | AS25776 | UNIV-OF-OKLAHOMA - University of Oklahoma | US |
| 143.244.144.248 | 143.244.144.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
| 44.155.254.4 | 44.155.0.0/16 | AS1213 | Asiera - ASIERA TECHNOLOGY SERVICES CLG | IE |
| 44.235.86.44 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.200.219.161 | 54.200.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 85.188.1.27 | 85.188.0.0/18 | AS34387 | NETCREW - Netcrew ry | FI |
WHOIS identity
No WHOIS records are currently associated with cwop.aprs.net in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from cwop.aprs.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cwop.aprs.net"})-[: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.