Spaces:
Sleeping
Sleeping
| [ | |
| { | |
| "asset_id": "ASSET-001", | |
| "hostname": "web-prod-01", | |
| "type": "linux_host", | |
| "environment": "production", | |
| "ip_address": "10.20.0.11", | |
| "owner_user_id": "USR-300", | |
| "criticality": "high", | |
| "tags": ["internet-facing", "web-tier"], | |
| "containers": [ | |
| { | |
| "container_id": "c0ffee1234ab", | |
| "name": "suspicious-nginx", | |
| "image": "nginx:1.21", | |
| "status": "running", | |
| "suspicious": true | |
| }, | |
| { | |
| "container_id": "beef5678cd90", | |
| "name": "app-api", | |
| "image": "internal/app-api:2.3.0", | |
| "status": "running", | |
| "suspicious": false | |
| } | |
| ] | |
| }, | |
| { | |
| "asset_id": "ASSET-002", | |
| "hostname": "db-prod-01", | |
| "type": "linux_host", | |
| "environment": "production", | |
| "ip_address": "10.20.0.21", | |
| "owner_user_id": "USR-300", | |
| "criticality": "high", | |
| "tags": ["database", "pii"], | |
| "containers": [] | |
| }, | |
| { | |
| "asset_id": "ASSET-003", | |
| "hostname": "ws-eng-014", | |
| "type": "workstation", | |
| "environment": "corporate", | |
| "ip_address": "10.30.4.14", | |
| "owner_user_id": "USR-302", | |
| "criticality": "low", | |
| "tags": ["endpoint"], | |
| "containers": [] | |
| } | |
| ] | |