Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 0e92475

Browse files
authored
Update jar-attachments.md
To account for multiple attachments
1 parent 53c9c26 commit 0e92475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Initial access/jar-attachments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let mailsHTML = EmailAttachmentInfo
1515
| where FileType startswith "Jar"
1616
| distinct NetworkMessageId;
1717
EmailEvents
18-
| where NetworkMessageId in (mailsHTML) and AttachmentCount == 1
18+
| where NetworkMessageId in (mailsHTML) and AttachmentCount > 0
1919
```
2020

2121
## Category

0 commit comments

Comments
 (0)