Classification Of Malwares (CLaMP)
Classification of Malware with PE headers
@kaggle.saurabhshahane_classification_of_malwares
Classification of Malware with PE headers
@kaggle.saurabhshahane_classification_of_malwares
CREATE TABLE clamp_raw_5184 (
"e_magic" BIGINT,
"e_cblp" BIGINT,
"e_cp" BIGINT,
"e_crlc" BIGINT,
"e_cparhdr" BIGINT,
"e_minalloc" BIGINT,
"e_maxalloc" BIGINT,
"e_ss" BIGINT,
"e_sp" BIGINT,
"e_csum" BIGINT,
"e_ip" BIGINT,
"e_cs" BIGINT,
"e_lfarlc" BIGINT,
"e_ovno" BIGINT,
"e_res" VARCHAR,
"e_oemid" BIGINT,
"e_oeminfo" BIGINT,
"e_res2" VARCHAR,
"e_lfanew" BIGINT,
"machine" BIGINT,
"numberofsections" BIGINT,
"creationyear" BIGINT,
"pointertosymboltable" BIGINT,
"numberofsymbols" BIGINT,
"sizeofoptionalheader" BIGINT,
"characteristics" BIGINT,
"magic" BIGINT,
"majorlinkerversion" BIGINT,
"minorlinkerversion" BIGINT,
"sizeofcode" BIGINT,
"sizeofinitializeddata" BIGINT,
"sizeofuninitializeddata" BIGINT,
"addressofentrypoint" BIGINT,
"baseofcode" BIGINT,
"baseofdata" BIGINT,
"imagebase" BIGINT,
"sectionalignment" BIGINT,
"filealignment" BIGINT,
"majoroperatingsystemversion" BIGINT,
"minoroperatingsystemversion" BIGINT,
"majorimageversion" BIGINT,
"minorimageversion" BIGINT,
"majorsubsystemversion" BIGINT,
"minorsubsystemversion" BIGINT,
"sizeofimage" BIGINT,
"sizeofheaders" BIGINT,
"checksum" BIGINT,
"subsystem" BIGINT,
"dllcharacteristics" BIGINT,
"sizeofstackreserve" BIGINT,
"sizeofstackcommit" BIGINT,
"sizeofheapreserve" BIGINT,
"sizeofheapcommit" BIGINT,
"loaderflags" BIGINT,
"numberofrvaandsizes" BIGINT,
"class" BIGINT
);
Anyone who has the link will be able to view this.