2024-02-17 11:46:39 +00:00
|
|
|
id: amazon-web-services-phish
|
|
|
|
|
2024-03-23 09:28:19 +00:00
|
|
|
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
|
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:
|
2024-03-08 08:09:59 +00:00
|
|
|
- '!contains(host,"amazon.com")'
|
|
|
|
# digest: 490a0046304402201a927da6816edd622291614f4cee1d30884e00d3b3c792d52f62c99fceeffb9602205f62dad28486cb4dbec579c3501a19fe0515fd1f6307fc18e567da0f4378d998:922c64590222798bb761d5b6d8e72950
|