Last active
July 29, 2020 22:39
-
-
Save duzvik/002be27a3a0e463f4b31752635a654be to your computer and use it in GitHub Desktop.
emotet.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: Possible emails/attachmets extraction by Emotet | |
description: Detects Emotet malware component, that extract emails and attachments from outlook. | |
author: Den Iuzvyk | |
detection: | |
condition: selection and not filter | |
selection: | |
EventID: 7 | |
ImageLoaded|endswith: mapi32.dll | |
filter: | |
Image|endswith: outlook.exe | |
falsepositives: | |
- unknown | |
level: high | |
logsource: | |
category: sysmon | |
product: windows | |
reference: | |
- https://twitter.com/MalwareTechBlog/status/1288204486444376065 | |
status: experimental | |
tags: | |
- attack.collection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment