Difference between revisions of "Aws guardduty list-findings"
Jump to navigation
Jump to search
(Created page with " == See also == * {{aws guardduty}} Category:AWS") |
Tags: Mobile web edit, Mobile edit |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase}} | ||
+ | * https://awscli.amazonaws.com/v2/documentation/api/latest/reference/guardduty/list-findings.html | ||
+ | |||
+ | [[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 == | ||
+ | * <code>[[aws guardduty list-detectors]]</code> | ||
+ | |||
+ | |||
+ | Generic GuardDuty rule: | ||
+ | { | ||
+ | "source": ["aws.guardduty"], | ||
+ | "detail-type": ["GuardDuty Finding"] | ||
+ | } | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[aws events list-rules]] --output text | grep aws.guardduty</code> | ||
+ | * [[Finding type]] | ||
== See also == | == See also == |
Latest revision as of 11:58, 14 June 2022
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[edit]
Generic GuardDuty rule:
{ "source": ["aws.guardduty"], "detail-type": ["GuardDuty Finding"] }
Related[edit]
aws events list-rules --output text | grep aws.guardduty
- Finding type
See also[edit]
Advertising: