-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Microsoft defender for cloud collector #23631
Conversation
Merge remote-tracking branch 'origin/master' into Microsoft_Defender_For_Cloud_Collector
Merge remote-tracking branch 'origin/master' into Microsoft_Defender_For_Cloud_Collector
Merge branch 'master' of github.com:demisto/content into Microsoft_Defender_For_Cloud_Collector
if check_events_were_filtered_out(curr_events, curr_filtered_events): | ||
events.extend(curr_filtered_events) | ||
break | ||
events.extend(curr_filtered_events) |
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.
if check_events_were_filtered_out(curr_events, curr_filtered_events): | |
events.extend(curr_filtered_events) | |
break | |
events.extend(curr_filtered_events) | |
events.extend(curr_filtered_events) | |
if check_events_were_filtered_out(curr_events, curr_filtered_events): | |
break |
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.
nice suggestion done.
...egrations/MicrosoftDefenderForCloudEventCollector/MicrosoftDefenderForCloudEventCollector.py
Show resolved
Hide resolved
...egrations/MicrosoftDefenderForCloudEventCollector/MicrosoftDefenderForCloudEventCollector.py
Show resolved
Hide resolved
@@ -0,0 +1,50 @@ | |||
XSIAM collector for Microsoft Defender for Cloud alerts. | |||
This integration was integrated and tested with version xx of Microsoft Defender for Cloud Event Collector |
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.
Replace the xx with a real version
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.
deleted this line.
| Microsoft Azure Management URL | | False | | ||
| ID | | True | | ||
| Token | | True | | ||
| Key | | True | | ||
| Certificate Thumbprint | Used for certificate authentication. As appears in the "Certificates & secrets" page of the app. | False | | ||
| Private Key | Used for certificate authentication. The private key of the registered certificate. | False | | ||
| Subscription ID to use | | True | | ||
| Trust any certificate (not secure) | | False | | ||
| Use system proxy settings | | False | |
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.
Add missing description
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.
This is auto-generated from the yml added description where it is not self-explanatory.
...urityCenter/Integrations/MicrosoftDefenderForCloudEventCollector/test_data/AlertsToSort.json
Show resolved
Hide resolved
...urityCenter/Integrations/MicrosoftDefenderForCloudEventCollector/test_data/AlertsToSort.json
Show resolved
Hide resolved
Merge remote-tracking branch 'origin/master' into Microsoft_Defender_For_Cloud_Collector
Merge branch 'Microsoft_Defender_For_Cloud_Collector' of github.com:demisto/content into Microsoft_Defender_For_Cloud_Collector
Merge remote-tracking branch 'origin/master' into Microsoft_Defender_For_Cloud_Collector
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.
Looks good. Good job, I know it's been a bumpy road.
@ShirleyDenkberg Please review this PR, take special attention to the Known Limitation section.
...crosoftDefenderForCloudEventCollector/MicrosoftDefenderForCloudEventCollector_description.md
Outdated
Show resolved
Hide resolved
...crosoftDefenderForCloudEventCollector/MicrosoftDefenderForCloudEventCollector_description.md
Outdated
Show resolved
Hide resolved
...crosoftDefenderForCloudEventCollector/MicrosoftDefenderForCloudEventCollector_description.md
Outdated
Show resolved
Hide resolved
Packs/AzureSecurityCenter/Integrations/MicrosoftDefenderForCloudEventCollector/README.md
Outdated
Show resolved
Hide resolved
Packs/AzureSecurityCenter/Integrations/MicrosoftDefenderForCloudEventCollector/README.md
Outdated
Show resolved
Hide resolved
Packs/AzureSecurityCenter/Integrations/MicrosoftDefenderForCloudEventCollector/README.md
Outdated
Show resolved
Hide resolved
@gal-forer @DeanArbel @yucohen @michal-dagan Doc review completed. |
Docs review. Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Merge branch 'master' of github.com:demisto/content into Microsoft_Defender_For_Cloud_Collector
Status
Related Issues
fixes: link to the issue
fixes: link to the issue
Description
This is a new XSIAM collector for Microsoft defender for cloud
Minimum version of Cortex XSOAR
Does it break backward compatibility?
Must have