Advertisement
moonion_nashivan

Untitled

Dec 24th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.50 KB | None | 0 0
  1. [
  2.     {
  3.       id: '1',
  4.       query: {
  5.         'vol-08d538f7729f458ef': {
  6.           title: 'AWS'
  7.         },
  8.       },
  9.       title: 'EBS Volume not Encrypted',
  10.       severity: Severity.medium,
  11.       outcome: {
  12.         cost: 'Expensive cost',
  13.         performance: 'The amount of useful work accomplished by a computer system',
  14.         security: 'Call the security!',
  15.         compliance: 'Encrypt Elastic Block Store (EBS) database',
  16.         operations: 'It is considered a GOOD PRACTICE to Encrypt Elastic Block Store (EBS) database'
  17.       },
  18.       recommendation: "https://aws.amazon.com/ru/",
  19.       results: [
  20.         {
  21.           id: '08d538f7729f458ef-01',
  22.           detected: new Date(1576188677554),
  23.           resources: {
  24.             'vol-08d538f7729f458ef': {
  25.               resourceId: '08d538f7729f458ef',
  26.               service: 'AWS EBS Volume',
  27.               account: 'Name 1',
  28.               tags: {
  29.                 'production': 'Production',
  30.                 'tag 1': 'tag 1'
  31.               }
  32.             }
  33.           }
  34.         },
  35.         {
  36.           id: '08d538f7729f458ef-02',
  37.           detected: new Date(1576188677554),
  38.           resources: {
  39.             'vol-08d538f7729f458ef': {
  40.               resourceId: '08d538f7729f458ef',
  41.               service: 'AWS EBS Volume',
  42.               account: 'Name 1',
  43.               tags: {
  44.                 'production': 'Production',
  45.                 'tag 1': 'tag 1'
  46.               }
  47.             }
  48.           }
  49.         },
  50.       ]
  51.     },
  52.   ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement