This commit is contained in:
Emma Rose 2019-09-09 22:37:20 -04:00
Родитель 7d20f511c4
Коммит 1212a03191
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 1486642516ED3535
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -44,7 +44,6 @@ class AlertAWSPrivilegeShare(AlertTask):
self.searchEventsAggregated(_AGGREGATE_KEY, samplesLimit=10)
self.walkAggregations(threshold=1)
def onAggregation(self, aggreg):
# Index all the way into the first event to get the name of the IAM
# user that attached a new policy to another user.

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

@ -64,7 +64,6 @@ class TestAlertAWSPrivilegeShare(AlertTestSuite):
'category': 'privileges',
'tags': ['aws', 'privileges'],
'severity': 'NOTICE',
#'summary': 'InfosecAdmin granted permissions to tester in AWS'
}
test_cases = [