37 lines
873 B
YAML
37 lines
873 B
YAML
id: ec2-instance-information
|
|
|
|
info:
|
|
name: EC2 Instance Information
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
reference:
|
|
- https://www.facebook.com/ExWareLabs/photos/a.361854183878462/5567070616690100/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"EC2 Instance Information"
|
|
tags: misconfig,ec2,aws,amazon
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>EC2 Instance Information</title>'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100d8f4e60de679bf035b61c7f43192a0e1e42460ce5308a322fd3926e263efd83902210092bfe0c1edc98b3ce900677b2a7b1746511cf88aa5bf84180deeac351edcc0fa:922c64590222798bb761d5b6d8e72950
|