Baselight

Classification Of Malwares (CLaMP)

Classification of Malware with PE headers

@kaggle.saurabhshahane_classification_of_malwares

Clamp Raw 5184
@kaggle.saurabhshahane_classification_of_malwares.clamp_raw_5184

  • 186.12 KB
  • 5184 rows
  • 56 columns
e_magic

E Magic

e_cblp

E Cblp

e_cp

E Cp

e_crlc

E Crlc

e_cparhdr

E Cparhdr

e_minalloc

E Minalloc

e_maxalloc

E Maxalloc

e_ss

E Ss

e_sp

E Sp

e_csum

E Csum

e_ip

E Ip

e_cs

E Cs

e_lfarlc

E Lfarlc

e_ovno

E Ovno

e_res

E Res

e_oemid

E Oemid

e_oeminfo

E Oeminfo

e_res2

E Res2

e_lfanew

E Lfanew

machine

Machine

numberofsections

NumberOfSections

creationyear

CreationYear

pointertosymboltable

PointerToSymbolTable

numberofsymbols

NumberOfSymbols

sizeofoptionalheader

SizeOfOptionalHeader

characteristics

Characteristics

magic

Magic

majorlinkerversion

MajorLinkerVersion

minorlinkerversion

MinorLinkerVersion

sizeofcode

SizeOfCode

sizeofinitializeddata

SizeOfInitializedData

sizeofuninitializeddata

SizeOfUninitializedData

addressofentrypoint

AddressOfEntryPoint

baseofcode

BaseOfCode

baseofdata

BaseOfData

imagebase

ImageBase

sectionalignment

SectionAlignment

filealignment

FileAlignment

majoroperatingsystemversion

MajorOperatingSystemVersion

minoroperatingsystemversion

MinorOperatingSystemVersion

majorimageversion

MajorImageVersion

minorimageversion

MinorImageVersion

majorsubsystemversion

MajorSubsystemVersion

minorsubsystemversion

MinorSubsystemVersion

sizeofimage

SizeOfImage

sizeofheaders

SizeOfHeaders

checksum

CheckSum

subsystem

Subsystem

dllcharacteristics

DllCharacteristics

sizeofstackreserve

SizeOfStackReserve

sizeofstackcommit

SizeOfStackCommit

sizeofheapreserve

SizeOfHeapReserve

sizeofheapcommit

SizeOfHeapCommit

loaderflags

LoaderFlags

numberofrvaandsizes

NumberOfRvaAndSizes

class

Class

231171443465535184642563324200622484502678110028822579210698804096111001611848908804096512451133529610241194954364104857640961048576409616
23117144346553518464184332419992248462267510409625607680409681922684354564096512442048010242104857640961048576409616
231171443465535184642723325201222484502679276482048028859409632768268435456409651255614401024676882320104857640961048576409616
23117144346553518464184332120112248450267987552409640962684354564096512616159420851211366821344104857640961048576409616
23117144346553518464224332520122242582671010117763635213379409616384419430440965126262625734410246908923308826214481921048576409616
2311780241565535184642625633281992224331662672259216227328129164096163846553640965121426624010241345813921048576163841048576409616
2311714434655351846427233282012224846226762785281146881938324096282624268435456409640964439731240964560522104857640961048576409616
2311714434655351846425633252012224845026782457624576240144096286722684354564096409644532484096799142104857640961048576409616
231171443465535184642403325201222425826710104249612288439794096491524194304409651262626265536102411831333308826214481921048576409616
23117144346553518464224332620102242902679817664326041646319140968232964194304409651255446873610244119142333088104857640961048576409616

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
);

Share link

Anyone who has the link will be able to view this.