OD-IDS2022
Offensive Defensive-Intrusion Detection System
@kaggle.nd50095800_od_ids2022
Offensive Defensive-Intrusion Detection System
@kaggle.nd50095800_od_ids2022
CREATE TABLE od_ids2022_dataset (
"src_ip" VARCHAR,
"src_port" BIGINT,
"dst_ip" VARCHAR,
"dst_port" BIGINT,
"protocol" BIGINT,
"flow_duration" BIGINT,
"tot_fwd_pkts" BIGINT,
"tot_bwd_pkts" BIGINT,
"totlen_fwd_pkts" BIGINT,
"totlen_bwd_pkts" BIGINT,
"fwd_pkt_len_max" BIGINT,
"fwd_pkt_len_min" BIGINT,
"fwd_pkt_len_mean" DOUBLE,
"fwd_pkt_len_std" DOUBLE,
"bwd_pkt_len_max" BIGINT,
"bwd_pkt_len_min" BIGINT,
"bwd_pkt_len_mean" DOUBLE,
"bwd_pkt_len_std" DOUBLE,
"flow_byts_s" DOUBLE,
"flow_pkts_s" DOUBLE,
"flow_iat_mean" DOUBLE,
"flow_iat_std" DOUBLE,
"flow_iat_max" BIGINT,
"flow_iat_min" BIGINT,
"fwd_iat_tot" BIGINT,
"fwd_iat_mean" DOUBLE,
"fwd_iat_std" DOUBLE,
"fwd_iat_max" BIGINT,
"fwd_iat_min" BIGINT,
"bwd_iat_tot" BIGINT,
"bwd_iat_mean" DOUBLE,
"bwd_iat_std" DOUBLE,
"bwd_iat_max" BIGINT,
"bwd_iat_min" BIGINT,
"fwd_psh_flags" BIGINT,
"bwd_psh_flags" BIGINT,
"fwd_urg_flags" BIGINT,
"bwd_urg_flags" BIGINT,
"fwd_header_len" BIGINT,
"bwd_header_len" BIGINT,
"fwd_pkts_s" DOUBLE,
"bwd_pkts_s" DOUBLE,
"pkt_len_min" BIGINT,
"pkt_len_max" BIGINT,
"pkt_len_mean" DOUBLE,
"pkt_len_std" DOUBLE,
"pkt_len_var" DOUBLE,
"fin_flag_cnt" BIGINT,
"syn_flag_cnt" BIGINT,
"rst_flag_cnt" BIGINT,
"psh_flag_cnt" BIGINT,
"ack_flag_cnt" BIGINT,
"urg_flag_cnt" BIGINT,
"cwe_flag_count" BIGINT,
"ece_flag_cnt" BIGINT,
"down_up_ratio" BIGINT,
"pkt_size_avg" DOUBLE,
"fwd_seg_size_avg" DOUBLE,
"bwd_seg_size_avg" DOUBLE,
"fwd_byts_b_avg" BIGINT,
"fwd_pkts_b_avg" BIGINT,
"fwd_blk_rate_avg" BIGINT,
"bwd_byts_b_avg" BIGINT,
"bwd_pkts_b_avg" BIGINT,
"bwd_blk_rate_avg" BIGINT,
"subflow_fwd_pkts" BIGINT,
"subflow_fwd_byts" BIGINT,
"subflow_bwd_pkts" BIGINT,
"subflow_bwd_byts" BIGINT,
"init_fwd_win_byts" BIGINT,
"init_bwd_win_byts" BIGINT,
"fwd_act_data_pkts" BIGINT,
"fwd_seg_size_min" BIGINT,
"active_mean" DOUBLE,
"active_std" DOUBLE,
"active_max" BIGINT,
"active_min" BIGINT,
"idle_mean" DOUBLE,
"idle_std" DOUBLE,
"idle_max" BIGINT,
"idle_min" BIGINT,
"label" VARCHAR
);
Anyone who has the link will be able to view this.