WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

[BUG] Logic Problem of Process Creating LNK file in Suspicious Location scenario #3828

@thegreatmhn

Description

@thegreatmhn

Hi in my opinion the logic of Process Creating LNK file in Suspicious Location scenario have problem and beacuse of this problems it cause huge amount of FPs
the first problem is the lak of Filesystem.image filed to determine which binary create this lnk file
after that in every file handle based that achived by a process a lnk file will created based on this handle achivement
so lets dissect the created file structure based on my opinion
image we open a excel file called mahdi.csv based on the handle that excel.exe process achived on mahdi.csv this file will be create --> mahdi.csv.lnk
so the first thing we have to do is extract the real extension based on it
the real extension is csv so first we have to achive the real extension with regex after that exclude the expected binray and extension like
| search NOT image="*\exel.exe" AND extension=".csv"
without this logic the investigation of this scenario is useless.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions