22 lines
348 B
YAML
22 lines
348 B
YAML
|
id: amazon-ec2-detect
|
||
|
|
||
|
info:
|
||
|
name: Amazon EC2 Server Detect
|
||
|
author: ritikchaddha
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: "Server: EC2ws"
|
||
|
tags: tech,aws,ec2,amazon
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "Server: EC2ws"
|