Skip to content

Instantly share code, notes, and snippets.

@duzvik
Last active July 29, 2020 22:39
Show Gist options
  • Save duzvik/002be27a3a0e463f4b31752635a654be to your computer and use it in GitHub Desktop.
Save duzvik/002be27a3a0e463f4b31752635a654be to your computer and use it in GitHub Desktop.
emotet.yml
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