Skip to content

Commit

Permalink
Blacklisted bunch of YARA rules
Browse files Browse the repository at this point in the history
Starting to think whether efb8d9c was a good idea or not.

These rules have been tested to trigger against the benignware dataset
of chapter 8 of the Malware Data Science book[1].

[1] https://www.malwaredatascience.com/code-and-data
  • Loading branch information
pyllyukko committed Nov 30, 2023
1 parent 09e1c1f commit 6883a58
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion tasks/clamav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@
mimikatz
ft_elf
ft_exe
DebuggerPattern__RDTSC
maldoc_suspicious_strings
maldoc_structured_exception_handling
maldoc_function_prolog_signature
Expand All @@ -239,6 +238,30 @@
Ramnit
FE_APT_Backdoor_Linux32_SLOWPULSE_2
trickbot_maldoc_embedded_dll_september_2020
reads_clipboard
cve_2014_6352
upx
embedded_macho
maldoc_find_kernel32_base_method_1
browser_pass
shylock
XYPayload
sysocmgr
maldoc_getEIP_method_1
cmd_shell
obfuscation_singlebyte_mov
vmdetect
Embedded_PE
dotnet_libraries
TrojanWin32CitadelSampleA
executable_au3
dbgdetect_funcs
MD5_Constants
RIPEMD160_Constants
_UPX_V200V290
RogueFakePAVSample
SHA1_Constants
Check_VBox_Guest_Additions
tags:
- configuration
- yara
Expand Down

1 comment on commit 6883a58

@pyllyukko
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#84

Please sign in to comment.