Skip to content

Commit

Permalink
Remove deprecated SourceImage field from aql search (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdazam1942 authored and delliott90 committed May 25, 2022
1 parent 1ab8504 commit 103285f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"\"Process CommandLine\" as ProcessCommandLine",
"ParentCommandLine",
"TargetImage",
"SourceImage",
"Message",
"\"Registry Value Name\" as RegistryValueName",
"\"IMP Hash\" as IMPHash",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -811,10 +811,6 @@
"key": "x-ibm-windows.call_trace",
"object": "xwin"
},
"SourceImage": {
"key": "x-ibm-windows.source_image",
"object": "xwin"
},
"PipeName": {
"key": "x-ibm-windows.pipe_name",
"object": "xwin"
Expand Down
27 changes: 0 additions & 27 deletions stix_shifter_modules/qradar/stix_translation/json/to_stix_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,33 +831,6 @@
"references": "directory_target_image"
}
],
"SourceImage": [
{
"key": "file.name",
"object": "file_image",
"transformer": "ToFileName"
},
{
"key": "directory.path",
"object": "directory_image",
"transformer": "ToDirectoryPath"
},
{
"key": "process.binary_ref",
"object": "process",
"references": "file_image"
},
{
"key": "file.parent_directory_ref",
"object": "file_image",
"references": "directory_image"
},
{
"key": "x-oca-event.process_ref",
"object": "event",
"references": "process"
}
],
"Message": [
{
"key": "artifact.payload_bin",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"\"Process CommandLine\" as ProcessCommandLine",
"ParentCommandLine",
"TargetImage",
"SourceImage",
"Message",
"\"Registry Value Name\" as RegistryValueName",
"\"IMP Hash\" as IMPHash",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,6 @@
"key": "x-ibm-windows.call_trace",
"object": "xwin"
},
"SourceImage": {
"key": "x-ibm-windows.source_image",
"object": "xwin"
},
"PipeName": {
"key": "x-ibm-windows.pipe_name",
"object": "xwin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -839,33 +839,6 @@
"references": "directory_target_image"
}
],
"SourceImage": [
{
"key": "file.name",
"object": "file_image",
"transformer": "ToFileName"
},
{
"key": "directory.path",
"object": "directory_image",
"transformer": "ToDirectoryPath"
},
{
"key": "process.binary_ref",
"object": "process",
"references": "file_image"
},
{
"key": "file.parent_directory_ref",
"object": "file_image",
"references": "directory_image"
},
{
"key": "x-oca-event.process_ref",
"object": "event",
"references": "process"
}
],
"Message": [
{
"key": "artifact.payload_bin",
Expand Down

0 comments on commit 103285f

Please sign in to comment.