Datasets:

ArXiv:
License:
Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 24 new columns ({'command_line', 'system', 'env', 'user', 'symlinks', 'emu_engine', 'current_dir', 'analysis', 'max_api_count', 'timeout', 'drives', 'registry', 'hostname', 'network', 'processes', 'exceptions', 'api_hammering', 'config_version', 'description', 'keep_memory_on_free', 'domain', 'modules', 'filesystem', 'os_ver'}) and 10 missing columns ({'ep_type', 'start_addr', 'error', 'network_events', 'ret_val', 'file_access', 'ep_args', 'apis', 'apihash', 'dynamic_code_segments'}).

This happened while the json dataset builder was generating data using

hf://datasets/dtrizna/quovadis-speakeasy/speakeasy-config.json (at revision 5fd529f90aa3e85e48fc2e3f2a4ff2d51afac11e)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              config_version: double
              description: string
              emu_engine: string
              timeout: int64
              max_api_count: int64
              system: string
              analysis: struct<memory_tracing: bool, strings: bool>
                child 0, memory_tracing: bool
                child 1, strings: bool
              keep_memory_on_free: bool
              exceptions: struct<dispatch_handlers: bool>
                child 0, dispatch_handlers: bool
              os_ver: struct<name: string, major: int64, minor: int64, build: int64>
                child 0, name: string
                child 1, major: int64
                child 2, minor: int64
                child 3, build: int64
              current_dir: string
              command_line: string
              env: struct<comspec: string, systemroot: string, windir: string, temp: string, userprofile: string, systemdrive: string, allusersprofile: string, programfiles: string>
                child 0, comspec: string
                child 1, systemroot: string
                child 2, windir: string
                child 3, temp: string
                child 4, userprofile: string
                child 5, systemdrive: string
                child 6, allusersprofile: string
                child 7, programfiles: string
              domain: string
              hostname: string
              user: struct<name: string, is_admin: bool>
                child 0, name: string
                child 1, is_admin: bool
              api_hammering: struct<enabled: bool, threshold: int64>
                child 0, enabled: bool
                child 1, threshold: int64
              symlinks: list<item: struct<name: string, target: string>>
                child 0, item: struct<name: string, target: string>
                    child 0, name: string
                    child 1, target: string
              drives: list<item: struct<root_path: string, drive_type: string, volume_guid_path: string>>
                child 0, item: struct<root_path: string, drive_type: string, 
              ...
              modules: struct<modules_always_exist: bool, functions_always_exist: bool, module_directory_x86: string, module_directory_x64: string, system_modules: list<item: struct<name: string, base_addr: string, path: string, driver: struct<name: string, devices: list<item: struct<name: string>>>>>, user_modules: list<item: struct<name: string, base_addr: string, path: string>>>
                child 0, modules_always_exist: bool
                child 1, functions_always_exist: bool
                child 2, module_directory_x86: string
                child 3, module_directory_x64: string
                child 4, system_modules: list<item: struct<name: string, base_addr: string, path: string, driver: struct<name: string, devices: list<item: struct<name: string>>>>>
                    child 0, item: struct<name: string, base_addr: string, path: string, driver: struct<name: string, devices: list<item: struct<name: string>>>>
                        child 0, name: string
                        child 1, base_addr: string
                        child 2, path: string
                        child 3, driver: struct<name: string, devices: list<item: struct<name: string>>>
                            child 0, name: string
                            child 1, devices: list<item: struct<name: string>>
                                child 0, item: struct<name: string>
                                    child 0, name: string
                child 5, user_modules: list<item: struct<name: string, base_addr: string, path: string>>
                    child 0, item: struct<name: string, base_addr: string, path: string>
                        child 0, name: string
                        child 1, base_addr: string
                        child 2, path: string
              to
              {'ep_type': Value(dtype='string', id=None), 'start_addr': Value(dtype='string', id=None), 'ep_args': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'apihash': Value(dtype='string', id=None), 'apis': [{'api_name': Value(dtype='string', id=None), 'args': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'pc': Value(dtype='string', id=None), 'ret_val': Value(dtype='string', id=None)}], 'ret_val': Value(dtype='string', id=None), 'error': {'address': Value(dtype='string', id=None), 'api_name': Value(dtype='string', id=None), 'instr': Value(dtype='string', id=None), 'pc': Value(dtype='string', id=None), 'regs': {'eax': Value(dtype='string', id=None), 'ebp': Value(dtype='string', id=None), 'ebx': Value(dtype='string', id=None), 'ecx': Value(dtype='string', id=None), 'edi': Value(dtype='string', id=None), 'edx': Value(dtype='string', id=None), 'eip': Value(dtype='string', id=None), 'esi': Value(dtype='string', id=None), 'esp': Value(dtype='string', id=None)}, 'stack': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'traceback': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None)}, 'network_events': {'dns': Sequence(feature=Value(dtype='null', id=None), length=-1, id=None), 'traffic': [{'headers': Value(dtype='int64', id=None), 'port': Value(dtype='int64', id=None), 'proto': Value(dtype='string', id=None), 'server': Value(dtype='string', id=None)}]}, 'dynamic_code_segments': Sequence(feature=Value(dtype='null', id=None), length=-1, id=None), 'file_access': [{'access_flags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'buffer': Value(dtype='string', id=None), 'event': Value(dtype='string', id=None), 'open_flags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'path': Value(dtype='string', id=None), 'size': Value(dtype='int64', id=None)}]}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1415, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 991, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 24 new columns ({'command_line', 'system', 'env', 'user', 'symlinks', 'emu_engine', 'current_dir', 'analysis', 'max_api_count', 'timeout', 'drives', 'registry', 'hostname', 'network', 'processes', 'exceptions', 'api_hammering', 'config_version', 'description', 'keep_memory_on_free', 'domain', 'modules', 'filesystem', 'os_ver'}) and 10 missing columns ({'ep_type', 'start_addr', 'error', 'network_events', 'ret_val', 'file_access', 'ep_args', 'apis', 'apihash', 'dynamic_code_segments'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/dtrizna/quovadis-speakeasy/speakeasy-config.json (at revision 5fd529f90aa3e85e48fc2e3f2a4ff2d51afac11e)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

ep_type
string
start_addr
string
ep_args
sequence
apihash
string
apis
list
ret_val
string
error
dict
network_events
dict
dynamic_code_segments
sequence
file_access
list
module_entry
0x409a16
[ "0x4020", "0x4030", "0x4040", "0x4050" ]
fb8c06ac28f07f903a1ea7a2450f5e8621a006a224998e8afb3ff1846d142607
[ { "api_name": "MSVCRT.__set_app_type", "args": [ "0x2" ], "pc": "0x409a49", "ret_val": null }, { "api_name": "MSVCRT.__p__fmode", "args": [], "pc": "0x409a5e", "ret_val": "0x4610" }, { "api_name": "MSVCRT.__p__commode", "args": [], "pc": "0x409a6c", ...
0x0
{ "address": null, "api_name": null, "instr": null, "pc": null, "regs": null, "stack": null, "traceback": null, "type": null }
{ "dns": [], "traffic": [ { "headers": 0, "port": 80, "proto": "tcp.http", "server": "www.iuqerfsodp9ifjaposdfjhgosurijfaewrwergwea.com" } ] }
[]
null
thread
0x408000
[ "0x0" ]
3b0ec8c02d9207d67ba5c0dd9580d1d1fc47cdd8a19e035aeb1642078b6ecf22
[ { "api_name": "ADVAPI32.RegisterServiceCtrlHandlerA", "args": [ "0x4312fc", "0x407f30" ], "pc": "0x408049", "ret_val": "0x1001" }, { "api_name": "ADVAPI32.SetServiceStatus", "args": [ "0x1001", "0x431430" ], "pc": "0x408074", "ret_val": "0x1" }, ...
0x0
{ "address": null, "api_name": null, "instr": null, "pc": null, "regs": null, "stack": null, "traceback": null, "type": null }
null
[]
[ { "access_flags": [ "GENERIC_READ" ], "buffer": null, "event": "open", "open_flags": [ "OPEN_EXISTING" ], "path": "C:\\Windows\\system32\\295a3a4d656a256e4612a42fda86667e98b436a02ff3069d41d8ef1b3ef029ac.dat", "size": null }, { "access_flags": null, "buffer": "...
thread
0x407720
[ "0x0" ]
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
[]
0x1211f98
{ "address": "0xfeedf0f4", "api_name": "iphlpapi.GetAdaptersInfo", "instr": "disasm_failed", "pc": "0xfeedf0f4", "regs": { "eax": "0x01211f98", "ebp": "0x01212000", "ebx": "0x00000000", "ecx": "0x00000000", "edi": "0x00000000", "edx": "0x01211fcc", "eip": "0xfeedf0f4", "esi": "...
null
[]
null
thread
0x407840
[ "0x0" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265c14" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265c14", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x1" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265c28" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265c28", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x2" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265c3c" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265c3c", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x3" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265c50" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265c50", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x4" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265c64" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265c64", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x5" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265c78" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265c78", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x6" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265c8c" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265c8c", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x7" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265ca0" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265ca0", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x8" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265cb4" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265cb4", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x9" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265cc8" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265cc8", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0xa" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265cdc" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265cdc", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0xb" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265cf0" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265cf0", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0xc" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265d04" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265d04", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0xd" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265d18" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265d18", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0xe" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265d2c" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265d2c", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0xf" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265d40" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265d40", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x10" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265d54" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265d54", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x11" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265d68" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265d68", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x12" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265d7c" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265d7c", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x13" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265d90" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265d90", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x14" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265da4" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265da4", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x15" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265db8" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265db8", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x16" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265dcc" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265dcc", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x17" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265de0" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265de0", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x18" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265df4" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265df4", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x19" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265e08" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265e08", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x1a" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265e1c" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265e1c", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x1b" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265e30" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265e30", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x1c" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265e44" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265e44", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x1d" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265e58" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265e58", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x1e" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265e6c" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265e6c", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x1f" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265e80" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265e80", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x20" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265e94" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265e94", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x21" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265ea8" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265ea8", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x22" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265ebc" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265ebc", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x23" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265ed0" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265ed0", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x24" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265ee4" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265ee4", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x25" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265ef8" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265ef8", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x26" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265f0c" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265f0c", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x27" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265f20" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265f20", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x28" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265f34" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265f34", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x29" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265f48" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265f48", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x2a" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265f5c" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265f5c", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x2b" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265f70" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265f70", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x2c" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265f84" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265f84", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x2d" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265f98" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265f98", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x2e" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265fac" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265fac", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x2f" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265fc0" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265fc0", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x30" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265fd4" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265fd4", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x31" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265fe8" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265fe8", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x32" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5265ffc" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05265ffc", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x33" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5266010" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05266010", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x34" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5266024" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05266024", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
thread
0x407840
[ "0x35" ]
e5b9598484b8dce33bb73098b9a54bfdf00b75daf9cce688840a61b74dde7471
[ { "api_name": "KERNEL32.GetTickCount", "args": [], "pc": "0x40785f", "ret_val": "0x5266038" } ]
0x1211ef0
{ "address": "0xfeedf170", "api_name": null, "instr": "disasm_failed", "pc": "0xfeedf170", "regs": { "eax": "0x01211ef0", "ebp": "0x01212000", "ebx": "0x00000001", "ecx": "0x00000000", "edi": "0x05266038", "edx": "0x01211fcc", "eip": "0xfeedf170", "esi": "0xfeedf078", "esp"...
null
[]
null
End of preview.

About Dataset

Description

This dataset contains behavioral reports obtained with Speakeasy emulator from 93533 32-bit portable executables (PE).

This is complementary dataset to https://huggingface.co/datasets/dtrizna/quovadis-ember, which represents static EMBER features of the same malware samples.

To reflect concept drift in malware:

  • 76126 files that form a training set were collected in Jan 2022.
  • 17407 files that form a test set were collected in Apr 2022.

Labels

Files located in report_clean and report_windows_syswow64 are clean (benign). All others represent malware distributed over 7 families. A specific number of files in each folder:

Category Training Set Test Set
report_backdoor 11,062 1,940
report_clean 24,434 7,944
report_coinminer 6,891 1,684
report_dropper 8,243 252
report_keylogger 4,378 1,041
report_ransomware 9,627 2,139
report_rat 1,697 1,258
report_trojan 8,733 1,085
report_windows_syswow64 236 59
Total 75,301 17,402

Data Structure

Each JSON file contains the complete Speakeasy emulation report for one PE sample, structured as:

{
  "sha256": "...",
  "entry_points": [
    {"ep_type": "module_entry", "apis": [...], ...},
    {"ep_type": "thread", "apis": [...], ...},
    ...
  ]
}

Entry Points and Threads

Malware often spawns multiple threads during execution. The emulator captures each execution context:

Field Description
module_entry Main executable entry point
thread Spawned thread execution

Warning: When loading this dataset via datasets library, each entry point becomes a separate row. A single malware sample with N threads will produce N+1 rows. For per-sample analysis, aggregate by the sample identifier or use the Nebula library which handles this automatically.

Citation

This dataset was created and further refined as part of the following two publications:

If you used it in your research, please cite us:

@inproceedings{quovadis,
author = {Trizna, Dmitrijs},
title = {Quo Vadis: Hybrid Machine Learning Meta-Model Based on Contextual and Behavioral Malware Representations},
year = {2022},
isbn = {9781450398800},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3560830.3563726},
doi = {10.1145/3560830.3563726},
booktitle = {Proceedings of the 15th ACM Workshop on Artificial Intelligence and Security},
pages = {127–136},
numpages = {10},
keywords = {reverse engineering, neural networks, malware, emulation, convolutions},
location = {Los Angeles, CA, USA},
series = {AISec'22}
}
@ARTICLE{nebula,
  author={Trizna, Dmitrijs and Demetrio, Luca and Biggio, Battista and Roli, Fabio},
  journal={IEEE Transactions on Information Forensics and Security}, 
  title={Nebula: Self-Attention for Dynamic Malware Analysis}, 
  year={2024},
  volume={19},
  number={},
  pages={6155-6167},
  keywords={Malware;Feature extraction;Data models;Analytical models;Long short term memory;Task analysis;Encoding;Malware;transformers;dynamic analysis;convolutional neural networks},
  doi={10.1109/TIFS.2024.3409083}}

Arxiv references of both papers: arxiv.org/abs/2310.10664 and arxiv.org/abs/2208.12248.

Downloads last month
307

Papers for dtrizna/quovadis-speakeasy