-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Initial Release of Dragos Sentinel Solution #11582
Conversation
@microsoft-github-policy-service agree company="Dragos Inc." |
I seem to be failing some KQL validations, but the error messages are not helpful. I have been unable to figure out what the issue is as the KQL queries validate and run properly when deployed in Sentinel. There is also an issue with the Analytic Rule that may be related to KQL. Appreciate any help you can provide. |
Resolved the KQL issues and also refactored core Sentinel validations code to support |
@v-prasadboke or @v-shukore could you please provide some feedback on this PR. Its been a few weeks and we are hoping to get this merged soon. |
Hi @dragosinc-sentinel, sorry for the delay in response. Already working on it. Will update you soon. Thanks!! |
@v-prasadboke and @v-shukore could you please provide and update or an estimated completion date? I need to coordinate with my colleagues as part of the larger release process that involves this PR along with the Microsoft Partner Center. |
Hi @dragosinc-sentinel, please update the version to 3.0.0 in the data file and also add the release note file to the solution. Thanks!! |
@v-shukore updated the version and added the release notes. Should hopefully be good to go! |
Solutions/Dragos/Parsers/DragosPullNotificationsToSentinel.yaml
Outdated
Show resolved
Hide resolved
queryPeriod: 1h | ||
triggerOperator: gt | ||
triggerThreshold: 0 | ||
tactics: [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just asking, Is there any reasons tactics and techniques were not added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Mitre Tactics and Techniques are unique to each alert that we produce. Instead of making them static, we set them at run time using the alertDetailsOverride
section of the alert.
alertDetailsOverride:
alertTacticsColumnName: MitreTactics
alertDynamicProperties:
- alertProperty: Techniques
value: MitreTechniques
If possible can you share test / demo credentials to test the Data connector. Please share working screenshot of parsers. Thanks, |
…artnership with Msft
@v-prasadboke are the screenshots sufficient to demonstrate the working CCP? Is there any other screenshots you would like me to grab? |
Hi @dragosinc-sentinel, could you please provide working screenshot of parsers. Thanks..!! |
@v-shukore Here are the 3 main parser functions. The last function
|
Change(s):
Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present: