Skip to content

Commit

Permalink
Update Query “publicly-accessible-alibaba-apsaradb-instances-with-no-…
Browse files Browse the repository at this point in the history
…old-tls”
  • Loading branch information
acuas committed Nov 2, 2022
1 parent 65ab492 commit 94f7bdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Publicly Accessible Alibaba ApsaraDB Instances with no/old TLS",
"slug": "publicly-accessible-alibaba-apsaradb-instances-with-no-old-tls",
"query": "{ dbInstances( where: { cloudProvider: \"alibaba\" AND: [ { publicAccessBlocked: false } { whitelist: { rules_SOME: { sources_INCLUDES: \"cidr:0.0.0.0/0\" } } } { OR: [ { tlsStatus: \"disabled\" } { tlsMinimumVersion_LT: 1.2 } ] } ] } ) { identifier accountID cloudAccountID cloudAccountName cloudProvider idFromProvider internalAssetType internalName internalRegion assetCategory } } "
"query": "{ dbInstances( where: { AND: [ { publicAccessBlocked: false } { whitelist: { rules_SOME: { sources_INCLUDES: \"cidr:0.0.0.0/0\" } } } { OR: [ { tlsStatus: \"disabled\" } { tlsMinimumVersion_LT: 1.2 } ] } ] } ) { identifier accountID cloudAccountID cloudAccountName cloudProvider idFromProvider internalAssetType internalName internalRegion assetCategory } } "
}

0 comments on commit 94f7bdf

Please sign in to comment.