Difference between revisions of "Aws guardduty list-findings"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
"detail-type": ["GuardDuty Finding"] | "detail-type": ["GuardDuty Finding"] | ||
} | } | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[aws events list-rules]] --output text</code> | ||
== See also == | == See also == |
Revision as of 07:09, 23 November 2021
aws guardduty list-findings --detector-id aws guardduty list-findings --detector-id --output text
for detectorid in $(aws guardduty list-detectors --output text | awk '{print $2}'); do aws guardduty list-findings --detector-id $detectorid --output text; done
Related
Generic GuardDuty rule:
{ "source": ["aws.guardduty"], "detail-type": ["GuardDuty Finding"] }
Related
aws events list-rules --output text
See also
Advertising: