cuckoosandbox / community

Repository of modules and signatures contributed by the community
323 stars 175 forks source link

Memdump_urls.py use cwd whitelist #457

Open acd62081 opened 5 years ago

acd62081 commented 5 years ago

I added a whitelist variable utlizing the urlsplit library which is already installed. This allows users an easy way to whitelist domains using the domain.txt file located in cwd/whitelist/. This signature caused misleading "hits "that require the analyst to spend large amounts of time sifting through legitimate URL's in order to find a malicious URL. This change allows users to add any whitelisted entries into the domain.txt file as an easy way to trim down the "noise".

Original Alert: Malicious URL finding - Adobe

Added armmf.adobe.com to cwd/whitelist/domain.txt with nano: domain_txt entries

New Alert: Malicious URL finding - Adobe_after adding_armmf_adobe_com

Thank you.