Skip to content

Commit

Permalink
Merge pull request #1401 from SEKOIA-IO/bug/HarfangLab
Browse files Browse the repository at this point in the history
HarfangLab: fix on process field
  • Loading branch information
LenaigKaliou authored Dec 18, 2024
2 parents 42b9dfe + 3a478f3 commit 99cbd38
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 22 deletions.
5 changes: 0 additions & 5 deletions HarfangLab/harfanglab/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -998,11 +998,6 @@ harfanglab.grandparent.process.ancestors:
name: harfanglab.grandparent.process.ancestors
type: keyword

harfanglab.grandparent.process.command_line:
description: Command line that started the grandparent process
name: harfanglab.grandparent.process.command_line
type: keyword

harfanglab.grandparent.process.executable:
description: Absolute path to the grandparent process executable
name: harfanglab.grandparent.process.executable
Expand Down
1 change: 0 additions & 1 deletion HarfangLab/harfanglab/ingest/parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ stages:
process.working_directory: "{{json_event.message.current_directory}}"
process.pe.imphash: "{{json_event.message.pe_imphash}}"
harfanglab.grandparent.process.executable: "{{json_event.message.grandparent_image}}"
harfanglab.grandparent.process.command_line: "{{json_event.message.parent_commandline}}"
harfanglab.grandparent.process.ancestors: "{{json_event.message.ancestors.split('|')}}"

user.name: >
Expand Down
1 change: 0 additions & 1 deletion HarfangLab/harfanglab/tests/process-event.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"harfanglab": {
"grandparent": {
"process": {
"command_line": "C:\\ProgramData\\CentraStage\\AEMAgent\\AEMAge.exe",
"executable": "C:\\Program Files (x86)\\Centra\\CagServ.exe"
}
},
Expand Down
7 changes: 0 additions & 7 deletions HarfangLab/harfanglab/tests/process.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@
"sha256": "100af46c952e58105dbc51eb92510f6990377a3ffc57e82074a8bfb64c56c529"
}
},
"harfanglab": {
"grandparent": {
"process": {
"command_line": "E:\\Program Files\\Microsoft\\Exchange Server\\V15\\Bin\\Microsoft.Exchange.Diagnostics.Service.exe"
}
}
},
"host": {
"domain": "NIVURA",
"hostname": "EXCHANGE",
Expand Down
7 changes: 0 additions & 7 deletions HarfangLab/harfanglab/tests/process3.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@
"sha256": "b5c78bef3883e3099f7ef844da1446db29107e5c0223b97f29e7fafab5527f15"
}
},
"harfanglab": {
"grandparent": {
"process": {
"command_line": "C:\\Windows\\system32\\svchost.exe -k DcomLaunch -p"
}
}
},
"host": {
"domain": "WORKGROUP",
"hostname": "REDACTED",
Expand Down
1 change: 0 additions & 1 deletion HarfangLab/harfanglab/tests/process4.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"C:\\Windows\\test2.exe",
"C:\\Windows\\test3.exe"
],
"command_line": "test.exe -p -e test_script.py | find test",
"executable": "C:\\Windows\\grandparent_image.exe"
}
},
Expand Down

0 comments on commit 99cbd38

Please sign in to comment.