Ransomware Attacks
Recent and most notable ransomware attacks globally
@kaggle.joebeachcapital_ransomware_attacks
Recent and most notable ransomware attacks globally
@kaggle.joebeachcapital_ransomware_attacks
About 360 ransomware attacks, including target, sector, organization size, ransom amount, and if the ransom was paid. Work in progress still.
May need a bit of data cleaning.
CREATE TABLE ransomware_attacks_ransomware_attacks (
"target" VARCHAR,
"aka" VARCHAR,
"description" VARCHAR,
"sector" VARCHAR,
"organisation_size_1_5_10_25_100_300" BIGINT,
"revenue_usd_million" DOUBLE -- Revenue $USD Million,
"cost" VARCHAR,
"ransom_cost" DOUBLE,
"data_note" VARCHAR,
"ransom_paid" VARCHAR,
"year_code" BIGINT,
"year" BIGINT,
"month" VARCHAR,
"location" VARCHAR,
"interesting_story_edited" VARCHAR -- Interesting Story (edited),
"interesting_story_long" VARCHAR -- Interesting Story (long),
"interesting_story" VARCHAR -- Interesting Story?,
"ransomware" VARCHAR,
"stock_symbol" VARCHAR,
"revenue_as_of" VARCHAR,
"no_of_employees" VARCHAR,
"data_note_a51e87" VARCHAR -- Data Note,
"source_name" VARCHAR,
"url" VARCHAR,
"url_2" VARCHAR,
"url_3" VARCHAR,
"url_4" VARCHAR,
"url_5" VARCHAR,
"n__id" BIGINT -- #ID
);
Anyone who has the link will be able to view this.