Skip to content

amazon web services phishing Detection

ID: amazon-web-services-phish

Severity: info

Author: rxerium

Tags: phishing,amazon-web-services,aws,osint

An amazon-web-services phishing website was detected

id: amazon-web-services-phish
info:
name: amazon web services phishing Detection
author: rxerium
severity: info
description: |
An amazon-web-services phishing website was detected
reference:
- https://signin.aws.amazon.com
metadata:
max-request: 1
tags: phishing,amazon-web-services,aws,osint
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")'
# digest: 490a0046304402206c3c2f13660b3f66ffe98b32488ddd5028263d3062360aa39b40b255680affa1022014360db82524ced95b201ee8038eaa4d5b0e7d58c835333fffe0918cf548c9c3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/amazon-web-services-phish.yaml"

View on Github