Skip to content

Commit

Permalink
Update Windows.EventLogs.Hayabusa.yaml (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
vxsh4d0w authored Dec 18, 2023
1 parent 6a139bb commit 33be0d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/exchange/artifacts/Windows.EventLogs.Hayabusa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ description: |
author: Eric Capuano - @eric_capuano, Whitney Champion - @shortxstack, Zach Mathis - @yamatosecurity

tools:
- name: Hayabusa-2.3.3
url: https://github.com/Yamato-Security/hayabusa/releases/download/v2.3.3/hayabusa-2.3.3-win-64-bit.zip
expected_hash: bacf8596bf94715c85017f1a4236c5488de5573a0987742c20421f6e958e1ff0
version: 2.3.3
- name: Hayabusa-2.11.0
url: https://github.com/Yamato-Security/hayabusa/releases/download/v2.11.0/hayabusa-2.11.0-win-64-bit.zip
expected_hash: 79847e15f14f8bda738f3b6dbca03bd2b742f09f11c129b75941fe6f3ec8c164
version: 2.11.0

precondition: SELECT OS From info() where OS = 'windows'

Expand Down Expand Up @@ -69,15 +69,15 @@ sources:
query: |
-- Fetch the binary
LET Toolzip <= SELECT FullPath
FROM Artifact.Generic.Utils.FetchBinary(ToolName="Hayabusa-2.3.3", IsExecutable=FALSE)
FROM Artifact.Generic.Utils.FetchBinary(ToolName="Hayabusa-2.11.0", IsExecutable=FALSE)
LET TmpDir <= tempdir()
-- Unzip the binary
LET _ <= SELECT *
FROM unzip(filename=Toolzip.FullPath, output_directory=TmpDir)
LET HayabusaExe <= TmpDir + '\\hayabusa-2.3.3-win-x64.exe'
LET HayabusaExe <= TmpDir + '\\hayabusa-2.11.0-win-x64.exe'
-- Optionally update the rules
LET _ <= if(condition=UpdateRules, then={
Expand Down

0 comments on commit 33be0d3

Please sign in to comment.