Skip to content

Commit

Permalink
Create Query “aws-vm-src-dest-check-disabled-hc-gt-1”
Browse files Browse the repository at this point in the history
  • Loading branch information
mimatache committed Mar 7, 2023
1 parent 29fe93a commit d69c27f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions queries/aws-vm-src-dest-check-disabled-hc-gt-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "AWS VM Source Destination Check Disabled and Hop Count Greater Than 1",
"slug": "aws-vm-src-dest-check-disabled-hc-gt-1",
"query": "{\n vms (\n where: {\n networkInterfaces_SOME: {\n sourceDestCheck: false\n }\n metadataOptionHTTPPutResponseHopLimit_GT: 1\n }\n ) {\n identifier\n accountID\n cloudAccountID\n cloudAccountName\n cloudProvider\n idFromProvider\n internalAssetType\n internalName\n internalRegion\n assetCategory\n contentHash\n }\n}"
}

0 comments on commit d69c27f

Please sign in to comment.