Adjusting notify_mozdefbot to true, and alert Classname.

This commit is contained in:
Phrozyn 2018-05-02 14:24:44 -05:00
Родитель 5557c16d0b
Коммит 94275cb20b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: DBCDDDC9CF758282
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -11,7 +11,7 @@ from lib.alerttask import AlertTask
from query_models import SearchQuery, TermMatch, QueryStringMatch, PhraseMatch
class WriteAudit(AlertTask):
class AlertWriteAudit(AlertTask):
def main(self):
self.parse_config('write_audit.conf', ['skipprocess'])
search_query = SearchQuery(minutes=5)

Просмотреть файл

@ -34,7 +34,7 @@ class TestWriteAudit(AlertTestSuite):
"severity": "WARNING",
"summary": "5 Filesystem write(s) to an auditd path by randomjoe on exhostname (5 hits)",
"tags": ['audit'],
"notify_mozdefbot": False,
"notify_mozdefbot": True,
}
test_cases = []