File size: 1,192 Bytes
ebd50f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[
  {
    "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": []
  }
]