darkknight25 commited on
Commit
ed64ddb
·
verified ·
1 Parent(s): 9e1251c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -10,16 +10,23 @@ size_categories:
10
  - 100K<n<1M
11
  ---
12
  # Advanced SIEM Dataset
 
13
  Dataset Description
14
- The advanced_siem_dataset is a synthetic dataset of 100,000 security event records designed for training machine learning (ML) and artificial intelligence (AI) models in cybersecurity. It simulates logs from Security Information and Event Management (SIEM) systems, capturing diverse event types such as firewall activities, intrusion detection system (IDS) alerts, authentication attempts, endpoint activities, network traffic, cloud operations, IoT device events, and AI system interactions. The dataset includes advanced metadata, MITRE ATT&CK techniques, threat actor associations, and unconventional indicators of compromise (IOCs), making it suitable for tasks like anomaly detection, threat classification, predictive analytics, and user and entity behavior analytics (UEBA).
15
- ]
 
 
 
 
 
16
  Paper: N/A
17
  Point of Contact: sunny thakur ,sunny48445@gmail.com
18
  Size of Dataset: 100,000 records
19
  File Format: JSON Lines (.jsonl)
20
  License: MIT License
 
 
21
 
22
- Dataset Structure
23
  The dataset is stored in a single train split in JSON Lines format, with each record representing a security event. Below is the schema:
24
 
25
  ```
@@ -114,8 +121,10 @@ Predictive Analytics: Forecast high-risk periods using time-series analysis of r
114
  Threat Hunting: Leverage MITRE ATT&CK techniques and IOCs in additional_info for threat intelligence.
115
  Red Teaming: Simulate adversarial scenarios (e.g., APTs, DNS tunneling) for testing SIEM systems.
116
  ```
117
- Loading the Dataset
 
118
  Install the datasets library:
 
119
  ```python
120
  pip install datasets
121
 
 
10
  - 100K<n<1M
11
  ---
12
  # Advanced SIEM Dataset
13
+
14
  Dataset Description
15
+
16
+ The advanced_siem_dataset is a synthetic dataset of 100,000 security event records designed for training machine learning (ML) and artificial intelligence (AI) models in cybersecurity.
17
+
18
+ It simulates logs from Security Information and Event Management (SIEM) systems, capturing diverse event types such as firewall activities, intrusion detection system (IDS) alerts, authentication attempts, endpoint activities, network traffic, cloud operations, IoT device events, and AI system interactions.
19
+
20
+ The dataset includes advanced metadata, MITRE ATT&CK techniques, threat actor associations, and unconventional indicators of compromise (IOCs), making it suitable for tasks like anomaly detection, threat classification, predictive analytics, and user and entity behavior analytics (UEBA).
21
+ ```java
22
  Paper: N/A
23
  Point of Contact: sunny thakur ,sunny48445@gmail.com
24
  Size of Dataset: 100,000 records
25
  File Format: JSON Lines (.jsonl)
26
  License: MIT License
27
+ ```
28
+ # Dataset Structure
29
 
 
30
  The dataset is stored in a single train split in JSON Lines format, with each record representing a security event. Below is the schema:
31
 
32
  ```
 
121
  Threat Hunting: Leverage MITRE ATT&CK techniques and IOCs in additional_info for threat intelligence.
122
  Red Teaming: Simulate adversarial scenarios (e.g., APTs, DNS tunneling) for testing SIEM systems.
123
  ```
124
+ # Loading the Dataset
125
+
126
  Install the datasets library:
127
+
128
  ```python
129
  pip install datasets
130