37 lines
836 B
YAML
37 lines
836 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:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4a0a0047304502201d2dfdb788d29a5cb59acd09dba700f7915141168e967e89788230e66f6a9e47022100e4026b7a0f386143a3349955528e8fb6b0fc9aec914a1882862ac760f38282c3:922c64590222798bb761d5b6d8e72950
|