[
  {
    "timestamp": "2024-01-01T08:00:00",
    "source_ip": "192.168.1.1",
    "method": "GET",
    "endpoint": "/home",
    "status_code": 200,
    "response_time_ms": 120,
    "bytes_sent": 1024,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:00:05",
    "source_ip": "192.168.1.2",
    "method": "POST",
    "endpoint": "/login",
    "status_code": 200,
    "response_time_ms": 230,
    "bytes_sent": 512,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:00:10",
    "source_ip": "192.168.1.3",
    "method": "GET",
    "endpoint": "/dashboard",
    "status_code": 200,
    "response_time_ms": 180,
    "bytes_sent": 2048,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:00:15",
    "source_ip": "192.168.1.4",
    "method": "GET",
    "endpoint": "/profile",
    "status_code": 200,
    "response_time_ms": 95,
    "bytes_sent": 768,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:00:20",
    "source_ip": "192.168.1.5",
    "method": "GET",
    "endpoint": "/api/data",
    "status_code": 200,
    "response_time_ms": 145,
    "bytes_sent": 3072,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:00:25",
    "source_ip": "192.168.1.6",
    "method": "POST",
    "endpoint": "/api/data",
    "status_code": 200,
    "response_time_ms": 210,
    "bytes_sent": 1536,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:00:30",
    "source_ip": "192.168.1.7",
    "method": "GET",
    "endpoint": "/home",
    "status_code": 301,
    "response_time_ms": 88,
    "bytes_sent": 256,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:00:35",
    "source_ip": "192.168.1.8",
    "method": "GET",
    "endpoint": "/dashboard",
    "status_code": 200,
    "response_time_ms": 167,
    "bytes_sent": 2560,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:00:40",
    "source_ip": "192.168.1.9",
    "method": "POST",
    "endpoint": "/login",
    "status_code": 200,
    "response_time_ms": 198,
    "bytes_sent": 480,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:00:45",
    "source_ip": "192.168.1.10",
    "method": "GET",
    "endpoint": "/logout",
    "status_code": 200,
    "response_time_ms": 54,
    "bytes_sent": 128,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:00:50",
    "source_ip": "192.168.1.11",
    "method": "GET",
    "endpoint": "/home",
    "status_code": 200,
    "response_time_ms": 132,
    "bytes_sent": 1024,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:00:55",
    "source_ip": "192.168.1.12",
    "method": "GET",
    "endpoint": "/profile",
    "status_code": 304,
    "response_time_ms": 76,
    "bytes_sent": 0,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:01:00",
    "source_ip": "192.168.1.13",
    "method": "POST",
    "endpoint": "/api/data",
    "status_code": 200,
    "response_time_ms": 225,
    "bytes_sent": 2048,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:01:05",
    "source_ip": "192.168.1.14",
    "method": "GET",
    "endpoint": "/dashboard",
    "status_code": 200,
    "response_time_ms": 189,
    "bytes_sent": 3584,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T08:01:10",
    "source_ip": "192.168.1.15",
    "method": "GET",
    "endpoint": "/home",
    "status_code": 200,
    "response_time_ms": 112,
    "bytes_sent": 1024,
    "error_flag": 0,
    "label": "normal"
  },
  {
    "timestamp": "2024-01-01T22:00:00",
    "source_ip": "10.0.0.1",
    "method": "GET",
    "endpoint": "/../../../etc/passwd",
    "status_code": 403,
    "response_time_ms": 45,
    "bytes_sent": 0,
    "error_flag": 1,
    "label": "malicious"
  },
  {
    "timestamp": "2024-01-01T22:00:05",
    "source_ip": "10.0.0.1",
    "method": "POST",
    "endpoint": "/wp-admin",
    "status_code": 404,
    "response_time_ms": 12,
    "bytes_sent": 0,
    "error_flag": 1,
    "label": "malicious"
  },
  {
    "timestamp": "2024-01-01T22:00:10",
    "source_ip": "10.0.0.2",
    "method": "GET",
    "endpoint": "/shell.php",
    "status_code": 404,
    "response_time_ms": 8,
    "bytes_sent": 0,
    "error_flag": 1,
    "label": "malicious"
  },
  {
    "timestamp": "2024-01-01T22:00:15",
    "source_ip": "10.0.0.2",
    "method": "GET",
    "endpoint": "/.env",
    "status_code": 403,
    "response_time_ms": 15,
    "bytes_sent": 0,
    "error_flag": 1,
    "label": "malicious"
  },
  {
    "timestamp": "2024-01-01T22:00:20",
    "source_ip": "10.0.0.3",
    "method": "POST",
    "endpoint": "/api/users?id=1 OR 1=1",
    "status_code": 500,
    "response_time_ms": 32,
    "bytes_sent": 128,
    "error_flag": 1,
    "label": "malicious"
  },
  {
    "timestamp": "2024-01-01T22:00:25",
    "source_ip": "10.0.0.3",
    "method": "GET",
    "endpoint": "/phpmyadmin",
    "status_code": 404,
    "response_time_ms": 9,
    "bytes_sent": 0,
    "error_flag": 1,
    "label": "malicious"
  },
  {
    "timestamp": "2024-01-01T22:00:30",
    "source_ip": "10.0.0.4",
    "method": "GET",
    "endpoint": "/config.bak",
    "status_code": 403,
    "response_time_ms": 11,
    "bytes_sent": 0,
    "error_flag": 1,
    "label": "malicious"
  },
  {
    "timestamp": "2024-01-01T22:00:35",
    "source_ip": "10.0.0.4",
    "method": "DELETE",
    "endpoint": "/admin",
    "status_code": 401,
    "response_time_ms": 22,
    "bytes_sent": 64,
    "error_flag": 1,
    "label": "malicious"
  },
  {
    "timestamp": "2024-01-01T22:00:40",
    "source_ip": "10.0.0.5",
    "method": "PUT",
    "endpoint": "/api/users?id=1 OR 1=1",
    "status_code": 500,
    "response_time_ms": 28,
    "bytes_sent": 256,
    "error_flag": 1,
    "label": "malicious"
  },
  {
    "timestamp": "2024-01-01T22:00:45",
    "source_ip": "10.0.0.5",
    "method": "GET",
    "endpoint": "/wp-admin",
    "status_code": 404,
    "response_time_ms": 7,
    "bytes_sent": 0,
    "error_flag": 1,
    "label": "malicious"
  }
]