LogAtlas-Defense-Set / dataset_info.json
chYassine's picture
Create labeled log sessions dataset with attack information
24b472c verified
{
"citation": "",
"description": "",
"features": {
"session_id": {
"dtype": "string",
"_type": "Value"
},
"logs": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "List"
},
"metadata": {
"duration_seconds": {
"dtype": "float64",
"_type": "Value"
},
"host": {
"dtype": "string",
"_type": "Value"
},
"hour": {
"dtype": "int64",
"_type": "Value"
},
"is_weekend": {
"dtype": "bool",
"_type": "Value"
},
"log_types": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "List"
},
"n_logs": {
"dtype": "int64",
"_type": "Value"
}
},
"log_types": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "List"
},
"log_types_str": {
"dtype": "string",
"_type": "Value"
},
"n_logs": {
"dtype": "int64",
"_type": "Value"
},
"has_attack": {
"dtype": "bool",
"_type": "Value"
},
"attack_types": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "List"
},
"attack_types_str": {
"dtype": "string",
"_type": "Value"
},
"attack_count": {
"dtype": "int64",
"_type": "Value"
},
"attack_ratio": {
"dtype": "float64",
"_type": "Value"
},
"label": {
"dtype": "int64",
"_type": "Value"
},
"attack_ratio_original": {
"dtype": "float64",
"_type": "Value"
},
"severity_labels": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "List"
}
},
"homepage": "",
"license": ""
}