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

Forwarded emails to the monitored mailbox doesn't seem to pull in original sender from header #16

Open
k41zen opened this issue Apr 3, 2019 · 0 comments

Comments

@k41zen
Copy link

k41zen commented Apr 3, 2019

If the email is originally sent to the monitored mailbox then all works fine but if a mail is forwarded on for investigation from a user, then the original From field isn't pulled in as an observable (as it's in the header).

Looking at the code I've uncommented this line which does pull in all the observables from the header:

# Temporary disabled
observables = searchObservables(headers_string, observables)

As this pulls in all observables from the header including internal IP's etc is there a better way to do this other than through whitelisting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant