Fixes according to feedback @v-rbajaj and @v-dvedak

This commit is contained in:
Koen Van Impe 2023-08-07 20:42:34 +02:00
Родитель 724fdea4bc
Коммит 01daea3dfc
5 изменённых файлов: 9 добавлений и 10 удалений

Двоичные данные
Solutions/MISP2Sentinel/Package/3.0.0.zip

Двоичный файл не отображается.

Просмотреть файл

@ -152,7 +152,7 @@
"support": {
"name": "MISP project & cudeso.be",
"email": "info@cudeso.be",
"tier": "Community-supported",
"tier": "Community",
"link": "https://github.com/cudeso/misp2sentinel"
}
}
@ -197,7 +197,7 @@
"support": {
"name": "MISP project & cudeso.be",
"email": "info@cudeso.be",
"tier": "Community-supported",
"tier": "Community",
"link": "https://github.com/cudeso/misp2sentinel"
}
}
@ -291,7 +291,7 @@
"support": {
"name": "MISP project & cudeso.be",
"email": "info@cudeso.be",
"tier": "Community-supported",
"tier": "Community",
"link": "https://github.com/cudeso/misp2sentinel"
},
"dependencies": {
@ -307,8 +307,7 @@
"firstPublishDate": "2023-07-29",
"lastPublishDate": "2023-07-29",
"providers": [
"MISP project",
"cudeso.be"
"MISP project"
],
"categories": {
"domains": [

Просмотреть файл

@ -1,7 +1,7 @@
# MISP2Sentinel
The MISP to Microsoft Sentinel integration allows you to upload indicators from MISP to Microsoft Sentinel.
The [MISP](https://www.misp-project.org/) to Microsoft Sentinel integration allows you to upload indicators from MISP to Microsoft Sentinel.
Code and documentation is at [https://github.com/cudeso/misp2sentinel](https://github.com/cudeso/misp2sentinel).
Release notes and versions are at at [https://github.com/cudeso/misp2sentinel](https://github.com/cudeso/misp2sentinel).
Release notes and versions are at [https://github.com/cudeso/misp2sentinel](https://github.com/cudeso/misp2sentinel).

2
Solutions/MISP2Sentinel/ReleaseNotes.md Normal file → Executable file
Просмотреть файл

@ -1,3 +1,3 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 0.0.1 | 29-07-2023 | **Data Connector** Initial version of MISP2Sentinel with support for Upload Indicators API
| 3.0.0 | 29-07-2023 | **Data Connector** Initial version of MISP2Sentinel with support for Upload Indicators API

Просмотреть файл

@ -3,7 +3,7 @@
"offerId": "azure-sentinel-solution-misp2sentinel",
"firstPublishDate": "2023-07-29",
"lastPublishDate": "2023-07-29",
"providers": ["MISP project", "cudeso.be"],
"providers": ["MISP project"],
"categories": {
"domains" : ["Security - Threat Intelligence", "Security - Threat Protection"],
"verticals": ["Aeronautics", "Education", "Finance", "Healthcare", "Manufacturing", "Retail"]
@ -11,7 +11,7 @@
"support": {
"name": "MISP project & cudeso.be",
"email": "info@cudeso.be",
"tier": "Community-supported",
"tier": "Community",
"link": "https://github.com/cudeso/misp2sentinel"
}
}