2024-02-16 21:47:34 +00:00
|
|
|
|
id: slack-phish
|
|
|
|
|
|
2024-03-23 09:28:19 +00:00
|
|
|
|
info:
|
|
|
|
|
name: slack phishing Detection
|
|
|
|
|
author: rxerium
|
|
|
|
|
severity: info
|
|
|
|
|
description: |
|
|
|
|
|
A slack phishing website was detected
|
|
|
|
|
reference:
|
|
|
|
|
- https://slack.com
|
|
|
|
|
metadata:
|
|
|
|
|
max-request: 1
|
2024-03-08 07:16:17 +00:00
|
|
|
|
tags: phishing,slack,osint
|
2024-02-16 21:47:34 +00:00
|
|
|
|
http:
|
|
|
|
|
- method: GET
|
|
|
|
|
path:
|
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
|
|
host-redirects: true
|
|
|
|
|
max-redirects: 2
|
|
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
|
matchers:
|
|
|
|
|
- type: word
|
|
|
|
|
words:
|
|
|
|
|
- 'Slack is a new way to communicate with your team. It’s faster, better organised and more secure than email.'
|
|
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
|
status:
|
|
|
|
|
- 200
|
|
|
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
|
dsl:
|
2024-03-08 08:09:59 +00:00
|
|
|
|
- '!contains(host,"slack.com")'
|
2024-03-25 11:57:16 +00:00
|
|
|
|
# digest: 4a0a00473045022100c9f33426ccd1731ff05046e4dfa4a3227232fcab184961753e93bbaefbae0a0a0220696099603584c4d911478f0495079693c0ec69121bf30ddab72388c5955ad0b2:922c64590222798bb761d5b6d8e72950
|