@mitre/hdf-converters 2.13.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (934) hide show
  1. package/README.md +139 -57
  2. package/dist/converters/aws-config-to-hdf/typescript/converter.d.ts +9 -0
  3. package/dist/converters/aws-config-to-hdf/typescript/converter.d.ts.map +1 -0
  4. package/dist/converters/aws-config-to-hdf/typescript/converter.js +132 -0
  5. package/dist/converters/aws-config-to-hdf/typescript/converter.js.map +1 -0
  6. package/dist/converters/aws-config-to-hdf/typescript/fingerprint.d.ts +10 -0
  7. package/dist/converters/aws-config-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  8. package/dist/converters/aws-config-to-hdf/typescript/fingerprint.js +32 -0
  9. package/dist/converters/aws-config-to-hdf/typescript/fingerprint.js.map +1 -0
  10. package/dist/converters/aws-config-to-hdf/typescript/index.d.ts +2 -0
  11. package/dist/converters/aws-config-to-hdf/typescript/index.d.ts.map +1 -0
  12. package/dist/converters/aws-config-to-hdf/typescript/index.js +2 -0
  13. package/dist/converters/aws-config-to-hdf/typescript/index.js.map +1 -0
  14. package/dist/converters/burpsuite-to-hdf/typescript/converter.d.ts +11 -0
  15. package/dist/converters/burpsuite-to-hdf/typescript/converter.d.ts.map +1 -0
  16. package/dist/converters/burpsuite-to-hdf/typescript/converter.js +169 -0
  17. package/dist/converters/burpsuite-to-hdf/typescript/converter.js.map +1 -0
  18. package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.d.ts +9 -0
  19. package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  20. package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.js +33 -0
  21. package/dist/converters/burpsuite-to-hdf/typescript/fingerprint.js.map +1 -0
  22. package/dist/converters/burpsuite-to-hdf/typescript/index.d.ts +2 -0
  23. package/dist/converters/burpsuite-to-hdf/typescript/index.d.ts.map +1 -0
  24. package/dist/converters/burpsuite-to-hdf/typescript/index.js +2 -0
  25. package/dist/converters/burpsuite-to-hdf/typescript/index.js.map +1 -0
  26. package/dist/converters/conveyor-to-hdf/typescript/converter.d.ts +9 -0
  27. package/dist/converters/conveyor-to-hdf/typescript/converter.d.ts.map +1 -0
  28. package/dist/converters/conveyor-to-hdf/typescript/converter.js +206 -0
  29. package/dist/converters/conveyor-to-hdf/typescript/converter.js.map +1 -0
  30. package/dist/converters/conveyor-to-hdf/typescript/fingerprint.d.ts +10 -0
  31. package/dist/converters/conveyor-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  32. package/dist/converters/conveyor-to-hdf/typescript/fingerprint.js +37 -0
  33. package/dist/converters/conveyor-to-hdf/typescript/fingerprint.js.map +1 -0
  34. package/dist/converters/conveyor-to-hdf/typescript/index.d.ts +2 -0
  35. package/dist/converters/conveyor-to-hdf/typescript/index.d.ts.map +1 -0
  36. package/dist/converters/conveyor-to-hdf/typescript/index.js +2 -0
  37. package/dist/converters/conveyor-to-hdf/typescript/index.js.map +1 -0
  38. package/dist/converters/cyclonedx-to-hdf/typescript/converter.d.ts +8 -0
  39. package/dist/converters/cyclonedx-to-hdf/typescript/converter.d.ts.map +1 -0
  40. package/dist/converters/cyclonedx-to-hdf/typescript/converter.js +199 -0
  41. package/dist/converters/cyclonedx-to-hdf/typescript/converter.js.map +1 -0
  42. package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.d.ts +10 -0
  43. package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  44. package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.js +34 -0
  45. package/dist/converters/cyclonedx-to-hdf/typescript/fingerprint.js.map +1 -0
  46. package/dist/converters/cyclonedx-to-hdf/typescript/index.d.ts +2 -0
  47. package/dist/converters/cyclonedx-to-hdf/typescript/index.d.ts.map +1 -0
  48. package/dist/converters/cyclonedx-to-hdf/typescript/index.js +2 -0
  49. package/dist/converters/cyclonedx-to-hdf/typescript/index.js.map +1 -0
  50. package/dist/converters/dbprotect-to-hdf/typescript/converter.d.ts +10 -0
  51. package/dist/converters/dbprotect-to-hdf/typescript/converter.d.ts.map +1 -0
  52. package/dist/converters/dbprotect-to-hdf/typescript/converter.js +171 -0
  53. package/dist/converters/dbprotect-to-hdf/typescript/converter.js.map +1 -0
  54. package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.d.ts +10 -0
  55. package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  56. package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.js +35 -0
  57. package/dist/converters/dbprotect-to-hdf/typescript/fingerprint.js.map +1 -0
  58. package/dist/converters/dbprotect-to-hdf/typescript/index.d.ts +2 -0
  59. package/dist/converters/dbprotect-to-hdf/typescript/index.d.ts.map +1 -0
  60. package/dist/converters/dbprotect-to-hdf/typescript/index.js +2 -0
  61. package/dist/converters/dbprotect-to-hdf/typescript/index.js.map +1 -0
  62. package/dist/converters/deptrack-to-hdf/typescript/converter.d.ts +8 -0
  63. package/dist/converters/deptrack-to-hdf/typescript/converter.d.ts.map +1 -0
  64. package/dist/converters/deptrack-to-hdf/typescript/converter.js +120 -0
  65. package/dist/converters/deptrack-to-hdf/typescript/converter.js.map +1 -0
  66. package/dist/converters/deptrack-to-hdf/typescript/fingerprint.d.ts +10 -0
  67. package/dist/converters/deptrack-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  68. package/dist/converters/deptrack-to-hdf/typescript/fingerprint.js +46 -0
  69. package/dist/converters/deptrack-to-hdf/typescript/fingerprint.js.map +1 -0
  70. package/dist/converters/deptrack-to-hdf/typescript/index.d.ts +2 -0
  71. package/dist/converters/deptrack-to-hdf/typescript/index.d.ts.map +1 -0
  72. package/dist/converters/deptrack-to-hdf/typescript/index.js +2 -0
  73. package/dist/converters/deptrack-to-hdf/typescript/index.js.map +1 -0
  74. package/dist/converters/fortify-to-hdf/typescript/converter.d.ts +12 -0
  75. package/dist/converters/fortify-to-hdf/typescript/converter.d.ts.map +1 -0
  76. package/dist/converters/fortify-to-hdf/typescript/converter.js +211 -0
  77. package/dist/converters/fortify-to-hdf/typescript/converter.js.map +1 -0
  78. package/dist/converters/fortify-to-hdf/typescript/fingerprint.d.ts +11 -0
  79. package/dist/converters/fortify-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  80. package/dist/converters/fortify-to-hdf/typescript/fingerprint.js +42 -0
  81. package/dist/converters/fortify-to-hdf/typescript/fingerprint.js.map +1 -0
  82. package/dist/converters/fortify-to-hdf/typescript/index.d.ts +2 -0
  83. package/dist/converters/fortify-to-hdf/typescript/index.d.ts.map +1 -0
  84. package/dist/converters/fortify-to-hdf/typescript/index.js +2 -0
  85. package/dist/converters/fortify-to-hdf/typescript/index.js.map +1 -0
  86. package/dist/converters/gitlab-to-hdf/typescript/converter.d.ts +2 -0
  87. package/dist/converters/gitlab-to-hdf/typescript/converter.d.ts.map +1 -0
  88. package/dist/converters/gitlab-to-hdf/typescript/converter.js +222 -0
  89. package/dist/converters/gitlab-to-hdf/typescript/converter.js.map +1 -0
  90. package/dist/converters/gitlab-to-hdf/typescript/fingerprint.d.ts +10 -0
  91. package/dist/converters/gitlab-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  92. package/dist/converters/gitlab-to-hdf/typescript/fingerprint.js +37 -0
  93. package/dist/converters/gitlab-to-hdf/typescript/fingerprint.js.map +1 -0
  94. package/dist/converters/gitlab-to-hdf/typescript/index.d.ts +2 -0
  95. package/dist/converters/gitlab-to-hdf/typescript/index.d.ts.map +1 -0
  96. package/dist/converters/gitlab-to-hdf/typescript/index.js +2 -0
  97. package/dist/converters/gitlab-to-hdf/typescript/index.js.map +1 -0
  98. package/dist/converters/gosec-to-hdf/typescript/converter.d.ts +10 -0
  99. package/dist/converters/gosec-to-hdf/typescript/converter.d.ts.map +1 -0
  100. package/dist/converters/gosec-to-hdf/typescript/converter.js +126 -0
  101. package/dist/converters/gosec-to-hdf/typescript/converter.js.map +1 -0
  102. package/dist/converters/gosec-to-hdf/typescript/fingerprint.d.ts +10 -0
  103. package/dist/converters/gosec-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  104. package/dist/converters/gosec-to-hdf/typescript/fingerprint.js +32 -0
  105. package/dist/converters/gosec-to-hdf/typescript/fingerprint.js.map +1 -0
  106. package/dist/converters/gosec-to-hdf/typescript/index.d.ts +2 -0
  107. package/dist/converters/gosec-to-hdf/typescript/index.d.ts.map +1 -0
  108. package/dist/converters/gosec-to-hdf/typescript/index.js +2 -0
  109. package/dist/converters/gosec-to-hdf/typescript/index.js.map +1 -0
  110. package/dist/converters/grype-to-hdf/typescript/converter.d.ts +2 -0
  111. package/dist/converters/grype-to-hdf/typescript/converter.d.ts.map +1 -0
  112. package/dist/converters/grype-to-hdf/typescript/converter.js +222 -0
  113. package/dist/converters/grype-to-hdf/typescript/converter.js.map +1 -0
  114. package/dist/converters/grype-to-hdf/typescript/fingerprint.d.ts +10 -0
  115. package/dist/converters/grype-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  116. package/dist/converters/grype-to-hdf/typescript/fingerprint.js +38 -0
  117. package/dist/converters/grype-to-hdf/typescript/fingerprint.js.map +1 -0
  118. package/dist/converters/grype-to-hdf/typescript/index.d.ts +2 -0
  119. package/dist/converters/grype-to-hdf/typescript/index.d.ts.map +1 -0
  120. package/dist/converters/grype-to-hdf/typescript/index.js +2 -0
  121. package/dist/converters/grype-to-hdf/typescript/index.js.map +1 -0
  122. package/dist/converters/hdf-to-csv/typescript/converter.d.ts +7 -0
  123. package/dist/converters/hdf-to-csv/typescript/converter.d.ts.map +1 -0
  124. package/dist/converters/hdf-to-csv/typescript/converter.js +108 -0
  125. package/dist/converters/hdf-to-csv/typescript/converter.js.map +1 -0
  126. package/dist/converters/hdf-to-csv/typescript/fingerprint.d.ts +10 -0
  127. package/dist/converters/hdf-to-csv/typescript/fingerprint.d.ts.map +1 -0
  128. package/dist/converters/hdf-to-csv/typescript/fingerprint.js +28 -0
  129. package/dist/converters/hdf-to-csv/typescript/fingerprint.js.map +1 -0
  130. package/dist/converters/hdf-to-csv/typescript/index.d.ts +2 -0
  131. package/dist/converters/hdf-to-csv/typescript/index.d.ts.map +1 -0
  132. package/dist/converters/hdf-to-csv/typescript/index.js +2 -0
  133. package/dist/converters/hdf-to-csv/typescript/index.js.map +1 -0
  134. package/dist/converters/hdf-to-oscal-poam/typescript/converter.d.ts +13 -0
  135. package/dist/converters/hdf-to-oscal-poam/typescript/converter.d.ts.map +1 -0
  136. package/dist/converters/hdf-to-oscal-poam/typescript/converter.js +156 -0
  137. package/dist/converters/hdf-to-oscal-poam/typescript/converter.js.map +1 -0
  138. package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.d.ts +10 -0
  139. package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.d.ts.map +1 -0
  140. package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.js +28 -0
  141. package/dist/converters/hdf-to-oscal-poam/typescript/fingerprint.js.map +1 -0
  142. package/dist/converters/hdf-to-oscal-poam/typescript/index.d.ts +2 -0
  143. package/dist/converters/hdf-to-oscal-poam/typescript/index.d.ts.map +1 -0
  144. package/dist/converters/hdf-to-oscal-poam/typescript/index.js +2 -0
  145. package/dist/converters/hdf-to-oscal-poam/typescript/index.js.map +1 -0
  146. package/dist/converters/hdf-to-oscal-sar/typescript/converter.d.ts +22 -0
  147. package/dist/converters/hdf-to-oscal-sar/typescript/converter.d.ts.map +1 -0
  148. package/dist/converters/hdf-to-oscal-sar/typescript/converter.js +276 -0
  149. package/dist/converters/hdf-to-oscal-sar/typescript/converter.js.map +1 -0
  150. package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.d.ts +10 -0
  151. package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.d.ts.map +1 -0
  152. package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.js +28 -0
  153. package/dist/converters/hdf-to-oscal-sar/typescript/fingerprint.js.map +1 -0
  154. package/dist/converters/hdf-to-oscal-sar/typescript/index.d.ts +2 -0
  155. package/dist/converters/hdf-to-oscal-sar/typescript/index.d.ts.map +1 -0
  156. package/dist/converters/hdf-to-oscal-sar/typescript/index.js +2 -0
  157. package/dist/converters/hdf-to-oscal-sar/typescript/index.js.map +1 -0
  158. package/dist/converters/hdf-to-xccdf/typescript/converter.d.ts +8 -0
  159. package/dist/converters/hdf-to-xccdf/typescript/converter.d.ts.map +1 -0
  160. package/dist/converters/hdf-to-xccdf/typescript/converter.js +186 -0
  161. package/dist/converters/hdf-to-xccdf/typescript/converter.js.map +1 -0
  162. package/dist/converters/hdf-to-xccdf/typescript/index.d.ts +2 -0
  163. package/dist/converters/hdf-to-xccdf/typescript/index.d.ts.map +1 -0
  164. package/dist/converters/hdf-to-xccdf/typescript/index.js +2 -0
  165. package/dist/converters/hdf-to-xccdf/typescript/index.js.map +1 -0
  166. package/dist/converters/hdf-to-xml/typescript/converter.d.ts +7 -0
  167. package/dist/converters/hdf-to-xml/typescript/converter.d.ts.map +1 -0
  168. package/dist/converters/hdf-to-xml/typescript/converter.js +140 -0
  169. package/dist/converters/hdf-to-xml/typescript/converter.js.map +1 -0
  170. package/dist/converters/hdf-to-xml/typescript/fingerprint.d.ts +10 -0
  171. package/dist/converters/hdf-to-xml/typescript/fingerprint.d.ts.map +1 -0
  172. package/dist/converters/hdf-to-xml/typescript/fingerprint.js +28 -0
  173. package/dist/converters/hdf-to-xml/typescript/fingerprint.js.map +1 -0
  174. package/dist/converters/hdf-to-xml/typescript/index.d.ts +2 -0
  175. package/dist/converters/hdf-to-xml/typescript/index.d.ts.map +1 -0
  176. package/dist/converters/hdf-to-xml/typescript/index.js +2 -0
  177. package/dist/converters/hdf-to-xml/typescript/index.js.map +1 -0
  178. package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.d.ts +15 -0
  179. package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.d.ts.map +1 -0
  180. package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.js +33 -0
  181. package/dist/converters/hdf-v2-passthrough/typescript/fingerprint.js.map +1 -0
  182. package/dist/converters/ionchannel-to-hdf/typescript/converter.d.ts +2 -0
  183. package/dist/converters/ionchannel-to-hdf/typescript/converter.d.ts.map +1 -0
  184. package/dist/converters/ionchannel-to-hdf/typescript/converter.js +150 -0
  185. package/dist/converters/ionchannel-to-hdf/typescript/converter.js.map +1 -0
  186. package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.d.ts +11 -0
  187. package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  188. package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.js +41 -0
  189. package/dist/converters/ionchannel-to-hdf/typescript/fingerprint.js.map +1 -0
  190. package/dist/converters/ionchannel-to-hdf/typescript/index.d.ts +2 -0
  191. package/dist/converters/ionchannel-to-hdf/typescript/index.d.ts.map +1 -0
  192. package/dist/converters/ionchannel-to-hdf/typescript/index.js +2 -0
  193. package/dist/converters/ionchannel-to-hdf/typescript/index.js.map +1 -0
  194. package/dist/converters/jfrog-xray-to-hdf/typescript/converter.d.ts +8 -0
  195. package/dist/converters/jfrog-xray-to-hdf/typescript/converter.d.ts.map +1 -0
  196. package/dist/converters/jfrog-xray-to-hdf/typescript/converter.js +149 -0
  197. package/dist/converters/jfrog-xray-to-hdf/typescript/converter.js.map +1 -0
  198. package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.d.ts +10 -0
  199. package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  200. package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.js +28 -0
  201. package/dist/converters/jfrog-xray-to-hdf/typescript/fingerprint.js.map +1 -0
  202. package/dist/converters/jfrog-xray-to-hdf/typescript/index.d.ts +2 -0
  203. package/dist/converters/jfrog-xray-to-hdf/typescript/index.d.ts.map +1 -0
  204. package/dist/converters/jfrog-xray-to-hdf/typescript/index.js +2 -0
  205. package/dist/converters/jfrog-xray-to-hdf/typescript/index.js.map +1 -0
  206. package/dist/converters/junit-to-hdf/typescript/converter.d.ts +5 -0
  207. package/dist/converters/junit-to-hdf/typescript/converter.d.ts.map +1 -0
  208. package/dist/converters/junit-to-hdf/typescript/converter.js +142 -0
  209. package/dist/converters/junit-to-hdf/typescript/converter.js.map +1 -0
  210. package/dist/converters/junit-to-hdf/typescript/fingerprint.d.ts +9 -0
  211. package/dist/converters/junit-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  212. package/dist/converters/junit-to-hdf/typescript/fingerprint.js +28 -0
  213. package/dist/converters/junit-to-hdf/typescript/fingerprint.js.map +1 -0
  214. package/dist/converters/junit-to-hdf/typescript/index.d.ts +2 -0
  215. package/dist/converters/junit-to-hdf/typescript/index.d.ts.map +1 -0
  216. package/dist/converters/junit-to-hdf/typescript/index.js +2 -0
  217. package/dist/converters/junit-to-hdf/typescript/index.js.map +1 -0
  218. package/dist/converters/legacyhdf-to-hdf/typescript/converter.d.ts +232 -0
  219. package/dist/converters/legacyhdf-to-hdf/typescript/converter.d.ts.map +1 -0
  220. package/dist/converters/legacyhdf-to-hdf/typescript/converter.js +418 -0
  221. package/dist/converters/legacyhdf-to-hdf/typescript/converter.js.map +1 -0
  222. package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.d.ts +17 -0
  223. package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  224. package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.js +49 -0
  225. package/dist/converters/legacyhdf-to-hdf/typescript/fingerprint.js.map +1 -0
  226. package/dist/converters/legacyhdf-to-hdf/typescript/index.d.ts +8 -0
  227. package/dist/converters/legacyhdf-to-hdf/typescript/index.d.ts.map +1 -0
  228. package/dist/converters/legacyhdf-to-hdf/typescript/index.js +8 -0
  229. package/dist/converters/legacyhdf-to-hdf/typescript/index.js.map +1 -0
  230. package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.d.ts +8 -0
  231. package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.d.ts.map +1 -0
  232. package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.js +153 -0
  233. package/dist/converters/msft-defender-cloud-to-hdf/typescript/converter.js.map +1 -0
  234. package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.d.ts +11 -0
  235. package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  236. package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.js +37 -0
  237. package/dist/converters/msft-defender-cloud-to-hdf/typescript/fingerprint.js.map +1 -0
  238. package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.d.ts +2 -0
  239. package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.d.ts.map +1 -0
  240. package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.js +2 -0
  241. package/dist/converters/msft-defender-cloud-to-hdf/typescript/index.js.map +1 -0
  242. package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.d.ts +7 -0
  243. package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.d.ts.map +1 -0
  244. package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.js +126 -0
  245. package/dist/converters/msft-defender-devops-to-hdf/typescript/converter.js.map +1 -0
  246. package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.d.ts +13 -0
  247. package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  248. package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.js +62 -0
  249. package/dist/converters/msft-defender-devops-to-hdf/typescript/fingerprint.js.map +1 -0
  250. package/dist/converters/msft-defender-devops-to-hdf/typescript/index.d.ts +2 -0
  251. package/dist/converters/msft-defender-devops-to-hdf/typescript/index.d.ts.map +1 -0
  252. package/dist/converters/msft-defender-devops-to-hdf/typescript/index.js +2 -0
  253. package/dist/converters/msft-defender-devops-to-hdf/typescript/index.js.map +1 -0
  254. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.d.ts +9 -0
  255. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.d.ts.map +1 -0
  256. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.js +194 -0
  257. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/converter.js.map +1 -0
  258. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.d.ts +11 -0
  259. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  260. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.js +39 -0
  261. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/fingerprint.js.map +1 -0
  262. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.d.ts +2 -0
  263. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.d.ts.map +1 -0
  264. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.js +2 -0
  265. package/dist/converters/msft-defender-endpoint-to-hdf/typescript/index.js.map +1 -0
  266. package/dist/converters/msft-secure-score-to-hdf/typescript/converter.d.ts +11 -0
  267. package/dist/converters/msft-secure-score-to-hdf/typescript/converter.d.ts.map +1 -0
  268. package/dist/converters/msft-secure-score-to-hdf/typescript/converter.js +160 -0
  269. package/dist/converters/msft-secure-score-to-hdf/typescript/converter.js.map +1 -0
  270. package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.d.ts +11 -0
  271. package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  272. package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.js +41 -0
  273. package/dist/converters/msft-secure-score-to-hdf/typescript/fingerprint.js.map +1 -0
  274. package/dist/converters/msft-secure-score-to-hdf/typescript/index.d.ts +2 -0
  275. package/dist/converters/msft-secure-score-to-hdf/typescript/index.d.ts.map +1 -0
  276. package/dist/converters/msft-secure-score-to-hdf/typescript/index.js +2 -0
  277. package/dist/converters/msft-secure-score-to-hdf/typescript/index.js.map +1 -0
  278. package/dist/converters/nessus-to-hdf/typescript/converter.d.ts +6 -0
  279. package/dist/converters/nessus-to-hdf/typescript/converter.d.ts.map +1 -0
  280. package/dist/converters/nessus-to-hdf/typescript/converter.js +329 -0
  281. package/dist/converters/nessus-to-hdf/typescript/converter.js.map +1 -0
  282. package/dist/converters/nessus-to-hdf/typescript/fingerprint.d.ts +9 -0
  283. package/dist/converters/nessus-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  284. package/dist/converters/nessus-to-hdf/typescript/fingerprint.js +34 -0
  285. package/dist/converters/nessus-to-hdf/typescript/fingerprint.js.map +1 -0
  286. package/dist/converters/nessus-to-hdf/typescript/index.d.ts +2 -0
  287. package/dist/converters/nessus-to-hdf/typescript/index.d.ts.map +1 -0
  288. package/dist/converters/nessus-to-hdf/typescript/index.js +2 -0
  289. package/dist/converters/nessus-to-hdf/typescript/index.js.map +1 -0
  290. package/dist/converters/netsparker-to-hdf/typescript/converter.d.ts +9 -0
  291. package/dist/converters/netsparker-to-hdf/typescript/converter.d.ts.map +1 -0
  292. package/dist/converters/netsparker-to-hdf/typescript/converter.js +211 -0
  293. package/dist/converters/netsparker-to-hdf/typescript/converter.js.map +1 -0
  294. package/dist/converters/netsparker-to-hdf/typescript/fingerprint.d.ts +10 -0
  295. package/dist/converters/netsparker-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  296. package/dist/converters/netsparker-to-hdf/typescript/fingerprint.js +29 -0
  297. package/dist/converters/netsparker-to-hdf/typescript/fingerprint.js.map +1 -0
  298. package/dist/converters/netsparker-to-hdf/typescript/index.d.ts +2 -0
  299. package/dist/converters/netsparker-to-hdf/typescript/index.d.ts.map +1 -0
  300. package/dist/converters/netsparker-to-hdf/typescript/index.js +2 -0
  301. package/dist/converters/netsparker-to-hdf/typescript/index.js.map +1 -0
  302. package/dist/converters/neuvector-to-hdf/typescript/converter.d.ts +16 -0
  303. package/dist/converters/neuvector-to-hdf/typescript/converter.d.ts.map +1 -0
  304. package/dist/converters/neuvector-to-hdf/typescript/converter.js +148 -0
  305. package/dist/converters/neuvector-to-hdf/typescript/converter.js.map +1 -0
  306. package/dist/converters/neuvector-to-hdf/typescript/fingerprint.d.ts +11 -0
  307. package/dist/converters/neuvector-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  308. package/dist/converters/neuvector-to-hdf/typescript/fingerprint.js +37 -0
  309. package/dist/converters/neuvector-to-hdf/typescript/fingerprint.js.map +1 -0
  310. package/dist/converters/neuvector-to-hdf/typescript/index.d.ts +2 -0
  311. package/dist/converters/neuvector-to-hdf/typescript/index.d.ts.map +1 -0
  312. package/dist/converters/neuvector-to-hdf/typescript/index.js +2 -0
  313. package/dist/converters/neuvector-to-hdf/typescript/index.js.map +1 -0
  314. package/dist/converters/nikto-to-hdf/typescript/converter.d.ts +2 -0
  315. package/dist/converters/nikto-to-hdf/typescript/converter.d.ts.map +1 -0
  316. package/dist/converters/nikto-to-hdf/typescript/converter.js +111 -0
  317. package/dist/converters/nikto-to-hdf/typescript/converter.js.map +1 -0
  318. package/dist/converters/nikto-to-hdf/typescript/fingerprint.d.ts +10 -0
  319. package/dist/converters/nikto-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  320. package/dist/converters/nikto-to-hdf/typescript/fingerprint.js +33 -0
  321. package/dist/converters/nikto-to-hdf/typescript/fingerprint.js.map +1 -0
  322. package/dist/converters/nikto-to-hdf/typescript/index.d.ts +2 -0
  323. package/dist/converters/nikto-to-hdf/typescript/index.d.ts.map +1 -0
  324. package/dist/converters/nikto-to-hdf/typescript/index.js +2 -0
  325. package/dist/converters/nikto-to-hdf/typescript/index.js.map +1 -0
  326. package/dist/converters/oscal-to-hdf/typescript/converter-catalog.d.ts +20 -0
  327. package/dist/converters/oscal-to-hdf/typescript/converter-catalog.d.ts.map +1 -0
  328. package/dist/converters/oscal-to-hdf/typescript/converter-catalog.js +134 -0
  329. package/dist/converters/oscal-to-hdf/typescript/converter-catalog.js.map +1 -0
  330. package/dist/converters/oscal-to-hdf/typescript/converter-component.d.ts +13 -0
  331. package/dist/converters/oscal-to-hdf/typescript/converter-component.d.ts.map +1 -0
  332. package/dist/converters/oscal-to-hdf/typescript/converter-component.js +92 -0
  333. package/dist/converters/oscal-to-hdf/typescript/converter-component.js.map +1 -0
  334. package/dist/converters/oscal-to-hdf/typescript/converter-poam.d.ts +13 -0
  335. package/dist/converters/oscal-to-hdf/typescript/converter-poam.d.ts.map +1 -0
  336. package/dist/converters/oscal-to-hdf/typescript/converter-poam.js +196 -0
  337. package/dist/converters/oscal-to-hdf/typescript/converter-poam.js.map +1 -0
  338. package/dist/converters/oscal-to-hdf/typescript/converter-profile.d.ts +26 -0
  339. package/dist/converters/oscal-to-hdf/typescript/converter-profile.d.ts.map +1 -0
  340. package/dist/converters/oscal-to-hdf/typescript/converter-profile.js +239 -0
  341. package/dist/converters/oscal-to-hdf/typescript/converter-profile.js.map +1 -0
  342. package/dist/converters/oscal-to-hdf/typescript/converter-sap.d.ts +13 -0
  343. package/dist/converters/oscal-to-hdf/typescript/converter-sap.d.ts.map +1 -0
  344. package/dist/converters/oscal-to-hdf/typescript/converter-sap.js +196 -0
  345. package/dist/converters/oscal-to-hdf/typescript/converter-sap.js.map +1 -0
  346. package/dist/converters/oscal-to-hdf/typescript/converter-sar.d.ts +13 -0
  347. package/dist/converters/oscal-to-hdf/typescript/converter-sar.d.ts.map +1 -0
  348. package/dist/converters/oscal-to-hdf/typescript/converter-sar.js +270 -0
  349. package/dist/converters/oscal-to-hdf/typescript/converter-sar.js.map +1 -0
  350. package/dist/converters/oscal-to-hdf/typescript/converter-ssp.d.ts +13 -0
  351. package/dist/converters/oscal-to-hdf/typescript/converter-ssp.d.ts.map +1 -0
  352. package/dist/converters/oscal-to-hdf/typescript/converter-ssp.js +246 -0
  353. package/dist/converters/oscal-to-hdf/typescript/converter-ssp.js.map +1 -0
  354. package/dist/converters/oscal-to-hdf/typescript/detect.d.ts +15 -0
  355. package/dist/converters/oscal-to-hdf/typescript/detect.d.ts.map +1 -0
  356. package/dist/converters/oscal-to-hdf/typescript/detect.js +33 -0
  357. package/dist/converters/oscal-to-hdf/typescript/detect.js.map +1 -0
  358. package/dist/converters/oscal-to-hdf/typescript/fingerprint.d.ts +12 -0
  359. package/dist/converters/oscal-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  360. package/dist/converters/oscal-to-hdf/typescript/fingerprint.js +57 -0
  361. package/dist/converters/oscal-to-hdf/typescript/fingerprint.js.map +1 -0
  362. package/dist/converters/oscal-to-hdf/typescript/index.d.ts +9 -0
  363. package/dist/converters/oscal-to-hdf/typescript/index.d.ts.map +1 -0
  364. package/dist/converters/oscal-to-hdf/typescript/index.js +9 -0
  365. package/dist/converters/oscal-to-hdf/typescript/index.js.map +1 -0
  366. package/dist/converters/oscal-to-hdf/typescript/shared.d.ts +85 -0
  367. package/dist/converters/oscal-to-hdf/typescript/shared.d.ts.map +1 -0
  368. package/dist/converters/oscal-to-hdf/typescript/shared.js +251 -0
  369. package/dist/converters/oscal-to-hdf/typescript/shared.js.map +1 -0
  370. package/dist/converters/oscal-to-hdf/typescript/types.d.ts +5372 -0
  371. package/dist/converters/oscal-to-hdf/typescript/types.d.ts.map +1 -0
  372. package/dist/converters/oscal-to-hdf/typescript/types.js +2340 -0
  373. package/dist/converters/oscal-to-hdf/typescript/types.js.map +1 -0
  374. package/dist/converters/prisma-to-hdf/typescript/converter.d.ts +16 -0
  375. package/dist/converters/prisma-to-hdf/typescript/converter.d.ts.map +1 -0
  376. package/dist/converters/prisma-to-hdf/typescript/converter.js +197 -0
  377. package/dist/converters/prisma-to-hdf/typescript/converter.js.map +1 -0
  378. package/dist/converters/prisma-to-hdf/typescript/fingerprint.d.ts +10 -0
  379. package/dist/converters/prisma-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  380. package/dist/converters/prisma-to-hdf/typescript/fingerprint.js +39 -0
  381. package/dist/converters/prisma-to-hdf/typescript/fingerprint.js.map +1 -0
  382. package/dist/converters/prisma-to-hdf/typescript/index.d.ts +2 -0
  383. package/dist/converters/prisma-to-hdf/typescript/index.d.ts.map +1 -0
  384. package/dist/converters/prisma-to-hdf/typescript/index.js +2 -0
  385. package/dist/converters/prisma-to-hdf/typescript/index.js.map +1 -0
  386. package/dist/converters/sarif-to-hdf/typescript/converter.d.ts +2 -0
  387. package/dist/converters/sarif-to-hdf/typescript/converter.d.ts.map +1 -0
  388. package/dist/converters/sarif-to-hdf/typescript/converter.js +406 -0
  389. package/dist/converters/sarif-to-hdf/typescript/converter.js.map +1 -0
  390. package/dist/converters/sarif-to-hdf/typescript/fingerprint.d.ts +10 -0
  391. package/dist/converters/sarif-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  392. package/dist/converters/sarif-to-hdf/typescript/fingerprint.js +34 -0
  393. package/dist/converters/sarif-to-hdf/typescript/fingerprint.js.map +1 -0
  394. package/dist/converters/sarif-to-hdf/typescript/index.d.ts +2 -0
  395. package/dist/converters/sarif-to-hdf/typescript/index.d.ts.map +1 -0
  396. package/dist/converters/sarif-to-hdf/typescript/index.js +2 -0
  397. package/dist/converters/sarif-to-hdf/typescript/index.js.map +1 -0
  398. package/dist/converters/scoutsuite-to-hdf/typescript/converter.d.ts +9 -0
  399. package/dist/converters/scoutsuite-to-hdf/typescript/converter.d.ts.map +1 -0
  400. package/dist/converters/scoutsuite-to-hdf/typescript/converter.js +173 -0
  401. package/dist/converters/scoutsuite-to-hdf/typescript/converter.js.map +1 -0
  402. package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.d.ts +10 -0
  403. package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  404. package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.js +29 -0
  405. package/dist/converters/scoutsuite-to-hdf/typescript/fingerprint.js.map +1 -0
  406. package/dist/converters/scoutsuite-to-hdf/typescript/index.d.ts +2 -0
  407. package/dist/converters/scoutsuite-to-hdf/typescript/index.d.ts.map +1 -0
  408. package/dist/converters/scoutsuite-to-hdf/typescript/index.js +2 -0
  409. package/dist/converters/scoutsuite-to-hdf/typescript/index.js.map +1 -0
  410. package/dist/converters/snyk-to-hdf/typescript/converter.d.ts +11 -0
  411. package/dist/converters/snyk-to-hdf/typescript/converter.d.ts.map +1 -0
  412. package/dist/converters/snyk-to-hdf/typescript/converter.js +131 -0
  413. package/dist/converters/snyk-to-hdf/typescript/converter.js.map +1 -0
  414. package/dist/converters/snyk-to-hdf/typescript/fingerprint.d.ts +12 -0
  415. package/dist/converters/snyk-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  416. package/dist/converters/snyk-to-hdf/typescript/fingerprint.js +44 -0
  417. package/dist/converters/snyk-to-hdf/typescript/fingerprint.js.map +1 -0
  418. package/dist/converters/snyk-to-hdf/typescript/index.d.ts +2 -0
  419. package/dist/converters/snyk-to-hdf/typescript/index.d.ts.map +1 -0
  420. package/dist/converters/snyk-to-hdf/typescript/index.js +2 -0
  421. package/dist/converters/snyk-to-hdf/typescript/index.js.map +1 -0
  422. package/dist/converters/sonarqube-to-hdf/typescript/converter.d.ts +8 -0
  423. package/dist/converters/sonarqube-to-hdf/typescript/converter.d.ts.map +1 -0
  424. package/dist/converters/sonarqube-to-hdf/typescript/converter.js +266 -0
  425. package/dist/converters/sonarqube-to-hdf/typescript/converter.js.map +1 -0
  426. package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.d.ts +10 -0
  427. package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  428. package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.js +35 -0
  429. package/dist/converters/sonarqube-to-hdf/typescript/fingerprint.js.map +1 -0
  430. package/dist/converters/sonarqube-to-hdf/typescript/index.d.ts +2 -0
  431. package/dist/converters/sonarqube-to-hdf/typescript/index.d.ts.map +1 -0
  432. package/dist/converters/sonarqube-to-hdf/typescript/index.js +2 -0
  433. package/dist/converters/sonarqube-to-hdf/typescript/index.js.map +1 -0
  434. package/dist/converters/splunk-to-hdf/typescript/converter.d.ts +13 -0
  435. package/dist/converters/splunk-to-hdf/typescript/converter.d.ts.map +1 -0
  436. package/dist/converters/splunk-to-hdf/typescript/converter.js +165 -0
  437. package/dist/converters/splunk-to-hdf/typescript/converter.js.map +1 -0
  438. package/dist/converters/splunk-to-hdf/typescript/fingerprint.d.ts +11 -0
  439. package/dist/converters/splunk-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  440. package/dist/converters/splunk-to-hdf/typescript/fingerprint.js +36 -0
  441. package/dist/converters/splunk-to-hdf/typescript/fingerprint.js.map +1 -0
  442. package/dist/converters/splunk-to-hdf/typescript/index.d.ts +2 -0
  443. package/dist/converters/splunk-to-hdf/typescript/index.d.ts.map +1 -0
  444. package/dist/converters/splunk-to-hdf/typescript/index.js +2 -0
  445. package/dist/converters/splunk-to-hdf/typescript/index.js.map +1 -0
  446. package/dist/converters/trufflehog-to-hdf/typescript/converter.d.ts +9 -0
  447. package/dist/converters/trufflehog-to-hdf/typescript/converter.d.ts.map +1 -0
  448. package/dist/converters/trufflehog-to-hdf/typescript/converter.js +189 -0
  449. package/dist/converters/trufflehog-to-hdf/typescript/converter.js.map +1 -0
  450. package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.d.ts +18 -0
  451. package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  452. package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.js +50 -0
  453. package/dist/converters/trufflehog-to-hdf/typescript/fingerprint.js.map +1 -0
  454. package/dist/converters/trufflehog-to-hdf/typescript/index.d.ts +2 -0
  455. package/dist/converters/trufflehog-to-hdf/typescript/index.d.ts.map +1 -0
  456. package/dist/converters/trufflehog-to-hdf/typescript/index.js +2 -0
  457. package/dist/converters/trufflehog-to-hdf/typescript/index.js.map +1 -0
  458. package/dist/converters/twistlock-to-hdf/typescript/converter.d.ts +11 -0
  459. package/dist/converters/twistlock-to-hdf/typescript/converter.d.ts.map +1 -0
  460. package/dist/converters/twistlock-to-hdf/typescript/converter.js +153 -0
  461. package/dist/converters/twistlock-to-hdf/typescript/converter.js.map +1 -0
  462. package/dist/converters/twistlock-to-hdf/typescript/fingerprint.d.ts +18 -0
  463. package/dist/converters/twistlock-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  464. package/dist/converters/twistlock-to-hdf/typescript/fingerprint.js +49 -0
  465. package/dist/converters/twistlock-to-hdf/typescript/fingerprint.js.map +1 -0
  466. package/dist/converters/twistlock-to-hdf/typescript/index.d.ts +2 -0
  467. package/dist/converters/twistlock-to-hdf/typescript/index.d.ts.map +1 -0
  468. package/dist/converters/twistlock-to-hdf/typescript/index.js +2 -0
  469. package/dist/converters/twistlock-to-hdf/typescript/index.js.map +1 -0
  470. package/dist/converters/veracode-to-hdf/typescript/converter.d.ts +20 -0
  471. package/dist/converters/veracode-to-hdf/typescript/converter.d.ts.map +1 -0
  472. package/dist/converters/veracode-to-hdf/typescript/converter.js +350 -0
  473. package/dist/converters/veracode-to-hdf/typescript/converter.js.map +1 -0
  474. package/dist/converters/veracode-to-hdf/typescript/fingerprint.d.ts +16 -0
  475. package/dist/converters/veracode-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  476. package/dist/converters/veracode-to-hdf/typescript/fingerprint.js +35 -0
  477. package/dist/converters/veracode-to-hdf/typescript/fingerprint.js.map +1 -0
  478. package/dist/converters/veracode-to-hdf/typescript/index.d.ts +2 -0
  479. package/dist/converters/veracode-to-hdf/typescript/index.d.ts.map +1 -0
  480. package/dist/converters/veracode-to-hdf/typescript/index.js +2 -0
  481. package/dist/converters/veracode-to-hdf/typescript/index.js.map +1 -0
  482. package/dist/converters/xccdf-results-to-hdf/typescript/converter.d.ts +29 -0
  483. package/dist/converters/xccdf-results-to-hdf/typescript/converter.d.ts.map +1 -0
  484. package/dist/converters/xccdf-results-to-hdf/typescript/converter.js +604 -0
  485. package/dist/converters/xccdf-results-to-hdf/typescript/converter.js.map +1 -0
  486. package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.d.ts +12 -0
  487. package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  488. package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.js +33 -0
  489. package/dist/converters/xccdf-results-to-hdf/typescript/fingerprint.js.map +1 -0
  490. package/dist/converters/xccdf-results-to-hdf/typescript/index.d.ts +2 -0
  491. package/dist/converters/xccdf-results-to-hdf/typescript/index.d.ts.map +1 -0
  492. package/dist/converters/xccdf-results-to-hdf/typescript/index.js +2 -0
  493. package/dist/converters/xccdf-results-to-hdf/typescript/index.js.map +1 -0
  494. package/dist/converters/zap-to-hdf/typescript/converter.d.ts +2 -0
  495. package/dist/converters/zap-to-hdf/typescript/converter.d.ts.map +1 -0
  496. package/dist/converters/zap-to-hdf/typescript/converter.js +237 -0
  497. package/dist/converters/zap-to-hdf/typescript/converter.js.map +1 -0
  498. package/dist/converters/zap-to-hdf/typescript/fingerprint.d.ts +11 -0
  499. package/dist/converters/zap-to-hdf/typescript/fingerprint.d.ts.map +1 -0
  500. package/dist/converters/zap-to-hdf/typescript/fingerprint.js +34 -0
  501. package/dist/converters/zap-to-hdf/typescript/fingerprint.js.map +1 -0
  502. package/dist/converters/zap-to-hdf/typescript/index.d.ts +2 -0
  503. package/dist/converters/zap-to-hdf/typescript/index.d.ts.map +1 -0
  504. package/dist/converters/zap-to-hdf/typescript/index.js +2 -0
  505. package/dist/converters/zap-to-hdf/typescript/index.js.map +1 -0
  506. package/dist/package.json +71 -0
  507. package/dist/shared/typescript/compare.d.ts +14 -0
  508. package/dist/shared/typescript/compare.d.ts.map +1 -0
  509. package/dist/shared/typescript/compare.js +91 -0
  510. package/dist/shared/typescript/compare.js.map +1 -0
  511. package/dist/shared/typescript/converter-contract.d.ts +20 -0
  512. package/dist/shared/typescript/converter-contract.d.ts.map +1 -0
  513. package/dist/shared/typescript/converter-contract.js +35 -0
  514. package/dist/shared/typescript/converter-contract.js.map +1 -0
  515. package/dist/shared/typescript/converterutil.d.ts +158 -0
  516. package/dist/shared/typescript/converterutil.d.ts.map +1 -0
  517. package/dist/shared/typescript/converterutil.js +220 -0
  518. package/dist/shared/typescript/converterutil.js.map +1 -0
  519. package/dist/shared/typescript/fingerprint.d.ts +17 -0
  520. package/dist/shared/typescript/fingerprint.d.ts.map +1 -0
  521. package/dist/shared/typescript/fingerprint.js +85 -0
  522. package/dist/shared/typescript/fingerprint.js.map +1 -0
  523. package/dist/shared/typescript/fptest.d.ts +40 -0
  524. package/dist/shared/typescript/fptest.d.ts.map +1 -0
  525. package/dist/shared/typescript/fptest.js +70 -0
  526. package/dist/shared/typescript/fptest.js.map +1 -0
  527. package/dist/shared/typescript/hdf-version.d.ts +20 -0
  528. package/dist/shared/typescript/hdf-version.d.ts.map +1 -0
  529. package/dist/shared/typescript/hdf-version.js +206 -0
  530. package/dist/shared/typescript/hdf-version.js.map +1 -0
  531. package/dist/shared/typescript/register-all.d.ts +12 -0
  532. package/dist/shared/typescript/register-all.d.ts.map +1 -0
  533. package/dist/shared/typescript/register-all.js +111 -0
  534. package/dist/shared/typescript/register-all.js.map +1 -0
  535. package/dist/shared/typescript/registry.d.ts +35 -0
  536. package/dist/shared/typescript/registry.d.ts.map +1 -0
  537. package/dist/shared/typescript/registry.js +27 -0
  538. package/dist/shared/typescript/registry.js.map +1 -0
  539. package/dist/shared/typescript/xml-utils.d.ts +16 -0
  540. package/dist/shared/typescript/xml-utils.d.ts.map +1 -0
  541. package/dist/shared/typescript/xml-utils.js +66 -0
  542. package/dist/shared/typescript/xml-utils.js.map +1 -0
  543. package/dist/src/detect.d.ts +15 -0
  544. package/dist/src/detect.d.ts.map +1 -0
  545. package/dist/src/detect.js +15 -0
  546. package/dist/src/detect.js.map +1 -0
  547. package/dist/src/index.d.ts +52 -0
  548. package/dist/src/index.d.ts.map +1 -0
  549. package/dist/src/index.js +91 -0
  550. package/dist/src/index.js.map +1 -0
  551. package/package.json +61 -66
  552. package/LICENSE.md +0 -9
  553. package/lib/data/converters/csv2json.d.ts +0 -2
  554. package/lib/data/converters/csv2json.d.ts.map +0 -1
  555. package/lib/data/converters/csv2json.js +0 -36
  556. package/lib/data/converters/csv2json.js.map +0 -1
  557. package/lib/data/converters/xml2json.d.ts +0 -15
  558. package/lib/data/converters/xml2json.d.ts.map +0 -1
  559. package/lib/data/converters/xml2json.js +0 -46
  560. package/lib/data/converters/xml2json.js.map +0 -1
  561. package/lib/data/reverse-html-mapper/convert-to-embedded-strings.d.ts +0 -2
  562. package/lib/data/reverse-html-mapper/convert-to-embedded-strings.d.ts.map +0 -1
  563. package/lib/data/reverse-html-mapper/convert-to-embedded-strings.js +0 -13
  564. package/lib/data/reverse-html-mapper/convert-to-embedded-strings.js.map +0 -1
  565. package/lib/index.d.ts +0 -54
  566. package/lib/index.d.ts.map +0 -1
  567. package/lib/index.js +0 -94
  568. package/lib/index.js.map +0 -1
  569. package/lib/package.json +0 -76
  570. package/lib/src/anchore-grype-mapper.d.ts +0 -12
  571. package/lib/src/anchore-grype-mapper.d.ts.map +0 -1
  572. package/lib/src/anchore-grype-mapper.js +0 -178
  573. package/lib/src/anchore-grype-mapper.js.map +0 -1
  574. package/lib/src/asff-mapper/asff-mapper.d.ts +0 -112
  575. package/lib/src/asff-mapper/asff-mapper.d.ts.map +0 -1
  576. package/lib/src/asff-mapper/asff-mapper.js +0 -549
  577. package/lib/src/asff-mapper/asff-mapper.js.map +0 -1
  578. package/lib/src/asff-mapper/case-cms-inspec.d.ts +0 -2
  579. package/lib/src/asff-mapper/case-cms-inspec.d.ts.map +0 -1
  580. package/lib/src/asff-mapper/case-cms-inspec.js +0 -83
  581. package/lib/src/asff-mapper/case-cms-inspec.js.map +0 -1
  582. package/lib/src/asff-mapper/case-firewall-manager.d.ts +0 -2
  583. package/lib/src/asff-mapper/case-firewall-manager.d.ts.map +0 -1
  584. package/lib/src/asff-mapper/case-firewall-manager.js +0 -56
  585. package/lib/src/asff-mapper/case-firewall-manager.js.map +0 -1
  586. package/lib/src/asff-mapper/case-guardduty.d.ts +0 -2
  587. package/lib/src/asff-mapper/case-guardduty.d.ts.map +0 -1
  588. package/lib/src/asff-mapper/case-guardduty.js +0 -47
  589. package/lib/src/asff-mapper/case-guardduty.js.map +0 -1
  590. package/lib/src/asff-mapper/case-inspector.d.ts +0 -2
  591. package/lib/src/asff-mapper/case-inspector.d.ts.map +0 -1
  592. package/lib/src/asff-mapper/case-inspector.js +0 -47
  593. package/lib/src/asff-mapper/case-inspector.js.map +0 -1
  594. package/lib/src/asff-mapper/case-previously-hdf.d.ts +0 -2
  595. package/lib/src/asff-mapper/case-previously-hdf.d.ts.map +0 -1
  596. package/lib/src/asff-mapper/case-previously-hdf.js +0 -239
  597. package/lib/src/asff-mapper/case-previously-hdf.js.map +0 -1
  598. package/lib/src/asff-mapper/case-prowler.d.ts +0 -2
  599. package/lib/src/asff-mapper/case-prowler.d.ts.map +0 -1
  600. package/lib/src/asff-mapper/case-prowler.js +0 -69
  601. package/lib/src/asff-mapper/case-prowler.js.map +0 -1
  602. package/lib/src/asff-mapper/case-security-hub.d.ts +0 -2
  603. package/lib/src/asff-mapper/case-security-hub.d.ts.map +0 -1
  604. package/lib/src/asff-mapper/case-security-hub.js +0 -173
  605. package/lib/src/asff-mapper/case-security-hub.js.map +0 -1
  606. package/lib/src/asff-mapper/case-trivy.d.ts +0 -2
  607. package/lib/src/asff-mapper/case-trivy.d.ts.map +0 -1
  608. package/lib/src/asff-mapper/case-trivy.js +0 -101
  609. package/lib/src/asff-mapper/case-trivy.js.map +0 -1
  610. package/lib/src/aws-config-mapper.d.ts +0 -27
  611. package/lib/src/aws-config-mapper.d.ts.map +0 -1
  612. package/lib/src/aws-config-mapper.js +0 -395
  613. package/lib/src/aws-config-mapper.js.map +0 -1
  614. package/lib/src/base-converter.d.ts +0 -40
  615. package/lib/src/base-converter.d.ts.map +0 -1
  616. package/lib/src/base-converter.js +0 -335
  617. package/lib/src/base-converter.js.map +0 -1
  618. package/lib/src/burpsuite-mapper.d.ts +0 -16
  619. package/lib/src/burpsuite-mapper.d.ts.map +0 -1
  620. package/lib/src/burpsuite-mapper.js +0 -195
  621. package/lib/src/burpsuite-mapper.js.map +0 -1
  622. package/lib/src/checkov-mapper.d.ts +0 -67
  623. package/lib/src/checkov-mapper.d.ts.map +0 -1
  624. package/lib/src/checkov-mapper.js +0 -240
  625. package/lib/src/checkov-mapper.js.map +0 -1
  626. package/lib/src/ckl-mapper/checklist-jsonix-converter.d.ts +0 -131
  627. package/lib/src/ckl-mapper/checklist-jsonix-converter.d.ts.map +0 -1
  628. package/lib/src/ckl-mapper/checklist-jsonix-converter.js +0 -604
  629. package/lib/src/ckl-mapper/checklist-jsonix-converter.js.map +0 -1
  630. package/lib/src/ckl-mapper/checklist-mapper.d.ts +0 -57
  631. package/lib/src/ckl-mapper/checklist-mapper.d.ts.map +0 -1
  632. package/lib/src/ckl-mapper/checklist-mapper.js +0 -518
  633. package/lib/src/ckl-mapper/checklist-mapper.js.map +0 -1
  634. package/lib/src/ckl-mapper/checklist-metadata-utils.d.ts +0 -20
  635. package/lib/src/ckl-mapper/checklist-metadata-utils.d.ts.map +0 -1
  636. package/lib/src/ckl-mapper/checklist-metadata-utils.js +0 -181
  637. package/lib/src/ckl-mapper/checklist-metadata-utils.js.map +0 -1
  638. package/lib/src/ckl-mapper/checklistJsonix.d.ts +0 -210
  639. package/lib/src/ckl-mapper/checklistJsonix.d.ts.map +0 -1
  640. package/lib/src/ckl-mapper/checklistJsonix.js +0 -131
  641. package/lib/src/ckl-mapper/checklistJsonix.js.map +0 -1
  642. package/lib/src/ckl-mapper/jsonixMapping.d.ts +0 -115
  643. package/lib/src/ckl-mapper/jsonixMapping.d.ts.map +0 -1
  644. package/lib/src/ckl-mapper/jsonixMapping.js +0 -590
  645. package/lib/src/ckl-mapper/jsonixMapping.js.map +0 -1
  646. package/lib/src/converters-from-hdf/asff/asff-types.d.ts +0 -90
  647. package/lib/src/converters-from-hdf/asff/asff-types.d.ts.map +0 -1
  648. package/lib/src/converters-from-hdf/asff/asff-types.js +0 -4
  649. package/lib/src/converters-from-hdf/asff/asff-types.js.map +0 -1
  650. package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.d.ts +0 -39
  651. package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.d.ts.map +0 -1
  652. package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.js +0 -293
  653. package/lib/src/converters-from-hdf/asff/reverse-asff-mapper.js.map +0 -1
  654. package/lib/src/converters-from-hdf/asff/transformers.d.ts +0 -44
  655. package/lib/src/converters-from-hdf/asff/transformers.d.ts.map +0 -1
  656. package/lib/src/converters-from-hdf/asff/transformers.js +0 -513
  657. package/lib/src/converters-from-hdf/asff/transformers.js.map +0 -1
  658. package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.d.ts +0 -32
  659. package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.d.ts.map +0 -1
  660. package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.js +0 -227
  661. package/lib/src/converters-from-hdf/caat/reverse-caat-mapper.js.map +0 -1
  662. package/lib/src/converters-from-hdf/html/embedded-assets.d.ts +0 -4
  663. package/lib/src/converters-from-hdf/html/embedded-assets.d.ts.map +0 -1
  664. package/lib/src/converters-from-hdf/html/embedded-assets.js +0 -8
  665. package/lib/src/converters-from-hdf/html/embedded-assets.js.map +0 -1
  666. package/lib/src/converters-from-hdf/html/html-types.d.ts +0 -75
  667. package/lib/src/converters-from-hdf/html/html-types.d.ts.map +0 -1
  668. package/lib/src/converters-from-hdf/html/html-types.js +0 -4
  669. package/lib/src/converters-from-hdf/html/html-types.js.map +0 -1
  670. package/lib/src/converters-from-hdf/html/reverse-html-mapper.d.ts +0 -42
  671. package/lib/src/converters-from-hdf/html/reverse-html-mapper.d.ts.map +0 -1
  672. package/lib/src/converters-from-hdf/html/reverse-html-mapper.js +0 -438
  673. package/lib/src/converters-from-hdf/html/reverse-html-mapper.js.map +0 -1
  674. package/lib/src/converters-from-hdf/reverse-any-base-converter.d.ts +0 -11
  675. package/lib/src/converters-from-hdf/reverse-any-base-converter.d.ts.map +0 -1
  676. package/lib/src/converters-from-hdf/reverse-any-base-converter.js +0 -20
  677. package/lib/src/converters-from-hdf/reverse-any-base-converter.js.map +0 -1
  678. package/lib/src/converters-from-hdf/reverse-base-converter.d.ts +0 -26
  679. package/lib/src/converters-from-hdf/reverse-base-converter.d.ts.map +0 -1
  680. package/lib/src/converters-from-hdf/reverse-base-converter.js +0 -159
  681. package/lib/src/converters-from-hdf/reverse-base-converter.js.map +0 -1
  682. package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.d.ts +0 -43
  683. package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.d.ts.map +0 -1
  684. package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.js +0 -359
  685. package/lib/src/converters-from-hdf/splunk/reverse-splunk-mapper.js.map +0 -1
  686. package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.d.ts +0 -37
  687. package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.d.ts.map +0 -1
  688. package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.js +0 -284
  689. package/lib/src/converters-from-hdf/xccdf/reverse-xccdf-mapper.js.map +0 -1
  690. package/lib/src/conveyor-mapper.d.ts +0 -15
  691. package/lib/src/conveyor-mapper.d.ts.map +0 -1
  692. package/lib/src/conveyor-mapper.js +0 -255
  693. package/lib/src/conveyor-mapper.js.map +0 -1
  694. package/lib/src/cyclonedx-sbom-mapper.d.ts +0 -35
  695. package/lib/src/cyclonedx-sbom-mapper.d.ts.map +0 -1
  696. package/lib/src/cyclonedx-sbom-mapper.js +0 -523
  697. package/lib/src/cyclonedx-sbom-mapper.js.map +0 -1
  698. package/lib/src/dbprotect-mapper.d.ts +0 -10
  699. package/lib/src/dbprotect-mapper.d.ts.map +0 -1
  700. package/lib/src/dbprotect-mapper.js +0 -185
  701. package/lib/src/dbprotect-mapper.js.map +0 -1
  702. package/lib/src/dependency-track-mapper.d.ts +0 -10
  703. package/lib/src/dependency-track-mapper.d.ts.map +0 -1
  704. package/lib/src/dependency-track-mapper.js +0 -211
  705. package/lib/src/dependency-track-mapper.js.map +0 -1
  706. package/lib/src/fortify-mapper.d.ts +0 -17
  707. package/lib/src/fortify-mapper.d.ts.map +0 -1
  708. package/lib/src/fortify-mapper.js +0 -235
  709. package/lib/src/fortify-mapper.js.map +0 -1
  710. package/lib/src/gosec-mapper.d.ts +0 -10
  711. package/lib/src/gosec-mapper.d.ts.map +0 -1
  712. package/lib/src/gosec-mapper.js +0 -159
  713. package/lib/src/gosec-mapper.js.map +0 -1
  714. package/lib/src/ionchannel-mapper.d.ts +0 -27
  715. package/lib/src/ionchannel-mapper.d.ts.map +0 -1
  716. package/lib/src/ionchannel-mapper.js +0 -311
  717. package/lib/src/ionchannel-mapper.js.map +0 -1
  718. package/lib/src/jfrog-xray-mapper.d.ts +0 -10
  719. package/lib/src/jfrog-xray-mapper.d.ts.map +0 -1
  720. package/lib/src/jfrog-xray-mapper.js +0 -203
  721. package/lib/src/jfrog-xray-mapper.js.map +0 -1
  722. package/lib/src/jsonix-converter.d.ts +0 -8
  723. package/lib/src/jsonix-converter.d.ts.map +0 -1
  724. package/lib/src/jsonix-converter.js +0 -20
  725. package/lib/src/jsonix-converter.js.map +0 -1
  726. package/lib/src/jsonix-intermediate-converter.d.ts +0 -6
  727. package/lib/src/jsonix-intermediate-converter.d.ts.map +0 -1
  728. package/lib/src/jsonix-intermediate-converter.js +0 -8
  729. package/lib/src/jsonix-intermediate-converter.js.map +0 -1
  730. package/lib/src/mappings/AwsConfigMapping.d.ts +0 -7
  731. package/lib/src/mappings/AwsConfigMapping.d.ts.map +0 -1
  732. package/lib/src/mappings/AwsConfigMapping.js +0 -76
  733. package/lib/src/mappings/AwsConfigMapping.js.map +0 -1
  734. package/lib/src/mappings/AwsConfigMappingData.d.ts +0 -7
  735. package/lib/src/mappings/AwsConfigMappingData.d.ts.map +0 -1
  736. package/lib/src/mappings/AwsConfigMappingData.js +0 -642
  737. package/lib/src/mappings/AwsConfigMappingData.js.map +0 -1
  738. package/lib/src/mappings/CciNistMapping.d.ts +0 -56
  739. package/lib/src/mappings/CciNistMapping.d.ts.map +0 -1
  740. package/lib/src/mappings/CciNistMapping.js +0 -127
  741. package/lib/src/mappings/CciNistMapping.js.map +0 -1
  742. package/lib/src/mappings/CciNistMappingData.d.ts +0 -5101
  743. package/lib/src/mappings/CciNistMappingData.d.ts.map +0 -1
  744. package/lib/src/mappings/CciNistMappingData.js +0 -5104
  745. package/lib/src/mappings/CciNistMappingData.js.map +0 -1
  746. package/lib/src/mappings/CciNistMappingItem.d.ts +0 -6
  747. package/lib/src/mappings/CciNistMappingItem.d.ts.map +0 -1
  748. package/lib/src/mappings/CciNistMappingItem.js +0 -13
  749. package/lib/src/mappings/CciNistMappingItem.js.map +0 -1
  750. package/lib/src/mappings/CheckovToCciAndNistMappingData.d.ts +0 -5
  751. package/lib/src/mappings/CheckovToCciAndNistMappingData.d.ts.map +0 -1
  752. package/lib/src/mappings/CheckovToCciAndNistMappingData.js +0 -2695
  753. package/lib/src/mappings/CheckovToCciAndNistMappingData.js.map +0 -1
  754. package/lib/src/mappings/CweNistMapping.d.ts +0 -14
  755. package/lib/src/mappings/CweNistMapping.d.ts.map +0 -1
  756. package/lib/src/mappings/CweNistMapping.js +0 -49
  757. package/lib/src/mappings/CweNistMapping.js.map +0 -1
  758. package/lib/src/mappings/CweNistMappingData.d.ts +0 -8
  759. package/lib/src/mappings/CweNistMappingData.d.ts.map +0 -1
  760. package/lib/src/mappings/CweNistMappingData.js +0 -1420
  761. package/lib/src/mappings/CweNistMappingData.js.map +0 -1
  762. package/lib/src/mappings/CweNistMappingItem.d.ts +0 -10
  763. package/lib/src/mappings/CweNistMappingItem.d.ts.map +0 -1
  764. package/lib/src/mappings/CweNistMappingItem.js +0 -39
  765. package/lib/src/mappings/CweNistMappingItem.js.map +0 -1
  766. package/lib/src/mappings/NessusPluginNistMappingData.d.ts +0 -10
  767. package/lib/src/mappings/NessusPluginNistMappingData.d.ts.map +0 -1
  768. package/lib/src/mappings/NessusPluginNistMappingData.js +0 -436
  769. package/lib/src/mappings/NessusPluginNistMappingData.js.map +0 -1
  770. package/lib/src/mappings/NessusPluginsNistMapping.d.ts +0 -12
  771. package/lib/src/mappings/NessusPluginsNistMapping.d.ts.map +0 -1
  772. package/lib/src/mappings/NessusPluginsNistMapping.js +0 -39
  773. package/lib/src/mappings/NessusPluginsNistMapping.js.map +0 -1
  774. package/lib/src/mappings/NessusPluginsNistMappingItem.d.ts +0 -8
  775. package/lib/src/mappings/NessusPluginsNistMappingItem.d.ts.map +0 -1
  776. package/lib/src/mappings/NessusPluginsNistMappingItem.js +0 -31
  777. package/lib/src/mappings/NessusPluginsNistMappingItem.js.map +0 -1
  778. package/lib/src/mappings/NiktoNistMapping.d.ts +0 -10
  779. package/lib/src/mappings/NiktoNistMapping.d.ts.map +0 -1
  780. package/lib/src/mappings/NiktoNistMapping.js +0 -22
  781. package/lib/src/mappings/NiktoNistMapping.js.map +0 -1
  782. package/lib/src/mappings/NiktoNistMappingData.d.ts +0 -8944
  783. package/lib/src/mappings/NiktoNistMappingData.d.ts.map +0 -1
  784. package/lib/src/mappings/NiktoNistMappingData.js +0 -8947
  785. package/lib/src/mappings/NiktoNistMappingData.js.map +0 -1
  786. package/lib/src/mappings/NiktoNistMappingItem.d.ts +0 -9
  787. package/lib/src/mappings/NiktoNistMappingItem.d.ts.map +0 -1
  788. package/lib/src/mappings/NiktoNistMappingItem.js +0 -32
  789. package/lib/src/mappings/NiktoNistMappingItem.js.map +0 -1
  790. package/lib/src/mappings/NistCciMappingData.d.ts +0 -2
  791. package/lib/src/mappings/NistCciMappingData.d.ts.map +0 -1
  792. package/lib/src/mappings/NistCciMappingData.js +0 -27
  793. package/lib/src/mappings/NistCciMappingData.js.map +0 -1
  794. package/lib/src/mappings/OwaspNistMapping.d.ts +0 -14
  795. package/lib/src/mappings/OwaspNistMapping.d.ts.map +0 -1
  796. package/lib/src/mappings/OwaspNistMapping.js +0 -57
  797. package/lib/src/mappings/OwaspNistMapping.js.map +0 -1
  798. package/lib/src/mappings/OwaspNistMappingData.d.ts +0 -8
  799. package/lib/src/mappings/OwaspNistMappingData.d.ts.map +0 -1
  800. package/lib/src/mappings/OwaspNistMappingData.js +0 -76
  801. package/lib/src/mappings/OwaspNistMappingData.js.map +0 -1
  802. package/lib/src/mappings/OwaspNistMappingItem.d.ts +0 -10
  803. package/lib/src/mappings/OwaspNistMappingItem.d.ts.map +0 -1
  804. package/lib/src/mappings/OwaspNistMappingItem.js +0 -39
  805. package/lib/src/mappings/OwaspNistMappingItem.js.map +0 -1
  806. package/lib/src/mappings/ScoutsuiteNistMapping.d.ts +0 -11
  807. package/lib/src/mappings/ScoutsuiteNistMapping.d.ts.map +0 -1
  808. package/lib/src/mappings/ScoutsuiteNistMapping.js +0 -31
  809. package/lib/src/mappings/ScoutsuiteNistMapping.js.map +0 -1
  810. package/lib/src/mappings/ScoutsuiteNistMappingData.d.ts +0 -5
  811. package/lib/src/mappings/ScoutsuiteNistMappingData.d.ts.map +0 -1
  812. package/lib/src/mappings/ScoutsuiteNistMappingData.js +0 -562
  813. package/lib/src/mappings/ScoutsuiteNistMappingData.js.map +0 -1
  814. package/lib/src/mappings/ScoutsuiteNistMappingItem.d.ts +0 -7
  815. package/lib/src/mappings/ScoutsuiteNistMappingItem.d.ts.map +0 -1
  816. package/lib/src/mappings/ScoutsuiteNistMappingItem.js +0 -23
  817. package/lib/src/mappings/ScoutsuiteNistMappingItem.js.map +0 -1
  818. package/lib/src/msft-secure-score-mapper.d.ts +0 -34
  819. package/lib/src/msft-secure-score-mapper.d.ts.map +0 -1
  820. package/lib/src/msft-secure-score-mapper.js +0 -271
  821. package/lib/src/msft-secure-score-mapper.js.map +0 -1
  822. package/lib/src/nessus-mapper.d.ts +0 -17
  823. package/lib/src/nessus-mapper.d.ts.map +0 -1
  824. package/lib/src/nessus-mapper.js +0 -370
  825. package/lib/src/nessus-mapper.js.map +0 -1
  826. package/lib/src/netsparker-mapper.d.ts +0 -16
  827. package/lib/src/netsparker-mapper.d.ts.map +0 -1
  828. package/lib/src/netsparker-mapper.js +0 -285
  829. package/lib/src/netsparker-mapper.js.map +0 -1
  830. package/lib/src/neuvector-mapper.d.ts +0 -14
  831. package/lib/src/neuvector-mapper.d.ts.map +0 -1
  832. package/lib/src/neuvector-mapper.js +0 -170
  833. package/lib/src/neuvector-mapper.js.map +0 -1
  834. package/lib/src/nikto-mapper.d.ts +0 -10
  835. package/lib/src/nikto-mapper.d.ts.map +0 -1
  836. package/lib/src/nikto-mapper.js +0 -133
  837. package/lib/src/nikto-mapper.js.map +0 -1
  838. package/lib/src/prisma-mapper.d.ts +0 -25
  839. package/lib/src/prisma-mapper.d.ts.map +0 -1
  840. package/lib/src/prisma-mapper.js +0 -211
  841. package/lib/src/prisma-mapper.js.map +0 -1
  842. package/lib/src/sarif-mapper.d.ts +0 -10
  843. package/lib/src/sarif-mapper.d.ts.map +0 -1
  844. package/lib/src/sarif-mapper.js +0 -190
  845. package/lib/src/sarif-mapper.js.map +0 -1
  846. package/lib/src/scoutsuite-mapper.d.ts +0 -10
  847. package/lib/src/scoutsuite-mapper.d.ts.map +0 -1
  848. package/lib/src/scoutsuite-mapper.js +0 -302
  849. package/lib/src/scoutsuite-mapper.js.map +0 -1
  850. package/lib/src/snyk-mapper.d.ts +0 -15
  851. package/lib/src/snyk-mapper.d.ts.map +0 -1
  852. package/lib/src/snyk-mapper.js +0 -197
  853. package/lib/src/snyk-mapper.js.map +0 -1
  854. package/lib/src/sonarqube-mapper.d.ts +0 -276
  855. package/lib/src/sonarqube-mapper.d.ts.map +0 -1
  856. package/lib/src/sonarqube-mapper.js +0 -826
  857. package/lib/src/sonarqube-mapper.js.map +0 -1
  858. package/lib/src/splunk-mapper.d.ts +0 -49
  859. package/lib/src/splunk-mapper.d.ts.map +0 -1
  860. package/lib/src/splunk-mapper.js +0 -317
  861. package/lib/src/splunk-mapper.js.map +0 -1
  862. package/lib/src/trufflehog-mapper.d.ts +0 -16
  863. package/lib/src/trufflehog-mapper.d.ts.map +0 -1
  864. package/lib/src/trufflehog-mapper.js +0 -115
  865. package/lib/src/trufflehog-mapper.js.map +0 -1
  866. package/lib/src/twistlock-mapper.d.ts +0 -16
  867. package/lib/src/twistlock-mapper.d.ts.map +0 -1
  868. package/lib/src/twistlock-mapper.js +0 -198
  869. package/lib/src/twistlock-mapper.js.map +0 -1
  870. package/lib/src/utils/CCI_List.d.ts +0 -2
  871. package/lib/src/utils/CCI_List.d.ts.map +0 -1
  872. package/lib/src/utils/CCI_List.js +0 -56259
  873. package/lib/src/utils/CCI_List.js.map +0 -1
  874. package/lib/src/utils/attestations.d.ts +0 -12
  875. package/lib/src/utils/attestations.d.ts.map +0 -1
  876. package/lib/src/utils/attestations.js +0 -234
  877. package/lib/src/utils/attestations.js.map +0 -1
  878. package/lib/src/utils/compliance.d.ts +0 -4
  879. package/lib/src/utils/compliance.d.ts.map +0 -1
  880. package/lib/src/utils/compliance.js +0 -35
  881. package/lib/src/utils/compliance.js.map +0 -1
  882. package/lib/src/utils/fingerprinting.d.ts +0 -35
  883. package/lib/src/utils/fingerprinting.d.ts.map +0 -1
  884. package/lib/src/utils/fingerprinting.js +0 -220
  885. package/lib/src/utils/fingerprinting.js.map +0 -1
  886. package/lib/src/utils/global.d.ts +0 -16
  887. package/lib/src/utils/global.d.ts.map +0 -1
  888. package/lib/src/utils/global.js +0 -111
  889. package/lib/src/utils/global.js.map +0 -1
  890. package/lib/src/utils/parseJson.d.ts +0 -6
  891. package/lib/src/utils/parseJson.d.ts.map +0 -1
  892. package/lib/src/utils/parseJson.js +0 -17
  893. package/lib/src/utils/parseJson.js.map +0 -1
  894. package/lib/src/utils/result.d.ts +0 -8
  895. package/lib/src/utils/result.d.ts.map +0 -1
  896. package/lib/src/utils/result.js +0 -3
  897. package/lib/src/utils/result.js.map +0 -1
  898. package/lib/src/utils/splunk-tools.d.ts +0 -6
  899. package/lib/src/utils/splunk-tools.d.ts.map +0 -1
  900. package/lib/src/utils/splunk-tools.js +0 -117
  901. package/lib/src/utils/splunk-tools.js.map +0 -1
  902. package/lib/src/veracode-mapper.d.ts +0 -10
  903. package/lib/src/veracode-mapper.d.ts.map +0 -1
  904. package/lib/src/veracode-mapper.js +0 -491
  905. package/lib/src/veracode-mapper.js.map +0 -1
  906. package/lib/src/xccdf-results-mapper.d.ts +0 -16
  907. package/lib/src/xccdf-results-mapper.d.ts.map +0 -1
  908. package/lib/src/xccdf-results-mapper.js +0 -509
  909. package/lib/src/xccdf-results-mapper.js.map +0 -1
  910. package/lib/src/zap-mapper.d.ts +0 -18
  911. package/lib/src/zap-mapper.d.ts.map +0 -1
  912. package/lib/src/zap-mapper.js +0 -238
  913. package/lib/src/zap-mapper.js.map +0 -1
  914. package/lib/tsconfig.build.tsbuildinfo +0 -1
  915. package/lib/types/neuvector-types.d.ts +0 -105
  916. package/lib/types/neuvector-types.d.ts.map +0 -1
  917. package/lib/types/neuvector-types.js +0 -83
  918. package/lib/types/neuvector-types.js.map +0 -1
  919. package/lib/types/splunk-config-types.d.ts +0 -14
  920. package/lib/types/splunk-config-types.d.ts.map +0 -1
  921. package/lib/types/splunk-config-types.js +0 -3
  922. package/lib/types/splunk-config-types.js.map +0 -1
  923. package/lib/types/splunk-control-types.d.ts +0 -44
  924. package/lib/types/splunk-control-types.d.ts.map +0 -1
  925. package/lib/types/splunk-control-types.js +0 -3
  926. package/lib/types/splunk-control-types.js.map +0 -1
  927. package/lib/types/splunk-profile-types.d.ts +0 -54
  928. package/lib/types/splunk-profile-types.d.ts.map +0 -1
  929. package/lib/types/splunk-profile-types.js +0 -3
  930. package/lib/types/splunk-profile-types.js.map +0 -1
  931. package/lib/types/splunk-report-types.d.ts +0 -21
  932. package/lib/types/splunk-report-types.d.ts.map +0 -1
  933. package/lib/types/splunk-report-types.js +0 -3
  934. package/lib/types/splunk-report-types.js.map +0 -1
@@ -1,2695 +0,0 @@
1
- "use strict";
2
- // CCI + NIST Mappings for Bridgecrew Checkov rules
3
- // Updated: 2026-04-04
4
- //
5
- // Mapping Methodology:
6
- // Use `checkov --list` to get starting baseline document.
7
- // Using generative AI (Opus 4.6), mapped from Checkov v3.2.506 to CIS v8 rule IDs to NIST control families to DISA CCI. Results were peer reviewed by two personnel after for completeness.
8
- // Total checks mapped: 1341
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.data = void 0;
11
- exports.data = {
12
- // CKV2_ADO_1: Ensure at least two approving reviews for PRs
13
- 'CKV2_ADO_1': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
14
- // CKV2_ANSIBLE_1: Ensure that HTTPS url is used with uri
15
- 'CKV2_ANSIBLE_1': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
16
- // CKV2_ANSIBLE_2: Ensure that HTTPS url is used with get_url
17
- 'CKV2_ANSIBLE_2': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
18
- // CKV2_ANSIBLE_3: Ensure block is handling task errors properly
19
- 'CKV2_ANSIBLE_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
20
- // CKV2_ANSIBLE_4: Ensure that packages with untrusted or missing GPG signatures are not used by...
21
- 'CKV2_ANSIBLE_4': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
22
- // CKV2_ANSIBLE_5: Ensure that SSL validation isn't disabled with dnf
23
- 'CKV2_ANSIBLE_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
24
- // CKV2_ANSIBLE_6: Ensure that certificate validation isn't disabled with dnf
25
- 'CKV2_ANSIBLE_6': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
26
- // CKV2_AWS_1: Ensure that all NACL are attached to subnets
27
- 'CKV2_AWS_1': { cci: ['CCI-000366'], nist: ['CM-6'] },
28
- // CKV2_AWS_10: Ensure CloudTrail trails are integrated with CloudWatch Logs
29
- 'CKV2_AWS_10': { cci: ['CCI-000172', 'CCI-000135'], nist: ['AU-12(1)', 'AU-3(1)'] },
30
- // CKV2_AWS_11: Ensure VPC flow logging is enabled in all VPCs
31
- 'CKV2_AWS_11': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
32
- // CKV2_AWS_12: Ensure the default security group of every VPC restricts all traffic
33
- 'CKV2_AWS_12': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
34
- // CKV2_AWS_14: Ensure that IAM groups includes at least one IAM user
35
- 'CKV2_AWS_14': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
36
- // CKV2_AWS_15: Ensure that auto Scaling groups that are associated with a load balancer are ...
37
- 'CKV2_AWS_15': { cci: ['CCI-000557', 'CCI-002386'], nist: ['CP-10(4)', 'SC-5(2)'] },
38
- // CKV2_AWS_16: Ensure that Auto Scaling is enabled on your DynamoDB tables
39
- 'CKV2_AWS_16': { cci: ['CCI-000557', 'CCI-002386'], nist: ['CP-10(4)', 'SC-5(2)'] },
40
- // CKV2_AWS_18: Ensure that Elastic File System (Amazon EFS) file systems are added in the ba...
41
- 'CKV2_AWS_18': { cci: ['CCI-000366'], nist: ['CM-6'] },
42
- // CKV2_AWS_19: Ensure that all EIP addresses allocated to a VPC are attached to EC2 instances
43
- 'CKV2_AWS_19': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
44
- // CKV2_AWS_2: Ensure that only encrypted EBS volumes are attached to EC2 instances
45
- 'CKV2_AWS_2': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
46
- // CKV2_AWS_20: Ensure that ALB redirects HTTP requests into HTTPS ones
47
- 'CKV2_AWS_20': { cci: ['CCI-002420', 'CCI-001099'], nist: ['SC-8(1)', 'SC-7(4)'] },
48
- // CKV2_AWS_21: Ensure that all IAM users are members of at least one IAM group.
49
- 'CKV2_AWS_21': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
50
- // CKV2_AWS_22: Ensure an IAM User does not have access to the console
51
- 'CKV2_AWS_22': { cci: ['CCI-000366'], nist: ['CM-6'] },
52
- // CKV2_AWS_23: Route53 A Record has Attached Resource
53
- 'CKV2_AWS_23': { cci: ['CCI-000366'], nist: ['CM-6'] },
54
- // CKV2_AWS_27: Ensure Postgres RDS as aws_rds_cluster has Query Logging enabled
55
- 'CKV2_AWS_27': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
56
- // CKV2_AWS_28: Ensure public facing ALB are protected by WAF
57
- 'CKV2_AWS_28': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
58
- // CKV2_AWS_29: Ensure public API gateway are protected by WAF
59
- 'CKV2_AWS_29': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
60
- // CKV2_AWS_3: Ensure GuardDuty is enabled to specific org/region
61
- 'CKV2_AWS_3': { cci: ['CCI-002686', 'CCI-001645'], nist: ['SI-4(4)', 'RA-5(2)'] },
62
- // CKV2_AWS_30: Ensure Postgres RDS as aws_db_instance has Query Logging enabled
63
- 'CKV2_AWS_30': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
64
- // CKV2_AWS_31: Ensure WAF2 has a Logging Configuration
65
- 'CKV2_AWS_31': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
66
- // CKV2_AWS_32: Ensure CloudFront distribution has a response headers policy attached
67
- 'CKV2_AWS_32': { cci: ['CCI-000227', 'CCI-001310'], nist: ['IR-4(1)', 'IR-5(1)'] },
68
- // CKV2_AWS_33: Ensure AppSync is protected by WAF
69
- 'CKV2_AWS_33': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
70
- // CKV2_AWS_34: AWS SSM Parameter should be Encrypted
71
- 'CKV2_AWS_34': { cci: ['CCI-002450'], nist: ['SC-13'] },
72
- // CKV2_AWS_35: AWS NAT Gateways should be utilized for the default route
73
- 'CKV2_AWS_35': { cci: ['CCI-000366'], nist: ['CM-6'] },
74
- // CKV2_AWS_36: Ensure terraform is not sending SSM secrets to untrusted domains over HTTP
75
- 'CKV2_AWS_36': { cci: ['CCI-000366'], nist: ['CM-6'] },
76
- // CKV2_AWS_37: Ensure CodeCommit associates an approval rule
77
- 'CKV2_AWS_37': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
78
- // CKV2_AWS_38: Ensure Domain Name System Security Extensions (DNSSEC) signing is enabled for...
79
- 'CKV2_AWS_38': { cci: ['CCI-001099'], nist: ['SC-7(4)', 'SC-20'] },
80
- // CKV2_AWS_39: Ensure Domain Name System (DNS) query logging is enabled for Amazon Route 53 ...
81
- 'CKV2_AWS_39': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
82
- // CKV2_AWS_4: Ensure API Gateway stage have logging level defined as appropriate
83
- 'CKV2_AWS_4': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
84
- // CKV2_AWS_40: Ensure AWS IAM policy does not allow full IAM privileges
85
- 'CKV2_AWS_40': { cci: ['CCI-000235', 'CCI-000226'], nist: ['AC-6(10)', 'AC-6(1)'] },
86
- // CKV2_AWS_41: Ensure an IAM role is attached to EC2 instance
87
- 'CKV2_AWS_41': { cci: ['CCI-000016', 'CCI-000213'], nist: ['AC-2(1)', 'AC-3'] },
88
- // CKV2_AWS_42: Ensure AWS CloudFront distribution uses custom SSL certificate
89
- 'CKV2_AWS_42': { cci: ['CCI-000366'], nist: ['CM-6'] },
90
- // CKV2_AWS_43: Ensure S3 Bucket does not allow access to all Authenticated users
91
- 'CKV2_AWS_43': { cci: ['CCI-000366'], nist: ['CM-6'] },
92
- // CKV2_AWS_44: Ensure AWS route table with VPC peering does not contain routes overly permis...
93
- 'CKV2_AWS_44': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
94
- // CKV2_AWS_45: Ensure AWS Config recorder is enabled to record all supported resources
95
- 'CKV2_AWS_45': { cci: ['CCI-000366'], nist: ['CM-6'] },
96
- // CKV2_AWS_46: Ensure AWS CloudFront Distribution with S3 have Origin Access set to enabled
97
- 'CKV2_AWS_46': { cci: ['CCI-000366'], nist: ['CM-6'] },
98
- // CKV2_AWS_47: Ensure AWS CloudFront attached WAFv2 WebACL is configured with AMR for Log4j ...
99
- 'CKV2_AWS_47': { cci: ['CCI-001109', 'CCI-001248'], nist: ['SC-7(14)', 'SI-3(7)'] },
100
- // CKV2_AWS_48: Ensure AWS Config must record all possible resources
101
- 'CKV2_AWS_48': { cci: ['CCI-000366'], nist: ['CM-6'] },
102
- // CKV2_AWS_49: Ensure AWS Database Migration Service endpoints have SSL configured
103
- 'CKV2_AWS_49': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
104
- // CKV2_AWS_5: Ensure that Security Groups are attached to another resource
105
- 'CKV2_AWS_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
106
- // CKV2_AWS_50: Ensure AWS ElastiCache Redis cluster with Multi-AZ Automatic Failover feature...
107
- 'CKV2_AWS_50': { cci: ['CCI-000555', 'CCI-000509'], nist: ['CP-10(2)', 'CP-9'] },
108
- // CKV2_AWS_51: Ensure AWS API Gateway endpoints uses client certificate authentication
109
- 'CKV2_AWS_51': { cci: ['CCI-000366'], nist: ['CM-6'] },
110
- // CKV2_AWS_52: Ensure AWS ElasticSearch/OpenSearch Fine-grained access control is enabled
111
- 'CKV2_AWS_52': { cci: ['CCI-000366'], nist: ['CM-6'] },
112
- // CKV2_AWS_53: Ensure AWS API gateway request is validated
113
- 'CKV2_AWS_53': { cci: ['CCI-000366'], nist: ['CM-6'] },
114
- // CKV2_AWS_54: Ensure AWS CloudFront distribution is using secure SSL protocols for HTTPS co...
115
- 'CKV2_AWS_54': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
116
- // CKV2_AWS_55: Ensure AWS EMR cluster is configured with security configuration
117
- 'CKV2_AWS_55': { cci: ['CCI-000366'], nist: ['CM-6'] },
118
- // CKV2_AWS_56: Ensure AWS Managed IAMFullAccess IAM policy is not used.
119
- 'CKV2_AWS_56': { cci: ['CCI-000366'], nist: ['CM-6'] },
120
- // CKV2_AWS_57: Ensure Secrets Manager secrets should have automatic rotation enabled
121
- 'CKV2_AWS_57': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
122
- // CKV2_AWS_58: Ensure AWS Neptune cluster deletion protection is enabled
123
- 'CKV2_AWS_58': { cci: ['CCI-000366'], nist: ['CM-6'] },
124
- // CKV2_AWS_59: Ensure ElasticSearch/OpenSearch has dedicated master node enabled
125
- 'CKV2_AWS_59': { cci: ['CCI-000366'], nist: ['CM-6'] },
126
- // CKV2_AWS_6: Ensure that S3 bucket has a Public Access block
127
- 'CKV2_AWS_6': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
128
- // CKV2_AWS_60: Ensure RDS instance with copy tags to snapshots is enabled
129
- 'CKV2_AWS_60': { cci: ['CCI-000366'], nist: ['CM-6'] },
130
- // CKV2_AWS_61: Ensure that an S3 bucket has a lifecycle configuration
131
- 'CKV2_AWS_61': { cci: ['CCI-001904', 'CCI-000167'], nist: ['MP-6(1)', 'AU-11'] },
132
- // CKV2_AWS_62: Ensure S3 buckets should have event notifications enabled
133
- 'CKV2_AWS_62': { cci: ['CCI-002687', 'CCI-000229'], nist: ['SI-4(5)', 'IR-6(1)'] },
134
- // CKV2_AWS_63: Ensure Network firewall has logging configuration defined
135
- 'CKV2_AWS_63': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
136
- // CKV2_AWS_64: Ensure KMS key Policy is defined
137
- 'CKV2_AWS_64': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
138
- // CKV2_AWS_65: Ensure access control lists for S3 buckets are disabled
139
- 'CKV2_AWS_65': { cci: ['CCI-002166'], nist: ['AC-3(4)'] },
140
- // CKV2_AWS_66: Ensure MWAA environment is not publicly accessible
141
- 'CKV2_AWS_66': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
142
- // CKV2_AWS_68: Ensure SageMaker notebook instance IAM policy is not overly permissive
143
- 'CKV2_AWS_68': { cci: ['CCI-000235', 'CCI-000226'], nist: ['AC-6(10)', 'AC-6(1)'] },
144
- // CKV2_AWS_69: Ensure AWS RDS database instance configured with encryption in transit
145
- 'CKV2_AWS_69': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
146
- // CKV2_AWS_7: Ensure that Amazon EMR clusters' security groups are not open to the world
147
- 'CKV2_AWS_7': { cci: ['CCI-000366'], nist: ['CM-6'] },
148
- // CKV2_AWS_70: Ensure API gateway method has authorization or API key set
149
- 'CKV2_AWS_70': { cci: ['CCI-002170', 'CCI-001953'], nist: ['AC-3(8)', 'IA-2(8)'] },
150
- // CKV2_AWS_71: Ensure AWS ACM Certificate domain name does not include wildcards
151
- 'CKV2_AWS_71': { cci: ['CCI-000366'], nist: ['CM-6'] },
152
- // CKV2_AWS_72: Ensure AWS CloudFront origin protocol policy enforces HTTPS-only
153
- 'CKV2_AWS_72': { cci: ['CCI-000366'], nist: ['CM-6'] },
154
- // CKV2_AWS_73: Ensure AWS SQS uses CMK not AWS default keys for encryption
155
- 'CKV2_AWS_73': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
156
- // CKV2_AWS_74: Ensure AWS Load Balancers use strong ciphers
157
- 'CKV2_AWS_74': { cci: ['CCI-002420', 'CCI-002450'], nist: ['SC-8(1)', 'SC-13'] },
158
- // CKV2_AWS_75: Ensure no open CORS policy
159
- 'CKV2_AWS_75': { cci: ['CCI-000366'], nist: ['CM-6'] },
160
- // CKV2_AWS_76: Ensure AWS ALB attached WAFv2 WebACL is configured with AMR for Log4j Vulnera...
161
- 'CKV2_AWS_76': { cci: ['CCI-001109', 'CCI-001248'], nist: ['SC-7(14)', 'SI-3(7)'] },
162
- // CKV2_AWS_77: Ensure AWS API Gateway Rest API attached WAFv2 WebACL is configured with AMR ...
163
- 'CKV2_AWS_77': { cci: ['CCI-001109', 'CCI-001248'], nist: ['SC-7(14)', 'SI-3(7)'] },
164
- // CKV2_AWS_78: Ensure AWS AppSync attached WAFv2 WebACL is configured with AMR for Log4j Vul...
165
- 'CKV2_AWS_78': { cci: ['CCI-001109', 'CCI-001248'], nist: ['SC-7(14)', 'SI-3(7)'] },
166
- // CKV2_AWS_8: Ensure that RDS clusters has backup plan of AWS Backup
167
- 'CKV2_AWS_8': { cci: ['CCI-000366'], nist: ['CM-6'] },
168
- // CKV2_AWS_9: Ensure that EBS are added in the backup plans of AWS Backup
169
- 'CKV2_AWS_9': { cci: ['CCI-000366'], nist: ['CM-6'] },
170
- // CKV2_AZURE_1: Ensure storage for critical data are encrypted with Customer Managed Key
171
- 'CKV2_AZURE_1': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
172
- // CKV2_AZURE_10: Ensure that Microsoft Antimalware is configured to automatically updates for ...
173
- 'CKV2_AZURE_10': { cci: ['CCI-000366'], nist: ['CM-6'] },
174
- // CKV2_AZURE_11: Ensure that Azure Data Explorer encryption at rest uses a customer-managed key
175
- 'CKV2_AZURE_11': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
176
- // CKV2_AZURE_12: Ensure that virtual machines are backed up using Azure Backup
177
- 'CKV2_AZURE_12': { cci: ['CCI-000366'], nist: ['CM-6'] },
178
- // CKV2_AZURE_13: Ensure that sql servers enables data security policy
179
- 'CKV2_AZURE_13': { cci: ['CCI-000366'], nist: ['CM-6'] },
180
- // CKV2_AZURE_14: Ensure that Unattached disks are encrypted
181
- 'CKV2_AZURE_14': { cci: ['CCI-002450'], nist: ['SC-13'] },
182
- // CKV2_AZURE_15: Ensure that Azure data factories are encrypted with a customer-managed key
183
- 'CKV2_AZURE_15': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
184
- // CKV2_AZURE_16: Ensure that MySQL server enables customer-managed key for encryption
185
- 'CKV2_AZURE_16': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
186
- // CKV2_AZURE_17: Ensure that PostgreSQL server enables customer-managed key for encryption
187
- 'CKV2_AZURE_17': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
188
- // CKV2_AZURE_19: Ensure that Azure Synapse workspaces have no IP firewall rules attached
189
- 'CKV2_AZURE_19': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
190
- // CKV2_AZURE_2: Ensure that Vulnerability Assessment (VA) is enabled on a SQL server by setti...
191
- 'CKV2_AZURE_2': { cci: ['CCI-001645'], nist: ['RA-5(2)'] },
192
- // CKV2_AZURE_20: Ensure Storage logging is enabled for Table service for read requests
193
- 'CKV2_AZURE_20': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
194
- // CKV2_AZURE_21: Ensure Storage logging is enabled for Blob service for read requests
195
- 'CKV2_AZURE_21': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
196
- // CKV2_AZURE_22: Ensure that Cognitive Services enables customer-managed key for encryption
197
- 'CKV2_AZURE_22': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
198
- // CKV2_AZURE_23: Ensure Azure spring cloud is configured with Virtual network (Vnet)
199
- 'CKV2_AZURE_23': { cci: ['CCI-000366'], nist: ['CM-6'] },
200
- // CKV2_AZURE_24: Ensure Azure automation account does NOT have overly permissive network access
201
- 'CKV2_AZURE_24': { cci: ['CCI-000366'], nist: ['CM-6'] },
202
- // CKV2_AZURE_25: Ensure Azure SQL database Transparent Data Encryption (TDE) is enabled
203
- 'CKV2_AZURE_25': { cci: ['CCI-002450'], nist: ['SC-13'] },
204
- // CKV2_AZURE_26: Ensure Azure PostgreSQL Flexible server is not configured with overly permiss...
205
- 'CKV2_AZURE_26': { cci: ['CCI-000366'], nist: ['CM-6'] },
206
- // CKV2_AZURE_27: Ensure Azure AD authentication is enabled for Azure SQL (MSSQL)
207
- 'CKV2_AZURE_27': { cci: ['CCI-000366'], nist: ['CM-6'] },
208
- // CKV2_AZURE_29: Ensure AKS cluster has Azure CNI networking enabled
209
- 'CKV2_AZURE_29': { cci: ['CCI-000366'], nist: ['CM-6'] },
210
- // CKV2_AZURE_3: Ensure that VA setting Periodic Recurring Scans is enabled on a SQL server
211
- 'CKV2_AZURE_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
212
- // CKV2_AZURE_30: Ensure Azure Container Registry (ACR) has HTTPS enabled for webhook
213
- 'CKV2_AZURE_30': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
214
- // CKV2_AZURE_31: Ensure VNET subnet is configured with a Network Security Group (NSG)
215
- 'CKV2_AZURE_31': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
216
- // CKV2_AZURE_32: Ensure private endpoint is configured to key vault
217
- 'CKV2_AZURE_32': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
218
- // CKV2_AZURE_33: Ensure storage account is configured with private endpoint
219
- 'CKV2_AZURE_33': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
220
- // CKV2_AZURE_34: Ensure Azure SQL server firewall is not overly permissive
221
- 'CKV2_AZURE_34': { cci: ['CCI-000366'], nist: ['CM-6'] },
222
- // CKV2_AZURE_37: Ensure Azure MariaDB server is using latest TLS (1.2)
223
- 'CKV2_AZURE_37': { cci: ['CCI-002420', 'CCI-002450'], nist: ['SC-8(1)', 'SC-13'] },
224
- // CKV2_AZURE_38: Ensure soft-delete is enabled on Azure storage account
225
- 'CKV2_AZURE_38': { cci: ['CCI-000366'], nist: ['CM-6'] },
226
- // CKV2_AZURE_39: Ensure Azure VM is not configured with public IP and serial console access
227
- 'CKV2_AZURE_39': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
228
- // CKV2_AZURE_4: Ensure Azure SQL server ADS VA Send scan reports to is configured
229
- 'CKV2_AZURE_4': { cci: ['CCI-001644', 'CCI-002606'], nist: ['RA-5(1)', 'SI-2(1)'] },
230
- // CKV2_AZURE_40: Ensure storage account is not configured with Shared Key authorization
231
- 'CKV2_AZURE_40': { cci: ['CCI-000366'], nist: ['CM-6'] },
232
- // CKV2_AZURE_41: Ensure storage account is configured with SAS expiration policy
233
- 'CKV2_AZURE_41': { cci: ['CCI-000366'], nist: ['CM-6'] },
234
- // CKV2_AZURE_42: Ensure Azure PostgreSQL server is configured with private endpoint
235
- 'CKV2_AZURE_42': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
236
- // CKV2_AZURE_43: Ensure Azure MariaDB server is configured with private endpoint
237
- 'CKV2_AZURE_43': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
238
- // CKV2_AZURE_44: Ensure Azure MySQL server is configured with private endpoint
239
- 'CKV2_AZURE_44': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
240
- // CKV2_AZURE_45: Ensure Microsoft SQL server is configured with private endpoint
241
- 'CKV2_AZURE_45': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
242
- // CKV2_AZURE_46: Ensure that Azure Synapse Workspace vulnerability assessment is enabled
243
- 'CKV2_AZURE_46': { cci: ['CCI-001645'], nist: ['RA-5(2)'] },
244
- // CKV2_AZURE_47: Ensure storage account is configured without blob anonymous access
245
- 'CKV2_AZURE_47': { cci: ['CCI-000366'], nist: ['CM-6'] },
246
- // CKV2_AZURE_48: Ensure that Databricks Workspaces enables customer-managed key for root DBFS ...
247
- 'CKV2_AZURE_48': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
248
- // CKV2_AZURE_49: Ensure that Azure Machine learning workspace is not configured with overly pe...
249
- 'CKV2_AZURE_49': { cci: ['CCI-000366'], nist: ['CM-6'] },
250
- // CKV2_AZURE_5: Ensure that VA setting 'Also send email notifications to admins and subscript...
251
- 'CKV2_AZURE_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
252
- // CKV2_AZURE_50: Ensure Azure Storage Account storing Machine Learning workspace high business...
253
- 'CKV2_AZURE_50': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
254
- // CKV2_AZURE_51: Ensure Synapse SQL Pool has a security alert policy
255
- 'CKV2_AZURE_51': { cci: ['CCI-000366'], nist: ['CM-6'] },
256
- // CKV2_AZURE_52: Ensure Synapse SQL Pool has vulnerability assessment attached
257
- 'CKV2_AZURE_52': { cci: ['CCI-001645'], nist: ['RA-5(2)'] },
258
- // CKV2_AZURE_53: Ensure Azure Synapse Workspace has extended audit logs
259
- 'CKV2_AZURE_53': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
260
- // CKV2_AZURE_54: Ensure log monitoring is enabled for Synapse SQL Pool
261
- 'CKV2_AZURE_54': { cci: ['CCI-000135', 'CCI-000169'], nist: ['AU-3(1)', 'AU-12'] },
262
- // CKV2_AZURE_55: Ensure Azure Spring Cloud app end-to-end TLS is enabled
263
- 'CKV2_AZURE_55': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
264
- // CKV2_AZURE_56: Ensure Azure MySQL Flexible Server is configured with private endpoint
265
- 'CKV2_AZURE_56': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
266
- // CKV2_AZURE_57: Ensure PostgreSQL Flexible Server is configured with private endpoint
267
- 'CKV2_AZURE_57': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
268
- // CKV2_AZURE_6: Ensure 'Allow access to Azure services' for PostgreSQL Database Server is dis...
269
- 'CKV2_AZURE_6': { cci: ['CCI-000366'], nist: ['CM-6'] },
270
- // CKV2_AZURE_7: Ensure that Azure Active Directory Admin is configured
271
- 'CKV2_AZURE_7': { cci: ['CCI-000366'], nist: ['CM-6'] },
272
- // CKV2_AZURE_8: Ensure the storage container storing the activity logs is not publicly access...
273
- 'CKV2_AZURE_8': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
274
- // CKV2_AZURE_9: Ensure Virtual Machines are utilizing Managed Disks
275
- 'CKV2_AZURE_9': { cci: ['CCI-000366'], nist: ['CM-6'] },
276
- // CKV2_DOCKER_1: Ensure that sudo isn't used
277
- 'CKV2_DOCKER_1': { cci: ['CCI-000366'], nist: ['CM-6'] },
278
- // CKV2_DOCKER_10: Ensure that packages with untrusted or missing signatures are not used by rpm...
279
- 'CKV2_DOCKER_10': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
280
- // CKV2_DOCKER_11: Ensure that the '--force-yes' option is not used, as it disables signature va...
281
- 'CKV2_DOCKER_11': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
282
- // CKV2_DOCKER_12: Ensure that certificate validation isn't disabled for npm via the 'NPM_CONFIG...
283
- 'CKV2_DOCKER_12': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
284
- // CKV2_DOCKER_13: Ensure that certificate validation isn't disabled for npm or yarn by setting ...
285
- 'CKV2_DOCKER_13': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
286
- // CKV2_DOCKER_14: Ensure that certificate validation isn't disabled for git by setting the envi...
287
- 'CKV2_DOCKER_14': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
288
- // CKV2_DOCKER_15: Ensure that the yum and dnf package managers are not configured to disable SS...
289
- 'CKV2_DOCKER_15': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
290
- // CKV2_DOCKER_16: Ensure that certificate validation isn't disabled with pip via the 'PIP_TRUST...
291
- 'CKV2_DOCKER_16': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
292
- // CKV2_DOCKER_17: Ensure that 'chpasswd' is not used to set or remove passwords
293
- 'CKV2_DOCKER_17': { cci: ['CCI-000366'], nist: ['CM-6'] },
294
- // CKV2_DOCKER_2: Ensure that certificate validation isn't disabled with curl
295
- 'CKV2_DOCKER_2': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
296
- // CKV2_DOCKER_3: Ensure that certificate validation isn't disabled with wget
297
- 'CKV2_DOCKER_3': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
298
- // CKV2_DOCKER_4: Ensure that certificate validation isn't disabled with the pip '--trusted-hos...
299
- 'CKV2_DOCKER_4': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
300
- // CKV2_DOCKER_5: Ensure that certificate validation isn't disabled with the PYTHONHTTPSVERIFY ...
301
- 'CKV2_DOCKER_5': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
302
- // CKV2_DOCKER_6: Ensure that certificate validation isn't disabled with the NODE_TLS_REJECT_UN...
303
- 'CKV2_DOCKER_6': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
304
- // CKV2_DOCKER_7: Ensure that packages with untrusted or missing signatures are not used by apk...
305
- 'CKV2_DOCKER_7': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
306
- // CKV2_DOCKER_8: Ensure that packages with untrusted or missing signatures are not used by apt...
307
- 'CKV2_DOCKER_8': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
308
- // CKV2_DOCKER_9: Ensure that packages with untrusted or missing GPG signatures are not used by...
309
- 'CKV2_DOCKER_9': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
310
- // CKV2_GCP_1: Ensure GKE clusters are not running using the Compute Engine default service ...
311
- 'CKV2_GCP_1': { cci: ['CCI-000230', 'CCI-001515'], nist: ['AC-6(5)', 'CM-6(1)'] },
312
- // CKV2_GCP_10: Ensure GCP Cloud Function HTTP trigger is secured
313
- 'CKV2_GCP_10': { cci: ['CCI-000366'], nist: ['CM-6'] },
314
- // CKV2_GCP_11: Ensure GCP GCR Container Vulnerability Scanning is enabled
315
- 'CKV2_GCP_11': { cci: ['CCI-001645'], nist: ['RA-5(2)'] },
316
- // CKV2_GCP_12: Ensure GCP compute firewall ingress does not allow unrestricted access to all...
317
- 'CKV2_GCP_12': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
318
- // CKV2_GCP_13: Ensure PostgreSQL database flag 'log_duration' is set to 'on'
319
- 'CKV2_GCP_13': { cci: ['CCI-000366'], nist: ['CM-6'] },
320
- // CKV2_GCP_14: Ensure PostgreSQL database flag 'log_executor_stats' is set to 'off'
321
- 'CKV2_GCP_14': { cci: ['CCI-000366'], nist: ['CM-6'] },
322
- // CKV2_GCP_15: Ensure PostgreSQL database flag 'log_parser_stats' is set to 'off'
323
- 'CKV2_GCP_15': { cci: ['CCI-000366'], nist: ['CM-6'] },
324
- // CKV2_GCP_16: Ensure PostgreSQL database flag 'log_planner_stats' is set to 'off'
325
- 'CKV2_GCP_16': { cci: ['CCI-000366'], nist: ['CM-6'] },
326
- // CKV2_GCP_17: Ensure PostgreSQL database flag 'log_statement_stats' is set to 'off'
327
- 'CKV2_GCP_17': { cci: ['CCI-000366'], nist: ['CM-6'] },
328
- // CKV2_GCP_18: Ensure GCP network defines a firewall and does not use the default firewall
329
- 'CKV2_GCP_18': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
330
- // CKV2_GCP_19: Ensure GCP Kubernetes engine clusters have 'alpha cluster' feature disabled
331
- 'CKV2_GCP_19': { cci: ['CCI-001521'], nist: ['CM-7(2)'] },
332
- // CKV2_GCP_2: Ensure legacy networks do not exist for a project
333
- 'CKV2_GCP_2': { cci: ['CCI-000366'], nist: ['CM-6'] },
334
- // CKV2_GCP_20: Ensure MySQL DB instance has point-in-time recovery backup configured
335
- 'CKV2_GCP_20': { cci: ['CCI-000510'], nist: ['CP-9(1)'] },
336
- // CKV2_GCP_21: Ensure Vertex AI instance disks are encrypted with a Customer Managed Key (CMK)
337
- 'CKV2_GCP_21': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
338
- // CKV2_GCP_22: Ensure Document AI Processors are encrypted with a Customer Managed Key (CMK)
339
- 'CKV2_GCP_22': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
340
- // CKV2_GCP_23: Ensure Document AI Warehouse Location is configured to use a Customer Managed...
341
- 'CKV2_GCP_23': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
342
- // CKV2_GCP_24: Ensure Vertex AI endpoint uses a Customer Managed Key (CMK)
343
- 'CKV2_GCP_24': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
344
- // CKV2_GCP_25: Ensure Vertex AI featurestore uses a Customer Managed Key (CMK)
345
- 'CKV2_GCP_25': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
346
- // CKV2_GCP_26: Ensure Vertex AI tensorboard uses a Customer Managed Key (CMK)
347
- 'CKV2_GCP_26': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
348
- // CKV2_GCP_27: Ensure Vertex AI workbench instance disks are encrypted with a Customer Manag...
349
- 'CKV2_GCP_27': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
350
- // CKV2_GCP_28: Ensure Vertex AI workbench instances are private
351
- 'CKV2_GCP_28': { cci: ['CCI-000366'], nist: ['CM-6'] },
352
- // CKV2_GCP_29: Ensure logging is enabled for Dialogflow agents
353
- 'CKV2_GCP_29': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
354
- // CKV2_GCP_3: Ensure that there are only GCP-managed service account keys for each service ...
355
- 'CKV2_GCP_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
356
- // CKV2_GCP_30: Ensure logging is enabled for Dialogflow CX agents
357
- 'CKV2_GCP_30': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
358
- // CKV2_GCP_31: Ensure logging is enabled for Dialogflow CX webhooks
359
- 'CKV2_GCP_31': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
360
- // CKV2_GCP_32: Ensure TPU v2 is private
361
- 'CKV2_GCP_32': { cci: ['CCI-000366'], nist: ['CM-6'] },
362
- // CKV2_GCP_33: Ensure Vertex AI endpoint is private
363
- 'CKV2_GCP_33': { cci: ['CCI-000366'], nist: ['CM-6'] },
364
- // CKV2_GCP_34: Ensure Vertex AI index endpoint is private
365
- 'CKV2_GCP_34': { cci: ['CCI-000366'], nist: ['CM-6'] },
366
- // CKV2_GCP_35: Ensure Vertex AI runtime is encrypted with a Customer Managed Key (CMK)
367
- 'CKV2_GCP_35': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
368
- // CKV2_GCP_36: Ensure Vertex AI runtime is private
369
- 'CKV2_GCP_36': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
370
- // CKV2_GCP_37: Ensure GCP compute regional forwarding rule does not use HTTP proxies with EX...
371
- 'CKV2_GCP_37': { cci: ['CCI-000366'], nist: ['CM-6'] },
372
- // CKV2_GCP_38: Ensure GCP compute global forwarding rule does not use HTTP proxies with EXTE...
373
- 'CKV2_GCP_38': { cci: ['CCI-000366'], nist: ['CM-6'] },
374
- // CKV2_GCP_4: Ensure that retention policies on log buckets are configured using Bucket Lock
375
- 'CKV2_GCP_4': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
376
- // CKV2_GCP_5: Ensure that Cloud Audit Logging is configured properly across all services an...
377
- 'CKV2_GCP_5': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
378
- // CKV2_GCP_6: Ensure that Cloud KMS cryptokeys are not anonymously or publicly accessible
379
- 'CKV2_GCP_6': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
380
- // CKV2_GCP_7: Ensure that a MySQL database instance does not allow anyone to connect with a...
381
- 'CKV2_GCP_7': { cci: ['CCI-000366'], nist: ['CM-6'] },
382
- // CKV2_GCP_8: Ensure that Cloud KMS Key Rings are not anonymously or publicly accessible
383
- 'CKV2_GCP_8': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
384
- // CKV2_GCP_9: Ensure that Container Registry repositories are not anonymously or publicly a...
385
- 'CKV2_GCP_9': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
386
- // CKV2_GHA_1: Ensure top-level permissions are not set to write-all
387
- 'CKV2_GHA_1': { cci: ['CCI-000366'], nist: ['CM-6'] },
388
- // CKV2_GIT_1: Ensure each Repository has branch protection associated
389
- 'CKV2_GIT_1': { cci: ['CCI-000366'], nist: ['CM-6'] },
390
- // CKV2_IBM_1: Ensure load balancer for VPC is private (disable public access)
391
- 'CKV2_IBM_1': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
392
- // CKV2_IBM_2: Ensure VPC classic access is disabled
393
- 'CKV2_IBM_2': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
394
- // CKV2_IBM_3: Ensure API key creation is restricted in account settings
395
- 'CKV2_IBM_3': { cci: ['CCI-000018', 'CCI-000192'], nist: ['AC-2(3)', 'IA-5(1)'] },
396
- // CKV2_IBM_4: Ensure Multi-Factor Authentication (MFA) is enabled at the account level
397
- 'CKV2_IBM_4': { cci: ['CCI-000765', 'CCI-000766'], nist: ['IA-2(1)', 'IA-2(2)'] },
398
- // CKV2_IBM_5: Ensure Service ID creation is restricted in account settings
399
- 'CKV2_IBM_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
400
- // CKV2_IBM_7: Ensure Kubernetes clusters are accessible by using private endpoint and NOT p...
401
- 'CKV2_IBM_7': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
402
- // CKV2_K8S_1: RoleBinding should not allow privilege escalation to a ServiceAccount or Node...
403
- 'CKV2_K8S_1': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
404
- // CKV2_K8S_2: Granting `create` permissions to `nodes/proxy` or `pods/exec` sub resources a...
405
- 'CKV2_K8S_2': { cci: ['CCI-000366'], nist: ['CM-6'] },
406
- // CKV2_K8S_3: No ServiceAccount/Node should have `impersonate` permissions for groups/users...
407
- 'CKV2_K8S_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
408
- // CKV2_K8S_4: ServiceAccounts and nodes that can modify services/status may set the `status...
409
- 'CKV2_K8S_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
410
- // CKV2_K8S_5: No ServiceAccount/Node should be able to read all secrets
411
- 'CKV2_K8S_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
412
- // CKV2_K8S_6: Minimize the admission of pods which lack an associated NetworkPolicy
413
- 'CKV2_K8S_6': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
414
- // CKV2_OCI_1: Ensure administrator users are not associated with API keys
415
- 'CKV2_OCI_1': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
416
- // CKV2_OCI_2: Ensure NSG does not allow all traffic on RDP port (3389)
417
- 'CKV2_OCI_2': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
418
- // CKV2_OCI_3: Ensure Kubernetes engine cluster is configured with NSG(s)
419
- 'CKV2_OCI_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
420
- // CKV2_OCI_4: Ensure File Storage File System access is restricted to root users
421
- 'CKV2_OCI_4': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
422
- // CKV2_OCI_5: Ensure Kubernetes Engine Cluster boot volume is configured with in-transit da...
423
- 'CKV2_OCI_5': { cci: ['CCI-002450'], nist: ['SC-13'] },
424
- // CKV2_OCI_6: Ensure Kubernetes Engine Cluster pod security policy is enforced
425
- 'CKV2_OCI_6': { cci: ['CCI-001521', 'CCI-000235'], nist: ['CM-7(2)', 'AC-6(10)'] },
426
- // CKV_ALI_1: Alibaba Cloud OSS bucket accessible to public
427
- 'CKV_ALI_1': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
428
- // CKV_ALI_10: Ensure OSS bucket has versioning enabled
429
- 'CKV_ALI_10': { cci: ['CCI-000510', 'CCI-000164'], nist: ['CP-9(1)', 'AU-9(2)'] },
430
- // CKV_ALI_11: Ensure OSS bucket has transfer Acceleration enabled
431
- 'CKV_ALI_11': { cci: ['CCI-000366'], nist: ['CM-6'] },
432
- // CKV_ALI_12: Ensure the OSS bucket has access logging enabled
433
- 'CKV_ALI_12': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
434
- // CKV_ALI_13: Ensure RAM password policy requires minimum length of 14 or greater
435
- 'CKV_ALI_13': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
436
- // CKV_ALI_14: Ensure RAM password policy requires at least one number
437
- 'CKV_ALI_14': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
438
- // CKV_ALI_15: Ensure RAM password policy requires at least one symbol
439
- 'CKV_ALI_15': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
440
- // CKV_ALI_16: Ensure RAM password policy expires passwords within 90 days or less
441
- 'CKV_ALI_16': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
442
- // CKV_ALI_17: Ensure RAM password policy requires at least one lowercase letter
443
- 'CKV_ALI_17': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
444
- // CKV_ALI_18: Ensure RAM password policy prevents password reuse
445
- 'CKV_ALI_18': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
446
- // CKV_ALI_19: Ensure RAM password policy requires at least one uppercase letter
447
- 'CKV_ALI_19': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
448
- // CKV_ALI_2: Ensure no security groups allow ingress from 0.0.0.0:0 to port 22
449
- 'CKV_ALI_2': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
450
- // CKV_ALI_20: Ensure RDS instance uses SSL
451
- 'CKV_ALI_20': { cci: ['CCI-000366'], nist: ['CM-6'] },
452
- // CKV_ALI_21: Ensure API Gateway API Protocol HTTPS
453
- 'CKV_ALI_21': { cci: ['CCI-000366'], nist: ['CM-6'] },
454
- // CKV_ALI_22: Ensure Transparent Data Encryption is Enabled on instance
455
- 'CKV_ALI_22': { cci: ['CCI-002450'], nist: ['SC-13'] },
456
- // CKV_ALI_23: Ensure Ram Account Password Policy Max Login Attempts not > 5
457
- 'CKV_ALI_23': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
458
- // CKV_ALI_24: Ensure RAM enforces MFA
459
- 'CKV_ALI_24': { cci: ['CCI-000765', 'CCI-000766'], nist: ['IA-2(1)', 'IA-2(2)'] },
460
- // CKV_ALI_25: Ensure RDS Instance SQL Collector Retention Period should be greater than 180
461
- 'CKV_ALI_25': { cci: ['CCI-000366'], nist: ['CM-6'] },
462
- // CKV_ALI_26: Ensure Kubernetes installs plugin Terway or Flannel to support standard policies
463
- 'CKV_ALI_26': { cci: ['CCI-000366'], nist: ['CM-6'] },
464
- // CKV_ALI_27: Ensure KMS Key Rotation is enabled
465
- 'CKV_ALI_27': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
466
- // CKV_ALI_28: Ensure KMS Keys are enabled
467
- 'CKV_ALI_28': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
468
- // CKV_ALI_29: Alibaba ALB ACL does not restrict Access
469
- 'CKV_ALI_29': { cci: ['CCI-001104', 'CCI-000172'], nist: ['SC-7(9)', 'AU-12(1)'] },
470
- // CKV_ALI_3: Ensure no security groups allow ingress from 0.0.0.0:0 to port 3389
471
- 'CKV_ALI_3': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
472
- // CKV_ALI_30: Ensure RDS instance auto upgrades for minor versions
473
- 'CKV_ALI_30': { cci: ['CCI-000366'], nist: ['CM-6'] },
474
- // CKV_ALI_31: Ensure K8s nodepools are set to auto repair
475
- 'CKV_ALI_31': { cci: ['CCI-000366'], nist: ['CM-6'] },
476
- // CKV_ALI_32: Ensure launch template data disks are encrypted
477
- 'CKV_ALI_32': { cci: ['CCI-002450'], nist: ['SC-13'] },
478
- // CKV_ALI_33: Alibaba Cloud Cypher Policy are secure
479
- 'CKV_ALI_33': { cci: ['CCI-000366'], nist: ['CM-6'] },
480
- // CKV_ALI_35: Ensure RDS instance has log_duration enabled
481
- 'CKV_ALI_35': { cci: ['CCI-000366'], nist: ['CM-6'] },
482
- // CKV_ALI_36: Ensure RDS instance has log_disconnections enabled
483
- 'CKV_ALI_36': { cci: ['CCI-000366'], nist: ['CM-6'] },
484
- // CKV_ALI_37: Ensure RDS instance has log_connections enabled
485
- 'CKV_ALI_37': { cci: ['CCI-000366'], nist: ['CM-6'] },
486
- // CKV_ALI_38: Ensure log audit is enabled for RDS
487
- 'CKV_ALI_38': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
488
- // CKV_ALI_4: Ensure Action Trail Logging for all regions
489
- 'CKV_ALI_4': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
490
- // CKV_ALI_41: Ensure MongoDB is deployed inside a VPC
491
- 'CKV_ALI_41': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
492
- // CKV_ALI_42: Ensure Mongodb instance uses SSL
493
- 'CKV_ALI_42': { cci: ['CCI-000366'], nist: ['CM-6'] },
494
- // CKV_ALI_43: Ensure MongoDB instance is not public
495
- 'CKV_ALI_43': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
496
- // CKV_ALI_44: Ensure MongoDB has Transparent Data Encryption Enabled
497
- 'CKV_ALI_44': { cci: ['CCI-002450'], nist: ['SC-13'] },
498
- // CKV_ALI_5: Ensure Action Trail Logging for all events
499
- 'CKV_ALI_5': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
500
- // CKV_ALI_6: Ensure OSS bucket is encrypted with Customer Master Key
501
- 'CKV_ALI_6': { cci: ['CCI-002450'], nist: ['SC-13'] },
502
- // CKV_ALI_7: Ensure disk is encrypted
503
- 'CKV_ALI_7': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
504
- // CKV_ALI_8: Ensure Disk is encrypted with Customer Master Key
505
- 'CKV_ALI_8': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
506
- // CKV_ALI_9: Ensure database instance is not public
507
- 'CKV_ALI_9': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
508
- // CKV_ANSIBLE_1: Ensure that certificate validation isn't disabled with uri
509
- 'CKV_ANSIBLE_1': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
510
- // CKV_ANSIBLE_2: Ensure that certificate validation isn't disabled with get_url
511
- 'CKV_ANSIBLE_2': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
512
- // CKV_ANSIBLE_3: Ensure that certificate validation isn't disabled with yum
513
- 'CKV_ANSIBLE_3': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
514
- // CKV_ANSIBLE_4: Ensure that SSL validation isn't disabled with yum
515
- 'CKV_ANSIBLE_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
516
- // CKV_ANSIBLE_5: Ensure that packages with untrusted or missing signatures are not used
517
- 'CKV_ANSIBLE_5': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
518
- // CKV_ANSIBLE_6: Ensure that the force parameter is not used, as it disables signature validat...
519
- 'CKV_ANSIBLE_6': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
520
- // CKV_ARGO_1: Ensure Workflow pods are not using the default ServiceAccount
521
- 'CKV_ARGO_1': { cci: ['CCI-000230', 'CCI-001515'], nist: ['AC-6(5)', 'CM-6(1)'] },
522
- // CKV_ARGO_2: Ensure Workflow pods are running as non-root user
523
- 'CKV_ARGO_2': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
524
- // CKV_AWS_1: Ensure IAM policies that allow full "*-*" administrative privileges are not c...
525
- 'CKV_AWS_1': { cci: ['CCI-000235', 'CCI-000226'], nist: ['AC-6(10)', 'AC-6(1)'] },
526
- // CKV_AWS_10: Ensure IAM password policy requires minimum length of 14 or greater
527
- 'CKV_AWS_10': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
528
- // CKV_AWS_100: Ensure AWS EKS node group does not have implicit SSH access from 0.0.0.0/0
529
- 'CKV_AWS_100': { cci: ['CCI-000069', 'CCI-001941'], nist: ['AC-17(2)', 'IA-2(6)'] },
530
- // CKV_AWS_101: Ensure Neptune logging is enabled
531
- 'CKV_AWS_101': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
532
- // CKV_AWS_102: Ensure Neptune Cluster instance is not publicly available
533
- 'CKV_AWS_102': { cci: ['CCI-000366'], nist: ['CM-6'] },
534
- // CKV_AWS_103: Ensure that Load Balancer Listener is using at least TLS v1.2
535
- 'CKV_AWS_103': { cci: ['CCI-002420', 'CCI-002450'], nist: ['SC-8(1)', 'SC-13'] },
536
- // CKV_AWS_104: Ensure DocumentDB has audit logs enabled
537
- 'CKV_AWS_104': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
538
- // CKV_AWS_105: Ensure Redshift uses SSL
539
- 'CKV_AWS_105': { cci: ['CCI-000366'], nist: ['CM-6'] },
540
- // CKV_AWS_106: Ensure EBS default encryption is enabled
541
- 'CKV_AWS_106': { cci: ['CCI-002450'], nist: ['SC-13'] },
542
- // CKV_AWS_107: Ensure IAM policies does not allow credentials exposure
543
- 'CKV_AWS_107': { cci: ['CCI-000366'], nist: ['CM-6'] },
544
- // CKV_AWS_108: Ensure IAM policies does not allow data exfiltration
545
- 'CKV_AWS_108': { cci: ['CCI-002476', 'CCI-001821'], nist: ['SC-28(1)', 'MP-4'] },
546
- // CKV_AWS_109: Ensure IAM policies does not allow permissions management without constraints
547
- 'CKV_AWS_109': { cci: ['CCI-000366'], nist: ['CM-6'] },
548
- // CKV_AWS_11: Ensure IAM password policy requires at least one lowercase letter
549
- 'CKV_AWS_11': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
550
- // CKV_AWS_110: Ensure IAM policies does not allow privilege escalation
551
- 'CKV_AWS_110': { cci: ['CCI-000366'], nist: ['CM-6'] },
552
- // CKV_AWS_111: Ensure IAM policies does not allow write access without constraints
553
- 'CKV_AWS_111': { cci: ['CCI-000366'], nist: ['CM-6'] },
554
- // CKV_AWS_112: Ensure Session Manager data is encrypted in transit
555
- 'CKV_AWS_112': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
556
- // CKV_AWS_113: Ensure Session Manager logs are enabled and encrypted
557
- 'CKV_AWS_113': { cci: ['CCI-002450'], nist: ['SC-13'] },
558
- // CKV_AWS_114: Ensure that EMR clusters with Kerberos have Kerberos Realm set
559
- 'CKV_AWS_114': { cci: ['CCI-000366'], nist: ['CM-6'] },
560
- // CKV_AWS_115: Ensure that AWS Lambda function is configured for function-level concurrent e...
561
- 'CKV_AWS_115': { cci: ['CCI-000366'], nist: ['CM-6'] },
562
- // CKV_AWS_116: Ensure that AWS Lambda function is configured for a Dead Letter Queue(DLQ)
563
- 'CKV_AWS_116': { cci: ['CCI-000366'], nist: ['CM-6'] },
564
- // CKV_AWS_117: Ensure that AWS Lambda function is configured inside a VPC
565
- 'CKV_AWS_117': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
566
- // CKV_AWS_118: Ensure that enhanced monitoring is enabled for Amazon RDS instances
567
- 'CKV_AWS_118': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
568
- // CKV_AWS_119: Ensure DynamoDB Tables are encrypted using a KMS Customer Managed CMK
569
- 'CKV_AWS_119': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
570
- // CKV_AWS_12: Ensure IAM password policy requires at least one number
571
- 'CKV_AWS_12': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
572
- // CKV_AWS_120: Ensure API Gateway caching is enabled
573
- 'CKV_AWS_120': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
574
- // CKV_AWS_121: Ensure AWS Config is enabled in all regions
575
- 'CKV_AWS_121': { cci: ['CCI-000366'], nist: ['CM-6'] },
576
- // CKV_AWS_122: Ensure that direct internet access is disabled for an Amazon SageMaker Notebo...
577
- 'CKV_AWS_122': { cci: ['CCI-000366'], nist: ['CM-6'] },
578
- // CKV_AWS_123: Ensure that VPC Endpoint Service is configured for Manual Acceptance
579
- 'CKV_AWS_123': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
580
- // CKV_AWS_124: Ensure that CloudFormation stacks are sending event notifications to an SNS t...
581
- 'CKV_AWS_124': { cci: ['CCI-002687', 'CCI-000229'], nist: ['SI-4(5)', 'IR-6(1)'] },
582
- // CKV_AWS_126: Ensure that detailed monitoring is enabled for EC2 instances
583
- 'CKV_AWS_126': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
584
- // CKV_AWS_127: Ensure that Elastic Load Balancer(s) uses SSL certificates provided by AWS Ce...
585
- 'CKV_AWS_127': { cci: ['CCI-002420', 'CCI-001099'], nist: ['SC-8(1)', 'SC-7(4)'] },
586
- // CKV_AWS_129: Ensure that respective logs of Amazon Relational Database Service (Amazon RDS...
587
- 'CKV_AWS_129': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
588
- // CKV_AWS_13: Ensure IAM password policy prevents password reuse
589
- 'CKV_AWS_13': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
590
- // CKV_AWS_130: Ensure VPC subnets do not assign public IP by default
591
- 'CKV_AWS_130': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
592
- // CKV_AWS_131: Ensure that ALB drops HTTP headers
593
- 'CKV_AWS_131': { cci: ['CCI-000366'], nist: ['CM-6'] },
594
- // CKV_AWS_133: Ensure that RDS instances has backup policy
595
- 'CKV_AWS_133': { cci: ['CCI-000366'], nist: ['CM-6'] },
596
- // CKV_AWS_134: Ensure that Amazon ElastiCache Redis clusters have automatic backup turned on
597
- 'CKV_AWS_134': { cci: ['CCI-000366'], nist: ['CM-6'] },
598
- // CKV_AWS_135: Ensure that EC2 is EBS optimized
599
- 'CKV_AWS_135': { cci: ['CCI-000366'], nist: ['CM-6'] },
600
- // CKV_AWS_136: Ensure that ECR repositories are encrypted using KMS
601
- 'CKV_AWS_136': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
602
- // CKV_AWS_137: Ensure that Elasticsearch is configured inside a VPC
603
- 'CKV_AWS_137': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
604
- // CKV_AWS_138: Ensure that ELB is cross-zone-load-balancing enabled
605
- 'CKV_AWS_138': { cci: ['CCI-000366'], nist: ['CM-6'] },
606
- // CKV_AWS_139: Ensure that RDS clusters have deletion protection enabled
607
- 'CKV_AWS_139': { cci: ['CCI-000366'], nist: ['CM-6'] },
608
- // CKV_AWS_14: Ensure IAM password policy requires at least one symbol
609
- 'CKV_AWS_14': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
610
- // CKV_AWS_140: Ensure that RDS global clusters are encrypted
611
- 'CKV_AWS_140': { cci: ['CCI-002450'], nist: ['SC-13'] },
612
- // CKV_AWS_141: Ensured that Redshift cluster allowing version upgrade by default
613
- 'CKV_AWS_141': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
614
- // CKV_AWS_142: Ensure that Redshift cluster is encrypted by KMS
615
- 'CKV_AWS_142': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
616
- // CKV_AWS_143: Ensure that S3 bucket has lock configuration enabled by default
617
- 'CKV_AWS_143': { cci: ['CCI-000366'], nist: ['CM-6'] },
618
- // CKV_AWS_144: Ensure that S3 bucket has cross-region replication enabled
619
- 'CKV_AWS_144': { cci: ['CCI-000504', 'CCI-000512'], nist: ['CP-6(1)', 'CP-9(3)'] },
620
- // CKV_AWS_145: Ensure that S3 buckets are encrypted with KMS by default
621
- 'CKV_AWS_145': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
622
- // CKV_AWS_146: Ensure that RDS database cluster snapshot is encrypted
623
- 'CKV_AWS_146': { cci: ['CCI-002450'], nist: ['SC-13'] },
624
- // CKV_AWS_147: Ensure that CodeBuild projects are encrypted using CMK
625
- 'CKV_AWS_147': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
626
- // CKV_AWS_148: Ensure no default VPC is planned to be provisioned
627
- 'CKV_AWS_148': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
628
- // CKV_AWS_149: Ensure that Secrets Manager secret is encrypted using KMS CMK
629
- 'CKV_AWS_149': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
630
- // CKV_AWS_15: Ensure IAM password policy requires at least one uppercase letter
631
- 'CKV_AWS_15': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
632
- // CKV_AWS_150: Ensure that Load Balancer has deletion protection enabled
633
- 'CKV_AWS_150': { cci: ['CCI-000366'], nist: ['CM-6'] },
634
- // CKV_AWS_152: Ensure that Load Balancer (Network/Gateway) has cross-zone load balancing ena...
635
- 'CKV_AWS_152': { cci: ['CCI-000366'], nist: ['CM-6'] },
636
- // CKV_AWS_153: Autoscaling groups should supply tags to launch configurations
637
- 'CKV_AWS_153': { cci: ['CCI-000366'], nist: ['CM-6'] },
638
- // CKV_AWS_154: Ensure Redshift is not deployed outside of a VPC
639
- 'CKV_AWS_154': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
640
- // CKV_AWS_155: Ensure that Workspace user volumes are encrypted
641
- 'CKV_AWS_155': { cci: ['CCI-002450'], nist: ['SC-13'] },
642
- // CKV_AWS_156: Ensure that Workspace root volumes are encrypted
643
- 'CKV_AWS_156': { cci: ['CCI-002450'], nist: ['SC-13'] },
644
- // CKV_AWS_157: Ensure that RDS instances have Multi-AZ enabled
645
- 'CKV_AWS_157': { cci: ['CCI-000555', 'CCI-000509'], nist: ['CP-10(2)', 'CP-9'] },
646
- // CKV_AWS_158: Ensure that CloudWatch Log Group is encrypted by KMS
647
- 'CKV_AWS_158': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
648
- // CKV_AWS_159: Ensure that Athena Workgroup is encrypted
649
- 'CKV_AWS_159': { cci: ['CCI-002450'], nist: ['SC-13'] },
650
- // CKV_AWS_16: Ensure all data stored in the RDS is securely encrypted at rest
651
- 'CKV_AWS_16': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
652
- // CKV_AWS_160: Ensure that Timestream database is encrypted with KMS CMK
653
- 'CKV_AWS_160': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
654
- // CKV_AWS_161: Ensure RDS database has IAM authentication enabled
655
- 'CKV_AWS_161': { cci: ['CCI-000366'], nist: ['CM-6'] },
656
- // CKV_AWS_162: Ensure RDS cluster has IAM authentication enabled
657
- 'CKV_AWS_162': { cci: ['CCI-000366'], nist: ['CM-6'] },
658
- // CKV_AWS_163: Ensure ECR image scanning on push is enabled
659
- 'CKV_AWS_163': { cci: ['CCI-001644', 'CCI-002606'], nist: ['RA-5(1)', 'SI-2(1)'] },
660
- // CKV_AWS_164: Ensure Transfer Server is not exposed publicly.
661
- 'CKV_AWS_164': { cci: ['CCI-000366'], nist: ['CM-6'] },
662
- // CKV_AWS_165: Ensure DynamoDB global table point in time recovery (backup) is enabled
663
- 'CKV_AWS_165': { cci: ['CCI-000510'], nist: ['CP-9(1)'] },
664
- // CKV_AWS_166: Ensure Backup Vault is encrypted at rest using KMS CMK
665
- 'CKV_AWS_166': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
666
- // CKV_AWS_167: Ensure Glacier Vault access policy is not public by only allowing specific se...
667
- 'CKV_AWS_167': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
668
- // CKV_AWS_168: Ensure SQS queue policy is not public by only allowing specific services or p...
669
- 'CKV_AWS_168': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
670
- // CKV_AWS_169: Ensure SNS topic policy is not public by only allowing specific services or p...
671
- 'CKV_AWS_169': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
672
- // CKV_AWS_17: Ensure all data stored in RDS is not publicly accessible
673
- 'CKV_AWS_17': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
674
- // CKV_AWS_170: Ensure QLDB ledger permissions mode is set to STANDARD
675
- 'CKV_AWS_170': { cci: ['CCI-000366'], nist: ['CM-6'] },
676
- // CKV_AWS_171: Ensure EMR Cluster security configuration encryption is using SSE-KMS
677
- 'CKV_AWS_171': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
678
- // CKV_AWS_172: Ensure QLDB ledger has deletion protection enabled
679
- 'CKV_AWS_172': { cci: ['CCI-000366'], nist: ['CM-6'] },
680
- // CKV_AWS_173: Check encryption settings for Lambda environment variable
681
- 'CKV_AWS_173': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
682
- // CKV_AWS_174: Verify CloudFront Distribution Viewer Certificate is using TLS v1.2 or higher
683
- 'CKV_AWS_174': { cci: ['CCI-002420', 'CCI-002450'], nist: ['SC-8(1)', 'SC-13'] },
684
- // CKV_AWS_175: Ensure WAF has associated rules
685
- 'CKV_AWS_175': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
686
- // CKV_AWS_176: Ensure Logging is enabled for WAF Web Access Control Lists
687
- 'CKV_AWS_176': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
688
- // CKV_AWS_177: Ensure Kinesis Video Stream is encrypted by KMS using a customer managed Key ...
689
- 'CKV_AWS_177': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
690
- // CKV_AWS_178: Ensure fx ontap file system is encrypted by KMS using a customer managed Key ...
691
- 'CKV_AWS_178': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
692
- // CKV_AWS_179: Ensure FSX Windows filesystem is encrypted by KMS using a customer managed Ke...
693
- 'CKV_AWS_179': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
694
- // CKV_AWS_18: Ensure the S3 bucket has access logging enabled
695
- 'CKV_AWS_18': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
696
- // CKV_AWS_180: Ensure Image Builder component is encrypted by KMS using a customer managed K...
697
- 'CKV_AWS_180': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
698
- // CKV_AWS_181: Ensure S3 Object Copy is encrypted by KMS using a customer managed Key (CMK)
699
- 'CKV_AWS_181': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
700
- // CKV_AWS_182: Ensure DocumentDB is encrypted by KMS using a customer managed Key (CMK)
701
- 'CKV_AWS_182': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
702
- // CKV_AWS_183: Ensure EBS Snapshot Copy is encrypted by KMS using a customer managed Key (CMK)
703
- 'CKV_AWS_183': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
704
- // CKV_AWS_184: Ensure resource is encrypted by KMS using a customer managed Key (CMK)
705
- 'CKV_AWS_184': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
706
- // CKV_AWS_185: Ensure Kinesis Stream is encrypted by KMS using a customer managed Key (CMK)
707
- 'CKV_AWS_185': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
708
- // CKV_AWS_186: Ensure S3 bucket Object is encrypted by KMS using a customer managed Key (CMK)
709
- 'CKV_AWS_186': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
710
- // CKV_AWS_187: Ensure Sagemaker domain and notebook instance are encrypted by KMS using a cu...
711
- 'CKV_AWS_187': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
712
- // CKV_AWS_189: Ensure EBS Volume is encrypted by KMS using a customer managed Key (CMK)
713
- 'CKV_AWS_189': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
714
- // CKV_AWS_19: Ensure the S3 bucket has server-side-encryption enabled
715
- 'CKV_AWS_19': { cci: ['CCI-002450'], nist: ['SC-13'] },
716
- // CKV_AWS_190: Ensure lustre file systems is encrypted by KMS using a customer managed Key (...
717
- 'CKV_AWS_190': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
718
- // CKV_AWS_191: Ensure ElastiCache replication group is encrypted by KMS using a customer man...
719
- 'CKV_AWS_191': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
720
- // CKV_AWS_192: Ensure WAF prevents message lookup in Log4j2. See CVE-2021-44228 aka log4jshell
721
- 'CKV_AWS_192': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
722
- // CKV_AWS_193: Ensure AppSync has Logging enabled
723
- 'CKV_AWS_193': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
724
- // CKV_AWS_194: Ensure AppSync has Field-Level logs enabled
725
- 'CKV_AWS_194': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
726
- // CKV_AWS_195: Ensure Glue component has a security configuration associated
727
- 'CKV_AWS_195': { cci: ['CCI-000366'], nist: ['CM-6'] },
728
- // CKV_AWS_196: Ensure no aws_elasticache_security_group resources exist
729
- 'CKV_AWS_196': { cci: ['CCI-000366'], nist: ['CM-6'] },
730
- // CKV_AWS_197: Ensure MQ Broker Audit logging is enabled
731
- 'CKV_AWS_197': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
732
- // CKV_AWS_198: Ensure no aws_db_security_group resources exist
733
- 'CKV_AWS_198': { cci: ['CCI-000366'], nist: ['CM-6'] },
734
- // CKV_AWS_199: Ensure Image Builder Distribution Configuration encrypts AMI's using KMS - a ...
735
- 'CKV_AWS_199': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
736
- // CKV_AWS_2: Ensure ALB protocol is HTTPS
737
- 'CKV_AWS_2': { cci: ['CCI-002420', 'CCI-001099'], nist: ['SC-8(1)', 'SC-7(4)'] },
738
- // CKV_AWS_20: Ensure the S3 bucket does not allow READ permissions to everyone
739
- 'CKV_AWS_20': { cci: ['CCI-000366'], nist: ['CM-6'] },
740
- // CKV_AWS_200: Ensure that Image Recipe EBS Disk are encrypted with CMK
741
- 'CKV_AWS_200': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
742
- // CKV_AWS_201: Ensure MemoryDB is encrypted at rest using KMS CMKs
743
- 'CKV_AWS_201': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
744
- // CKV_AWS_202: Ensure MemoryDB data is encrypted in transit
745
- 'CKV_AWS_202': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
746
- // CKV_AWS_203: Ensure resource is encrypted by KMS using a customer managed Key (CMK)
747
- 'CKV_AWS_203': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
748
- // CKV_AWS_204: Ensure AMIs are encrypted using KMS CMKs
749
- 'CKV_AWS_204': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
750
- // CKV_AWS_205: Ensure to Limit AMI launch Permissions
751
- 'CKV_AWS_205': { cci: ['CCI-000213'], nist: ['AC-3'] },
752
- // CKV_AWS_206: Ensure API Gateway Domain uses a modern security Policy
753
- 'CKV_AWS_206': { cci: ['CCI-001099'], nist: ['SC-7(4)', 'SC-20'] },
754
- // CKV_AWS_207: Ensure MQ Broker minor version updates are enabled
755
- 'CKV_AWS_207': { cci: ['CCI-000366'], nist: ['CM-6'] },
756
- // CKV_AWS_208: Ensure MQ Broker version is current
757
- 'CKV_AWS_208': { cci: ['CCI-000366'], nist: ['CM-6'] },
758
- // CKV_AWS_209: Ensure MQ broker encrypted by KMS using a customer managed Key (CMK)
759
- 'CKV_AWS_209': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
760
- // CKV_AWS_21: Ensure the S3 bucket has versioning enabled
761
- 'CKV_AWS_21': { cci: ['CCI-000510', 'CCI-000164'], nist: ['CP-9(1)', 'AU-9(2)'] },
762
- // CKV_AWS_210: Batch job does not define a privileged container
763
- 'CKV_AWS_210': { cci: ['CCI-000366'], nist: ['CM-6'] },
764
- // CKV_AWS_211: Ensure RDS uses a modern CaCert
765
- 'CKV_AWS_211': { cci: ['CCI-000366'], nist: ['CM-6'] },
766
- // CKV_AWS_212: Ensure DMS replication instance is encrypted by KMS using a customer managed ...
767
- 'CKV_AWS_212': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
768
- // CKV_AWS_213: Ensure ELB Policy uses only secure protocols
769
- 'CKV_AWS_213': { cci: ['CCI-002420', 'CCI-001099'], nist: ['SC-8(1)', 'SC-7(4)'] },
770
- // CKV_AWS_214: Ensure AppSync API Cache is encrypted at rest
771
- 'CKV_AWS_214': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
772
- // CKV_AWS_215: Ensure AppSync API Cache is encrypted in transit
773
- 'CKV_AWS_215': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
774
- // CKV_AWS_216: Ensure CloudFront distribution is enabled
775
- 'CKV_AWS_216': { cci: ['CCI-000366'], nist: ['CM-6'] },
776
- // CKV_AWS_217: Ensure Create before destroy for API deployments
777
- 'CKV_AWS_217': { cci: ['CCI-000366'], nist: ['CM-6'] },
778
- // CKV_AWS_218: Ensure that CloudSearch is using latest TLS
779
- 'CKV_AWS_218': { cci: ['CCI-000366'], nist: ['CM-6'] },
780
- // CKV_AWS_219: Ensure CodePipeline Artifact store is using a KMS CMK
781
- 'CKV_AWS_219': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
782
- // CKV_AWS_22: Ensure SageMaker Notebook is encrypted at rest using KMS CMK
783
- 'CKV_AWS_22': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
784
- // CKV_AWS_220: Ensure that CloudSearch is using https
785
- 'CKV_AWS_220': { cci: ['CCI-000366'], nist: ['CM-6'] },
786
- // CKV_AWS_221: Ensure CodeArtifact Domain is encrypted by KMS using a customer managed Key (...
787
- 'CKV_AWS_221': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
788
- // CKV_AWS_222: Ensure DMS replication instance gets all minor upgrade automatically
789
- 'CKV_AWS_222': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
790
- // CKV_AWS_223: Ensure ECS Cluster enables logging of ECS Exec
791
- 'CKV_AWS_223': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
792
- // CKV_AWS_224: Ensure ECS Cluster logging is enabled and client to container communication u...
793
- 'CKV_AWS_224': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
794
- // CKV_AWS_225: Ensure API Gateway method setting caching is enabled
795
- 'CKV_AWS_225': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
796
- // CKV_AWS_226: Ensure DB instance gets all minor upgrades automatically
797
- 'CKV_AWS_226': { cci: ['CCI-000366'], nist: ['CM-6'] },
798
- // CKV_AWS_227: Ensure KMS key is enabled
799
- 'CKV_AWS_227': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
800
- // CKV_AWS_228: Verify Elasticsearch domain is using an up to date TLS policy
801
- 'CKV_AWS_228': { cci: ['CCI-002420', 'CCI-002450'], nist: ['SC-8(1)', 'SC-13'] },
802
- // CKV_AWS_229: Ensure no NACL allow ingress from 0.0.0.0:0 to port 21
803
- 'CKV_AWS_229': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
804
- // CKV_AWS_23: Ensure every security groups rule has a description
805
- 'CKV_AWS_23': { cci: ['CCI-000366'], nist: ['CM-6'] },
806
- // CKV_AWS_230: Ensure no NACL allow ingress from 0.0.0.0:0 to port 20
807
- 'CKV_AWS_230': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
808
- // CKV_AWS_231: Ensure no NACL allow ingress from 0.0.0.0:0 to port 3389
809
- 'CKV_AWS_231': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
810
- // CKV_AWS_232: Ensure no NACL allow ingress from 0.0.0.0:0 to port 22
811
- 'CKV_AWS_232': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
812
- // CKV_AWS_233: Ensure Create before destroy for ACM certificates
813
- 'CKV_AWS_233': { cci: ['CCI-000366'], nist: ['CM-6'] },
814
- // CKV_AWS_234: Verify logging preference for ACM certificates
815
- 'CKV_AWS_234': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
816
- // CKV_AWS_235: Ensure that copied AMIs are encrypted
817
- 'CKV_AWS_235': { cci: ['CCI-002450'], nist: ['SC-13'] },
818
- // CKV_AWS_236: Ensure AMI copying uses a CMK
819
- 'CKV_AWS_236': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
820
- // CKV_AWS_237: Ensure Create before destroy for API Gateway
821
- 'CKV_AWS_237': { cci: ['CCI-000366'], nist: ['CM-6'] },
822
- // CKV_AWS_238: Ensure that GuardDuty detector is enabled
823
- 'CKV_AWS_238': { cci: ['CCI-002686', 'CCI-001645'], nist: ['SI-4(4)', 'RA-5(2)'] },
824
- // CKV_AWS_239: Ensure DAX cluster endpoint is using TLS
825
- 'CKV_AWS_239': { cci: ['CCI-000366'], nist: ['CM-6'] },
826
- // CKV_AWS_24: Ensure no security groups allow ingress from 0.0.0.0:0 to port 22
827
- 'CKV_AWS_24': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
828
- // CKV_AWS_240: Ensure Kinesis Firehose delivery stream is encrypted
829
- 'CKV_AWS_240': { cci: ['CCI-002450'], nist: ['SC-13'] },
830
- // CKV_AWS_241: Ensure that Kinesis Firehose Delivery Streams are encrypted with CMK
831
- 'CKV_AWS_241': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
832
- // CKV_AWS_242: Ensure MWAA environment has scheduler logs enabled
833
- 'CKV_AWS_242': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
834
- // CKV_AWS_243: Ensure MWAA environment has worker logs enabled
835
- 'CKV_AWS_243': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
836
- // CKV_AWS_244: Ensure MWAA environment has webserver logs enabled
837
- 'CKV_AWS_244': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
838
- // CKV_AWS_245: Ensure replicated backups are encrypted at rest using KMS CMKs
839
- 'CKV_AWS_245': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
840
- // CKV_AWS_246: Ensure RDS Cluster activity streams are encrypted using KMS CMKs
841
- 'CKV_AWS_246': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
842
- // CKV_AWS_247: Ensure all data stored in the Elasticsearch is encrypted with a CMK
843
- 'CKV_AWS_247': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
844
- // CKV_AWS_248: Ensure that Elasticsearch is not using the default Security Group
845
- 'CKV_AWS_248': { cci: ['CCI-000366'], nist: ['CM-6'] },
846
- // CKV_AWS_249: Ensure that the Execution Role ARN and the Task Role ARN are different in ECS...
847
- 'CKV_AWS_249': { cci: ['CCI-000366'], nist: ['CM-6'] },
848
- // CKV_AWS_25: Ensure no security groups allow ingress from 0.0.0.0:0 to port 3389
849
- 'CKV_AWS_25': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
850
- // CKV_AWS_250: Ensure that RDS PostgreSQL instances use a non vulnerable version with the lo...
851
- 'CKV_AWS_250': { cci: ['CCI-000366'], nist: ['CM-6'] },
852
- // CKV_AWS_251: Ensure CloudTrail logging is enabled
853
- 'CKV_AWS_251': { cci: ['CCI-000172', 'CCI-000135'], nist: ['AU-12(1)', 'AU-3(1)'] },
854
- // CKV_AWS_252: Ensure CloudTrail defines an SNS Topic
855
- 'CKV_AWS_252': { cci: ['CCI-000172', 'CCI-000135'], nist: ['AU-12(1)', 'AU-3(1)'] },
856
- // CKV_AWS_253: Ensure DLM cross region events are encrypted
857
- 'CKV_AWS_253': { cci: ['CCI-000504', 'CCI-000512'], nist: ['CP-6(1)', 'CP-9(3)'] },
858
- // CKV_AWS_254: Ensure DLM cross region events are encrypted with Customer Managed Key
859
- 'CKV_AWS_254': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
860
- // CKV_AWS_255: Ensure DLM cross region schedules are encrypted
861
- 'CKV_AWS_255': { cci: ['CCI-000504', 'CCI-000512'], nist: ['CP-6(1)', 'CP-9(3)'] },
862
- // CKV_AWS_256: Ensure DLM cross region schedules are encrypted using a Customer Managed Key
863
- 'CKV_AWS_256': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
864
- // CKV_AWS_257: Ensure CodeCommit branch changes have at least 2 approvals
865
- 'CKV_AWS_257': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
866
- // CKV_AWS_258: Ensure that Lambda function URLs AuthType is not None
867
- 'CKV_AWS_258': { cci: ['CCI-000366'], nist: ['CM-6'] },
868
- // CKV_AWS_259: Ensure CloudFront response header policy enforces Strict Transport Security
869
- 'CKV_AWS_259': { cci: ['CCI-000227', 'CCI-001310'], nist: ['IR-4(1)', 'IR-5(1)'] },
870
- // CKV_AWS_26: Ensure all data stored in the SNS topic is encrypted
871
- 'CKV_AWS_26': { cci: ['CCI-002450'], nist: ['SC-13'] },
872
- // CKV_AWS_260: Ensure no security groups allow ingress from 0.0.0.0:0 to port 80
873
- 'CKV_AWS_260': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
874
- // CKV_AWS_261: Ensure HTTP HTTPS Target group defines Healthcheck
875
- 'CKV_AWS_261': { cci: ['CCI-000366'], nist: ['CM-6'] },
876
- // CKV_AWS_262: Ensure Kendra index Server side encryption uses CMK
877
- 'CKV_AWS_262': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
878
- // CKV_AWS_263: Ensure AppFlow flow uses CMK
879
- 'CKV_AWS_263': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
880
- // CKV_AWS_264: Ensure AppFlow connector profile uses CMK
881
- 'CKV_AWS_264': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
882
- // CKV_AWS_265: Ensure Keyspaces Table uses CMK
883
- 'CKV_AWS_265': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
884
- // CKV_AWS_266: Ensure DB Snapshot copy uses CMK
885
- 'CKV_AWS_266': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
886
- // CKV_AWS_267: Ensure that Comprehend Entity Recognizer's model is encrypted by KMS using a ...
887
- 'CKV_AWS_267': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
888
- // CKV_AWS_268: Ensure that Comprehend Entity Recognizer's volume is encrypted by KMS using a...
889
- 'CKV_AWS_268': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
890
- // CKV_AWS_269: Ensure Connect Instance Kinesis Video Stream Storage Config uses CMK
891
- 'CKV_AWS_269': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
892
- // CKV_AWS_27: Ensure all data stored in the SQS queue is encrypted
893
- 'CKV_AWS_27': { cci: ['CCI-002450'], nist: ['SC-13'] },
894
- // CKV_AWS_270: Ensure Connect Instance S3 Storage Config uses CMK
895
- 'CKV_AWS_270': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
896
- // CKV_AWS_271: Ensure DynamoDB table replica KMS encryption uses CMK
897
- 'CKV_AWS_271': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
898
- // CKV_AWS_272: Ensure AWS Lambda function is configured to validate code-signing
899
- 'CKV_AWS_272': { cci: ['CCI-000366'], nist: ['CM-6'] },
900
- // CKV_AWS_273: Ensure access is controlled through SSO and not AWS IAM defined users
901
- 'CKV_AWS_273': { cci: ['CCI-001957', 'CCI-001954'], nist: ['IA-2(12)', 'IA-8(2)'] },
902
- // CKV_AWS_274: Disallow IAM roles, users, and groups from using the AWS AdministratorAccess ...
903
- 'CKV_AWS_274': { cci: ['CCI-000366'], nist: ['CM-6'] },
904
- // CKV_AWS_275: Disallow policies from using the AWS AdministratorAccess policy
905
- 'CKV_AWS_275': { cci: ['CCI-000366'], nist: ['CM-6'] },
906
- // CKV_AWS_276: Ensure Data Trace is not enabled in API Gateway Method Settings
907
- 'CKV_AWS_276': { cci: ['CCI-002684', 'CCI-000169'], nist: ['SI-4(2)', 'AU-12'] },
908
- // CKV_AWS_277: Ensure no security groups allow ingress from 0.0.0.0:0 to port -1
909
- 'CKV_AWS_277': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
910
- // CKV_AWS_278: Ensure MemoryDB snapshot is encrypted by KMS using a customer managed Key (CMK)
911
- 'CKV_AWS_278': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
912
- // CKV_AWS_279: Ensure Neptune snapshot is securely encrypted
913
- 'CKV_AWS_279': { cci: ['CCI-002450'], nist: ['SC-13'] },
914
- // CKV_AWS_28: Ensure DynamoDB point in time recovery (backup) is enabled
915
- 'CKV_AWS_28': { cci: ['CCI-000510'], nist: ['CP-9(1)'] },
916
- // CKV_AWS_280: Ensure Neptune snapshot is encrypted by KMS using a customer managed Key (CMK)
917
- 'CKV_AWS_280': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
918
- // CKV_AWS_281: Ensure RedShift snapshot copy is encrypted by KMS using a customer managed Ke...
919
- 'CKV_AWS_281': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
920
- // CKV_AWS_282: Ensure that Redshift Serverless namespace is encrypted by KMS using a custome...
921
- 'CKV_AWS_282': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
922
- // CKV_AWS_283: Ensure no IAM policies documents allow ALL or any AWS principal permissions t...
923
- 'CKV_AWS_283': { cci: ['CCI-000366'], nist: ['CM-6'] },
924
- // CKV_AWS_284: Ensure State Machine has X-Ray tracing enabled
925
- 'CKV_AWS_284': { cci: ['CCI-002684', 'CCI-000169'], nist: ['SI-4(2)', 'AU-12'] },
926
- // CKV_AWS_285: Ensure State Machine has execution history logging enabled
927
- 'CKV_AWS_285': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
928
- // CKV_AWS_286: Ensure IAM policies does not allow privilege escalation
929
- 'CKV_AWS_286': { cci: ['CCI-000366'], nist: ['CM-6'] },
930
- // CKV_AWS_287: Ensure IAM policies does not allow credentials exposure
931
- 'CKV_AWS_287': { cci: ['CCI-000366'], nist: ['CM-6'] },
932
- // CKV_AWS_288: Ensure IAM policies does not allow data exfiltration
933
- 'CKV_AWS_288': { cci: ['CCI-002476', 'CCI-001821'], nist: ['SC-28(1)', 'MP-4'] },
934
- // CKV_AWS_289: Ensure IAM policies does not allow permissions management / resource exposure...
935
- 'CKV_AWS_289': { cci: ['CCI-000366'], nist: ['CM-6'] },
936
- // CKV_AWS_29: Ensure all data stored in the ElastiCache Replication Group is securely encry...
937
- 'CKV_AWS_29': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
938
- // CKV_AWS_290: Ensure IAM policies does not allow write access without constraints
939
- 'CKV_AWS_290': { cci: ['CCI-000366'], nist: ['CM-6'] },
940
- // CKV_AWS_291: Ensure MSK nodes are private
941
- 'CKV_AWS_291': { cci: ['CCI-000366'], nist: ['CM-6'] },
942
- // CKV_AWS_292: Ensure DocumentDB Global Cluster is encrypted at rest (default is unencrypted)
943
- 'CKV_AWS_292': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
944
- // CKV_AWS_293: Ensure that AWS database instances have deletion protection enabled
945
- 'CKV_AWS_293': { cci: ['CCI-000366'], nist: ['CM-6'] },
946
- // CKV_AWS_294: Ensure CloudTrail Event Data Store uses CMK
947
- 'CKV_AWS_294': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
948
- // CKV_AWS_295: Ensure DataSync Location Object Storage doesn't expose secrets
949
- 'CKV_AWS_295': { cci: ['CCI-000366'], nist: ['CM-6'] },
950
- // CKV_AWS_296: Ensure DMS endpoint uses Customer Managed Key (CMK)
951
- 'CKV_AWS_296': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
952
- // CKV_AWS_297: Ensure EventBridge Scheduler Schedule uses Customer Managed Key (CMK)
953
- 'CKV_AWS_297': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
954
- // CKV_AWS_298: Ensure DMS S3 uses Customer Managed Key (CMK)
955
- 'CKV_AWS_298': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
956
- // CKV_AWS_3: Ensure all data stored in the EBS is securely encrypted
957
- 'CKV_AWS_3': { cci: ['CCI-002450'], nist: ['SC-13'] },
958
- // CKV_AWS_30: Ensure all data stored in the ElastiCache Replication Group is securely encry...
959
- 'CKV_AWS_30': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
960
- // CKV_AWS_300: Ensure S3 lifecycle configuration sets period for aborting failed uploads
961
- 'CKV_AWS_300': { cci: ['CCI-001904', 'CCI-000167'], nist: ['MP-6(1)', 'AU-11'] },
962
- // CKV_AWS_301: Ensure that AWS Lambda function is not publicly accessible
963
- 'CKV_AWS_301': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
964
- // CKV_AWS_302: Ensure DB Snapshots are not Public
965
- 'CKV_AWS_302': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
966
- // CKV_AWS_303: Ensure SSM documents are not Public
967
- 'CKV_AWS_303': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
968
- // CKV_AWS_304: Ensure Secrets Manager secrets should be rotated within 90 days
969
- 'CKV_AWS_304': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
970
- // CKV_AWS_305: Ensure CloudFront distribution has a default root object configured
971
- 'CKV_AWS_305': { cci: ['CCI-000190', 'CCI-001515'], nist: ['IA-5(7)', 'CM-6(1)'] },
972
- // CKV_AWS_306: Ensure SageMaker notebook instances should be launched into a custom VPC
973
- 'CKV_AWS_306': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
974
- // CKV_AWS_307: Ensure SageMaker Users should not have root access to SageMaker notebook inst...
975
- 'CKV_AWS_307': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
976
- // CKV_AWS_308: Ensure API Gateway method setting caching is set to encrypted
977
- 'CKV_AWS_308': { cci: ['CCI-002450'], nist: ['SC-13'] },
978
- // CKV_AWS_309: Ensure API GatewayV2 routes specify an authorization type
979
- 'CKV_AWS_309': { cci: ['CCI-000366'], nist: ['CM-6'] },
980
- // CKV_AWS_31: Ensure all data stored in the ElastiCache Replication Group is securely encry...
981
- 'CKV_AWS_31': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
982
- // CKV_AWS_310: Ensure CloudFront distributions should have origin failover configured
983
- 'CKV_AWS_310': { cci: ['CCI-000555', 'CCI-000509'], nist: ['CP-10(2)', 'CP-9'] },
984
- // CKV_AWS_311: Ensure that CodeBuild S3 logs are encrypted
985
- 'CKV_AWS_311': { cci: ['CCI-002450'], nist: ['SC-13'] },
986
- // CKV_AWS_312: Ensure Elastic Beanstalk environments have enhanced health reporting enabled
987
- 'CKV_AWS_312': { cci: ['CCI-000366'], nist: ['CM-6'] },
988
- // CKV_AWS_313: Ensure RDS cluster configured to copy tags to snapshots
989
- 'CKV_AWS_313': { cci: ['CCI-000366'], nist: ['CM-6'] },
990
- // CKV_AWS_314: Ensure CodeBuild project environments have a logging configuration
991
- 'CKV_AWS_314': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
992
- // CKV_AWS_315: Ensure EC2 Auto Scaling groups use EC2 launch templates
993
- 'CKV_AWS_315': { cci: ['CCI-000557', 'CCI-002386'], nist: ['CP-10(4)', 'SC-5(2)'] },
994
- // CKV_AWS_316: Ensure CodeBuild project environments do not have privileged mode enabled
995
- 'CKV_AWS_316': { cci: ['CCI-000366'], nist: ['CM-6'] },
996
- // CKV_AWS_317: Ensure Elasticsearch Domain Audit Logging is enabled
997
- 'CKV_AWS_317': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
998
- // CKV_AWS_318: Ensure Elasticsearch domains are configured with at least three dedicated mas...
999
- 'CKV_AWS_318': { cci: ['CCI-000366'], nist: ['CM-6'] },
1000
- // CKV_AWS_319: Ensure that CloudWatch alarm actions are enabled
1001
- 'CKV_AWS_319': { cci: ['CCI-002687', 'CCI-000229'], nist: ['SI-4(5)', 'IR-6(1)'] },
1002
- // CKV_AWS_32: Ensure ECR policy is not set to public
1003
- 'CKV_AWS_32': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
1004
- // CKV_AWS_320: Ensure Redshift clusters do not use the default database name
1005
- 'CKV_AWS_320': { cci: ['CCI-000366'], nist: ['CM-6'] },
1006
- // CKV_AWS_321: Ensure Redshift clusters use enhanced VPC routing
1007
- 'CKV_AWS_321': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1008
- // CKV_AWS_322: Ensure ElastiCache for Redis cache clusters have auto minor version upgrades ...
1009
- 'CKV_AWS_322': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
1010
- // CKV_AWS_323: Ensure ElastiCache clusters do not use the default subnet group
1011
- 'CKV_AWS_323': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1012
- // CKV_AWS_324: Ensure that RDS Cluster log capture is enabled
1013
- 'CKV_AWS_324': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1014
- // CKV_AWS_325: Ensure that RDS Cluster audit logging is enabled for MySQL engine
1015
- 'CKV_AWS_325': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1016
- // CKV_AWS_326: Ensure that RDS Aurora Clusters have backtracking enabled
1017
- 'CKV_AWS_326': { cci: ['CCI-000366'], nist: ['CM-6'] },
1018
- // CKV_AWS_327: Ensure RDS Clusters are encrypted using KMS CMKs
1019
- 'CKV_AWS_327': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1020
- // CKV_AWS_328: Ensure that ALB is configured with defensive or strictest desync mitigation mode
1021
- 'CKV_AWS_328': { cci: ['CCI-000366'], nist: ['CM-6'] },
1022
- // CKV_AWS_329: EFS access points should enforce a root directory
1023
- 'CKV_AWS_329': { cci: ['CCI-000366'], nist: ['CM-6'] },
1024
- // CKV_AWS_33: Ensure KMS key policy does not contain wildcard (*) principal
1025
- 'CKV_AWS_33': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1026
- // CKV_AWS_331: Ensure Transit Gateways do not automatically accept VPC attachment requests
1027
- 'CKV_AWS_331': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1028
- // CKV_AWS_332: Ensure ECS Fargate services run on the latest Fargate platform version
1029
- 'CKV_AWS_332': { cci: ['CCI-000366'], nist: ['CM-6'] },
1030
- // CKV_AWS_333: Ensure ECS services do not have public IP addresses assigned to them automati...
1031
- 'CKV_AWS_333': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1032
- // CKV_AWS_334: Ensure ECS containers should run as non-privileged
1033
- 'CKV_AWS_334': { cci: ['CCI-000366'], nist: ['CM-6'] },
1034
- // CKV_AWS_335: Ensure ECS task definitions should not share the host's process namespace
1035
- 'CKV_AWS_335': { cci: ['CCI-000366'], nist: ['CM-6'] },
1036
- // CKV_AWS_336: Ensure ECS containers are limited to read-only access to root filesystems
1037
- 'CKV_AWS_336': { cci: ['CCI-001515', 'CCI-000166'], nist: ['CM-6(1)', 'AU-9(4)'] },
1038
- // CKV_AWS_337: Ensure SSM parameters are using KMS CMK
1039
- 'CKV_AWS_337': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1040
- // CKV_AWS_338: Ensure CloudWatch log groups retains logs for at least 1 year
1041
- 'CKV_AWS_338': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1042
- // CKV_AWS_339: Ensure EKS clusters run on a supported Kubernetes version
1043
- 'CKV_AWS_339': { cci: ['CCI-000366'], nist: ['CM-6'] },
1044
- // CKV_AWS_34: Ensure CloudFront Distribution ViewerProtocolPolicy is set to HTTPS
1045
- 'CKV_AWS_34': { cci: ['CCI-000366'], nist: ['CM-6'] },
1046
- // CKV_AWS_340: Ensure Elastic Beanstalk managed platform updates are enabled
1047
- 'CKV_AWS_340': { cci: ['CCI-000366'], nist: ['CM-6'] },
1048
- // CKV_AWS_341: Ensure Launch template should not have a metadata response hop limit greater ...
1049
- 'CKV_AWS_341': { cci: ['CCI-000227', 'CCI-001310'], nist: ['IR-4(1)', 'IR-5(1)'] },
1050
- // CKV_AWS_342: Ensure WAF rule has any actions
1051
- 'CKV_AWS_342': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
1052
- // CKV_AWS_343: Ensure Amazon Redshift clusters should have automatic snapshots enabled
1053
- 'CKV_AWS_343': { cci: ['CCI-000366'], nist: ['CM-6'] },
1054
- // CKV_AWS_344: Ensure that Network firewalls have deletion protection enabled
1055
- 'CKV_AWS_344': { cci: ['CCI-000366'], nist: ['CM-6'] },
1056
- // CKV_AWS_345: Ensure that Network firewall encryption is via a CMK
1057
- 'CKV_AWS_345': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1058
- // CKV_AWS_346: Ensure Network Firewall Policy defines an encryption configuration that uses ...
1059
- 'CKV_AWS_346': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1060
- // CKV_AWS_347: Ensure Neptune is encrypted by KMS using a customer managed Key (CMK)
1061
- 'CKV_AWS_347': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1062
- // CKV_AWS_348: Ensure IAM root user does not have Access keys
1063
- 'CKV_AWS_348': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
1064
- // CKV_AWS_349: Ensure EMR Cluster security configuration encrypts local disks
1065
- 'CKV_AWS_349': { cci: ['CCI-002450'], nist: ['SC-13'] },
1066
- // CKV_AWS_35: Ensure CloudTrail logs are encrypted at rest using KMS CMKs
1067
- 'CKV_AWS_35': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1068
- // CKV_AWS_350: Ensure EMR Cluster security configuration encrypts EBS disks
1069
- 'CKV_AWS_350': { cci: ['CCI-002450'], nist: ['SC-13'] },
1070
- // CKV_AWS_351: Ensure EMR Cluster security configuration encrypts InTransit
1071
- 'CKV_AWS_351': { cci: ['CCI-002450'], nist: ['SC-13'] },
1072
- // CKV_AWS_352: Ensure NACL ingress does not allow all Ports
1073
- 'CKV_AWS_352': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
1074
- // CKV_AWS_353: Ensure that RDS instances have performance insights enabled
1075
- 'CKV_AWS_353': { cci: ['CCI-000366'], nist: ['CM-6'] },
1076
- // CKV_AWS_354: Ensure RDS Performance Insights are encrypted using KMS CMKs
1077
- 'CKV_AWS_354': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1078
- // CKV_AWS_355: Ensure no IAM policies documents allow "*" as a statement's resource for rest...
1079
- 'CKV_AWS_355': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
1080
- // CKV_AWS_356: Ensure no IAM policies documents allow "*" as a statement's resource for rest...
1081
- 'CKV_AWS_356': { cci: ['CCI-000226'], nist: ['AC-6(1)'] },
1082
- // CKV_AWS_357: Ensure Transfer Server allows only secure protocols
1083
- 'CKV_AWS_357': { cci: ['CCI-000366'], nist: ['CM-6'] },
1084
- // CKV_AWS_358: Ensure AWS GitHub Actions OIDC authorization policies only allow safe claims ...
1085
- 'CKV_AWS_358': { cci: ['CCI-001957', 'CCI-001954'], nist: ['IA-2(12)', 'IA-8(2)'] },
1086
- // CKV_AWS_359: Neptune DB clusters should have IAM database authentication enabled
1087
- 'CKV_AWS_359': { cci: ['CCI-000366'], nist: ['CM-6'] },
1088
- // CKV_AWS_36: Ensure CloudTrail log file validation is enabled
1089
- 'CKV_AWS_36': { cci: ['CCI-000172', 'CCI-000135'], nist: ['AU-12(1)', 'AU-3(1)'] },
1090
- // CKV_AWS_360: Ensure DocumentDB has an adequate backup retention period
1091
- 'CKV_AWS_360': { cci: ['CCI-000366'], nist: ['CM-6'] },
1092
- // CKV_AWS_361: Ensure that Neptune DB cluster has automated backups enabled with adequate re...
1093
- 'CKV_AWS_361': { cci: ['CCI-000366'], nist: ['CM-6'] },
1094
- // CKV_AWS_362: Neptune DB clusters should be configured to copy tags to snapshots
1095
- 'CKV_AWS_362': { cci: ['CCI-000366'], nist: ['CM-6'] },
1096
- // CKV_AWS_363: Ensure Lambda Runtime is not deprecated
1097
- 'CKV_AWS_363': { cci: ['CCI-000366'], nist: ['CM-6'] },
1098
- // CKV_AWS_364: Ensure that AWS Lambda function permissions delegated to AWS services are lim...
1099
- 'CKV_AWS_364': { cci: ['CCI-000366'], nist: ['CM-6'] },
1100
- // CKV_AWS_365: Ensure SES Configuration Set enforces TLS usage
1101
- 'CKV_AWS_365': { cci: ['CCI-000366'], nist: ['CM-6'] },
1102
- // CKV_AWS_367: Ensure Amazon Sagemaker Data Quality Job uses KMS to encrypt model artifacts
1103
- 'CKV_AWS_367': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1104
- // CKV_AWS_368: Ensure Amazon Sagemaker Data Quality Job uses KMS to encrypt data on attached...
1105
- 'CKV_AWS_368': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1106
- // CKV_AWS_369: Ensure Amazon Sagemaker Data Quality Job encrypts all communications between ...
1107
- 'CKV_AWS_369': { cci: ['CCI-002450'], nist: ['SC-13'] },
1108
- // CKV_AWS_37: Ensure Amazon EKS control plane logging is enabled for all log types
1109
- 'CKV_AWS_37': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1110
- // CKV_AWS_370: Ensure Amazon SageMaker model uses network isolation
1111
- 'CKV_AWS_370': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1112
- // CKV_AWS_371: Ensure Amazon SageMaker Notebook Instance only allows for IMDSv2
1113
- 'CKV_AWS_371': { cci: ['CCI-000366'], nist: ['CM-6'] },
1114
- // CKV_AWS_372: Ensure Amazon SageMaker Flow Definition uses KMS for output configurations
1115
- 'CKV_AWS_372': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1116
- // CKV_AWS_373: Ensure Bedrock Agent is encrypted with a CMK
1117
- 'CKV_AWS_373': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1118
- // CKV_AWS_374: Ensure AWS CloudFront web distribution has geo restriction enabled
1119
- 'CKV_AWS_374': { cci: ['CCI-000366'], nist: ['CM-6'] },
1120
- // CKV_AWS_375: Ensure AWS S3 bucket does not have global view ACL permissions enabled
1121
- 'CKV_AWS_375': { cci: ['CCI-000366'], nist: ['CM-6'] },
1122
- // CKV_AWS_376: Ensure AWS Elastic Load Balancer listener uses TLS/SSL
1123
- 'CKV_AWS_376': { cci: ['CCI-002420', 'CCI-001099'], nist: ['SC-8(1)', 'SC-7(4)'] },
1124
- // CKV_AWS_377: Ensure Route 53 domains have transfer lock protection
1125
- 'CKV_AWS_377': { cci: ['CCI-000366'], nist: ['CM-6'] },
1126
- // CKV_AWS_378: Ensure AWS Load Balancer doesn't use HTTP protocol
1127
- 'CKV_AWS_378': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
1128
- // CKV_AWS_379: Ensure AWS S3 bucket is configured with secure data transport policy
1129
- 'CKV_AWS_379': { cci: ['CCI-000366'], nist: ['CM-6'] },
1130
- // CKV_AWS_38: Ensure Amazon EKS public endpoint not accessible to 0.0.0.0/0
1131
- 'CKV_AWS_38': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1132
- // CKV_AWS_380: Ensure AWS Transfer Server uses latest Security Policy
1133
- 'CKV_AWS_380': { cci: ['CCI-000366'], nist: ['CM-6'] },
1134
- // CKV_AWS_381: Make sure that aws_codegurureviewer_repository_association has a CMK
1135
- 'CKV_AWS_381': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1136
- // CKV_AWS_382: Ensure no security groups allow egress from 0.0.0.0:0 to port -1
1137
- 'CKV_AWS_382': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
1138
- // CKV_AWS_383: Ensure AWS Bedrock agent is associated with Bedrock guardrails
1139
- 'CKV_AWS_383': { cci: ['CCI-000366'], nist: ['CM-6'] },
1140
- // CKV_AWS_384: Ensure no hard-coded secrets exist in Parameter Store values
1141
- 'CKV_AWS_384': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
1142
- // CKV_AWS_385: Ensure AWS SNS topic policies do not allow cross-account access
1143
- 'CKV_AWS_385': { cci: ['CCI-001414', 'CCI-000213'], nist: ['AC-4(21)', 'AC-3'] },
1144
- // CKV_AWS_386: Reduce potential for WhoAMI cloud image name confusion attack
1145
- 'CKV_AWS_386': { cci: ['CCI-000366'], nist: ['CM-6'] },
1146
- // CKV_AWS_387: Ensure SQS policy does not allow public access through wildcards
1147
- 'CKV_AWS_387': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1148
- // CKV_AWS_388: Ensure AWS Aurora PostgreSQL is not exposed to local file read vulnerability
1149
- 'CKV_AWS_388': { cci: ['CCI-000366'], nist: ['CM-6'] },
1150
- // CKV_AWS_389: Ensure AWS Auto Scaling group launch configuration doesn't have public IP add...
1151
- 'CKV_AWS_389': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1152
- // CKV_AWS_39: Ensure Amazon EKS public endpoint disabled
1153
- 'CKV_AWS_39': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1154
- // CKV_AWS_390: Ensure AWS EMR block public access setting is enabled
1155
- 'CKV_AWS_390': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1156
- // CKV_AWS_391: Avoid AWS Redshift cluster with commonly used master username and public acce...
1157
- 'CKV_AWS_391': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1158
- // CKV_AWS_392: Ensure AWS S3 access point block public access setting is enabled
1159
- 'CKV_AWS_392': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1160
- // CKV_AWS_40: Ensure IAM policies are attached only to groups or roles (Reducing access man...
1161
- 'CKV_AWS_40': { cci: ['CCI-000235', 'CCI-000226'], nist: ['AC-6(10)', 'AC-6(1)'] },
1162
- // CKV_AWS_41: Ensure no hard coded AWS access key and secret key exists in provider
1163
- 'CKV_AWS_41': { cci: ['CCI-000190', 'CCI-001515'], nist: ['IA-5(7)', 'CM-6(1)'] },
1164
- // CKV_AWS_42: Ensure EFS is securely encrypted
1165
- 'CKV_AWS_42': { cci: ['CCI-002450'], nist: ['SC-13'] },
1166
- // CKV_AWS_43: Ensure Kinesis Stream is securely encrypted
1167
- 'CKV_AWS_43': { cci: ['CCI-002450'], nist: ['SC-13'] },
1168
- // CKV_AWS_44: Ensure Neptune storage is securely encrypted
1169
- 'CKV_AWS_44': { cci: ['CCI-002450'], nist: ['SC-13'] },
1170
- // CKV_AWS_45: Ensure no hard-coded secrets exist in Lambda environment
1171
- 'CKV_AWS_45': { cci: ['CCI-000190', 'CCI-001515'], nist: ['IA-5(7)', 'CM-6(1)'] },
1172
- // CKV_AWS_46: Ensure no hard-coded secrets exist in EC2 user data
1173
- 'CKV_AWS_46': { cci: ['CCI-000190', 'CCI-001515'], nist: ['IA-5(7)', 'CM-6(1)'] },
1174
- // CKV_AWS_47: Ensure DAX is encrypted at rest (default is unencrypted)
1175
- 'CKV_AWS_47': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1176
- // CKV_AWS_48: Ensure MQ Broker logging is enabled
1177
- 'CKV_AWS_48': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1178
- // CKV_AWS_49: Ensure no IAM policies documents allow "*" as a statement's actions
1179
- 'CKV_AWS_49': { cci: ['CCI-000366'], nist: ['CM-6'] },
1180
- // CKV_AWS_5: Ensure all data stored in the Elasticsearch is securely encrypted at rest
1181
- 'CKV_AWS_5': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1182
- // CKV_AWS_50: X-Ray tracing is enabled for Lambda
1183
- 'CKV_AWS_50': { cci: ['CCI-002684', 'CCI-000169'], nist: ['SI-4(2)', 'AU-12'] },
1184
- // CKV_AWS_51: Ensure ECR Image Tags are immutable
1185
- 'CKV_AWS_51': { cci: ['CCI-001648', 'CCI-002700'], nist: ['RA-5(5)', 'SI-7(1)'] },
1186
- // CKV_AWS_53: Ensure S3 bucket has block public ACLs enabled
1187
- 'CKV_AWS_53': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
1188
- // CKV_AWS_54: Ensure S3 bucket has block public policy enabled
1189
- 'CKV_AWS_54': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
1190
- // CKV_AWS_55: Ensure S3 bucket has ignore public ACLs enabled
1191
- 'CKV_AWS_55': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
1192
- // CKV_AWS_56: Ensure S3 bucket has RestrictPublicBuckets enabled
1193
- 'CKV_AWS_56': { cci: ['CCI-000366'], nist: ['CM-6'] },
1194
- // CKV_AWS_57: Ensure the S3 bucket does not allow WRITE permissions to everyone
1195
- 'CKV_AWS_57': { cci: ['CCI-000366'], nist: ['CM-6'] },
1196
- // CKV_AWS_58: Ensure EKS Cluster has Secrets Encryption Enabled
1197
- 'CKV_AWS_58': { cci: ['CCI-002450'], nist: ['SC-13'] },
1198
- // CKV_AWS_59: Ensure there is no open access to back-end resources through API
1199
- 'CKV_AWS_59': { cci: ['CCI-000366'], nist: ['CM-6'] },
1200
- // CKV_AWS_6: Ensure all Elasticsearch has node-to-node encryption enabled
1201
- 'CKV_AWS_6': { cci: ['CCI-002450'], nist: ['SC-13'] },
1202
- // CKV_AWS_60: Ensure IAM role allows only specific services or principals to assume it
1203
- 'CKV_AWS_60': { cci: ['CCI-000366'], nist: ['CM-6'] },
1204
- // CKV_AWS_61: Ensure AWS IAM policy does not allow assume role permission across all services
1205
- 'CKV_AWS_61': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
1206
- // CKV_AWS_62: Ensure no IAM policies that allow full "*-*" administrative privileges are no...
1207
- 'CKV_AWS_62': { cci: ['CCI-000235', 'CCI-000226'], nist: ['AC-6(10)', 'AC-6(1)'] },
1208
- // CKV_AWS_63: Ensure no IAM policies documents allow "*" as a statement's actions
1209
- 'CKV_AWS_63': { cci: ['CCI-000366'], nist: ['CM-6'] },
1210
- // CKV_AWS_64: Ensure all data stored in the Redshift cluster is securely encrypted at rest
1211
- 'CKV_AWS_64': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1212
- // CKV_AWS_65: Ensure container insights are enabled on ECS cluster
1213
- 'CKV_AWS_65': { cci: ['CCI-000366'], nist: ['CM-6'] },
1214
- // CKV_AWS_66: Ensure that CloudWatch Log Group specifies retention days
1215
- 'CKV_AWS_66': { cci: ['CCI-000167'], nist: ['AU-11'] },
1216
- // CKV_AWS_67: Ensure CloudTrail is enabled in all Regions
1217
- 'CKV_AWS_67': { cci: ['CCI-000172', 'CCI-000135'], nist: ['AU-12(1)', 'AU-3(1)'] },
1218
- // CKV_AWS_68: CloudFront Distribution should have WAF enabled
1219
- 'CKV_AWS_68': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
1220
- // CKV_AWS_69: Ensure Amazon MQ Broker should not have public access
1221
- 'CKV_AWS_69': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1222
- // CKV_AWS_7: Ensure rotation for customer created CMKs is enabled
1223
- 'CKV_AWS_7': { cci: ['CCI-000366'], nist: ['CM-6'] },
1224
- // CKV_AWS_70: Ensure S3 bucket does not allow an action with any Principal
1225
- 'CKV_AWS_70': { cci: ['CCI-000366'], nist: ['CM-6'] },
1226
- // CKV_AWS_71: Ensure Redshift Cluster logging is enabled
1227
- 'CKV_AWS_71': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1228
- // CKV_AWS_72: Ensure SQS policy does not allow ALL (*) actions.
1229
- 'CKV_AWS_72': { cci: ['CCI-000366'], nist: ['CM-6'] },
1230
- // CKV_AWS_73: Ensure API Gateway has X-Ray Tracing enabled
1231
- 'CKV_AWS_73': { cci: ['CCI-002684', 'CCI-000169'], nist: ['SI-4(2)', 'AU-12'] },
1232
- // CKV_AWS_74: Ensure DocumentDB is encrypted at rest (default is unencrypted)
1233
- 'CKV_AWS_74': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1234
- // CKV_AWS_75: Ensure Global Accelerator accelerator has flow logs enabled
1235
- 'CKV_AWS_75': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1236
- // CKV_AWS_76: Ensure API Gateway has Access Logging enabled
1237
- 'CKV_AWS_76': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1238
- // CKV_AWS_77: Ensure Athena Database is encrypted at rest (default is unencrypted)
1239
- 'CKV_AWS_77': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1240
- // CKV_AWS_78: Ensure that CodeBuild Project encryption is not disabled
1241
- 'CKV_AWS_78': { cci: ['CCI-002450'], nist: ['SC-13'] },
1242
- // CKV_AWS_79: Ensure Instance Metadata Service Version 1 is not enabled
1243
- 'CKV_AWS_79': { cci: ['CCI-000366'], nist: ['CM-6'] },
1244
- // CKV_AWS_8: Ensure all data stored in the Launch configuration EBS is securely encrypted
1245
- 'CKV_AWS_8': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
1246
- // CKV_AWS_80: Ensure MSK Cluster logging is enabled
1247
- 'CKV_AWS_80': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1248
- // CKV_AWS_81: Ensure MSK Cluster encryption in rest and transit is enabled
1249
- 'CKV_AWS_81': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1250
- // CKV_AWS_82: Ensure Athena Workgroup should enforce configuration to prevent client disabl...
1251
- 'CKV_AWS_82': { cci: ['CCI-002450'], nist: ['SC-13'] },
1252
- // CKV_AWS_83: Ensure Elasticsearch Domain enforces HTTPS
1253
- 'CKV_AWS_83': { cci: ['CCI-000366'], nist: ['CM-6'] },
1254
- // CKV_AWS_84: Ensure Elasticsearch Domain Logging is enabled
1255
- 'CKV_AWS_84': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1256
- // CKV_AWS_85: Ensure DocumentDB Logging is enabled
1257
- 'CKV_AWS_85': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1258
- // CKV_AWS_86: Ensure CloudFront Distribution has Access Logging enabled
1259
- 'CKV_AWS_86': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1260
- // CKV_AWS_87: Redshift cluster should not be publicly accessible
1261
- 'CKV_AWS_87': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1262
- // CKV_AWS_88: EC2 instance should not have public IP.
1263
- 'CKV_AWS_88': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1264
- // CKV_AWS_89: DMS replication instance should not be publicly accessible
1265
- 'CKV_AWS_89': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1266
- // CKV_AWS_9: Ensure IAM password policy expires passwords within 90 days or less
1267
- 'CKV_AWS_9': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
1268
- // CKV_AWS_90: Ensure DocumentDB TLS is not disabled
1269
- 'CKV_AWS_90': { cci: ['CCI-000366'], nist: ['CM-6'] },
1270
- // CKV_AWS_91: Ensure the ELBv2 (Application/Network) has access logging enabled
1271
- 'CKV_AWS_91': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1272
- // CKV_AWS_92: Ensure the ELB has access logging enabled
1273
- 'CKV_AWS_92': { cci: ['CCI-001104', 'CCI-000172'], nist: ['SC-7(9)', 'AU-12(1)'] },
1274
- // CKV_AWS_93: Ensure S3 bucket policy does not lockout all but root user. (Prevent lockouts...
1275
- 'CKV_AWS_93': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
1276
- // CKV_AWS_94: Ensure Glue Data Catalog Encryption is enabled
1277
- 'CKV_AWS_94': { cci: ['CCI-002450'], nist: ['SC-13'] },
1278
- // CKV_AWS_95: Ensure API Gateway V2 has Access Logging enabled
1279
- 'CKV_AWS_95': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1280
- // CKV_AWS_96: Ensure all data stored in Aurora is securely encrypted at rest
1281
- 'CKV_AWS_96': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1282
- // CKV_AWS_97: Ensure Encryption in transit is enabled for EFS volumes in ECS Task definitions
1283
- 'CKV_AWS_97': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1284
- // CKV_AWS_98: Ensure all data stored in the Sagemaker Endpoint is securely encrypted at rest
1285
- 'CKV_AWS_98': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1286
- // CKV_AWS_99: Ensure Glue Security Configuration Encryption is enabled
1287
- 'CKV_AWS_99': { cci: ['CCI-002450'], nist: ['SC-13'] },
1288
- // CKV_AZUREPIPELINES_1: Ensure container job uses a non latest version tag
1289
- 'CKV_AZUREPIPELINES_1': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1290
- // CKV_AZUREPIPELINES_2: Ensure container job uses a version digest
1291
- 'CKV_AZUREPIPELINES_2': { cci: ['CCI-001648', 'CCI-002700'], nist: ['RA-5(5)', 'SI-7(1)'] },
1292
- // CKV_AZUREPIPELINES_3: Ensure set variable is not marked as a secret
1293
- 'CKV_AZUREPIPELINES_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
1294
- // CKV_AZUREPIPELINES_5: Detecting image usages in azure pipelines workflows
1295
- 'CKV_AZUREPIPELINES_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
1296
- // CKV_AZURE_1: Ensure Azure Instance does not use basic authentication(Use SSH Key Instead)
1297
- 'CKV_AZURE_1': { cci: ['CCI-000069', 'CCI-001941'], nist: ['AC-17(2)', 'IA-2(6)'] },
1298
- // CKV_AZURE_10: Ensure that SSH access is restricted from the internet
1299
- 'CKV_AZURE_10': { cci: ['CCI-000069', 'CCI-001941'], nist: ['AC-17(2)', 'IA-2(6)'] },
1300
- // CKV_AZURE_100: Ensure that Cosmos DB accounts have customer-managed keys to encrypt data at ...
1301
- 'CKV_AZURE_100': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1302
- // CKV_AZURE_101: Ensure that Azure Cosmos DB disables public network access
1303
- 'CKV_AZURE_101': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1304
- // CKV_AZURE_102: Ensure that PostgreSQL server enables geo-redundant backups
1305
- 'CKV_AZURE_102': { cci: ['CCI-000504', 'CCI-000512'], nist: ['CP-6(1)', 'CP-9(3)'] },
1306
- // CKV_AZURE_103: Ensure that Azure Data Factory uses Git repository for source control
1307
- 'CKV_AZURE_103': { cci: ['CCI-000366'], nist: ['CM-6'] },
1308
- // CKV_AZURE_104: Ensure that Azure Data factory public network access is disabled
1309
- 'CKV_AZURE_104': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1310
- // CKV_AZURE_105: Ensure that Data Lake Store accounts enables encryption
1311
- 'CKV_AZURE_105': { cci: ['CCI-002450'], nist: ['SC-13'] },
1312
- // CKV_AZURE_106: Ensure that Azure Event Grid Domain public network access is disabled
1313
- 'CKV_AZURE_106': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1314
- // CKV_AZURE_107: Ensure that API management services use virtual networks
1315
- 'CKV_AZURE_107': { cci: ['CCI-000366'], nist: ['CM-6'] },
1316
- // CKV_AZURE_108: Ensure that Azure IoT Hub disables public network access
1317
- 'CKV_AZURE_108': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1318
- // CKV_AZURE_109: Ensure that key vault allows firewall rules settings
1319
- 'CKV_AZURE_109': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
1320
- // CKV_AZURE_11: Ensure no SQL Databases allow ingress from 0.0.0.0/0 (ANY IP)
1321
- 'CKV_AZURE_11': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
1322
- // CKV_AZURE_110: Ensure that key vault enables purge protection
1323
- 'CKV_AZURE_110': { cci: ['CCI-002452'], nist: ['SC-12(2)'] },
1324
- // CKV_AZURE_111: Ensure that key vault enables soft delete
1325
- 'CKV_AZURE_111': { cci: ['CCI-002452'], nist: ['SC-12(2)'] },
1326
- // CKV_AZURE_112: Ensure that key vault key is backed by HSM
1327
- 'CKV_AZURE_112': { cci: ['CCI-002452'], nist: ['SC-12(2)'] },
1328
- // CKV_AZURE_113: Ensure that SQL server disables public network access
1329
- 'CKV_AZURE_113': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1330
- // CKV_AZURE_114: Ensure that key vault secrets have "content_type" set
1331
- 'CKV_AZURE_114': { cci: ['CCI-002452'], nist: ['SC-12(2)'] },
1332
- // CKV_AZURE_115: Ensure that AKS enables private clusters
1333
- 'CKV_AZURE_115': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1334
- // CKV_AZURE_116: Ensure that AKS uses Azure Policies Add-on
1335
- 'CKV_AZURE_116': { cci: ['CCI-000366'], nist: ['CM-6'] },
1336
- // CKV_AZURE_117: Ensure that AKS uses disk encryption set
1337
- 'CKV_AZURE_117': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1338
- // CKV_AZURE_118: Ensure that Network Interfaces disable IP forwarding
1339
- 'CKV_AZURE_118': { cci: ['CCI-000366'], nist: ['CM-6'] },
1340
- // CKV_AZURE_12: Ensure that Network Security Group Flow Log retention period is 'greater than...
1341
- 'CKV_AZURE_12': { cci: ['CCI-001104', 'CCI-000172'], nist: ['SC-7(9)', 'AU-12(1)'] },
1342
- // CKV_AZURE_120: Ensure that Application Gateway enables WAF
1343
- 'CKV_AZURE_120': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
1344
- // CKV_AZURE_121: Ensure that Azure Front Door enables WAF
1345
- 'CKV_AZURE_121': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
1346
- // CKV_AZURE_122: Ensure that Application Gateway uses WAF in "Detection" or "Prevention" modes
1347
- 'CKV_AZURE_122': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
1348
- // CKV_AZURE_123: Ensure that Azure Front Door uses WAF in "Detection" or "Prevention" modes
1349
- 'CKV_AZURE_123': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
1350
- // CKV_AZURE_124: Ensure that Azure Cognitive Search disables public network access
1351
- 'CKV_AZURE_124': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1352
- // CKV_AZURE_125: Ensures that Service Fabric use three levels of protection available
1353
- 'CKV_AZURE_125': { cci: ['CCI-000366'], nist: ['CM-6'] },
1354
- // CKV_AZURE_126: Ensures that Active Directory is used for authentication for Service Fabric
1355
- 'CKV_AZURE_126': { cci: ['CCI-000366'], nist: ['CM-6'] },
1356
- // CKV_AZURE_127: Ensure that My SQL server enables Threat detection policy
1357
- 'CKV_AZURE_127': { cci: ['CCI-000366'], nist: ['CM-6'] },
1358
- // CKV_AZURE_128: Ensure that PostgreSQL server enables Threat detection policy
1359
- 'CKV_AZURE_128': { cci: ['CCI-000366'], nist: ['CM-6'] },
1360
- // CKV_AZURE_129: Ensure that MariaDB server enables geo-redundant backups
1361
- 'CKV_AZURE_129': { cci: ['CCI-000504', 'CCI-000512'], nist: ['CP-6(1)', 'CP-9(3)'] },
1362
- // CKV_AZURE_13: Ensure App Service Authentication is set on Azure App Service
1363
- 'CKV_AZURE_13': { cci: ['CCI-000366'], nist: ['CM-6'] },
1364
- // CKV_AZURE_130: Ensure that PostgreSQL server enables infrastructure encryption
1365
- 'CKV_AZURE_130': { cci: ['CCI-002450'], nist: ['SC-13'] },
1366
- // CKV_AZURE_131: Ensure that 'Security contact emails' is set
1367
- 'CKV_AZURE_131': { cci: ['CCI-000366'], nist: ['CM-6'] },
1368
- // CKV_AZURE_132: Ensure cosmosdb does not allow privileged escalation by restricting managemen...
1369
- 'CKV_AZURE_132': { cci: ['CCI-000366'], nist: ['CM-6'] },
1370
- // CKV_AZURE_133: Ensure Front Door WAF prevents message lookup in Log4j2. See CVE-2021-44228 a...
1371
- 'CKV_AZURE_133': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
1372
- // CKV_AZURE_134: Ensure that Cognitive Services accounts disable public network access
1373
- 'CKV_AZURE_134': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1374
- // CKV_AZURE_135: Ensure Application Gateway WAF prevents message lookup in Log4j2. See CVE-202...
1375
- 'CKV_AZURE_135': { cci: ['CCI-001109', 'CCI-002385'], nist: ['SC-7(14)', 'SC-5(1)'] },
1376
- // CKV_AZURE_136: Ensure that PostgreSQL Flexible server enables geo-redundant backups
1377
- 'CKV_AZURE_136': { cci: ['CCI-000504', 'CCI-000512'], nist: ['CP-6(1)', 'CP-9(3)'] },
1378
- // CKV_AZURE_137: Ensure ACR admin account is disabled
1379
- 'CKV_AZURE_137': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
1380
- // CKV_AZURE_138: Ensures that ACR disables anonymous pulling of images
1381
- 'CKV_AZURE_138': { cci: ['CCI-000366'], nist: ['CM-6'] },
1382
- // CKV_AZURE_139: Ensure ACR set to disable public networking
1383
- 'CKV_AZURE_139': { cci: ['CCI-000382'], nist: ['CM-7(1)'] },
1384
- // CKV_AZURE_14: Ensure web app redirects all HTTP traffic to HTTPS in Azure App Service
1385
- 'CKV_AZURE_14': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
1386
- // CKV_AZURE_140: Ensure that Local Authentication is disabled on CosmosDB
1387
- 'CKV_AZURE_140': { cci: ['CCI-000366'], nist: ['CM-6'] },
1388
- // CKV_AZURE_141: Ensure AKS local admin account is disabled
1389
- 'CKV_AZURE_141': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
1390
- // CKV_AZURE_142: Ensure Machine Learning Compute Cluster Local Authentication is disabled
1391
- 'CKV_AZURE_142': { cci: ['CCI-000366'], nist: ['CM-6'] },
1392
- // CKV_AZURE_143: Ensure AKS cluster nodes do not have public IP addresses
1393
- 'CKV_AZURE_143': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1394
- // CKV_AZURE_144: Ensure that Public Access is disabled for Machine Learning Workspace
1395
- 'CKV_AZURE_144': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1396
- // CKV_AZURE_145: Ensure Function app is using the latest version of TLS encryption
1397
- 'CKV_AZURE_145': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1398
- // CKV_AZURE_146: Ensure server parameter 'log_retention' is set to 'ON' for PostgreSQL Databas...
1399
- 'CKV_AZURE_146': { cci: ['CCI-000366'], nist: ['CM-6'] },
1400
- // CKV_AZURE_147: Ensure PostgreSQL is using the latest version of TLS encryption
1401
- 'CKV_AZURE_147': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1402
- // CKV_AZURE_148: Ensure Redis Cache is using the latest version of TLS encryption
1403
- 'CKV_AZURE_148': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1404
- // CKV_AZURE_149: Ensure that Virtual machine does not enable password authentication
1405
- 'CKV_AZURE_149': { cci: ['CCI-000366'], nist: ['CM-6'] },
1406
- // CKV_AZURE_15: Ensure web app is using the latest version of TLS encryption
1407
- 'CKV_AZURE_15': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1408
- // CKV_AZURE_150: Ensure Machine Learning Compute Cluster Minimum Nodes Set To 0
1409
- 'CKV_AZURE_150': { cci: ['CCI-000366'], nist: ['CM-6'] },
1410
- // CKV_AZURE_151: Ensure Windows VM enables encryption
1411
- 'CKV_AZURE_151': { cci: ['CCI-002450'], nist: ['SC-13'] },
1412
- // CKV_AZURE_152: Ensure Client Certificates are enforced for API management
1413
- 'CKV_AZURE_152': { cci: ['CCI-000366'], nist: ['CM-6'] },
1414
- // CKV_AZURE_153: Ensure web app redirects all HTTP traffic to HTTPS in Azure App Service Slot
1415
- 'CKV_AZURE_153': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
1416
- // CKV_AZURE_154: Ensure the App service slot is using the latest version of TLS encryption
1417
- 'CKV_AZURE_154': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1418
- // CKV_AZURE_155: Ensure debugging is disabled for the App service slot
1419
- 'CKV_AZURE_155': { cci: ['CCI-000366'], nist: ['CM-6'] },
1420
- // CKV_AZURE_156: Ensure default Auditing policy for a SQL Server is configured to capture and ...
1421
- 'CKV_AZURE_156': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1422
- // CKV_AZURE_157: Ensure that Synapse workspace has data_exfiltration_protection_enabled
1423
- 'CKV_AZURE_157': { cci: ['CCI-000366'], nist: ['CM-6'] },
1424
- // CKV_AZURE_158: Ensure Databricks Workspace data plane to control plane communication happens...
1425
- 'CKV_AZURE_158': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1426
- // CKV_AZURE_159: Ensure function app builtin logging is enabled
1427
- 'CKV_AZURE_159': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1428
- // CKV_AZURE_160: Ensure that HTTP (port 80) access is restricted from the internet
1429
- 'CKV_AZURE_160': { cci: ['CCI-000366'], nist: ['CM-6'] },
1430
- // CKV_AZURE_161: Ensures Spring Cloud API Portal is enabled on for HTTPS
1431
- 'CKV_AZURE_161': { cci: ['CCI-000366'], nist: ['CM-6'] },
1432
- // CKV_AZURE_162: Ensures Spring Cloud API Portal Public Access Is Disabled
1433
- 'CKV_AZURE_162': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1434
- // CKV_AZURE_163: Enable vulnerability scanning for container images.
1435
- 'CKV_AZURE_163': { cci: ['CCI-001645'], nist: ['RA-5(2)'] },
1436
- // CKV_AZURE_164: Ensures that ACR uses signed/trusted images
1437
- 'CKV_AZURE_164': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
1438
- // CKV_AZURE_165: Ensure geo-replicated container registries to match multi-region container de...
1439
- 'CKV_AZURE_165': { cci: ['CCI-000504', 'CCI-000512'], nist: ['CP-6(1)', 'CP-9(3)'] },
1440
- // CKV_AZURE_166: Ensure container image quarantine, scan, and mark images verified
1441
- 'CKV_AZURE_166': { cci: ['CCI-001644', 'CCI-002606'], nist: ['RA-5(1)', 'SI-2(1)'] },
1442
- // CKV_AZURE_167: Ensure a retention policy is set to cleanup untagged manifests.
1443
- 'CKV_AZURE_167': { cci: ['CCI-001904', 'CCI-000167'], nist: ['MP-6(1)', 'AU-11'] },
1444
- // CKV_AZURE_168: Ensure Azure Kubernetes Cluster (AKS) nodes should use a minimum number of 50...
1445
- 'CKV_AZURE_168': { cci: ['CCI-000366'], nist: ['CM-6'] },
1446
- // CKV_AZURE_169: Ensure Azure Kubernetes Cluster (AKS) nodes use scale sets
1447
- 'CKV_AZURE_169': { cci: ['CCI-000366'], nist: ['CM-6'] },
1448
- // CKV_AZURE_17: Ensure the web app has 'Client Certificates (Incoming client certificates)' set
1449
- 'CKV_AZURE_17': { cci: ['CCI-000366'], nist: ['CM-6'] },
1450
- // CKV_AZURE_170: Ensure that AKS use the Paid Sku for its SLA
1451
- 'CKV_AZURE_170': { cci: ['CCI-000366'], nist: ['CM-6'] },
1452
- // CKV_AZURE_171: Ensure AKS cluster upgrade channel is chosen
1453
- 'CKV_AZURE_171': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1454
- // CKV_AZURE_172: Ensure autorotation of Secrets Store CSI Driver secrets for AKS clusters
1455
- 'CKV_AZURE_172': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
1456
- // CKV_AZURE_173: Ensure API management uses at least TLS 1.2
1457
- 'CKV_AZURE_173': { cci: ['CCI-002420', 'CCI-002450'], nist: ['SC-8(1)', 'SC-13'] },
1458
- // CKV_AZURE_174: Ensure API management public access is disabled
1459
- 'CKV_AZURE_174': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1460
- // CKV_AZURE_175: Ensure Web PubSub uses a SKU with an SLA
1461
- 'CKV_AZURE_175': { cci: ['CCI-000366'], nist: ['CM-6'] },
1462
- // CKV_AZURE_177: Ensure Windows VM enables automatic updates
1463
- 'CKV_AZURE_177': { cci: ['CCI-000366'], nist: ['CM-6'] },
1464
- // CKV_AZURE_178: Ensure linux VM enables SSH with keys for secure communication
1465
- 'CKV_AZURE_178': { cci: ['CCI-000069', 'CCI-001941'], nist: ['AC-17(2)', 'IA-2(6)'] },
1466
- // CKV_AZURE_179: Ensure VM agent is installed
1467
- 'CKV_AZURE_179': { cci: ['CCI-000366'], nist: ['CM-6'] },
1468
- // CKV_AZURE_18: Ensure that 'HTTP Version' is the latest if used to run the web app
1469
- 'CKV_AZURE_18': { cci: ['CCI-000366'], nist: ['CM-6'] },
1470
- // CKV_AZURE_180: Ensure that data explorer uses Sku with an SLA
1471
- 'CKV_AZURE_180': { cci: ['CCI-000366'], nist: ['CM-6'] },
1472
- // CKV_AZURE_182: Ensure that VNET has at least 2 connected DNS Endpoints
1473
- 'CKV_AZURE_182': { cci: ['CCI-000366'], nist: ['CM-6'] },
1474
- // CKV_AZURE_183: Ensure that VNET uses local DNS addresses
1475
- 'CKV_AZURE_183': { cci: ['CCI-000366'], nist: ['CM-6'] },
1476
- // CKV_AZURE_184: Ensure 'local_auth_enabled' is set to 'False'
1477
- 'CKV_AZURE_184': { cci: ['CCI-000366'], nist: ['CM-6'] },
1478
- // CKV_AZURE_185: Ensure 'Public Access' is not Enabled for App configuration
1479
- 'CKV_AZURE_185': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1480
- // CKV_AZURE_186: Ensure App configuration encryption block is set.
1481
- 'CKV_AZURE_186': { cci: ['CCI-002450'], nist: ['SC-13'] },
1482
- // CKV_AZURE_187: Ensure App configuration purge protection is enabled
1483
- 'CKV_AZURE_187': { cci: ['CCI-000366'], nist: ['CM-6'] },
1484
- // CKV_AZURE_188: Ensure App configuration Sku is standard
1485
- 'CKV_AZURE_188': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
1486
- // CKV_AZURE_189: Ensure that Azure Key Vault disables public network access
1487
- 'CKV_AZURE_189': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1488
- // CKV_AZURE_19: Ensure that standard pricing tier is selected
1489
- 'CKV_AZURE_19': { cci: ['CCI-000366'], nist: ['CM-6'] },
1490
- // CKV_AZURE_190: Ensure that Storage blobs restrict public access
1491
- 'CKV_AZURE_190': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1492
- // CKV_AZURE_192: Ensure that Azure Event Grid Topic local Authentication is disabled
1493
- 'CKV_AZURE_192': { cci: ['CCI-000366'], nist: ['CM-6'] },
1494
- // CKV_AZURE_193: Ensure public network access is disabled for Azure Event Grid Topic
1495
- 'CKV_AZURE_193': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1496
- // CKV_AZURE_195: Ensure that Azure Event Grid Domain local Authentication is disabled
1497
- 'CKV_AZURE_195': { cci: ['CCI-000366'], nist: ['CM-6'] },
1498
- // CKV_AZURE_196: Ensure that SignalR uses a Paid Sku for its SLA
1499
- 'CKV_AZURE_196': { cci: ['CCI-000366'], nist: ['CM-6'] },
1500
- // CKV_AZURE_197: Ensure the Azure CDN disables the HTTP endpoint
1501
- 'CKV_AZURE_197': { cci: ['CCI-000366'], nist: ['CM-6'] },
1502
- // CKV_AZURE_198: Ensure the Azure CDN enables the HTTPS endpoint
1503
- 'CKV_AZURE_198': { cci: ['CCI-000366'], nist: ['CM-6'] },
1504
- // CKV_AZURE_199: Ensure that Azure Service Bus uses double encryption
1505
- 'CKV_AZURE_199': { cci: ['CCI-002450'], nist: ['SC-13'] },
1506
- // CKV_AZURE_2: Ensure Azure managed disk have encryption enabled
1507
- 'CKV_AZURE_2': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1508
- // CKV_AZURE_20: Ensure that security contact 'Phone number' is set
1509
- 'CKV_AZURE_20': { cci: ['CCI-000366'], nist: ['CM-6'] },
1510
- // CKV_AZURE_200: Ensure the Azure CDN endpoint is using the latest version of TLS encryption
1511
- 'CKV_AZURE_200': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1512
- // CKV_AZURE_201: Ensure that Azure Service Bus uses a customer-managed key to encrypt data
1513
- 'CKV_AZURE_201': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1514
- // CKV_AZURE_203: Ensure Azure Service Bus Local Authentication is disabled
1515
- 'CKV_AZURE_203': { cci: ['CCI-000366'], nist: ['CM-6'] },
1516
- // CKV_AZURE_204: Ensure 'public network access enabled' is set to 'False' for Azure Service Bus
1517
- 'CKV_AZURE_204': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1518
- // CKV_AZURE_205: Ensure Azure Service Bus is using the latest version of TLS encryption
1519
- 'CKV_AZURE_205': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1520
- // CKV_AZURE_206: Ensure that Storage Accounts use replication
1521
- 'CKV_AZURE_206': { cci: ['CCI-000366'], nist: ['CM-6'] },
1522
- // CKV_AZURE_208: Ensure that Azure Cognitive Search maintains SLA for index updates
1523
- 'CKV_AZURE_208': { cci: ['CCI-000366'], nist: ['CM-6'] },
1524
- // CKV_AZURE_209: Ensure that Azure Cognitive Search maintains SLA for search index queries
1525
- 'CKV_AZURE_209': { cci: ['CCI-000366'], nist: ['CM-6'] },
1526
- // CKV_AZURE_21: Ensure that 'Send email notification for high severity alerts' is set to 'On'
1527
- 'CKV_AZURE_21': { cci: ['CCI-002687', 'CCI-000229'], nist: ['SI-4(5)', 'IR-6(1)'] },
1528
- // CKV_AZURE_210: Ensure Azure Cognitive Search service allowed IPS does not give public Access
1529
- 'CKV_AZURE_210': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1530
- // CKV_AZURE_211: Ensure App Service plan suitable for production use
1531
- 'CKV_AZURE_211': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
1532
- // CKV_AZURE_212: Ensure App Service has a minimum number of instances for failover
1533
- 'CKV_AZURE_212': { cci: ['CCI-000555', 'CCI-000509'], nist: ['CP-10(2)', 'CP-9'] },
1534
- // CKV_AZURE_213: Ensure that App Service configures health check
1535
- 'CKV_AZURE_213': { cci: ['CCI-000366'], nist: ['CM-6'] },
1536
- // CKV_AZURE_214: Ensure App Service is set to be always on
1537
- 'CKV_AZURE_214': { cci: ['CCI-000366'], nist: ['CM-6'] },
1538
- // CKV_AZURE_215: Ensure API management backend uses https
1539
- 'CKV_AZURE_215': { cci: ['CCI-000366'], nist: ['CM-6'] },
1540
- // CKV_AZURE_216: Ensure DenyIntelMode is set to Deny for Azure Firewalls
1541
- 'CKV_AZURE_216': { cci: ['CCI-000366'], nist: ['CM-6'] },
1542
- // CKV_AZURE_217: Ensure Azure Application gateways listener that allow connection requests ove...
1543
- 'CKV_AZURE_217': { cci: ['CCI-000366'], nist: ['CM-6'] },
1544
- // CKV_AZURE_218: Ensure Application Gateway defines secure protocols for in transit communication
1545
- 'CKV_AZURE_218': { cci: ['CCI-000366'], nist: ['CM-6'] },
1546
- // CKV_AZURE_219: Ensure Firewall defines a firewall policy
1547
- 'CKV_AZURE_219': { cci: ['CCI-000366'], nist: ['CM-6'] },
1548
- // CKV_AZURE_22: Ensure that 'Send email notification for high severity alerts' is set to 'On'
1549
- 'CKV_AZURE_22': { cci: ['CCI-002687', 'CCI-000229'], nist: ['SI-4(5)', 'IR-6(1)'] },
1550
- // CKV_AZURE_220: Ensure Firewall policy has IDPS mode as deny
1551
- 'CKV_AZURE_220': { cci: ['CCI-000366'], nist: ['CM-6'] },
1552
- // CKV_AZURE_221: Ensure that Azure Function App public network access is disabled
1553
- 'CKV_AZURE_221': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1554
- // CKV_AZURE_222: Ensure that Azure Web App public network access is disabled
1555
- 'CKV_AZURE_222': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1556
- // CKV_AZURE_223: Ensure Event Hub Namespace uses at least TLS 1.2
1557
- 'CKV_AZURE_223': { cci: ['CCI-002420', 'CCI-002450'], nist: ['SC-8(1)', 'SC-13'] },
1558
- // CKV_AZURE_224: Ensure that the Ledger feature is enabled on database that requires cryptogra...
1559
- 'CKV_AZURE_224': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
1560
- // CKV_AZURE_225: Ensure the App Service Plan is zone redundant
1561
- 'CKV_AZURE_225': { cci: ['CCI-000366'], nist: ['CM-6'] },
1562
- // CKV_AZURE_226: Ensure ephemeral disks are used for OS disks
1563
- 'CKV_AZURE_226': { cci: ['CCI-000366'], nist: ['CM-6'] },
1564
- // CKV_AZURE_227: Ensure that the AKS cluster encrypt temp disks, caches, and data flows betwee...
1565
- 'CKV_AZURE_227': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1566
- // CKV_AZURE_228: Ensure the Azure Event Hub Namespace is zone redundant
1567
- 'CKV_AZURE_228': { cci: ['CCI-000366'], nist: ['CM-6'] },
1568
- // CKV_AZURE_229: Ensure the Azure SQL Database Namespace is zone redundant
1569
- 'CKV_AZURE_229': { cci: ['CCI-000366'], nist: ['CM-6'] },
1570
- // CKV_AZURE_23: Ensure that 'Auditing' is set to 'Enabled' for SQL servers
1571
- 'CKV_AZURE_23': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1572
- // CKV_AZURE_230: Standard Replication should be enabled
1573
- 'CKV_AZURE_230': { cci: ['CCI-000366'], nist: ['CM-6'] },
1574
- // CKV_AZURE_231: Ensure App Service Environment is zone redundant
1575
- 'CKV_AZURE_231': { cci: ['CCI-000366'], nist: ['CM-6'] },
1576
- // CKV_AZURE_232: Ensure that only critical system pods run on system nodes
1577
- 'CKV_AZURE_232': { cci: ['CCI-000366'], nist: ['CM-6'] },
1578
- // CKV_AZURE_233: Ensure Azure Container Registry (ACR) is zone redundant
1579
- 'CKV_AZURE_233': { cci: ['CCI-000366'], nist: ['CM-6'] },
1580
- // CKV_AZURE_234: Ensure that Azure Defender for cloud is set to On for Resource Manager
1581
- 'CKV_AZURE_234': { cci: ['CCI-002686', 'CCI-001645'], nist: ['SI-4(4)', 'RA-5(2)'] },
1582
- // CKV_AZURE_235: Ensure that Azure container environment variables are configured with secure ...
1583
- 'CKV_AZURE_235': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
1584
- // CKV_AZURE_236: Ensure that Cognitive Services accounts disable local authentication
1585
- 'CKV_AZURE_236': { cci: ['CCI-000366'], nist: ['CM-6'] },
1586
- // CKV_AZURE_237: Ensure dedicated data endpoints are enabled.
1587
- 'CKV_AZURE_237': { cci: ['CCI-000366'], nist: ['CM-6'] },
1588
- // CKV_AZURE_239: Ensure Azure Synapse Workspace administrator login password is not exposed
1589
- 'CKV_AZURE_239': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
1590
- // CKV_AZURE_24: Ensure that 'Auditing' Retention is 'greater than 90 days' for SQL servers
1591
- 'CKV_AZURE_24': { cci: ['CCI-000366'], nist: ['CM-6'] },
1592
- // CKV_AZURE_240: Ensure Azure Synapse Workspace is encrypted with a CMK
1593
- 'CKV_AZURE_240': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1594
- // CKV_AZURE_241: Ensure Synapse SQL pools are encrypted
1595
- 'CKV_AZURE_241': { cci: ['CCI-002450'], nist: ['SC-13'] },
1596
- // CKV_AZURE_242: Ensure isolated compute is enabled for Synapse Spark pools
1597
- 'CKV_AZURE_242': { cci: ['CCI-000366'], nist: ['CM-6'] },
1598
- // CKV_AZURE_243: Ensure Azure Machine learning workspace is configured with private endpoint
1599
- 'CKV_AZURE_243': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1600
- // CKV_AZURE_244: Avoid the use of local users for Azure Storage unless necessary
1601
- 'CKV_AZURE_244': { cci: ['CCI-000366'], nist: ['CM-6'] },
1602
- // CKV_AZURE_245: Ensure that Azure Container group is deployed into virtual network
1603
- 'CKV_AZURE_245': { cci: ['CCI-000366'], nist: ['CM-6'] },
1604
- // CKV_AZURE_246: Ensure Azure AKS cluster HTTP application routing is disabled
1605
- 'CKV_AZURE_246': { cci: ['CCI-000366'], nist: ['CM-6'] },
1606
- // CKV_AZURE_247: Ensure that Azure Cognitive Services account hosted with OpenAI is configured...
1607
- 'CKV_AZURE_247': { cci: ['CCI-002476', 'CCI-001821'], nist: ['SC-28(1)', 'MP-4'] },
1608
- // CKV_AZURE_248: Ensure that if Azure Batch account public network access in case 'enabled' th...
1609
- 'CKV_AZURE_248': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1610
- // CKV_AZURE_249: Ensure Azure GitHub Actions OIDC trust policy is configured securely
1611
- 'CKV_AZURE_249': { cci: ['CCI-001957', 'CCI-001954'], nist: ['IA-2(12)', 'IA-8(2)'] },
1612
- // CKV_AZURE_25: Azure SQL Server threat detection alerts are enabled for all threat types
1613
- 'CKV_AZURE_25': { cci: ['CCI-000366'], nist: ['CM-6'] },
1614
- // CKV_AZURE_250: Ensure Storage Sync Service is not configured with overly permissive network ...
1615
- 'CKV_AZURE_250': { cci: ['CCI-000366'], nist: ['CM-6'] },
1616
- // CKV_AZURE_251: Ensure Azure Virtual Machine disks are configured without public network access
1617
- 'CKV_AZURE_251': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1618
- // CKV_AZURE_26: Ensure that 'Send Alerts To' is enabled for MSSQL servers
1619
- 'CKV_AZURE_26': { cci: ['CCI-000366'], nist: ['CM-6'] },
1620
- // CKV_AZURE_27: Ensure that 'Email service and co-administrators' is 'Enabled' for MSSQL servers
1621
- 'CKV_AZURE_27': { cci: ['CCI-000366'], nist: ['CM-6'] },
1622
- // CKV_AZURE_28: Ensure 'Enforce SSL connection' is set to 'ENABLED' for MySQL Database Server
1623
- 'CKV_AZURE_28': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
1624
- // CKV_AZURE_29: Ensure 'Enforce SSL connection' is set to 'ENABLED' for PostgreSQL Database S...
1625
- 'CKV_AZURE_29': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
1626
- // CKV_AZURE_3: Ensure that 'supportsHttpsTrafficOnly' is set to 'true'
1627
- 'CKV_AZURE_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
1628
- // CKV_AZURE_30: Ensure server parameter 'log_checkpoints' is set to 'ON' for PostgreSQL Datab...
1629
- 'CKV_AZURE_30': { cci: ['CCI-000366'], nist: ['CM-6'] },
1630
- // CKV_AZURE_31: Ensure configuration 'log_connections' is set to 'ON' for PostgreSQL Database...
1631
- 'CKV_AZURE_31': { cci: ['CCI-000366'], nist: ['CM-6'] },
1632
- // CKV_AZURE_32: Ensure server parameter 'connection_throttling' is set to 'ON' for PostgreSQL...
1633
- 'CKV_AZURE_32': { cci: ['CCI-000366'], nist: ['CM-6'] },
1634
- // CKV_AZURE_33: Ensure Storage logging is enabled for Queue service for read, write and delet...
1635
- 'CKV_AZURE_33': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1636
- // CKV_AZURE_34: Ensure that 'Public access level' is set to Private for blob containers
1637
- 'CKV_AZURE_34': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1638
- // CKV_AZURE_35: Ensure default network access rule for Storage Accounts is set to deny
1639
- 'CKV_AZURE_35': { cci: ['CCI-000366'], nist: ['CM-6'] },
1640
- // CKV_AZURE_36: Ensure 'Trusted Microsoft Services' is enabled for Storage Account access
1641
- 'CKV_AZURE_36': { cci: ['CCI-000366'], nist: ['CM-6'] },
1642
- // CKV_AZURE_37: Ensure that Activity Log Retention is set 365 days or greater
1643
- 'CKV_AZURE_37': { cci: ['CCI-000172', 'CCI-000135'], nist: ['AU-12(1)', 'AU-3(1)'] },
1644
- // CKV_AZURE_38: Ensure audit profile captures all the activities
1645
- 'CKV_AZURE_38': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1646
- // CKV_AZURE_39: Ensure that no custom subscription owner roles are created
1647
- 'CKV_AZURE_39': { cci: ['CCI-000366'], nist: ['CM-6'] },
1648
- // CKV_AZURE_4: Ensure AKS logging to Azure Monitoring is Configured
1649
- 'CKV_AZURE_4': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1650
- // CKV_AZURE_40: Ensure that the expiration date is set on all keys
1651
- 'CKV_AZURE_40': { cci: ['CCI-000366'], nist: ['CM-6'] },
1652
- // CKV_AZURE_41: Ensure that the expiration date is set on all secrets
1653
- 'CKV_AZURE_41': { cci: ['CCI-000366'], nist: ['CM-6'] },
1654
- // CKV_AZURE_42: Ensure the key vault is recoverable
1655
- 'CKV_AZURE_42': { cci: ['CCI-002452'], nist: ['SC-12(2)'] },
1656
- // CKV_AZURE_43: Ensure Storage Accounts adhere to the naming rules
1657
- 'CKV_AZURE_43': { cci: ['CCI-000366'], nist: ['CM-6'] },
1658
- // CKV_AZURE_44: Ensure Storage Account is using the latest version of TLS encryption
1659
- 'CKV_AZURE_44': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1660
- // CKV_AZURE_45: Ensure that no sensitive credentials are exposed in VM custom_data
1661
- 'CKV_AZURE_45': { cci: ['CCI-000366'], nist: ['CM-6'] },
1662
- // CKV_AZURE_47: Ensure 'Enforce SSL connection' is set to 'ENABLED' for MariaDB servers
1663
- 'CKV_AZURE_47': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
1664
- // CKV_AZURE_48: Ensure 'public network access enabled' is set to 'False' for MariaDB servers
1665
- 'CKV_AZURE_48': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1666
- // CKV_AZURE_49: Ensure Azure linux scale set does not use basic authentication(Use SSH Key In...
1667
- 'CKV_AZURE_49': { cci: ['CCI-000069', 'CCI-001941'], nist: ['AC-17(2)', 'IA-2(6)'] },
1668
- // CKV_AZURE_5: Ensure RBAC is enabled on AKS clusters
1669
- 'CKV_AZURE_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
1670
- // CKV_AZURE_50: Ensure Virtual Machine Extensions are not Installed
1671
- 'CKV_AZURE_50': { cci: ['CCI-000366'], nist: ['CM-6'] },
1672
- // CKV_AZURE_52: Ensure MSSQL is using the latest version of TLS encryption
1673
- 'CKV_AZURE_52': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1674
- // CKV_AZURE_53: Ensure 'public network access enabled' is set to 'False' for mySQL servers
1675
- 'CKV_AZURE_53': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1676
- // CKV_AZURE_54: Ensure MySQL is using the latest version of TLS encryption
1677
- 'CKV_AZURE_54': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1678
- // CKV_AZURE_55: Ensure that Azure Defender is set to On for Servers
1679
- 'CKV_AZURE_55': { cci: ['CCI-002686', 'CCI-001645'], nist: ['SI-4(4)', 'RA-5(2)'] },
1680
- // CKV_AZURE_56: Ensure that function apps enables Authentication
1681
- 'CKV_AZURE_56': { cci: ['CCI-000366'], nist: ['CM-6'] },
1682
- // CKV_AZURE_57: Ensure that CORS disallows every resource to access app services
1683
- 'CKV_AZURE_57': { cci: ['CCI-000366'], nist: ['CM-6'] },
1684
- // CKV_AZURE_58: Ensure that Azure Synapse workspaces enables managed virtual networks
1685
- 'CKV_AZURE_58': { cci: ['CCI-000366'], nist: ['CM-6'] },
1686
- // CKV_AZURE_59: Ensure that Storage accounts disallow public access
1687
- 'CKV_AZURE_59': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1688
- // CKV_AZURE_6: Ensure AKS has an API Server Authorized IP Ranges enabled
1689
- 'CKV_AZURE_6': { cci: ['CCI-000366'], nist: ['CM-6'] },
1690
- // CKV_AZURE_61: Ensure that Azure Defender is set to On for App Service
1691
- 'CKV_AZURE_61': { cci: ['CCI-002686', 'CCI-001645'], nist: ['SI-4(4)', 'RA-5(2)'] },
1692
- // CKV_AZURE_62: Ensure function apps are not accessible from all regions
1693
- 'CKV_AZURE_62': { cci: ['CCI-000366'], nist: ['CM-6'] },
1694
- // CKV_AZURE_63: Ensure that App service enables HTTP logging
1695
- 'CKV_AZURE_63': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1696
- // CKV_AZURE_64: Ensure that Azure File Sync disables public network access
1697
- 'CKV_AZURE_64': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1698
- // CKV_AZURE_65: Ensure that App service enables detailed error messages
1699
- 'CKV_AZURE_65': { cci: ['CCI-000366'], nist: ['CM-6'] },
1700
- // CKV_AZURE_66: Ensure that App service enables failed request tracing
1701
- 'CKV_AZURE_66': { cci: ['CCI-002684', 'CCI-000169'], nist: ['SI-4(2)', 'AU-12'] },
1702
- // CKV_AZURE_67: Ensure that 'HTTP Version' is the latest, if used to run the Function app
1703
- 'CKV_AZURE_67': { cci: ['CCI-000366'], nist: ['CM-6'] },
1704
- // CKV_AZURE_68: Ensure that PostgreSQL server disables public network access
1705
- 'CKV_AZURE_68': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1706
- // CKV_AZURE_69: Ensure that Azure Defender is set to On for Azure SQL database servers
1707
- 'CKV_AZURE_69': { cci: ['CCI-002686', 'CCI-001645'], nist: ['SI-4(4)', 'RA-5(2)'] },
1708
- // CKV_AZURE_7: Ensure AKS cluster has Network Policy configured
1709
- 'CKV_AZURE_7': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1710
- // CKV_AZURE_70: Ensure that Function apps is only accessible over HTTPS
1711
- 'CKV_AZURE_70': { cci: ['CCI-000366'], nist: ['CM-6'] },
1712
- // CKV_AZURE_72: Ensure that remote debugging is not enabled for app services
1713
- 'CKV_AZURE_72': { cci: ['CCI-000366'], nist: ['CM-6'] },
1714
- // CKV_AZURE_73: Ensure that Automation account variables are encrypted
1715
- 'CKV_AZURE_73': { cci: ['CCI-002450'], nist: ['SC-13'] },
1716
- // CKV_AZURE_74: Ensure that Azure Data Explorer (Kusto) uses disk encryption
1717
- 'CKV_AZURE_74': { cci: ['CCI-002476'], nist: ['SC-28(1)'] },
1718
- // CKV_AZURE_75: Ensure that Azure Data Explorer uses double encryption
1719
- 'CKV_AZURE_75': { cci: ['CCI-002450'], nist: ['SC-13'] },
1720
- // CKV_AZURE_76: Ensure that Azure Batch account uses key vault to encrypt data
1721
- 'CKV_AZURE_76': { cci: ['CCI-002452'], nist: ['SC-12(2)'] },
1722
- // CKV_AZURE_77: Ensure that UDP Services are restricted from the Internet
1723
- 'CKV_AZURE_77': { cci: ['CCI-000366'], nist: ['CM-6'] },
1724
- // CKV_AZURE_78: Ensure FTP deployments are disabled
1725
- 'CKV_AZURE_78': { cci: ['CCI-000366'], nist: ['CM-6'] },
1726
- // CKV_AZURE_79: Ensure that Azure Defender is set to On for SQL servers on machines
1727
- 'CKV_AZURE_79': { cci: ['CCI-002686', 'CCI-001645'], nist: ['SI-4(4)', 'RA-5(2)'] },
1728
- // CKV_AZURE_8: Ensure Kubernetes Dashboard is disabled
1729
- 'CKV_AZURE_8': { cci: ['CCI-001521'], nist: ['CM-7(2)'] },
1730
- // CKV_AZURE_80: Ensure that 'Net Framework' version is the latest, if used as a part of the w...
1731
- 'CKV_AZURE_80': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1732
- // CKV_AZURE_81: Ensure that 'PHP version' is the latest, if used to run the web app
1733
- 'CKV_AZURE_81': { cci: ['CCI-000366'], nist: ['CM-6'] },
1734
- // CKV_AZURE_82: Ensure that 'Python version' is the latest, if used to run the web app
1735
- 'CKV_AZURE_82': { cci: ['CCI-000366'], nist: ['CM-6'] },
1736
- // CKV_AZURE_83: Ensure that 'Java version' is the latest, if used to run the web app
1737
- 'CKV_AZURE_83': { cci: ['CCI-000366'], nist: ['CM-6'] },
1738
- // CKV_AZURE_84: Ensure that Azure Defender is set to On for Storage
1739
- 'CKV_AZURE_84': { cci: ['CCI-002686', 'CCI-001645'], nist: ['SI-4(4)', 'RA-5(2)'] },
1740
- // CKV_AZURE_85: Ensure that Azure Defender is set to On for Kubernetes
1741
- 'CKV_AZURE_85': { cci: ['CCI-002686', 'CCI-001645'], nist: ['SI-4(4)', 'RA-5(2)'] },
1742
- // CKV_AZURE_86: Ensure that Azure Defender is set to On for Container Registries
1743
- 'CKV_AZURE_86': { cci: ['CCI-002686', 'CCI-001645'], nist: ['SI-4(4)', 'RA-5(2)'] },
1744
- // CKV_AZURE_87: Ensure that Azure Defender is set to On for Key Vault
1745
- 'CKV_AZURE_87': { cci: ['CCI-002686', 'CCI-001645'], nist: ['SI-4(4)', 'RA-5(2)'] },
1746
- // CKV_AZURE_88: Ensure that app services use Azure Files
1747
- 'CKV_AZURE_88': { cci: ['CCI-000366'], nist: ['CM-6'] },
1748
- // CKV_AZURE_89: Ensure that Azure Cache for Redis disables public network access
1749
- 'CKV_AZURE_89': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1750
- // CKV_AZURE_9: Ensure that RDP access is restricted from the internet
1751
- 'CKV_AZURE_9': { cci: ['CCI-000069', 'CCI-001941'], nist: ['AC-17(2)', 'IA-2(6)'] },
1752
- // CKV_AZURE_91: Ensure that only SSL are enabled for Cache for Redis
1753
- 'CKV_AZURE_91': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
1754
- // CKV_AZURE_92: Ensure that Virtual Machines use managed disks
1755
- 'CKV_AZURE_92': { cci: ['CCI-000366'], nist: ['CM-6'] },
1756
- // CKV_AZURE_93: Ensure that managed disks use a specific set of disk encryption sets for the ...
1757
- 'CKV_AZURE_93': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1758
- // CKV_AZURE_94: Ensure that My SQL server enables geo-redundant backups
1759
- 'CKV_AZURE_94': { cci: ['CCI-000504', 'CCI-000512'], nist: ['CP-6(1)', 'CP-9(3)'] },
1760
- // CKV_AZURE_95: Ensure that automatic OS image patching is enabled for Virtual Machine Scale ...
1761
- 'CKV_AZURE_95': { cci: ['CCI-000366'], nist: ['CM-6'] },
1762
- // CKV_AZURE_96: Ensure that MySQL server enables infrastructure encryption
1763
- 'CKV_AZURE_96': { cci: ['CCI-002450'], nist: ['SC-13'] },
1764
- // CKV_AZURE_97: Ensure that Virtual machine scale sets have encryption at host enabled
1765
- 'CKV_AZURE_97': { cci: ['CCI-002450'], nist: ['SC-13'] },
1766
- // CKV_AZURE_98: Ensure that Azure Container group is deployed into virtual network
1767
- 'CKV_AZURE_98': { cci: ['CCI-000366'], nist: ['CM-6'] },
1768
- // CKV_AZURE_99: Ensure Cosmos DB accounts have restricted access
1769
- 'CKV_AZURE_99': { cci: ['CCI-000366'], nist: ['CM-6'] },
1770
- // CKV_BCW_1: Ensure no hard coded API token exist in the provider
1771
- 'CKV_BCW_1': { cci: ['CCI-000366'], nist: ['CM-6'] },
1772
- // CKV_BITBUCKETPIPELINES_1: Ensure the pipeline image uses a non latest version tag
1773
- 'CKV_BITBUCKETPIPELINES_1': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1774
- // CKV_BITBUCKET_1: Merge requests should require at least 2 approvals
1775
- 'CKV_BITBUCKET_1': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
1776
- // CKV_CIRCLECIPIPELINES_1: Ensure the pipeline image uses a non latest version tag
1777
- 'CKV_CIRCLECIPIPELINES_1': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1778
- // CKV_CIRCLECIPIPELINES_2: Ensure the pipeline image version is referenced via hash not arbitrary tag.
1779
- 'CKV_CIRCLECIPIPELINES_2': { cci: ['CCI-001648', 'CCI-002700'], nist: ['RA-5(5)', 'SI-7(1)'] },
1780
- // CKV_CIRCLECIPIPELINES_3: Ensure mutable development orbs are not used.
1781
- 'CKV_CIRCLECIPIPELINES_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
1782
- // CKV_CIRCLECIPIPELINES_4: Ensure unversioned volatile orbs are not used.
1783
- 'CKV_CIRCLECIPIPELINES_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
1784
- // CKV_CIRCLECIPIPELINES_5: Suspicious use of netcat with IP address
1785
- 'CKV_CIRCLECIPIPELINES_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
1786
- // CKV_CIRCLECIPIPELINES_6: Ensure run commands are not vulnerable to shell injection
1787
- 'CKV_CIRCLECIPIPELINES_6': { cci: ['CCI-000366'], nist: ['CM-6'] },
1788
- // CKV_CIRCLECIPIPELINES_7: Suspicious use of curl in run task
1789
- 'CKV_CIRCLECIPIPELINES_7': { cci: ['CCI-000366'], nist: ['CM-6'] },
1790
- // CKV_CIRCLECIPIPELINES_8: Detecting image usages in circleci pipelines
1791
- 'CKV_CIRCLECIPIPELINES_8': { cci: ['CCI-000366'], nist: ['CM-6'] },
1792
- // CKV_DIO_1: Ensure the Spaces bucket has versioning enabled
1793
- 'CKV_DIO_1': { cci: ['CCI-000510', 'CCI-000164'], nist: ['CP-9(1)', 'AU-9(2)'] },
1794
- // CKV_DIO_2: Ensure the droplet specifies an SSH key
1795
- 'CKV_DIO_2': { cci: ['CCI-000069', 'CCI-001941'], nist: ['AC-17(2)', 'IA-2(6)'] },
1796
- // CKV_DIO_3: Ensure the Spaces bucket is private
1797
- 'CKV_DIO_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
1798
- // CKV_DIO_4: Ensure the firewall ingress is not wide open
1799
- 'CKV_DIO_4': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
1800
- // CKV_DOCKER_1: Ensure port 22 is not exposed
1801
- 'CKV_DOCKER_1': { cci: ['CCI-000366'], nist: ['CM-6'] },
1802
- // CKV_DOCKER_10: Ensure that WORKDIR values are absolute paths
1803
- 'CKV_DOCKER_10': { cci: ['CCI-000366'], nist: ['CM-6'] },
1804
- // CKV_DOCKER_11: Ensure From Alias are unique for multistage builds.
1805
- 'CKV_DOCKER_11': { cci: ['CCI-000366'], nist: ['CM-6'] },
1806
- // CKV_DOCKER_2: Ensure that HEALTHCHECK instructions have been added to container images
1807
- 'CKV_DOCKER_2': { cci: ['CCI-000366'], nist: ['CM-6'] },
1808
- // CKV_DOCKER_3: Ensure that a user for the container has been created
1809
- 'CKV_DOCKER_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
1810
- // CKV_DOCKER_4: Ensure that COPY is used instead of ADD in Dockerfiles
1811
- 'CKV_DOCKER_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
1812
- // CKV_DOCKER_5: Ensure update instructions are not use alone in the Dockerfile
1813
- 'CKV_DOCKER_5': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1814
- // CKV_DOCKER_6: Ensure that LABEL maintainer is used instead of MAINTAINER (deprecated)
1815
- 'CKV_DOCKER_6': { cci: ['CCI-000366'], nist: ['CM-6'] },
1816
- // CKV_DOCKER_7: Ensure the base image uses a non latest version tag
1817
- 'CKV_DOCKER_7': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1818
- // CKV_DOCKER_8: Ensure the last USER is not root
1819
- 'CKV_DOCKER_8': { cci: ['CCI-000366'], nist: ['CM-6'] },
1820
- // CKV_DOCKER_9: Ensure that APT isn't used
1821
- 'CKV_DOCKER_9': { cci: ['CCI-000366'], nist: ['CM-6'] },
1822
- // CKV_GCP_1: Ensure Stackdriver Logging is set to Enabled on Kubernetes Engine Clusters
1823
- 'CKV_GCP_1': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1824
- // CKV_GCP_10: Ensure 'Automatic node upgrade' is enabled for Kubernetes Clusters
1825
- 'CKV_GCP_10': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
1826
- // CKV_GCP_100: Ensure that BigQuery Tables are not anonymously or publicly accessible
1827
- 'CKV_GCP_100': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1828
- // CKV_GCP_101: Ensure that Artifact Registry repositories are not anonymously or publicly ac...
1829
- 'CKV_GCP_101': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1830
- // CKV_GCP_102: Ensure that GCP Cloud Run services are not anonymously or publicly accessible
1831
- 'CKV_GCP_102': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1832
- // CKV_GCP_103: Ensure Dataproc Clusters do not have public IPs
1833
- 'CKV_GCP_103': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1834
- // CKV_GCP_104: Ensure Datafusion has stack driver logging enabled
1835
- 'CKV_GCP_104': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1836
- // CKV_GCP_105: Ensure Datafusion has stack driver monitoring enabled
1837
- 'CKV_GCP_105': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1838
- // CKV_GCP_106: Ensure Google compute firewall ingress does not allow unrestricted http port ...
1839
- 'CKV_GCP_106': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
1840
- // CKV_GCP_107: Cloud functions should not be public
1841
- 'CKV_GCP_107': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
1842
- // CKV_GCP_108: Ensure hostnames are logged for GCP PostgreSQL databases
1843
- 'CKV_GCP_108': { cci: ['CCI-000366'], nist: ['CM-6'] },
1844
- // CKV_GCP_109: Ensure the GCP PostgreSQL database log levels are set to ERROR or lower
1845
- 'CKV_GCP_109': { cci: ['CCI-000135', 'CCI-000169'], nist: ['AU-3(1)', 'AU-12'] },
1846
- // CKV_GCP_11: Ensure that Cloud SQL database Instances are not open to the world
1847
- 'CKV_GCP_11': { cci: ['CCI-000366'], nist: ['CM-6'] },
1848
- // CKV_GCP_110: Ensure pgAudit is enabled for your GCP PostgreSQL database
1849
- 'CKV_GCP_110': { cci: ['CCI-000366'], nist: ['CM-6'] },
1850
- // CKV_GCP_111: Ensure GCP PostgreSQL logs SQL statements
1851
- 'CKV_GCP_111': { cci: ['CCI-000135', 'CCI-000169'], nist: ['AU-3(1)', 'AU-12'] },
1852
- // CKV_GCP_112: Ensure KMS policy should not allow public access
1853
- 'CKV_GCP_112': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1854
- // CKV_GCP_113: Ensure IAM policy should not define public access
1855
- 'CKV_GCP_113': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1856
- // CKV_GCP_114: Ensure public access prevention is enforced on Cloud Storage bucket
1857
- 'CKV_GCP_114': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1858
- // CKV_GCP_115: Ensure basic roles are not used at organization level.
1859
- 'CKV_GCP_115': { cci: ['CCI-000366'], nist: ['CM-6'] },
1860
- // CKV_GCP_116: Ensure basic roles are not used at folder level.
1861
- 'CKV_GCP_116': { cci: ['CCI-000366'], nist: ['CM-6'] },
1862
- // CKV_GCP_117: Ensure basic roles are not used at project level.
1863
- 'CKV_GCP_117': { cci: ['CCI-000366'], nist: ['CM-6'] },
1864
- // CKV_GCP_119: Ensure Spanner Database has deletion protection enabled
1865
- 'CKV_GCP_119': { cci: ['CCI-000366'], nist: ['CM-6'] },
1866
- // CKV_GCP_12: Ensure Network Policy is enabled on Kubernetes Engine Clusters
1867
- 'CKV_GCP_12': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1868
- // CKV_GCP_120: Ensure Spanner Database has drop protection enabled
1869
- 'CKV_GCP_120': { cci: ['CCI-000366'], nist: ['CM-6'] },
1870
- // CKV_GCP_121: Ensure BigQuery tables have deletion protection enabled
1871
- 'CKV_GCP_121': { cci: ['CCI-000366'], nist: ['CM-6'] },
1872
- // CKV_GCP_122: Ensure Big Table Instances have deletion protection enabled
1873
- 'CKV_GCP_122': { cci: ['CCI-000366'], nist: ['CM-6'] },
1874
- // CKV_GCP_123: GKE Don't Use NodePools in the Cluster configuration
1875
- 'CKV_GCP_123': { cci: ['CCI-000366'], nist: ['CM-6'] },
1876
- // CKV_GCP_124: Ensure GCP Cloud Function is not configured with overly permissive Ingress se...
1877
- 'CKV_GCP_124': { cci: ['CCI-000366'], nist: ['CM-6'] },
1878
- // CKV_GCP_125: Ensure GCP GitHub Actions OIDC trust policy is configured securely
1879
- 'CKV_GCP_125': { cci: ['CCI-001957', 'CCI-001954'], nist: ['IA-2(12)', 'IA-8(2)'] },
1880
- // CKV_GCP_126: Ensure Vertex AI Notebook instances are launched with Shielded VM enabled
1881
- 'CKV_GCP_126': { cci: ['CCI-000366'], nist: ['CM-6'] },
1882
- // CKV_GCP_127: Ensure Integrity Monitoring for Shielded Vertex AI Notebook Instances is Enabled
1883
- 'CKV_GCP_127': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1884
- // CKV_GCP_13: Ensure client certificate authentication to Kubernetes Engine Clusters is dis...
1885
- 'CKV_GCP_13': { cci: ['CCI-002420', 'CCI-002448'], nist: ['SC-8(1)', 'SC-17'] },
1886
- // CKV_GCP_14: Ensure all Cloud SQL database instance have backup configuration enabled
1887
- 'CKV_GCP_14': { cci: ['CCI-000510'], nist: ['CP-9(1)'] },
1888
- // CKV_GCP_15: Ensure that BigQuery datasets are not anonymously or publicly accessible
1889
- 'CKV_GCP_15': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1890
- // CKV_GCP_16: Ensure that DNSSEC is enabled for Cloud DNS
1891
- 'CKV_GCP_16': { cci: ['CCI-000366'], nist: ['CM-6'] },
1892
- // CKV_GCP_17: Ensure that RSASHA1 is not used for the zone-signing and key-signing keys in ...
1893
- 'CKV_GCP_17': { cci: ['CCI-001099'], nist: ['SC-7(4)', 'SC-20'] },
1894
- // CKV_GCP_18: Ensure GKE Control Plane is not public
1895
- 'CKV_GCP_18': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
1896
- // CKV_GCP_2: Ensure Google compute firewall ingress does not allow unrestricted ssh access
1897
- 'CKV_GCP_2': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
1898
- // CKV_GCP_20: Ensure master authorized networks is set to enabled in GKE clusters
1899
- 'CKV_GCP_20': { cci: ['CCI-000366'], nist: ['CM-6'] },
1900
- // CKV_GCP_21: Ensure Kubernetes Clusters are configured with Labels
1901
- 'CKV_GCP_21': { cci: ['CCI-000366'], nist: ['CM-6'] },
1902
- // CKV_GCP_22: Ensure Container-Optimized OS (cos) is used for Kubernetes Engine Clusters No...
1903
- 'CKV_GCP_22': { cci: ['CCI-000366'], nist: ['CM-6'] },
1904
- // CKV_GCP_23: Ensure Kubernetes Cluster is created with Alias IP ranges enabled
1905
- 'CKV_GCP_23': { cci: ['CCI-000366'], nist: ['CM-6'] },
1906
- // CKV_GCP_24: Ensure PodSecurityPolicy controller is enabled on the Kubernetes Engine Clusters
1907
- 'CKV_GCP_24': { cci: ['CCI-000366'], nist: ['CM-6'] },
1908
- // CKV_GCP_25: Ensure Kubernetes Cluster is created with Private cluster enabled
1909
- 'CKV_GCP_25': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1910
- // CKV_GCP_26: Ensure that VPC Flow Logs is enabled for every subnet in a VPC Network
1911
- 'CKV_GCP_26': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1912
- // CKV_GCP_27: Ensure that the default network does not exist in a project
1913
- 'CKV_GCP_27': { cci: ['CCI-000366'], nist: ['CM-6'] },
1914
- // CKV_GCP_28: Ensure that Cloud Storage bucket is not anonymously or publicly accessible
1915
- 'CKV_GCP_28': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1916
- // CKV_GCP_29: Ensure that Cloud Storage buckets have uniform bucket-level access enabled
1917
- 'CKV_GCP_29': { cci: ['CCI-000366'], nist: ['CM-6'] },
1918
- // CKV_GCP_3: Ensure Google compute firewall ingress does not allow unrestricted rdp access
1919
- 'CKV_GCP_3': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
1920
- // CKV_GCP_30: Ensure that instances are not configured to use the default service account
1921
- 'CKV_GCP_30': { cci: ['CCI-000230', 'CCI-001515'], nist: ['AC-6(5)', 'CM-6(1)'] },
1922
- // CKV_GCP_31: Ensure that instances are not configured to use the default service account w...
1923
- 'CKV_GCP_31': { cci: ['CCI-000230', 'CCI-001515'], nist: ['AC-6(5)', 'CM-6(1)'] },
1924
- // CKV_GCP_32: Ensure 'Block Project-wide SSH keys' is enabled for VM instances
1925
- 'CKV_GCP_32': { cci: ['CCI-000069', 'CCI-001941'], nist: ['AC-17(2)', 'IA-2(6)'] },
1926
- // CKV_GCP_33: Ensure oslogin is enabled for a Project
1927
- 'CKV_GCP_33': { cci: ['CCI-000366'], nist: ['CM-6'] },
1928
- // CKV_GCP_34: Ensure that no instance in the project overrides the project setting for enab...
1929
- 'CKV_GCP_34': { cci: ['CCI-000385'], nist: ['CM-8(1)'] },
1930
- // CKV_GCP_35: Ensure 'Enable connecting to serial ports' is not enabled for VM Instance
1931
- 'CKV_GCP_35': { cci: ['CCI-000366'], nist: ['CM-6'] },
1932
- // CKV_GCP_36: Ensure that IP forwarding is not enabled on Instances
1933
- 'CKV_GCP_36': { cci: ['CCI-000366'], nist: ['CM-6'] },
1934
- // CKV_GCP_37: Ensure VM disks for critical VMs are encrypted with Customer Supplied Encrypt...
1935
- 'CKV_GCP_37': { cci: ['CCI-002450'], nist: ['SC-13'] },
1936
- // CKV_GCP_38: Ensure VM disks for critical VMs are encrypted with Customer Supplied Encrypt...
1937
- 'CKV_GCP_38': { cci: ['CCI-002450'], nist: ['SC-13'] },
1938
- // CKV_GCP_39: Ensure Compute instances are launched with Shielded VM enabled
1939
- 'CKV_GCP_39': { cci: ['CCI-000366'], nist: ['CM-6'] },
1940
- // CKV_GCP_4: Ensure no HTTPS or SSL proxy load balancers permit SSL policies with weak cip...
1941
- 'CKV_GCP_4': { cci: ['CCI-002420', 'CCI-002450'], nist: ['SC-8(1)', 'SC-13'] },
1942
- // CKV_GCP_40: Ensure that Compute instances do not have public IP addresses
1943
- 'CKV_GCP_40': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1944
- // CKV_GCP_41: Ensure that IAM users are not assigned the Service Account User or Service Ac...
1945
- 'CKV_GCP_41': { cci: ['CCI-000016', 'CCI-000213'], nist: ['AC-2(1)', 'AC-3'] },
1946
- // CKV_GCP_42: Ensure that Service Account has no Admin privileges
1947
- 'CKV_GCP_42': { cci: ['CCI-000366'], nist: ['CM-6'] },
1948
- // CKV_GCP_43: Ensure KMS encryption keys are rotated within a period of 90 days
1949
- 'CKV_GCP_43': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
1950
- // CKV_GCP_44: Ensure no roles that enable to impersonate and manage all service accounts ar...
1951
- 'CKV_GCP_44': { cci: ['CCI-000366'], nist: ['CM-6'] },
1952
- // CKV_GCP_45: Ensure no roles that enable to impersonate and manage all service accounts ar...
1953
- 'CKV_GCP_45': { cci: ['CCI-000366'], nist: ['CM-6'] },
1954
- // CKV_GCP_46: Ensure Default Service account is not used at a project level
1955
- 'CKV_GCP_46': { cci: ['CCI-000230', 'CCI-001515'], nist: ['AC-6(5)', 'CM-6(1)'] },
1956
- // CKV_GCP_47: Ensure default service account is not used at an organization level
1957
- 'CKV_GCP_47': { cci: ['CCI-000230', 'CCI-001515'], nist: ['AC-6(5)', 'CM-6(1)'] },
1958
- // CKV_GCP_48: Ensure Default Service account is not used at a folder level
1959
- 'CKV_GCP_48': { cci: ['CCI-000230', 'CCI-001515'], nist: ['AC-6(5)', 'CM-6(1)'] },
1960
- // CKV_GCP_49: Ensure roles do not impersonate or manage Service Accounts used at project level
1961
- 'CKV_GCP_49': { cci: ['CCI-000366'], nist: ['CM-6'] },
1962
- // CKV_GCP_50: Ensure MySQL database 'local_infile' flag is set to 'off'
1963
- 'CKV_GCP_50': { cci: ['CCI-000366'], nist: ['CM-6'] },
1964
- // CKV_GCP_51: Ensure PostgreSQL database 'log_checkpoints' flag is set to 'on'
1965
- 'CKV_GCP_51': { cci: ['CCI-000366'], nist: ['CM-6'] },
1966
- // CKV_GCP_52: Ensure PostgreSQL database 'log_connections' flag is set to 'on'
1967
- 'CKV_GCP_52': { cci: ['CCI-000366'], nist: ['CM-6'] },
1968
- // CKV_GCP_53: Ensure PostgreSQL database 'log_disconnections' flag is set to 'on'
1969
- 'CKV_GCP_53': { cci: ['CCI-000366'], nist: ['CM-6'] },
1970
- // CKV_GCP_54: Ensure PostgreSQL database 'log_lock_waits' flag is set to 'on'
1971
- 'CKV_GCP_54': { cci: ['CCI-000366'], nist: ['CM-6'] },
1972
- // CKV_GCP_55: Ensure PostgreSQL database 'log_min_messages' flag is set to a valid value
1973
- 'CKV_GCP_55': { cci: ['CCI-000366'], nist: ['CM-6'] },
1974
- // CKV_GCP_56: Ensure PostgreSQL database 'log_temp_files flag is set to '0'
1975
- 'CKV_GCP_56': { cci: ['CCI-000366'], nist: ['CM-6'] },
1976
- // CKV_GCP_57: Ensure PostgreSQL database 'log_min_duration_statement' flag is set to '-1'
1977
- 'CKV_GCP_57': { cci: ['CCI-000366'], nist: ['CM-6'] },
1978
- // CKV_GCP_58: Ensure SQL database 'cross db ownership chaining' flag is set to 'off'
1979
- 'CKV_GCP_58': { cci: ['CCI-000366'], nist: ['CM-6'] },
1980
- // CKV_GCP_59: Ensure SQL database 'contained database authentication' flag is set to 'off'
1981
- 'CKV_GCP_59': { cci: ['CCI-000366'], nist: ['CM-6'] },
1982
- // CKV_GCP_6: Ensure all Cloud SQL database instance requires all incoming connections to u...
1983
- 'CKV_GCP_6': { cci: ['CCI-000366'], nist: ['CM-6'] },
1984
- // CKV_GCP_60: Ensure Cloud SQL database does not have public IP
1985
- 'CKV_GCP_60': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
1986
- // CKV_GCP_61: Enable VPC Flow Logs and Intranode Visibility
1987
- 'CKV_GCP_61': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1988
- // CKV_GCP_62: Bucket should log access
1989
- 'CKV_GCP_62': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1990
- // CKV_GCP_63: Bucket should not log to itself
1991
- 'CKV_GCP_63': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
1992
- // CKV_GCP_64: Ensure clusters are created with Private Nodes
1993
- 'CKV_GCP_64': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
1994
- // CKV_GCP_65: Manage Kubernetes RBAC users with Google Groups for GKE
1995
- 'CKV_GCP_65': { cci: ['CCI-000366'], nist: ['CM-6'] },
1996
- // CKV_GCP_66: Ensure use of Binary Authorization
1997
- 'CKV_GCP_66': { cci: ['CCI-000366'], nist: ['CM-6'] },
1998
- // CKV_GCP_68: Ensure Secure Boot for Shielded GKE Nodes is Enabled
1999
- 'CKV_GCP_68': { cci: ['CCI-000366'], nist: ['CM-6'] },
2000
- // CKV_GCP_69: Ensure the GKE Metadata Server is Enabled
2001
- 'CKV_GCP_69': { cci: ['CCI-000366'], nist: ['CM-6'] },
2002
- // CKV_GCP_7: Ensure Legacy Authorization is set to Disabled on Kubernetes Engine Clusters
2003
- 'CKV_GCP_7': { cci: ['CCI-000366'], nist: ['CM-6'] },
2004
- // CKV_GCP_70: Ensure the GKE Release Channel is set
2005
- 'CKV_GCP_70': { cci: ['CCI-000366'], nist: ['CM-6'] },
2006
- // CKV_GCP_71: Ensure Shielded GKE Nodes are Enabled
2007
- 'CKV_GCP_71': { cci: ['CCI-000366'], nist: ['CM-6'] },
2008
- // CKV_GCP_72: Ensure Integrity Monitoring for Shielded GKE Nodes is Enabled
2009
- 'CKV_GCP_72': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
2010
- // CKV_GCP_73: Ensure Cloud Armor prevents message lookup in Log4j2. See CVE-2021-44228 aka ...
2011
- 'CKV_GCP_73': { cci: ['CCI-000366'], nist: ['CM-6'] },
2012
- // CKV_GCP_74: Ensure that private_ip_google_access is enabled for Subnet
2013
- 'CKV_GCP_74': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
2014
- // CKV_GCP_75: Ensure Google compute firewall ingress does not allow unrestricted FTP access
2015
- 'CKV_GCP_75': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2016
- // CKV_GCP_76: Ensure that Private google access is enabled for IPV6
2017
- 'CKV_GCP_76': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
2018
- // CKV_GCP_77: Ensure Google compute firewall ingress does not allow on ftp port
2019
- 'CKV_GCP_77': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2020
- // CKV_GCP_78: Ensure Cloud storage has versioning enabled
2021
- 'CKV_GCP_78': { cci: ['CCI-000510', 'CCI-000164'], nist: ['CP-9(1)', 'AU-9(2)'] },
2022
- // CKV_GCP_79: Ensure SQL database is using latest Major version
2023
- 'CKV_GCP_79': { cci: ['CCI-000366'], nist: ['CM-6'] },
2024
- // CKV_GCP_8: Ensure Stackdriver Monitoring is set to Enabled on Kubernetes Engine Clusters
2025
- 'CKV_GCP_8': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
2026
- // CKV_GCP_80: Ensure Big Query Tables are encrypted with Customer Supplied Encryption Keys ...
2027
- 'CKV_GCP_80': { cci: ['CCI-002450'], nist: ['SC-13'] },
2028
- // CKV_GCP_81: Ensure Big Query Datasets are encrypted with Customer Supplied Encryption Key...
2029
- 'CKV_GCP_81': { cci: ['CCI-002450'], nist: ['SC-13'] },
2030
- // CKV_GCP_82: Ensure KMS keys are protected from deletion
2031
- 'CKV_GCP_82': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
2032
- // CKV_GCP_83: Ensure PubSub Topics are encrypted with Customer Supplied Encryption Keys (CSEK)
2033
- 'CKV_GCP_83': { cci: ['CCI-002450'], nist: ['SC-13'] },
2034
- // CKV_GCP_84: Ensure Artifact Registry Repositories are encrypted with Customer Supplied En...
2035
- 'CKV_GCP_84': { cci: ['CCI-002450'], nist: ['SC-13'] },
2036
- // CKV_GCP_85: Ensure Big Table Instances are encrypted with Customer Supplied Encryption Ke...
2037
- 'CKV_GCP_85': { cci: ['CCI-002450'], nist: ['SC-13'] },
2038
- // CKV_GCP_86: Ensure Cloud build workers are private
2039
- 'CKV_GCP_86': { cci: ['CCI-000366'], nist: ['CM-6'] },
2040
- // CKV_GCP_87: Ensure Data fusion instances are private
2041
- 'CKV_GCP_87': { cci: ['CCI-000366'], nist: ['CM-6'] },
2042
- // CKV_GCP_88: Ensure Google compute firewall ingress does not allow unrestricted mysql access
2043
- 'CKV_GCP_88': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2044
- // CKV_GCP_89: Ensure Vertex AI instances are private
2045
- 'CKV_GCP_89': { cci: ['CCI-000366'], nist: ['CM-6'] },
2046
- // CKV_GCP_9: Ensure 'Automatic node repair' is enabled for Kubernetes Clusters
2047
- 'CKV_GCP_9': { cci: ['CCI-000366'], nist: ['CM-6'] },
2048
- // CKV_GCP_90: Ensure data flow jobs are encrypted with Customer Supplied Encryption Keys (C...
2049
- 'CKV_GCP_90': { cci: ['CCI-002450'], nist: ['SC-13'] },
2050
- // CKV_GCP_91: Ensure Dataproc cluster is encrypted with Customer Supplied Encryption Keys (...
2051
- 'CKV_GCP_91': { cci: ['CCI-002450'], nist: ['SC-13'] },
2052
- // CKV_GCP_92: Ensure Vertex AI datasets uses a CMK (Customer Managed Key)
2053
- 'CKV_GCP_92': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
2054
- // CKV_GCP_93: Ensure Spanner Database is encrypted with Customer Supplied Encryption Keys (...
2055
- 'CKV_GCP_93': { cci: ['CCI-002450'], nist: ['SC-13'] },
2056
- // CKV_GCP_94: Ensure Dataflow jobs are private
2057
- 'CKV_GCP_94': { cci: ['CCI-000366'], nist: ['CM-6'] },
2058
- // CKV_GCP_95: Ensure Memorystore for Redis has AUTH enabled
2059
- 'CKV_GCP_95': { cci: ['CCI-000366'], nist: ['CM-6'] },
2060
- // CKV_GCP_96: Ensure Vertex AI Metadata Store uses a CMK (Customer Managed Key)
2061
- 'CKV_GCP_96': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
2062
- // CKV_GCP_97: Ensure Memorystore for Redis uses intransit encryption
2063
- 'CKV_GCP_97': { cci: ['CCI-002450'], nist: ['SC-13'] },
2064
- // CKV_GCP_98: Ensure that Dataproc clusters are not anonymously or publicly accessible
2065
- 'CKV_GCP_98': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2066
- // CKV_GCP_99: Ensure that Pub/Sub Topics are not anonymously or publicly accessible
2067
- 'CKV_GCP_99': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2068
- // CKV_GHA_1: Ensure ACTIONS_ALLOW_UNSECURE_COMMANDS isn't true on environment variables
2069
- 'CKV_GHA_1': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2070
- // CKV_GHA_2: Ensure run commands are not vulnerable to shell injection
2071
- 'CKV_GHA_2': { cci: ['CCI-000366'], nist: ['CM-6'] },
2072
- // CKV_GHA_3: Suspicious use of curl with secrets
2073
- 'CKV_GHA_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
2074
- // CKV_GHA_4: Suspicious use of netcat with IP address
2075
- 'CKV_GHA_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
2076
- // CKV_GHA_5: Found artifact build without evidence of cosign sign execution in pipeline
2077
- 'CKV_GHA_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
2078
- // CKV_GHA_6: Found artifact build without evidence of cosign sbom attestation in pipeline
2079
- 'CKV_GHA_6': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
2080
- // CKV_GHA_7: The build output cannot be affected by user parameters other than the build e...
2081
- 'CKV_GHA_7': { cci: ['CCI-002002', 'CCI-002700'], nist: ['SA-11(1)', 'SI-7(1)'] },
2082
- // CKV_GITHUB_1: Ensure GitHub organization security settings require 2FA
2083
- 'CKV_GITHUB_1': { cci: ['CCI-000765', 'CCI-000766'], nist: ['IA-2(1)', 'IA-2(2)'] },
2084
- // CKV_GITHUB_10: Ensure branch protection rules are enforced on administrators
2085
- 'CKV_GITHUB_10': { cci: ['CCI-000366'], nist: ['CM-6'] },
2086
- // CKV_GITHUB_11: Ensure GitHub branch protection dismisses stale review on new commit
2087
- 'CKV_GITHUB_11': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
2088
- // CKV_GITHUB_12: Ensure GitHub branch protection restricts who can dismiss PR reviews
2089
- 'CKV_GITHUB_12': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
2090
- // CKV_GITHUB_13: Ensure GitHub branch protection requires CODEOWNER reviews
2091
- 'CKV_GITHUB_13': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
2092
- // CKV_GITHUB_14: Ensure all checks have passed before the merge of new code
2093
- 'CKV_GITHUB_14': { cci: ['CCI-000366'], nist: ['CM-6'] },
2094
- // CKV_GITHUB_15: Ensure inactive branches are reviewed and removed periodically
2095
- 'CKV_GITHUB_15': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
2096
- // CKV_GITHUB_16: Ensure GitHub branch protection requires conversation resolution
2097
- 'CKV_GITHUB_16': { cci: ['CCI-000366'], nist: ['CM-6'] },
2098
- // CKV_GITHUB_17: Ensure GitHub branch protection requires push restrictions
2099
- 'CKV_GITHUB_17': { cci: ['CCI-000366'], nist: ['CM-6'] },
2100
- // CKV_GITHUB_18: Ensure GitHub branch protection rules does not allow deletions
2101
- 'CKV_GITHUB_18': { cci: ['CCI-000366'], nist: ['CM-6'] },
2102
- // CKV_GITHUB_19: Ensure any change to code receives approval of two strongly authenticated users
2103
- 'CKV_GITHUB_19': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
2104
- // CKV_GITHUB_2: Ensure GitHub organization security settings require SSO
2105
- 'CKV_GITHUB_2': { cci: ['CCI-001957', 'CCI-001954'], nist: ['IA-2(12)', 'IA-8(2)'] },
2106
- // CKV_GITHUB_20: Ensure open git branches are up to date before they can be merged into codebase
2107
- 'CKV_GITHUB_20': { cci: ['CCI-000366'], nist: ['CM-6'] },
2108
- // CKV_GITHUB_21: Ensure public repository creation is limited to specific members
2109
- 'CKV_GITHUB_21': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
2110
- // CKV_GITHUB_22: Ensure private repository creation is limited to specific members
2111
- 'CKV_GITHUB_22': { cci: ['CCI-000366'], nist: ['CM-6'] },
2112
- // CKV_GITHUB_23: Ensure internal repository creation is limited to specific members
2113
- 'CKV_GITHUB_23': { cci: ['CCI-000366'], nist: ['CM-6'] },
2114
- // CKV_GITHUB_26: Ensure minimum admins are set for the organization
2115
- 'CKV_GITHUB_26': { cci: ['CCI-000019', 'CCI-000230'], nist: ['AC-2(4)', 'AC-6(5)'] },
2116
- // CKV_GITHUB_27: Ensure strict base permissions are set for repositories
2117
- 'CKV_GITHUB_27': { cci: ['CCI-000366'], nist: ['CM-6'] },
2118
- // CKV_GITHUB_28: Ensure an organization's identity is confirmed with a Verified badge Passed
2119
- 'CKV_GITHUB_28': { cci: ['CCI-000366'], nist: ['CM-6'] },
2120
- // CKV_GITHUB_3: Ensure GitHub organization security settings has IP allow list enabled
2121
- 'CKV_GITHUB_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
2122
- // CKV_GITHUB_4: Ensure GitHub branch protection rules requires signed commits
2123
- 'CKV_GITHUB_4': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
2124
- // CKV_GITHUB_5: Ensure GitHub branch protection rules does not allow force pushes
2125
- 'CKV_GITHUB_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
2126
- // CKV_GITHUB_6: Ensure GitHub organization webhooks are using HTTPS
2127
- 'CKV_GITHUB_6': { cci: ['CCI-000366'], nist: ['CM-6'] },
2128
- // CKV_GITHUB_7: Ensure GitHub repository webhooks are using HTTPS
2129
- 'CKV_GITHUB_7': { cci: ['CCI-000366'], nist: ['CM-6'] },
2130
- // CKV_GITHUB_8: Ensure GitHub branch protection rules requires linear history
2131
- 'CKV_GITHUB_8': { cci: ['CCI-000366'], nist: ['CM-6'] },
2132
- // CKV_GITHUB_9: Ensure 2 admins are set for each repository
2133
- 'CKV_GITHUB_9': { cci: ['CCI-000366'], nist: ['CM-6'] },
2134
- // CKV_GITLABCI_1: Suspicious use of curl with CI environment variables in script
2135
- 'CKV_GITLABCI_1': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2136
- // CKV_GITLABCI_2: Avoid creating rules that generate double pipelines
2137
- 'CKV_GITLABCI_2': { cci: ['CCI-000366'], nist: ['CM-6'] },
2138
- // CKV_GITLABCI_3: Detecting image usages in gitlab workflows
2139
- 'CKV_GITLABCI_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
2140
- // CKV_GITLAB_1: Merge requests should require at least 2 approvals
2141
- 'CKV_GITLAB_1': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
2142
- // CKV_GIT_1: Ensure GitHub repository is Private
2143
- 'CKV_GIT_1': { cci: ['CCI-000366'], nist: ['CM-6'] },
2144
- // CKV_GIT_2: Ensure GitHub repository webhooks are using HTTPS
2145
- 'CKV_GIT_2': { cci: ['CCI-000366'], nist: ['CM-6'] },
2146
- // CKV_GIT_3: Ensure GitHub repository has vulnerability alerts enabled
2147
- 'CKV_GIT_3': { cci: ['CCI-001645'], nist: ['RA-5(2)'] },
2148
- // CKV_GIT_4: Ensure GitHub Actions secrets are encrypted
2149
- 'CKV_GIT_4': { cci: ['CCI-002450'], nist: ['SC-13'] },
2150
- // CKV_GIT_5: GitHub pull requests should require at least 2 approvals
2151
- 'CKV_GIT_5': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
2152
- // CKV_GIT_6: Ensure GitHub branch protection rules requires signed commits
2153
- 'CKV_GIT_6': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
2154
- // CKV_GLB_1: Ensure at least two approving reviews are required to merge a GitLab MR
2155
- 'CKV_GLB_1': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
2156
- // CKV_GLB_2: Ensure GitLab branch protection rules does not allow force pushes
2157
- 'CKV_GLB_2': { cci: ['CCI-000366'], nist: ['CM-6'] },
2158
- // CKV_GLB_3: Ensure GitLab prevent secrets is enabled
2159
- 'CKV_GLB_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
2160
- // CKV_GLB_4: Ensure GitLab commits are signed
2161
- 'CKV_GLB_4': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
2162
- // CKV_K8S_1: Do not admit containers wishing to share the host process ID namespace
2163
- 'CKV_K8S_1': { cci: ['CCI-000366'], nist: ['CM-6'] },
2164
- // CKV_K8S_10: CPU requests should be set
2165
- 'CKV_K8S_10': { cci: ['CCI-002385', 'CCI-001515'], nist: ['SC-5(1)', 'CM-6(1)'] },
2166
- // CKV_K8S_100: Ensure that the --tls-cert-file and --tls-private-key-file arguments are set ...
2167
- 'CKV_K8S_100': { cci: ['CCI-002420', 'CCI-002451'], nist: ['SC-8(1)', 'SC-12(1)'] },
2168
- // CKV_K8S_102: Ensure that the --etcd-cafile argument is set as appropriate
2169
- 'CKV_K8S_102': { cci: ['CCI-002420', 'CCI-002451'], nist: ['SC-8(1)', 'SC-12(1)'] },
2170
- // CKV_K8S_104: Ensure that encryption providers are appropriately configured
2171
- 'CKV_K8S_104': { cci: ['CCI-002450'], nist: ['SC-13'] },
2172
- // CKV_K8S_105: Ensure that the API Server only makes use of Strong Cryptographic Ciphers
2173
- 'CKV_K8S_105': { cci: ['CCI-002420', 'CCI-002450'], nist: ['SC-8(1)', 'SC-13'] },
2174
- // CKV_K8S_106: Ensure that the --terminated-pod-gc-threshold argument is set as appropriate
2175
- 'CKV_K8S_106': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2176
- // CKV_K8S_107: Ensure that the --profiling argument is set to false
2177
- 'CKV_K8S_107': { cci: ['CCI-000382'], nist: ['CM-7(1)'] },
2178
- // CKV_K8S_108: Ensure that the --use-service-account-credentials argument is set to true
2179
- 'CKV_K8S_108': { cci: ['CCI-000230'], nist: ['AC-6(5)'] },
2180
- // CKV_K8S_11: CPU limits should be set
2181
- 'CKV_K8S_11': { cci: ['CCI-002385', 'CCI-001515'], nist: ['SC-5(1)', 'CM-6(1)'] },
2182
- // CKV_K8S_110: Ensure that the --service-account-private-key-file argument is set as appropr...
2183
- 'CKV_K8S_110': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2184
- // CKV_K8S_111: Ensure that the --root-ca-file argument is set as appropriate
2185
- 'CKV_K8S_111': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2186
- // CKV_K8S_112: Ensure that the RotateKubeletServerCertificate argument is set to true
2187
- 'CKV_K8S_112': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2188
- // CKV_K8S_113: Ensure that the --bind-address argument is set to 127.0.0.1
2189
- 'CKV_K8S_113': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2190
- // CKV_K8S_114: Ensure that the --profiling argument is set to false
2191
- 'CKV_K8S_114': { cci: ['CCI-000382'], nist: ['CM-7(1)'] },
2192
- // CKV_K8S_115: Ensure that the --bind-address argument is set to 127.0.0.1
2193
- 'CKV_K8S_115': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2194
- // CKV_K8S_116: Ensure that the --cert-file and --key-file arguments are set as appropriate
2195
- 'CKV_K8S_116': { cci: ['CCI-000366'], nist: ['CM-6'] },
2196
- // CKV_K8S_117: Ensure that the --client-cert-auth argument is set to true
2197
- 'CKV_K8S_117': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2198
- // CKV_K8S_118: Ensure that the --auto-tls argument is not set to true
2199
- 'CKV_K8S_118': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2200
- // CKV_K8S_119: Ensure that the --peer-cert-file and --peer-key-file arguments are set as app...
2201
- 'CKV_K8S_119': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
2202
- // CKV_K8S_12: Memory requests should be set
2203
- 'CKV_K8S_12': { cci: ['CCI-002385', 'CCI-001515'], nist: ['SC-5(1)', 'CM-6(1)'] },
2204
- // CKV_K8S_121: Ensure that the --peer-client-cert-auth argument is set to true
2205
- 'CKV_K8S_121': { cci: ['CCI-001501', 'CCI-001510'], nist: ['CM-3(2)', 'CM-5(1)'] },
2206
- // CKV_K8S_13: Memory limits should be set
2207
- 'CKV_K8S_13': { cci: ['CCI-002385', 'CCI-001515'], nist: ['SC-5(1)', 'CM-6(1)'] },
2208
- // CKV_K8S_138: Ensure that the --anonymous-auth argument is set to false
2209
- 'CKV_K8S_138': { cci: ['CCI-002169', 'CCI-000764'], nist: ['AC-3(7)', 'IA-2'] },
2210
- // CKV_K8S_139: Ensure that the --authorization-mode argument is not set to AlwaysAllow
2211
- 'CKV_K8S_139': { cci: ['CCI-002169', 'CCI-000764'], nist: ['AC-3(7)', 'IA-2'] },
2212
- // CKV_K8S_14: Image Tag should be fixed - not latest or blank
2213
- 'CKV_K8S_14': { cci: ['CCI-001648', 'CCI-002700'], nist: ['RA-5(5)', 'SI-7(1)'] },
2214
- // CKV_K8S_140: Ensure that the --client-ca-file argument is set as appropriate
2215
- 'CKV_K8S_140': { cci: ['CCI-002420', 'CCI-002451'], nist: ['SC-8(1)', 'SC-12(1)'] },
2216
- // CKV_K8S_141: Ensure that the --read-only-port argument is set to 0
2217
- 'CKV_K8S_141': { cci: ['CCI-001515', 'CCI-000166'], nist: ['CM-6(1)', 'AU-9(4)'] },
2218
- // CKV_K8S_144: Ensure that the --protect-kernel-defaults argument is set to true
2219
- 'CKV_K8S_144': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2220
- // CKV_K8S_145: Ensure that the --make-iptables-util-chains argument is set to true
2221
- 'CKV_K8S_145': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2222
- // CKV_K8S_146: Ensure that the --hostname-override argument is not set
2223
- 'CKV_K8S_146': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2224
- // CKV_K8S_147: Ensure that the --event-qps argument is set to 0 or a level which ensures app...
2225
- 'CKV_K8S_147': { cci: ['CCI-002687', 'CCI-000229'], nist: ['SI-4(5)', 'IR-6(1)'] },
2226
- // CKV_K8S_148: Ensure that the --tls-cert-file and --tls-private-key-file arguments are set ...
2227
- 'CKV_K8S_148': { cci: ['CCI-002420', 'CCI-002451'], nist: ['SC-8(1)', 'SC-12(1)'] },
2228
- // CKV_K8S_149: Ensure that the --rotate-certificates argument is not set to false
2229
- 'CKV_K8S_149': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2230
- // CKV_K8S_15: Image Pull Policy should be Always
2231
- 'CKV_K8S_15': { cci: ['CCI-000366'], nist: ['CM-6'] },
2232
- // CKV_K8S_151: Ensure that the Kubelet only makes use of Strong Cryptographic Ciphers
2233
- 'CKV_K8S_151': { cci: ['CCI-002420', 'CCI-002450'], nist: ['SC-8(1)', 'SC-13'] },
2234
- // CKV_K8S_152: Prevent NGINX Ingress annotation snippets which contain LUA code execution. S...
2235
- 'CKV_K8S_152': { cci: ['CCI-000366'], nist: ['CM-6'] },
2236
- // CKV_K8S_153: Prevent All NGINX Ingress annotation snippets. See CVE-2021-25742
2237
- 'CKV_K8S_153': { cci: ['CCI-000366'], nist: ['CM-6'] },
2238
- // CKV_K8S_154: Prevent NGINX Ingress annotation snippets which contain alias statements See ...
2239
- 'CKV_K8S_154': { cci: ['CCI-000366'], nist: ['CM-6'] },
2240
- // CKV_K8S_155: Minimize ClusterRoles that grant control over validating or mutating admissio...
2241
- 'CKV_K8S_155': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
2242
- // CKV_K8S_156: Minimize ClusterRoles that grant permissions to approve CertificateSigningReq...
2243
- 'CKV_K8S_156': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
2244
- // CKV_K8S_157: Minimize Roles and ClusterRoles that grant permissions to bind RoleBindings o...
2245
- 'CKV_K8S_157': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
2246
- // CKV_K8S_158: Minimize Roles and ClusterRoles that grant permissions to escalate Roles or C...
2247
- 'CKV_K8S_158': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
2248
- // CKV_K8S_159: Limit the use of git-sync to prevent code injection
2249
- 'CKV_K8S_159': { cci: ['CCI-000366'], nist: ['CM-6'] },
2250
- // CKV_K8S_16: Container should not be privileged
2251
- 'CKV_K8S_16': { cci: ['CCI-000226', 'CCI-001521'], nist: ['AC-6(1)', 'CM-7(2)'] },
2252
- // CKV_K8S_17: Containers should not share the host process ID namespace
2253
- 'CKV_K8S_17': { cci: ['CCI-000366'], nist: ['CM-6'] },
2254
- // CKV_K8S_18: Containers should not share the host IPC namespace
2255
- 'CKV_K8S_18': { cci: ['CCI-000366'], nist: ['CM-6'] },
2256
- // CKV_K8S_19: Containers should not share the host network namespace
2257
- 'CKV_K8S_19': { cci: ['CCI-000366'], nist: ['CM-6'] },
2258
- // CKV_K8S_2: Do not admit privileged containers
2259
- 'CKV_K8S_2': { cci: ['CCI-000366'], nist: ['CM-6'] },
2260
- // CKV_K8S_20: Containers should not run with allowPrivilegeEscalation
2261
- 'CKV_K8S_20': { cci: ['CCI-000226', 'CCI-000235'], nist: ['AC-6(1)', 'AC-6(10)'] },
2262
- // CKV_K8S_21: The default namespace should not be used
2263
- 'CKV_K8S_21': { cci: ['CCI-000230', 'CCI-001515'], nist: ['AC-6(5)', 'CM-6(1)'] },
2264
- // CKV_K8S_22: Use read-only filesystem for containers where possible
2265
- 'CKV_K8S_22': { cci: ['CCI-001515', 'CCI-000166'], nist: ['CM-6(1)', 'AU-9(4)'] },
2266
- // CKV_K8S_23: Minimize the admission of root containers
2267
- 'CKV_K8S_23': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2268
- // CKV_K8S_24: Do not allow containers with added capability
2269
- 'CKV_K8S_24': { cci: ['CCI-000366'], nist: ['CM-6'] },
2270
- // CKV_K8S_25: Minimize the admission of containers with added capability
2271
- 'CKV_K8S_25': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2272
- // CKV_K8S_26: Do not specify hostPort unless absolutely necessary
2273
- 'CKV_K8S_26': { cci: ['CCI-001098', 'CCI-001521'], nist: ['SC-7(3)', 'CM-7(2)'] },
2274
- // CKV_K8S_27: Do not expose the docker daemon socket to containers
2275
- 'CKV_K8S_27': { cci: ['CCI-000366'], nist: ['CM-6'] },
2276
- // CKV_K8S_28: Minimize the admission of containers with the NET_RAW capability
2277
- 'CKV_K8S_28': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2278
- // CKV_K8S_29: Apply security context to your pods and containers
2279
- 'CKV_K8S_29': { cci: ['CCI-000366'], nist: ['CM-6'] },
2280
- // CKV_K8S_3: Do not admit containers wishing to share the host IPC namespace
2281
- 'CKV_K8S_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
2282
- // CKV_K8S_30: Apply security context to your containers
2283
- 'CKV_K8S_30': { cci: ['CCI-000366'], nist: ['CM-6'] },
2284
- // CKV_K8S_31: Ensure that the seccomp profile is set to docker/default or runtime/default
2285
- 'CKV_K8S_31': { cci: ['CCI-000366'], nist: ['CM-6'] },
2286
- // CKV_K8S_32: Ensure default seccomp profile set to docker/default or runtime/default
2287
- 'CKV_K8S_32': { cci: ['CCI-000366'], nist: ['CM-6'] },
2288
- // CKV_K8S_33: Ensure the Kubernetes dashboard is not deployed
2289
- 'CKV_K8S_33': { cci: ['CCI-001521'], nist: ['CM-7(2)'] },
2290
- // CKV_K8S_34: Ensure that Tiller (Helm v2) is not deployed
2291
- 'CKV_K8S_34': { cci: ['CCI-000366'], nist: ['CM-6'] },
2292
- // CKV_K8S_35: Prefer using secrets as files over secrets as environment variables
2293
- 'CKV_K8S_35': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2294
- // CKV_K8S_36: Minimize the admission of containers with capabilities assigned
2295
- 'CKV_K8S_36': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2296
- // CKV_K8S_37: Minimize the admission of containers with capabilities assigned
2297
- 'CKV_K8S_37': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2298
- // CKV_K8S_38: Ensure that Service Account Tokens are only mounted where necessary
2299
- 'CKV_K8S_38': { cci: ['CCI-000230', 'CCI-001941'], nist: ['AC-6(5)', 'IA-2(6)'] },
2300
- // CKV_K8S_39: Do not use the CAP_SYS_ADMIN linux capability
2301
- 'CKV_K8S_39': { cci: ['CCI-000366'], nist: ['CM-6'] },
2302
- // CKV_K8S_4: Do not admit containers wishing to share the host network namespace
2303
- 'CKV_K8S_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
2304
- // CKV_K8S_40: Containers should run as a high UID to avoid host conflict
2305
- 'CKV_K8S_40': { cci: ['CCI-000366'], nist: ['CM-6'] },
2306
- // CKV_K8S_41: Ensure that default service accounts are not actively used
2307
- 'CKV_K8S_41': { cci: ['CCI-000230', 'CCI-001515'], nist: ['AC-6(5)', 'CM-6(1)'] },
2308
- // CKV_K8S_42: Ensure that default service accounts are not actively used
2309
- 'CKV_K8S_42': { cci: ['CCI-000230', 'CCI-001515'], nist: ['AC-6(5)', 'CM-6(1)'] },
2310
- // CKV_K8S_43: Image should use digest
2311
- 'CKV_K8S_43': { cci: ['CCI-001648', 'CCI-002700'], nist: ['RA-5(5)', 'SI-7(1)'] },
2312
- // CKV_K8S_44: Ensure that the Tiller Service (Helm v2) is deleted
2313
- 'CKV_K8S_44': { cci: ['CCI-000366'], nist: ['CM-6'] },
2314
- // CKV_K8S_45: Ensure the Tiller Deployment (Helm V2) is not accessible from within the cluster
2315
- 'CKV_K8S_45': { cci: ['CCI-000366'], nist: ['CM-6'] },
2316
- // CKV_K8S_49: Minimize wildcard use in Roles and ClusterRoles
2317
- 'CKV_K8S_49': { cci: ['CCI-000226', 'CCI-000230'], nist: ['AC-6(1)', 'AC-6(5)'] },
2318
- // CKV_K8S_5: Containers should not run with allowPrivilegeEscalation
2319
- 'CKV_K8S_5': { cci: ['CCI-000226', 'CCI-000235'], nist: ['AC-6(1)', 'AC-6(10)'] },
2320
- // CKV_K8S_6: Do not admit root containers
2321
- 'CKV_K8S_6': { cci: ['CCI-000366'], nist: ['CM-6'] },
2322
- // CKV_K8S_68: Ensure that the --anonymous-auth argument is set to false
2323
- 'CKV_K8S_68': { cci: ['CCI-002169', 'CCI-000764'], nist: ['AC-3(7)', 'IA-2'] },
2324
- // CKV_K8S_69: Ensure that the --basic-auth-file argument is not set
2325
- 'CKV_K8S_69': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2326
- // CKV_K8S_7: Do not admit containers with the NET_RAW capability
2327
- 'CKV_K8S_7': { cci: ['CCI-000366'], nist: ['CM-6'] },
2328
- // CKV_K8S_70: Ensure that the --token-auth-file argument is not set
2329
- 'CKV_K8S_70': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2330
- // CKV_K8S_71: Ensure that the --kubelet-https argument is set to true
2331
- 'CKV_K8S_71': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2332
- // CKV_K8S_72: Ensure that the --kubelet-client-certificate and --kubelet-client-key argumen...
2333
- 'CKV_K8S_72': { cci: ['CCI-000366'], nist: ['CM-6'] },
2334
- // CKV_K8S_73: Ensure that the --kubelet-certificate-authority argument is set as appropriate
2335
- 'CKV_K8S_73': { cci: ['CCI-002420', 'CCI-002451'], nist: ['SC-8(1)', 'SC-12(1)'] },
2336
- // CKV_K8S_74: Ensure that the --authorization-mode argument is not set to AlwaysAllow
2337
- 'CKV_K8S_74': { cci: ['CCI-002169', 'CCI-000764'], nist: ['AC-3(7)', 'IA-2'] },
2338
- // CKV_K8S_75: Ensure that the --authorization-mode argument includes Node
2339
- 'CKV_K8S_75': { cci: ['CCI-002169', 'CCI-000764'], nist: ['AC-3(7)', 'IA-2'] },
2340
- // CKV_K8S_77: Ensure that the --authorization-mode argument includes RBAC
2341
- 'CKV_K8S_77': { cci: ['CCI-002169', 'CCI-000764'], nist: ['AC-3(7)', 'IA-2'] },
2342
- // CKV_K8S_78: Ensure that the admission control plugin EventRateLimit is set
2343
- 'CKV_K8S_78': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2344
- // CKV_K8S_79: Ensure that the admission control plugin AlwaysAdmit is not set
2345
- 'CKV_K8S_79': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2346
- // CKV_K8S_8: Liveness Probe Should be Configured
2347
- 'CKV_K8S_8': { cci: ['CCI-002687', 'CCI-000555'], nist: ['SI-4(5)', 'CP-10(2)'] },
2348
- // CKV_K8S_80: Ensure that the admission control plugin AlwaysPullImages is set
2349
- 'CKV_K8S_80': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2350
- // CKV_K8S_81: Ensure that the admission control plugin SecurityContextDeny is set if PodSec...
2351
- 'CKV_K8S_81': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2352
- // CKV_K8S_82: Ensure that the admission control plugin ServiceAccount is set
2353
- 'CKV_K8S_82': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2354
- // CKV_K8S_83: Ensure that the admission control plugin NamespaceLifecycle is set
2355
- 'CKV_K8S_83': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2356
- // CKV_K8S_84: Ensure that the admission control plugin PodSecurityPolicy is set
2357
- 'CKV_K8S_84': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2358
- // CKV_K8S_85: Ensure that the admission control plugin NodeRestriction is set
2359
- 'CKV_K8S_85': { cci: ['CCI-001515', 'CCI-002700'], nist: ['CM-6(1)', 'SI-7(1)'] },
2360
- // CKV_K8S_86: Ensure that the --insecure-bind-address argument is not set
2361
- 'CKV_K8S_86': { cci: ['CCI-002169', 'CCI-000764'], nist: ['AC-3(7)', 'IA-2'] },
2362
- // CKV_K8S_88: Ensure that the --insecure-port argument is set to 0
2363
- 'CKV_K8S_88': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
2364
- // CKV_K8S_89: Ensure that the --secure-port argument is not set to 0
2365
- 'CKV_K8S_89': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2366
- // CKV_K8S_9: Readiness Probe Should be Configured
2367
- 'CKV_K8S_9': { cci: ['CCI-002687', 'CCI-000555'], nist: ['SI-4(5)', 'CP-10(2)'] },
2368
- // CKV_K8S_90: Ensure that the --profiling argument is set to false
2369
- 'CKV_K8S_90': { cci: ['CCI-000382'], nist: ['CM-7(1)'] },
2370
- // CKV_K8S_91: Ensure that the --audit-log-path argument is set
2371
- 'CKV_K8S_91': { cci: ['CCI-000172', 'CCI-000135'], nist: ['AU-12(1)', 'AU-3(1)'] },
2372
- // CKV_K8S_92: Ensure that the --audit-log-maxage argument is set to 30 or as appropriate
2373
- 'CKV_K8S_92': { cci: ['CCI-000172', 'CCI-000135'], nist: ['AU-12(1)', 'AU-3(1)'] },
2374
- // CKV_K8S_93: Ensure that the --audit-log-maxbackup argument is set to 10 or as appropriate
2375
- 'CKV_K8S_93': { cci: ['CCI-000172', 'CCI-000135'], nist: ['AU-12(1)', 'AU-3(1)'] },
2376
- // CKV_K8S_94: Ensure that the --audit-log-maxsize argument is set to 100 or as appropriate
2377
- 'CKV_K8S_94': { cci: ['CCI-000172', 'CCI-000135'], nist: ['AU-12(1)', 'AU-3(1)'] },
2378
- // CKV_K8S_95: Ensure that the --request-timeout argument is set as appropriate
2379
- 'CKV_K8S_95': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2380
- // CKV_K8S_96: Ensure that the --service-account-lookup argument is set to true
2381
- 'CKV_K8S_96': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2382
- // CKV_K8S_97: Ensure that the --service-account-key-file argument is set as appropriate
2383
- 'CKV_K8S_97': { cci: ['CCI-001515'], nist: ['CM-6(1)'] },
2384
- // CKV_K8S_99: Ensure that the --etcd-certfile and --etcd-keyfile arguments are set as appro...
2385
- 'CKV_K8S_99': { cci: ['CCI-002420', 'CCI-002451'], nist: ['SC-8(1)', 'SC-12(1)'] },
2386
- // CKV_LIN_1: Ensure no hard coded Linode tokens exist in provider
2387
- 'CKV_LIN_1': { cci: ['CCI-000366'], nist: ['CM-6'] },
2388
- // CKV_LIN_2: Ensure SSH key set in authorized_keys
2389
- 'CKV_LIN_2': { cci: ['CCI-000069', 'CCI-001941'], nist: ['AC-17(2)', 'IA-2(6)'] },
2390
- // CKV_LIN_3: Ensure email is set
2391
- 'CKV_LIN_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
2392
- // CKV_LIN_4: Ensure username is set
2393
- 'CKV_LIN_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
2394
- // CKV_LIN_5: Ensure Inbound Firewall Policy is not set to ACCEPT
2395
- 'CKV_LIN_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
2396
- // CKV_LIN_6: Ensure Outbound Firewall Policy is not set to ACCEPT
2397
- 'CKV_LIN_6': { cci: ['CCI-000366'], nist: ['CM-6'] },
2398
- // CKV_NCP_1: Ensure HTTP HTTPS Target group defines Healthcheck
2399
- 'CKV_NCP_1': { cci: ['CCI-000366'], nist: ['CM-6'] },
2400
- // CKV_NCP_10: Ensure no NACL allow inbound from 0.0.0.0:0 to port 22
2401
- 'CKV_NCP_10': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2402
- // CKV_NCP_11: Ensure no NACL allow inbound from 0.0.0.0:0 to port 3389
2403
- 'CKV_NCP_11': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2404
- // CKV_NCP_12: An inbound Network ACL rule should not allow ALL ports.
2405
- 'CKV_NCP_12': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
2406
- // CKV_NCP_13: Ensure LB Listener uses only secure protocols
2407
- 'CKV_NCP_13': { cci: ['CCI-002420', 'CCI-001099'], nist: ['SC-8(1)', 'SC-7(4)'] },
2408
- // CKV_NCP_14: Ensure NAS is securely encrypted
2409
- 'CKV_NCP_14': { cci: ['CCI-002450'], nist: ['SC-13'] },
2410
- // CKV_NCP_15: Ensure Load Balancer Target Group is not using HTTP
2411
- 'CKV_NCP_15': { cci: ['CCI-000366'], nist: ['CM-6'] },
2412
- // CKV_NCP_16: Ensure Load Balancer isn't exposed to the internet
2413
- 'CKV_NCP_16': { cci: ['CCI-000366'], nist: ['CM-6'] },
2414
- // CKV_NCP_18: Ensure that auto Scaling groups that are associated with a load balancer, are...
2415
- 'CKV_NCP_18': { cci: ['CCI-000557', 'CCI-002386'], nist: ['CP-10(4)', 'SC-5(2)'] },
2416
- // CKV_NCP_19: Ensure Naver Kubernetes Service public endpoint disabled
2417
- 'CKV_NCP_19': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2418
- // CKV_NCP_2: Ensure every access control groups rule has a description
2419
- 'CKV_NCP_2': { cci: ['CCI-002166'], nist: ['AC-3(4)'] },
2420
- // CKV_NCP_20: Ensure Routing Table associated with Web tier subnet have the default route (...
2421
- 'CKV_NCP_20': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
2422
- // CKV_NCP_22: Ensure NKS control plane logging enabled for all log types
2423
- 'CKV_NCP_22': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
2424
- // CKV_NCP_23: Ensure Server instance should not have public IP.
2425
- 'CKV_NCP_23': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2426
- // CKV_NCP_24: Ensure Load Balancer Listener Using HTTPS
2427
- 'CKV_NCP_24': { cci: ['CCI-002420', 'CCI-001099'], nist: ['SC-8(1)', 'SC-7(4)'] },
2428
- // CKV_NCP_25: Ensure no access control groups allow inbound from 0.0.0.0:0 to port 80
2429
- 'CKV_NCP_25': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2430
- // CKV_NCP_26: Ensure Access Control Group has Access Control Group Rule attached
2431
- 'CKV_NCP_26': { cci: ['CCI-002166'], nist: ['AC-3(4)'] },
2432
- // CKV_NCP_3: Ensure no security group rules allow outbound traffic to 0.0.0.0/0
2433
- 'CKV_NCP_3': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2434
- // CKV_NCP_4: Ensure no access control groups allow inbound from 0.0.0.0:0 to port 22
2435
- 'CKV_NCP_4': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2436
- // CKV_NCP_5: Ensure no access control groups allow inbound from 0.0.0.0:0 to port 3389
2437
- 'CKV_NCP_5': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2438
- // CKV_NCP_6: Ensure Server instance is encrypted.
2439
- 'CKV_NCP_6': { cci: ['CCI-002450'], nist: ['SC-13'] },
2440
- // CKV_NCP_7: Ensure Basic Block storage is encrypted.
2441
- 'CKV_NCP_7': { cci: ['CCI-002450'], nist: ['SC-13'] },
2442
- // CKV_NCP_8: Ensure no NACL allow inbound from 0.0.0.0:0 to port 20
2443
- 'CKV_NCP_8': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2444
- // CKV_NCP_9: Ensure no NACL allow inbound from 0.0.0.0:0 to port 21
2445
- 'CKV_NCP_9': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2446
- // CKV_OCI_1: Ensure no hard coded OCI private key in provider
2447
- 'CKV_OCI_1': { cci: ['CCI-000190', 'CCI-001515'], nist: ['IA-5(7)', 'CM-6(1)'] },
2448
- // CKV_OCI_10: Ensure OCI Object Storage is not Public
2449
- 'CKV_OCI_10': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
2450
- // CKV_OCI_11: OCI IAM password policy - must contain lower case
2451
- 'CKV_OCI_11': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
2452
- // CKV_OCI_12: OCI IAM password policy - must contain Numeric characters
2453
- 'CKV_OCI_12': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
2454
- // CKV_OCI_13: OCI IAM password policy - must contain Special characters
2455
- 'CKV_OCI_13': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
2456
- // CKV_OCI_14: OCI IAM password policy - must contain Uppercase characters
2457
- 'CKV_OCI_14': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
2458
- // CKV_OCI_15: Ensure OCI File System is Encrypted with a customer Managed Key
2459
- 'CKV_OCI_15': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
2460
- // CKV_OCI_16: Ensure VCN has an inbound security list
2461
- 'CKV_OCI_16': { cci: ['CCI-000366'], nist: ['CM-6'] },
2462
- // CKV_OCI_17: Ensure VCN inbound security lists are stateless
2463
- 'CKV_OCI_17': { cci: ['CCI-000366'], nist: ['CM-6'] },
2464
- // CKV_OCI_18: OCI IAM password policy for local (non-federated) users has a minimum length ...
2465
- 'CKV_OCI_18': { cci: ['CCI-000192'], nist: ['IA-5(1)'] },
2466
- // CKV_OCI_19: Ensure no security list allow ingress from 0.0.0.0:0 to port 22.
2467
- 'CKV_OCI_19': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2468
- // CKV_OCI_2: Ensure OCI Block Storage Block Volume has backup enabled
2469
- 'CKV_OCI_2': { cci: ['CCI-000510'], nist: ['CP-9(1)'] },
2470
- // CKV_OCI_20: Ensure no security list allow ingress from 0.0.0.0:0 to port 3389.
2471
- 'CKV_OCI_20': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2472
- // CKV_OCI_21: Ensure security group has stateless ingress security rules
2473
- 'CKV_OCI_21': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
2474
- // CKV_OCI_22: Ensure no security groups rules allow ingress from 0.0.0.0/0 to port 22
2475
- 'CKV_OCI_22': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2476
- // CKV_OCI_23: Ensure OCI Data Catalog is configured without overly permissive network access
2477
- 'CKV_OCI_23': { cci: ['CCI-000366'], nist: ['CM-6'] },
2478
- // CKV_OCI_3: OCI Block Storage Block Volumes are not encrypted with a Customer Managed Key...
2479
- 'CKV_OCI_3': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
2480
- // CKV_OCI_4: Ensure OCI Compute Instance boot volume has in-transit data encryption enabled
2481
- 'CKV_OCI_4': { cci: ['CCI-002450'], nist: ['SC-13'] },
2482
- // CKV_OCI_5: Ensure OCI Compute Instance has Legacy MetaData service endpoint disabled
2483
- 'CKV_OCI_5': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
2484
- // CKV_OCI_6: Ensure OCI Compute Instance has monitoring enabled
2485
- 'CKV_OCI_6': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
2486
- // CKV_OCI_7: Ensure OCI Object Storage bucket can emit object events
2487
- 'CKV_OCI_7': { cci: ['CCI-000366'], nist: ['CM-6'] },
2488
- // CKV_OCI_8: Ensure OCI Object Storage has versioning enabled
2489
- 'CKV_OCI_8': { cci: ['CCI-000510', 'CCI-000164'], nist: ['CP-9(1)', 'AU-9(2)'] },
2490
- // CKV_OCI_9: Ensure OCI Object Storage is encrypted with Customer Managed Key
2491
- 'CKV_OCI_9': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
2492
- // CKV_OPENAPI_1: Ensure that securityDefinitions is defined and not empty - version 2.0 files
2493
- 'CKV_OPENAPI_1': { cci: ['CCI-000366'], nist: ['CM-6'] },
2494
- // CKV_OPENAPI_10: Ensure that operation object does not use 'password' flow in OAuth2 authentic...
2495
- 'CKV_OPENAPI_10': { cci: ['CCI-000366'], nist: ['CM-6'] },
2496
- // CKV_OPENAPI_11: Ensure that operation object does not use 'password' flow in OAuth2 authentic...
2497
- 'CKV_OPENAPI_11': { cci: ['CCI-000366'], nist: ['CM-6'] },
2498
- // CKV_OPENAPI_12: Ensure no security definition is using implicit flow on OAuth2, which is depr...
2499
- 'CKV_OPENAPI_12': { cci: ['CCI-000366'], nist: ['CM-6'] },
2500
- // CKV_OPENAPI_13: Ensure security definitions do not use basic auth - version 2.0 files
2501
- 'CKV_OPENAPI_13': { cci: ['CCI-000366'], nist: ['CM-6'] },
2502
- // CKV_OPENAPI_14: Ensure that operation objects do not use 'implicit' flow, which is deprecated...
2503
- 'CKV_OPENAPI_14': { cci: ['CCI-000366'], nist: ['CM-6'] },
2504
- // CKV_OPENAPI_15: Ensure that operation objects do not use basic auth - version 2.0 files
2505
- 'CKV_OPENAPI_15': { cci: ['CCI-000366'], nist: ['CM-6'] },
2506
- // CKV_OPENAPI_16: Ensure that operation objects have 'produces' field defined for GET operation...
2507
- 'CKV_OPENAPI_16': { cci: ['CCI-000366'], nist: ['CM-6'] },
2508
- // CKV_OPENAPI_17: Ensure that operation objects have 'consumes' field defined for PUT, POST and...
2509
- 'CKV_OPENAPI_17': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
2510
- // CKV_OPENAPI_18: Ensure that global schemes use 'https' protocol instead of 'http'- version 2....
2511
- 'CKV_OPENAPI_18': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
2512
- // CKV_OPENAPI_19: Ensure that global security scope is defined in securityDefinitions - version...
2513
- 'CKV_OPENAPI_19': { cci: ['CCI-000366'], nist: ['CM-6'] },
2514
- // CKV_OPENAPI_2: Ensure that if the security scheme is not of type 'oauth2', the array value m...
2515
- 'CKV_OPENAPI_2': { cci: ['CCI-000366'], nist: ['CM-6'] },
2516
- // CKV_OPENAPI_20: Ensure that API keys are not sent over cleartext
2517
- 'CKV_OPENAPI_20': { cci: ['CCI-000366'], nist: ['CM-6'] },
2518
- // CKV_OPENAPI_21: Ensure that arrays have a maximum number of items
2519
- 'CKV_OPENAPI_21': { cci: ['CCI-000366'], nist: ['CM-6'] },
2520
- // CKV_OPENAPI_3: Ensure that security schemes don't allow cleartext credentials over unencrypt...
2521
- 'CKV_OPENAPI_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
2522
- // CKV_OPENAPI_4: Ensure that the global security field has rules defined
2523
- 'CKV_OPENAPI_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
2524
- // CKV_OPENAPI_5: Ensure that security operations is not empty.
2525
- 'CKV_OPENAPI_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
2526
- // CKV_OPENAPI_6: Ensure that security requirement defined in securityDefinitions - version 2.0...
2527
- 'CKV_OPENAPI_6': { cci: ['CCI-000366'], nist: ['CM-6'] },
2528
- // CKV_OPENAPI_7: Ensure that the path scheme does not support unencrypted HTTP connection wher...
2529
- 'CKV_OPENAPI_7': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
2530
- // CKV_OPENAPI_8: Ensure that security is not using 'password' flow in OAuth2 authentication - ...
2531
- 'CKV_OPENAPI_8': { cci: ['CCI-000366'], nist: ['CM-6'] },
2532
- // CKV_OPENAPI_9: Ensure that security scopes of operations are defined in securityDefinitions ...
2533
- 'CKV_OPENAPI_9': { cci: ['CCI-000366'], nist: ['CM-6'] },
2534
- // CKV_OPENSTACK_1: Ensure no hard coded OpenStack password, token, or application_credential_sec...
2535
- 'CKV_OPENSTACK_1': { cci: ['CCI-000190', 'CCI-001515'], nist: ['IA-5(7)', 'CM-6(1)'] },
2536
- // CKV_OPENSTACK_2: Ensure no security groups allow ingress from 0.0.0.0:0 to port 22 (tcp / udp)
2537
- 'CKV_OPENSTACK_2': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2538
- // CKV_OPENSTACK_3: Ensure no security groups allow ingress from 0.0.0.0:0 to port 3389 (tcp / udp)
2539
- 'CKV_OPENSTACK_3': { cci: ['CCI-001100'], nist: ['SC-7(5)'] },
2540
- // CKV_OPENSTACK_4: Ensure that instance does not use basic credentials
2541
- 'CKV_OPENSTACK_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
2542
- // CKV_OPENSTACK_5: Ensure firewall rule set a destination IP
2543
- 'CKV_OPENSTACK_5': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
2544
- // CKV_PAN_1: Ensure no hard coded PAN-OS credentials exist in provider
2545
- 'CKV_PAN_1': { cci: ['CCI-000190', 'CCI-001515'], nist: ['IA-5(7)', 'CM-6(1)'] },
2546
- // CKV_PAN_10: Ensure logging at session end is enabled within security policies
2547
- 'CKV_PAN_10': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
2548
- // CKV_PAN_11: Ensure IPsec profiles do not specify use of insecure encryption algorithms
2549
- 'CKV_PAN_11': { cci: ['CCI-002450'], nist: ['SC-13'] },
2550
- // CKV_PAN_12: Ensure IPsec profiles do not specify use of insecure authentication algorithms
2551
- 'CKV_PAN_12': { cci: ['CCI-000366'], nist: ['CM-6'] },
2552
- // CKV_PAN_13: Ensure IPsec profiles do not specify use of insecure protocols
2553
- 'CKV_PAN_13': { cci: ['CCI-002420'], nist: ['SC-8(1)'] },
2554
- // CKV_PAN_14: Ensure a Zone Protection Profile is defined within Security Zones
2555
- 'CKV_PAN_14': { cci: ['CCI-000366'], nist: ['CM-6'] },
2556
- // CKV_PAN_15: Ensure an Include ACL is defined for a Zone when User-ID is enabled
2557
- 'CKV_PAN_15': { cci: ['CCI-000366'], nist: ['CM-6'] },
2558
- // CKV_PAN_16: Ensure logging at session start is disabled within security policies except f...
2559
- 'CKV_PAN_16': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
2560
- // CKV_PAN_17: Ensure security rules do not have 'source_zone' and 'destination_zone' both c...
2561
- 'CKV_PAN_17': { cci: ['CCI-000366'], nist: ['CM-6'] },
2562
- // CKV_PAN_2: Ensure plain-text management HTTP is not enabled for an Interface Management ...
2563
- 'CKV_PAN_2': { cci: ['CCI-000366'], nist: ['CM-6'] },
2564
- // CKV_PAN_3: Ensure plain-text management Telnet is not enabled for an Interface Managemen...
2565
- 'CKV_PAN_3': { cci: ['CCI-000366'], nist: ['CM-6'] },
2566
- // CKV_PAN_4: Ensure DSRI is not enabled within security policies
2567
- 'CKV_PAN_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
2568
- // CKV_PAN_5: Ensure security rules do not have 'applications' set to 'any'
2569
- 'CKV_PAN_5': { cci: ['CCI-000366'], nist: ['CM-6'] },
2570
- // CKV_PAN_6: Ensure security rules do not have 'services' set to 'any'
2571
- 'CKV_PAN_6': { cci: ['CCI-000366'], nist: ['CM-6'] },
2572
- // CKV_PAN_7: Ensure security rules do not have 'source_addresses' and 'destination_address...
2573
- 'CKV_PAN_7': { cci: ['CCI-000366'], nist: ['CM-6'] },
2574
- // CKV_PAN_8: Ensure description is populated within security policies
2575
- 'CKV_PAN_8': { cci: ['CCI-000366'], nist: ['CM-6'] },
2576
- // CKV_PAN_9: Ensure a Log Forwarding Profile is selected for each security policy rule
2577
- 'CKV_PAN_9': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
2578
- // CKV_SECRET_1: Artifactory Credentials
2579
- 'CKV_SECRET_1': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2580
- // CKV_SECRET_11: Mailchimp Access Key
2581
- 'CKV_SECRET_11': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2582
- // CKV_SECRET_12: NPM tokens
2583
- 'CKV_SECRET_12': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2584
- // CKV_SECRET_13: Private Key
2585
- 'CKV_SECRET_13': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2586
- // CKV_SECRET_14: Slack Token
2587
- 'CKV_SECRET_14': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2588
- // CKV_SECRET_15: SoftLayer Credentials
2589
- 'CKV_SECRET_15': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2590
- // CKV_SECRET_16: Square OAuth Secret
2591
- 'CKV_SECRET_16': { cci: ['CCI-001957', 'CCI-001954'], nist: ['IA-2(12)', 'IA-8(2)'] },
2592
- // CKV_SECRET_17: Stripe Access Key
2593
- 'CKV_SECRET_17': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2594
- // CKV_SECRET_18: Twilio API Key
2595
- 'CKV_SECRET_18': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2596
- // CKV_SECRET_19: Hex High Entropy String
2597
- 'CKV_SECRET_19': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2598
- // CKV_SECRET_2: AWS Access Key
2599
- 'CKV_SECRET_2': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2600
- // CKV_SECRET_3: Azure Storage Account access key
2601
- 'CKV_SECRET_3': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2602
- // CKV_SECRET_4: Basic Auth Credentials
2603
- 'CKV_SECRET_4': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2604
- // CKV_SECRET_5: Cloudant Credentials
2605
- 'CKV_SECRET_5': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2606
- // CKV_SECRET_6: Base64 High Entropy String
2607
- 'CKV_SECRET_6': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2608
- // CKV_SECRET_7: IBM Cloud IAM Key
2609
- 'CKV_SECRET_7': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2610
- // CKV_SECRET_8: IBM COS HMAC Credentials
2611
- 'CKV_SECRET_8': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2612
- // CKV_SECRET_9: JSON Web Token
2613
- 'CKV_SECRET_9': { cci: ['CCI-000190', 'CCI-002476'], nist: ['IA-5(7)', 'SC-28(1)'] },
2614
- // CKV_TC_1: Ensure Tencent Cloud CBS is encrypted
2615
- 'CKV_TC_1': { cci: ['CCI-002450'], nist: ['SC-13'] },
2616
- // CKV_TC_10: Ensure Tencent Cloud MySQL instances intranet ports are not set to the defaul...
2617
- 'CKV_TC_10': { cci: ['CCI-000366'], nist: ['CM-6'] },
2618
- // CKV_TC_11: Ensure Tencent Cloud CLB has a logging ID and topic
2619
- 'CKV_TC_11': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
2620
- // CKV_TC_12: Ensure Tencent Cloud CLBs use modern, encrypted protocols
2621
- 'CKV_TC_12': { cci: ['CCI-002450'], nist: ['SC-13'] },
2622
- // CKV_TC_13: Ensure Tencent Cloud CVM user data does not contain sensitive information
2623
- 'CKV_TC_13': { cci: ['CCI-002476', 'CCI-001821'], nist: ['SC-28(1)', 'MP-4'] },
2624
- // CKV_TC_14: Ensure Tencent Cloud VPC flow logs are enabled
2625
- 'CKV_TC_14': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
2626
- // CKV_TC_2: Ensure Tencent Cloud CVM instance does not allocate a public IP
2627
- 'CKV_TC_2': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2628
- // CKV_TC_3: Ensure Tencent Cloud CVM monitor service is enabled
2629
- 'CKV_TC_3': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
2630
- // CKV_TC_4: Ensure Tencent Cloud CVM instances do not use the default security group
2631
- 'CKV_TC_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
2632
- // CKV_TC_5: Ensure Tencent Cloud CVM instances do not use the default VPC
2633
- 'CKV_TC_5': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
2634
- // CKV_TC_6: Ensure Tencent Cloud TKE clusters enable log agent
2635
- 'CKV_TC_6': { cci: ['CCI-000130', 'CCI-000169'], nist: ['AU-2', 'AU-12'] },
2636
- // CKV_TC_7: Ensure Tencent Cloud TKE cluster is not assigned a public IP address
2637
- 'CKV_TC_7': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2638
- // CKV_TC_8: Ensure Tencent Cloud VPC security group rules do not accept all traffic
2639
- 'CKV_TC_8': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
2640
- // CKV_TC_9: Ensure Tencent Cloud mysql instances do not enable access from public networks
2641
- 'CKV_TC_9': { cci: ['CCI-000213', 'CCI-001100'], nist: ['AC-3', 'SC-7(5)'] },
2642
- // CKV_TF_1: Ensure Terraform module sources use a commit hash
2643
- 'CKV_TF_1': { cci: ['CCI-002705', 'CCI-003610'], nist: ['SI-7(6)', 'SR-3'] },
2644
- // CKV_TF_2: Ensure Terraform module sources use a tag with a version number
2645
- 'CKV_TF_2': { cci: ['CCI-000366'], nist: ['CM-6'] },
2646
- // CKV_YC_1: Ensure security group is assigned to database cluster.
2647
- 'CKV_YC_1': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
2648
- // CKV_YC_10: Ensure etcd database is encrypted with KMS key.
2649
- 'CKV_YC_10': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
2650
- // CKV_YC_11: Ensure security group is assigned to network interface.
2651
- 'CKV_YC_11': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
2652
- // CKV_YC_12: Ensure public IP is not assigned to database cluster.
2653
- 'CKV_YC_12': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2654
- // CKV_YC_13: Ensure cloud member does not have elevated access.
2655
- 'CKV_YC_13': { cci: ['CCI-000366'], nist: ['CM-6'] },
2656
- // CKV_YC_14: Ensure security group is assigned to Kubernetes cluster.
2657
- 'CKV_YC_14': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
2658
- // CKV_YC_15: Ensure security group is assigned to Kubernetes node group.
2659
- 'CKV_YC_15': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
2660
- // CKV_YC_16: Ensure network policy is assigned to Kubernetes cluster.
2661
- 'CKV_YC_16': { cci: ['CCI-001098'], nist: ['SC-7(3)'] },
2662
- // CKV_YC_17: Ensure storage bucket does not have public access permissions.
2663
- 'CKV_YC_17': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2664
- // CKV_YC_18: Ensure compute instance group does not have public IP.
2665
- 'CKV_YC_18': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2666
- // CKV_YC_19: Ensure security group does not contain allow-all rules.
2667
- 'CKV_YC_19': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
2668
- // CKV_YC_2: Ensure compute instance does not have public IP.
2669
- 'CKV_YC_2': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2670
- // CKV_YC_20: Ensure security group rule is not allow-all.
2671
- 'CKV_YC_20': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
2672
- // CKV_YC_21: Ensure organization member does not have elevated access.
2673
- 'CKV_YC_21': { cci: ['CCI-000366'], nist: ['CM-6'] },
2674
- // CKV_YC_22: Ensure compute instance group has security group assigned.
2675
- 'CKV_YC_22': { cci: ['CCI-001099'], nist: ['SC-7(4)'] },
2676
- // CKV_YC_23: Ensure folder member does not have elevated access.
2677
- 'CKV_YC_23': { cci: ['CCI-000366'], nist: ['CM-6'] },
2678
- // CKV_YC_24: Ensure passport account is not used for assignment. Use service accounts and ...
2679
- 'CKV_YC_24': { cci: ['CCI-000366'], nist: ['CM-6'] },
2680
- // CKV_YC_3: Ensure storage bucket is encrypted.
2681
- 'CKV_YC_3': { cci: ['CCI-002450'], nist: ['SC-13'] },
2682
- // CKV_YC_4: Ensure compute instance does not have serial console enabled.
2683
- 'CKV_YC_4': { cci: ['CCI-000366'], nist: ['CM-6'] },
2684
- // CKV_YC_5: Ensure Kubernetes cluster does not have public IP address.
2685
- 'CKV_YC_5': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2686
- // CKV_YC_6: Ensure Kubernetes cluster node group does not have public IP addresses.
2687
- 'CKV_YC_6': { cci: ['CCI-001100', 'CCI-000213'], nist: ['SC-7(5)', 'AC-3'] },
2688
- // CKV_YC_7: Ensure Kubernetes cluster auto-upgrade is enabled.
2689
- 'CKV_YC_7': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
2690
- // CKV_YC_8: Ensure Kubernetes node group auto-upgrade is enabled.
2691
- 'CKV_YC_8': { cci: ['CCI-002607'], nist: ['SI-2(2)'] },
2692
- // CKV_YC_9: Ensure KMS symmetric key is rotated.
2693
- 'CKV_YC_9': { cci: ['CCI-002476', 'CCI-002451'], nist: ['SC-28(1)', 'SC-12(1)'] },
2694
- };
2695
- //# sourceMappingURL=CheckovToCciAndNistMappingData.js.map