comp9447-team4 / soar

The main repository for comp9447-team4
3 stars 0 forks source link

SNS Alert for Panther to Discord. #72

Open mrJTY opened 3 years ago

mrJTY commented 3 years ago

Create an SNS topic for Panther to send alerts to. This alert should forward to a lambda to our Discord server.

Policy:


    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "AllowPantherToPublishAlerts",
            "Effect": "Allow",
            "Action": "sns:Publish",
            "Principal": {
                "AWS": "arn:aws:iam::306967644367:root"
            },
            "Resource": "<Destination-SNS-Topic-ARN>"
        }
    ]
}```