Difference between revisions of "Aws guardduty list-findings"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
== Related ==
 
== Related ==
 
* <code>[[aws events list-rules]] --output text | grep aws.guardduty</code>
 
* <code>[[aws events list-rules]] --output text | grep aws.guardduty</code>
 +
* [[Finding type]]
  
 
== See also ==
 
== See also ==

Revision as of 12:09, 24 January 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


Generic GuardDuty rule:

{
  "source": ["aws.guardduty"],
  "detail-type": ["GuardDuty Finding"]
}

Related

See also

Advertising: