This commit is contained in:
Phrozyn 2018-05-01 17:14:10 -05:00
Родитель f7fe1b28df
Коммит e09974b6fc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: DBCDDDC9CF758282
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -33,7 +33,8 @@ class WriteAudit(AlertTask):
severity = 'WARNING'
tags = ['audit']
summary = '{0} Filesystem write(s) to an auditd path by {1}'.format(aggreg['count'], aggreg['value'], ),
summary = ('{0} Filesystem write(s) to an auditd path by {1}'.format(aggreg['count'], aggreg['value'], ))
hostnames = self.mostCommon(aggreg['allevents'],'_source.hostname')
#did they modify more than one host?
#or just modify an existing configuration more than once?
if len(hostnames) > 1: