Skip to content

Commit

Permalink
Merge branch 'master' into v-sudkharat/PaloAltoPrismaCloudSolution
Browse files Browse the repository at this point in the history
  • Loading branch information
v-sudkharat committed Aug 31, 2023
2 parents d2e4691 + d519917 commit 880146b
Show file tree
Hide file tree
Showing 11 changed files with 181 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prerequisites": [
"1. ServiceNow Instance URL, Username, and password.",
"2. Access and authorization to enable API connectors",
"3. Teams Group ID and Alert Channel ID where the messages are to be posted in."
"3. Teams Group ID, Channel ID and Alert details where the messages are to be posted in."
],
"lastUpdateTime": "2021-06-29T10:00:00.000Z",
"entities": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prerequisites": [
"1. ServiceNow Instance URL, Username, and password.",
"2. Access and authorization to enable API connectors",
"3. Teams Group ID and Alert Channel ID where the messages are to be posted in."
"3. Teams Group ID, Channel ID and Alert details where the messages are to be posted in."
],
"lastUpdateTime": "2021-06-29T10:00:00.000Z",
"entities": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prerequisites": [
"1. ServiceNow Instance URL, Username, and password.",
"2. Access and authorization to enable API connectors",
"3. Teams Group ID and Alert Channel ID where the messages are to be posted in."
"3. Teams Group ID, Channel ID and Alert details where the messages are to be posted in."
],
"lastUpdateTime": "2021-06-29T10:00:00.000Z",
"entities": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prerequisites": [
"1. ServiceNow Instance URL, Username, and password.",
"2. Access and authorization to enable API connectors",
"3. Teams Group ID and Alert Channel ID where the messages are to be posted in."
"3. Teams Group ID, Channel ID and Alert details where the messages are to be posted in."
],
"lastUpdateTime": "2021-06-29T10:00:00.000Z",
"entities": [
Expand Down
2 changes: 1 addition & 1 deletion Solutions/Juniper SRX/Data/Solution_Juniper SRX.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Parsers/JuniperSRX.txt"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Juniper SRX",
"Version": "2.0.3",
"Version": "3.0.0",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true,
"Is1Pconnector": false
Expand Down
Binary file added Solutions/Juniper SRX/Package/3.0.0.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Solutions/Juniper SRX/Package/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"config": {
"isWizard": false,
"basics": {
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/Azure_Sentinel.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** _There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing._\n\nThe [Juniper SRX](https://www.juniper.net/us/en/products/security/srx-series.html) solution for Microsoft Sentinel enables you to ingest Juniper SRX traffic and system logs into Microsoft Sentinel.\n\n**Underlying Microsoft Technologies used:**\n\nThis solution is dependent on the following technologies, and some of these dependencies either may be in [Preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) state or might result in additional ingestion or operational costs:\n\na. [Agent-based log collection (Syslog)](https://docs.microsoft.com/azure/sentinel/connect-syslog)\n\n**Data Connectors:** 1, **Parsers:** 1\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/Azure_Sentinel.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \r \n • Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Juniper%20SRX/ReleaseNotes.md)\r \n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution.\n\nThe [Juniper SRX](https://www.juniper.net/us/en/products/security/srx-series.html) solution for Microsoft Sentinel enables you to ingest Juniper SRX traffic and system logs into Microsoft Sentinel.\n\n**Underlying Microsoft Technologies used:**\n\nThis solution is dependent on the following technologies, and some of these dependencies either may be in [Preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) state or might result in additional ingestion or operational costs:\n\na. [Agent-based log collection (Syslog)](https://docs.microsoft.com/azure/sentinel/connect-syslog)\n\n**Data Connectors:** 1, **Parsers:** 1\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
"subscription": {
"resourceProviders": [
"Microsoft.OperationsManagement/solutions",
Expand Down Expand Up @@ -89,4 +89,4 @@
"workspace": "[basics('workspace')]"
}
}
}
}
133 changes: 69 additions & 64 deletions Solutions/Juniper SRX/Package/mainTemplate.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions Solutions/Juniper SRX/Parsers/JuniperSRX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ FunctionQuery: |
Substring = tostring(Parser[12])
| extend Parser2 = extract_all(@"(0x0/s)?([\S]+)\s([\S]+)\s([\S]+)\s([\S]+)\s(\d+)\s([\S]+)\s([\S]+)\s([\S]+)\s(\d+)",dynamic([1,2,3,4,5,6,7,8,9,10]), Substring)
| mvexpand Parser2
| extend ProtocolId = toint(Parser2[5]),
| extend SrcNatRuleName = tostring(Parser2[2]),
DstNatRuleName = tostring(Parser2[4]),
ProtocolId = toint(Parser2[5]),
PolicyName = tostring(Parser2[6]),
SrcNatRuleName = tostring(Parser2[7]),
DstNatRuleName = tostring(Parser2[8]),
SourceZoneName = tostring(Parser2[7]),
DestinationZoneName = tostring(Parser2[8]),
SessionId = toint(Parser2[9])
| project-away Parser, Parser2, Substring;
let AllOtherEvents = LogHeader
Expand Down
4 changes: 4 additions & 0 deletions Solutions/Juniper SRX/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|--------------------------------------------------|
| 3.0.0 | 29-08-2023 | Modified the **Parser** to process Zone Details |

96 changes: 96 additions & 0 deletions Solutions/SAP/template/systemconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"<GUID>": {
"signature": {
"timestamp": 1684233253361,
"turned_on": true
},
"secrets_source": {
"secrets": "<DOCKER_RUNTIME/AZURE_KEY_VAULT/DOCKER_SECRETS/DOCKER_FIXED>",
"keyvault": "<SET_YOUR_AZURE_KEYVAULT>",
"intprefix": "<SET_YOUR_PREFIX>"
},
"abap_central_instance": {
"ashost": "<SET_YOUR_APPLICATION_SERVER_HOST>",
"sysnr": "<SET_YOUR_SYS_NUMBER>",
"user": "<SET_YOUR_USER>",
"sysid": "<SET_YOUR_SYSTEM_ID>",
"client": "<SET_YOUR_CLIENT>"
},
"azure_credentials": {
"loganalyticswsid": "<SET_YOUR_SENTINEL_ENABLED_LOG_ANALYTICS_WORKSPACE_ID>",
"publickey": "<SET_YOUR_PUBLIC_KEY>"
},
"file_extraction_abap": {
"osuser": "<SET_YOUR_SAPADM_LIKE_USER>",
"ospasswd": "<SET_YOUR_SAPADM_PASS>",
"appserver": "<SET_YOUR_SAPCTRL_SERVER>",
"instance": "<SET_YOUR_SAP_INSTANCE>",
"x509pkicert": "<SET_YOUR_X509_PKI_CERTIFICATE>",
"abapseverity": "<SET_ABAP_SEVERITY>",
"abaptz": "<SET_ABAP_TZ>"
},
"file_extraction_java": {
"javaosuser": "<SET_YOUR_JAVAADM_LIKE_USER>",
"javaospasswd": "<SET_YOUR_JAVAADM_PASS>",
"javaappserver": "<SET_YOUR_JAVA_SAPCTRL_SERVER>",
"javainstance": "<SET_YOUR_JAVA_SAP_INSTANCE>",
"javax509pkicert": "<SET_YOUR_X509_PKI_CERTIFICATE>",
"javaseverity": "<SET_JAVA_SEVERITY>",
"javatz": "<SET_JAVA_TZ>"
},
"logs_activation_status": {
"abapauditlog": "True",
"abapjoblog": "True",
"abapspoollog": "True",
"abapspooloutputlog": "True",
"abapchangedocslog": "True",
"abapapplog": "True",
"abapworkflowlog": "True",
"abapcrlog": "True",
"abaptabledatalog": "False",
"abapfileslogs": "False",
"syslog": "False",
"icm": "False",
"wp": "False",
"gw": "False",
"javafileslogs": "False"
},
"connector_configuration": {
"extractuseremail": "True",
"apiretry": "False",
"auditlogforcexal": "False",
"auditlogforcelegacyfiles": "False",
"timechunk": "5"
},
"abap_table_selector": {
"agr_tcodes_full": "True",
"usr01_full": "True",
"usr02_full": "True",
"usr02_incremental": "True",
"agr_1251_full": "True",
"agr_users_full": "True",
"agr_users_incremental": "True",
"agr_prof_full": "True",
"ust04_full": "True",
"usr21_full": "True",
"adr6_full": "True",
"adcp_full": "True",
"usr05_full": "True",
"usgrp_user_full": "True",
"user_addr_full": "True",
"devaccess_full": "True",
"agr_define_full": "True",
"agr_define_incremental": "True",
"pahi_full": "True",
"pahi_incremental": "True",
"agr_agrs_full": "True",
"usrstamp_full": "True",
"usrstamp_incremental": "True",
"agr_flags_full": "True",
"agr_flags_incremental": "True",
"sncsysacl_full": "False",
"usracl_full": "False",
"#selector_config": "[{\n\"log_id\": \"USR02_FULL\",\n\"blocked_cols\": [\"BCODE\", \"OCOD1\", \"OCOD2\", \"OCOD3\", \"OCOD4\", \"OCOD5\", \"PASSCODE\", \"PWDSALTEDHASH\"],\n\"interval_sub_type\": \"days\",\n\"interval_value\": 1,\n\"bulk_size\":10000\n},\n{\n\"log_id\": \"AGR_AGRS_FULL\",\n\"interval_sub_type\": \"days\",\n\"interval_value\": 7,\n\"bulk_size\":10000\n}]"
}
}
}

0 comments on commit 880146b

Please sign in to comment.