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

[feature request] Outlook plugin? #33

Open
Naheem opened this issue May 17, 2020 · 2 comments
Open

[feature request] Outlook plugin? #33

Naheem opened this issue May 17, 2020 · 2 comments
Labels
Feature Request New feature or idea

Comments

@Naheem
Copy link

Naheem commented May 17, 2020

A shot in the dark here, but others may be interested in developing/using something like this.

I think many people would find it useful for an outlook plugin which if possible would force any attachments to open in a sandbox. That way damage from any malicious attachments could be limited to a sandbox instead of the actual machine.

If such a feature exists elsewhere, I would be grateful for a pointer.

@DavidXanatos
Copy link
Member

that is nice, if some one does that that would be great

@1mm0rt41PC
Copy link
Contributor

This can be done easily without creating a plugin and in a more general way by creating a new partern matching in process_force.c.
It would be possible to add a patern (e.g. myexe.exe>* or ourlook.exe>*) that forces all child programs to run in the sandbox.
Some change need to be done in:

if (Process_MatchImage(box->box, value, 0, name, 1)) {

@DavidXanatos DavidXanatos added the Feature Request New feature or idea label Jun 21, 2020
@DavidXanatos DavidXanatos added Feature Resuest and removed Feature Request New feature or idea labels Jan 28, 2021
@DavidXanatos DavidXanatos added Feature Request New feature or idea and removed Feature Resuest labels Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or idea
Projects
None yet
Development

No branches or pull requests

3 participants