зеркало из https://github.com/mozilla/MozDef.git
Add pentest server to ssh whitelist
Signed-off-by: Brandon Myers <bmyers@mozilla.com>
This commit is contained in:
Родитель
b8399efbc2
Коммит
14491ad7d0
|
@ -27,6 +27,8 @@ class AlertBruteforceSsh(AlertTask):
|
|||
search_query.add_must_not([
|
||||
PhraseMatch('summary', '10.22.75.203'),
|
||||
PhraseMatch('summary', '10.8.75.144'),
|
||||
# bug 1350650
|
||||
PhraseMatch('summary', '10.22.75.37'),
|
||||
])
|
||||
|
||||
self.filtersManual(search_query)
|
||||
|
|
Загрузка…
Ссылка в новой задаче