Skip to content

Commit

Permalink
Merge pull request #1474 from CybercentreCanada/maco_update/sleep_del…
Browse files Browse the repository at this point in the history
…ay_jitter

Maco update/sleep delay jitter (dev)
  • Loading branch information
cccs-rs authored Dec 1, 2023
2 parents 616ebdc + 446fdbb commit 125fb4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assemblyline/odm/models/ontology/ontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from assemblyline.odm.models.ontology.filetypes import PE

Classification = forge.get_classification()
ODM_VERSION = "1.5"
ODM_VERSION = "1.6"


@odm.model(description="File Characteristics")
Expand Down
1 change: 1 addition & 0 deletions assemblyline/odm/models/ontology/results/malware_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class MalwareConfig(odm.Model):
mutex = odm.Optional(odm.List(odm.Text()), description="Mutex")
pipe = odm.Optional(odm.List(odm.Text()), description="Pipe")
sleep_delay = odm.Optional(odm.Integer(), description="Sleep Delay")
sleep_delay_jitter = odm.Optional(odm.Integer(), description="Sleep Delay Jitter")
inject_exe = odm.Optional(odm.List(odm.Text()), description="Injected EXE")

binaries = odm.Optional(odm.List(odm.Compound(Binary)), description="Binaries")
Expand Down

0 comments on commit 125fb4c

Please sign in to comment.