Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
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 ({'api_hammering', 'max_api_count', 'user', 'analysis', 'hostname', 'network', 'emu_engine', 'current_dir', 'drives', 'registry', 'os_ver', 'command_line', 'env', 'keep_memory_on_free', 'processes', 'description', 'domain', 'filesystem', 'exceptions', 'config_version', 'system', 'modules', 'timeout', 'symlinks'}) and 10 missing columns ({'network_events', 'apihash', 'start_addr', 'file_access', 'apis', 'dynamic_code_segments', 'ep_args', 'ep_type', 'error', 'ret_val'}).
This happened while the json dataset builder was generating data using
hf://datasets/wy777/quovadis-speakeasy/speakeasy-config.json (at revision a9cb969ab8b683775f4ea9d4e81b0514cedce7de)
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 "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, 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, syste (... 62 chars omitted)
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, volume_guid_path: string>
child 0
...
ing, is_main_exe: (... 22 chars omitted)
child 0, name: string
child 1, base_addr: string
child 2, pid: int64
child 3, path: string
child 4, command_line: string
child 5, is_main_exe: bool
child 6, session: int64
modules: struct<modules_always_exist: bool, functions_always_exist: bool, module_directory_x86: string, modul (... 261 chars omitted)
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, device (... 38 chars omitted)
child 0, item: struct<name: string, base_addr: string, path: string, driver: struct<name: string, devices: list<ite (... 26 chars omitted)
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('string'), 'start_addr': Value('string'), 'ep_args': List(Value('string')), 'apihash': Value('string'), 'apis': List({'api_name': Value('string'), 'args': List(Value('string')), 'pc': Value('string'), 'ret_val': Value('string')}), 'ret_val': Value('string'), 'error': {'address': Value('string'), 'api_name': Value('string'), 'instr': Value('string'), 'pc': Value('string'), 'regs': {'eax': Value('string'), 'ebp': Value('string'), 'ebx': Value('string'), 'ecx': Value('string'), 'edi': Value('string'), 'edx': Value('string'), 'eip': Value('string'), 'esi': Value('string'), 'esp': Value('string')}, 'stack': List(Value('string')), 'traceback': Value('string'), 'type': Value('string')}, 'network_events': {'dns': List(Value('null')), 'traffic': List({'headers': Value('int64'), 'port': Value('int64'), 'proto': Value('string'), 'server': Value('string')})}, 'dynamic_code_segments': List(Value('null')), 'file_access': List({'access_flags': List(Value('string')), 'buffer': Value('string'), 'event': Value('string'), 'open_flags': List(Value('string')), 'path': Value('string'), 'size': Value('int64')})}
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 1334, 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 911, in stream_convert_to_parquet
builder._prepare_split(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, 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 ({'api_hammering', 'max_api_count', 'user', 'analysis', 'hostname', 'network', 'emu_engine', 'current_dir', 'drives', 'registry', 'os_ver', 'command_line', 'env', 'keep_memory_on_free', 'processes', 'description', 'domain', 'filesystem', 'exceptions', 'config_version', 'system', 'modules', 'timeout', 'symlinks'}) and 10 missing columns ({'network_events', 'apihash', 'start_addr', 'file_access', 'apis', 'dynamic_code_segments', 'ep_args', 'ep_type', 'error', 'ret_val'}).
This happened while the json dataset builder was generating data using
hf://datasets/wy777/quovadis-speakeasy/speakeasy-config.json (at revision a9cb969ab8b683775f4ea9d4e81b0514cedce7de)
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 list | apihash string | apis list | ret_val string | error dict | network_events dict | dynamic_code_segments list | 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 |
About Dataset
Citation
This dataset was created and further refined as part of the following two publications:
"Quo Vadis: Hybrid Machine Learning Meta-Model Based on Contextual and Behavioral Malware Representations", Trizna et al., 2022, https://dl.acm.org/doi/10.1145/3560830.3563726
"Nebula: Self-Attention for Dynamic Malware Analysis", Trizna et al., 2024, https://ieeexplore.ieee.org/document/10551436
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.
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:
Training set
- report_backdoor : 11062
- report_clean : 24434
- report_coinminer : 6891
- report_dropper : 8243
- report_keylogger : 4378
- report_ransomware : 9627
- report_rat : 1697
- report_trojan : 8733
- report_windows_syswow64 : 236
Test set
- report_backdoor : 1940
- report_clean : 7944
- report_coinminer : 1684
- report_dropper : 252
- report_keylogger : 1041
- report_ransomware : 2139
- report_rat : 1258
- report_trojan : 1085
- report_windows_syswow64 : 59
- Downloads last month
- 181