Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create indicator: Microsoft Outlook 142e470f #112

Merged
merged 3 commits into from
Jul 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions indicators/microsoft-outlook-142e470f.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
title: Microsoft Outlook Phishing Kit 142e470f
description: |
Detects a phishing kit targeting Microsoft Outlook. Users are being tricked into entering their Microsoft credentials into a fake form. This kit targets Spanish speaking users.
Found as a result of this kit being deployed on Replit.
references:
- https://urlscan.io/result/142e470f-9579-4190-a4a0-9cae5f61df9f/
- https://urlscan.io/result/2e3b1290-d3d0-4cb1-ae45-8b7c3b5a5023/

detection:

htmlContent:
html|contains|all:
- '<input id="clave"'
- '<div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">'

assets:
requests|contains|all:
- 'imagen.jpg'
- 'forma.css'


condition: assets and htmlContent

tags:
- kit
- target.microsoft
- target.microsoft_outlook
Loading