Skip to content

Commit

Permalink
fix: revert back to normal
Browse files Browse the repository at this point in the history
i was testing the workflow to make sure it validates correctly
  • Loading branch information
dubfib authored Nov 25, 2024
1 parent b972bc1 commit 7eefd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infostealer/Win32.Infostealer.Discord.yara
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rule Win32_Infostealer_Discord
$webhook = /https:\/\/(canary\.|ptb\.)?discord(app)?\.com\/api\/webhooks\/[0-9]{17,19}/i
$token = /[\w-]{26}\.[\w-]{6}\.[\w-]{38}/i
frkjelkjfrewjklgjewkljglkjewg
condition:
any of ($path, $ldb, $log) or
($webhook and $token)
Expand Down

0 comments on commit 7eefd99

Please sign in to comment.