Create ec2-instance-information.yaml

patch-1
Dhiyaneshwaran 2022-09-05 16:15:11 +05:30 committed by GitHub
parent def8e8a0bc
commit e44ff1db90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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
shodan-query: title:"EC2 Instance Information"
tags: misconfig,ec2,aws
requests:
- 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