19 lines
368 B
YAML
19 lines
368 B
YAML
|
id: amazon-docker-config
|
||
|
|
||
|
info:
|
||
|
name: Dockerrun AWS Configuration Exposure
|
||
|
author: pdteam
|
||
|
severity: medium
|
||
|
tags: config,exposure,aws,devops
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/Dockerrun.aws.json'
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'AWSEBDockerrunVersion'
|
||
|
- 'containerDefinitions'
|
||
|
condition: and
|