Skip to content

Commit e79bdae

Browse files
committed
Updated banlist for more false positives
1 parent 8d28dea commit e79bdae

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

lib/regexes.py

+10-4
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,15 @@
4949
'banlist': [
5050
re.compile(r'faf\.fa\.proxies', re.I),
5151
re.compile(r'Technic Launcher is starting', re.I),
52-
re.compile(r'TDSS rootkit removing tool', re.I),
53-
re.compile(r'INFO: Processing cookbook_file', re.I),
54-
re.compile(r'loading\.target\.rdio', re.I),
55-
re.compile(r'<key>SysInfoCrashReporterKey</key>', re.I)
52+
re.compile(r'OTL logfile created on', re.I),
53+
re.compile(r'RO Game Client crashed!', re.I),
54+
re.compile(r'Selecting PSO2 Directory', re.I),
55+
re.compile(r'TDSS Rootkit', re.I),
56+
re.compile(r'SysInfoCrashReporterKey', re.I),
57+
re.compile(r'Current OS Full name: ', re.I),
58+
re.compile(r'Multi Theft Auto: ', re.I),
59+
re.compile(r'Initializing cgroup subsys cpuset', re.I),
60+
re.compile(r'Init vk network', re.I),
61+
re.compile(r'MediaTomb UPnP Server', re.I)
5662
]
5763
}

0 commit comments

Comments
 (0)