slack phishing Detection
ID: slack-phish
Severity: info
Author: rxerium
Tags: phishing,slack,osint
Description
Section titled “Description”A slack phishing website was detected
YAML Source
Section titled “YAML Source”id: slack-phish
info: name: slack phishing Detection author: rxerium severity: info description: | A slack phishing website was detected reference: - https://slack.com metadata: max-request: 1 tags: phishing,slack,osinthttp: - 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: - '!contains(host,"slack.com")'# digest: 4b0a00483046022100eb330db1020e8732cf65feba0f63ee2a4dd0f09e59d18d4c999a1505585012ae022100bf974791dfe1611066bed08cdb8e1a63af16014e99915025a5311b880580854a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/osint/phishing/slack-phish.yaml"