Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Remove sample alerts from demo (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnbus committed Apr 23, 2020
1 parent bc2abfd commit a1c460b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 243 deletions.
36 changes: 0 additions & 36 deletions alerts/cloudtrail_excessive_describe.py

This file was deleted.

39 changes: 0 additions & 39 deletions alerts/cloudtrail_public_bucket.py

This file was deleted.

3 changes: 0 additions & 3 deletions cloudy_mozdef/cloudformation/mozdef-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,6 @@ Resources:
'get_watchlist.AlertWatchList': {'schedule': timedelta(minutes=1)},
'guard_duty_probe.AlertGuardDutyProbe': {'schedule': crontab(minute='*/1')},
'cloudtrail_logging_disabled.AlertCloudtrailLoggingDisabled': {'schedule': timedelta(minutes=1)},
'cloudtrail_deadman.AlertCloudtrailDeadman': {'schedule': timedelta(minutes=15)},
'cloudtrail_public_bucket.AlertCloudtrailPublicBucket': {'schedule': timedelta(minutes=1)},
'cloudtrail_excessive_describe.AlertCloudtrailExcessiveDescribe': {'schedule': timedelta(minutes=1)},
}
ALERT_PLUGINS = [
Expand Down
84 changes: 0 additions & 84 deletions tests/alerts/test_cloudtrail_excessive_describe.py

This file was deleted.

81 changes: 0 additions & 81 deletions tests/alerts/test_cloudtrail_public_bucket.py

This file was deleted.

0 comments on commit a1c460b

Please sign in to comment.