Cyber Security Attacks
Consists of 25 varied metrics and 40,000 records
@kaggle.teamincribo_cyber_security_attacks
Consists of 25 varied metrics and 40,000 records
@kaggle.teamincribo_cyber_security_attacks
CREATE TABLE cybersecurity_attacks (
"timestamp" TIMESTAMP,
"source_ip_address" VARCHAR,
"destination_ip_address" VARCHAR,
"source_port" BIGINT,
"destination_port" BIGINT,
"protocol" VARCHAR,
"packet_length" BIGINT,
"packet_type" VARCHAR,
"traffic_type" VARCHAR,
"payload_data" VARCHAR,
"malware_indicators" VARCHAR,
"anomaly_scores" DOUBLE,
"alerts_warnings" VARCHAR,
"attack_type" VARCHAR,
"attack_signature" VARCHAR,
"action_taken" VARCHAR,
"severity_level" VARCHAR,
"user_information" VARCHAR,
"device_information" VARCHAR,
"network_segment" VARCHAR,
"geo_location_data" VARCHAR,
"proxy_information" VARCHAR,
"firewall_logs" VARCHAR,
"ids_ips_alerts" VARCHAR,
"log_source" VARCHAR
);
Anyone who has the link will be able to view this.