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

MailMessage Enrichment #54

Open
briandelmsft opened this issue Mar 23, 2024 · 1 comment
Open

MailMessage Enrichment #54

briandelmsft opened this issue Mar 23, 2024 · 1 comment
Labels
Base Module enhancement New feature or request

Comments

@briandelmsft
Copy link
Owner

Enrich mailmessage entities with the new analyzed message API

@briandelmsft briandelmsft added enhancement New feature or request Base Module labels Mar 23, 2024
@briandelmsft
Copy link
Owner Author

@piaudonn I've been thinking about taking this on next. I think initially I'd be looking to modify the base module to normalize the mail message entity to ensure that we have these properties:

  • Sender
  • Recipient
  • Subject
  • NetworkMessageId
  • InternetMessageId
  • URLs from the message
  • File hashes from attachments
  • Message Delivery location

But likely just bring everything back from https://learn.microsoft.com/en-us/graph/api/security-analyzedemail-get?view=graph-rest-beta&tabs=http

From there I think we have a few options to make that useful like:

  • Base module comment with basic message information and link to the email page where they could take action on the message
  • Threat Intel module update to look at the URLs/File hash data and cross reference Sentinel TI
  • We may need to see if we need to extract the Sender/Recipient and turn these into account entities as well, if the incidents don't consistently already do that, so that we could do analysis on the account in other STAT modules

Any other use cases you can think of?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Base Module enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant