Skip to content

Commit

Permalink
forgot an and statement as I'm an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
GossiTheDog authored Nov 9, 2022
1 parent 8850a19 commit cb9712c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YARA/WastedGholish.yar
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ rule SocGholish2022JSLoader
strings:
$0 = "\\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\\]/,_0x"
condition:
vt.metadata.new_file
vt.metadata.new_file and
all of them
}

0 comments on commit cb9712c

Please sign in to comment.