Updated Bad Lists
This commit is contained in:
+6
-1
@@ -30,8 +30,13 @@ dotenv.load_dotenv()
|
|||||||
#Constants
|
#Constants
|
||||||
url = os.getenv('url')
|
url = os.getenv('url')
|
||||||
bad_publisher_list = ["Brave","Zoom", "GlavSoft", "VNC"]
|
bad_publisher_list = ["Brave","Zoom", "GlavSoft", "VNC"]
|
||||||
pups = ["logmein", "invalid", "nmap", "LTSvc"]
|
<<<<<<< HEAD
|
||||||
|
pups = ["logmein", "invalid" , "nmap"]
|
||||||
|
badpathparts = ["users", "wwwroot", "windows\\temp", "windows\\task", "windows\\system32", "startup", "windows\\fonts", "Recycle.Bin", "AppData", "programdata", "Solarwinds", "kaseya", "Windows\\assembly", "WindowsPowerShell\\Modules"]
|
||||||
|
=======
|
||||||
|
pups = ["logmein", "invalid", "nmap"]
|
||||||
badpathparts = ["users", "wwwroot", "windows\\temp", "windows\\task", "windows\\system32", "startup", "windows\\fonts", "Recycle.Bin", "AppData", "programdata", "Solarwinds", "kaseya"]
|
badpathparts = ["users", "wwwroot", "windows\\temp", "windows\\task", "windows\\system32", "startup", "windows\\fonts", "Recycle.Bin", "AppData", "programdata", "Solarwinds", "kaseya"]
|
||||||
|
>>>>>>> 0c7e8b5 (Updated Bad Lists)
|
||||||
path_exclusion_constant = 4
|
path_exclusion_constant = 4
|
||||||
min_files_for_path = 4
|
min_files_for_path = 4
|
||||||
threat_tolerance_constant = 4
|
threat_tolerance_constant = 4
|
||||||
|
|||||||
Reference in New Issue
Block a user