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_integrated_5184 (
"e_cblp" BIGINT,
"e_cp" BIGINT,
"e_cparhdr" BIGINT,
"e_maxalloc" BIGINT,
"e_sp" BIGINT,
"e_lfanew" BIGINT,
"numberofsections" BIGINT,
"creationyear" BIGINT,
"fh_char0" BIGINT,
"fh_char1" BIGINT,
"fh_char2" BIGINT,
"fh_char3" BIGINT,
"fh_char4" BIGINT,
"fh_char5" BIGINT,
"fh_char6" BIGINT,
"fh_char7" BIGINT,
"fh_char8" BIGINT,
"fh_char9" BIGINT,
"fh_char10" BIGINT,
"fh_char11" BIGINT,
"fh_char12" BIGINT,
"fh_char13" BIGINT,
"fh_char14" 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,
"oh_dllchar0" BIGINT,
"oh_dllchar1" BIGINT,
"oh_dllchar2" BIGINT,
"oh_dllchar3" BIGINT,
"oh_dllchar4" BIGINT,
"oh_dllchar5" BIGINT,
"oh_dllchar6" BIGINT,
"oh_dllchar7" BIGINT,
"oh_dllchar8" BIGINT,
"oh_dllchar9" BIGINT,
"oh_dllchar10" BIGINT,
"sizeofstackreserve" BIGINT,
"sizeofstackcommit" BIGINT,
"sizeofheapreserve" BIGINT,
"sizeofheapcommit" BIGINT,
"loaderflags" BIGINT,
"sus_sections" BIGINT,
"non_sus_sections" BIGINT,
"packer" BIGINT,
"packer_type" VARCHAR,
"e_text" DOUBLE,
"e_data" DOUBLE,
"filesize" BIGINT,
"e_file" DOUBLE,
"fileinfo" BIGINT,
"class" BIGINT
);
Anyone who has the link will be able to view this.