34 lines
640 B
YAML
34 lines
640 B
YAML
|
id: aws-ec2-status
|
||
|
|
||
|
info:
|
||
|
name: Amazon EC2 Status
|
||
|
author: DhiyaneshDk
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://www.facebook.com/photo/?fbid=644887334348456&set=a.467014098802448
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
shodan-query: html:"Amazon EC2 Status"
|
||
|
tags: misconfig,ec2,aws,amazon
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<title>Amazon EC2 Status</title>'
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|