25 lines
560 B
YAML
25 lines
560 B
YAML
id: amazon-ec2-detect
|
|
|
|
info:
|
|
name: Amazon EC2 Server Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: "Server: EC2ws"
|
|
tags: tech,aws,ec2,amazon
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "Server: EC2ws"
|
|
|
|
# digest: 490a00463044022038c3707c1de6f7d7e9ba67bcbd20bdbe0325a5f9385ab29a96674f860f7b627c0220785363c27ef7b0583a9c77c677b979794645b1776b39ecd9905bb0999d00470d:922c64590222798bb761d5b6d8e72950
|