Skip to content

NickTheSecurityDude/guardduty_to_slack-cdk-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send GuardDuty Notices to Slack

  1. Clone this repo

  2. Create a channel called #guardduty

  3. Enter your web hook in var.py

  4. Bootstrap and Launch the project

cdk bootstrap aws://<ACCT_ID>/<REGION>
cdk deploy --all --require-approval never

  1. Spin up an EC2 instance and run the following command to generate a sample GuardDuty Alert:
dig GuardDutyC2ActivityB.com any
  1. Wait up to about an hour for your message to appear (this is the normal time GuardDuty takes to report a finding)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages