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] Add tags to incident #446

Open
piaudonn opened this issue May 15, 2024 · 3 comments
Open

[Feature] Add tags to incident #446

piaudonn opened this issue May 15, 2024 · 3 comments
Assignees
Labels
enhancement Enhancement to existing module pending-triage Submitted issue needing triage

Comments

@piaudonn
Copy link
Collaborator

I think adding the possibility to add a tag to the incident directly on each module might be helpful.
Let say Entra ID Risk module, we could have a module input property called AddTagForHishRiskUser and if that is set different than null, it would add the value of the property as a tag to the original incident. In the TI module, an input property called AddTagForIPMatch, if that is null then it does nothing if it is set with let say "IP TI Match" then it would add that tag to the incident.
And it would do nothing if that's called on an alert.
Or maybe a tag module that just does tag. Right now in order to tag based on the output of a module, we have to add a control condition and then an update incident action.

Thoughts?

@piaudonn piaudonn added enhancement Enhancement to existing module pending-triage Submitted issue needing triage labels May 15, 2024
@briandelmsft
Copy link
Owner

@piaudonn I like it

@sylvainhamel1
Copy link

What about tagging an incident if an Entity (Account) registered an MFA method recently ? (in the last 48 hours). I was to make my own Logic app for doing so. Maybe you could also tag if a device were recently registered in Entra ID or if an Oauth app was consent by a user ?

@NobleWolf
Copy link

What about tagging an incident if an Entity (Account) registered an MFA method recently ? (in the last 48 hours). I was to make my own Logic app for doing so. Maybe you could also tag if a device were recently registered in Entra ID or if an Oauth app was consent by a user ?

This sounds like it would be easy to get into a lot of tags. @sylvainhamel1 , and others, what kind of tagging do you use in your environment? Or what is your tagging philosophy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to existing module pending-triage Submitted issue needing triage
Projects
None yet
Development

No branches or pull requests

4 participants