nuclei-templates/http/osint/phishing/amazon-web-services-phish.yaml

33 lines
669 B
YAML
Raw Normal View History

2024-02-17 11:46:39 +00:00
id: amazon-web-services-phish
info:
name: amazon web services phishing Detection
author: rxerium
severity: info
description: |
2024-02-17 19:59:25 +00:00
An amazon-web-services phishing website was detected
2024-02-17 11:46:39 +00:00
reference:
- https://signin.aws.amazon.com
2024-03-08 07:16:17 +00:00
tags: phishing,amazon-web-services,aws,osint
2024-02-17 11:46:39 +00:00
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Amazon Web Services Sign-In'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"amazon.com")'