Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packs/soc-microsoft-graph-security/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "soc-microsoft-graph-security",
"description": "This content replaces and enhances the out-of-the-box generic content pack rules.",
"support": "xsoar",
"currentVersion": "1.0.10",
"currentVersion": "1.0.11",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/soc-microsoft-graph-security/xsoar_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"custom_packs": [
{
"id": "soc-microsoft-graph-security.zip",
"url": "https://github.com/Palo-Cortex/secops-framework/releases/download/soc-microsoft-graph-security-v1.0.10/soc-microsoft-graph-security-v1.0.10.zip",
"url": "https://github.com/Palo-Cortex/secops-framework/releases/download/soc-microsoft-graph-security-v1.0.11/soc-microsoft-graph-security-v1.0.11.zip",
"system": "yes"
}
],
Expand Down
4 changes: 2 additions & 2 deletions pack_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
{
"id": "soc-microsoft-defender",
"display_name": "SOC Microsoft Defender Integration Enhancement for Cortex XSIAM",
"version": "1.0.22",
"version": "1.0.23",
"path": "Packs/soc-microsoft-defender",
"visible": true,
"xsoar_config": "https://raw.githubusercontent.com/Palo-Cortex/secops-framework/refs/heads/main/Packs/soc-microsoft-defender/xsoar_config.json"
},
{
"id": "soc-microsoft-graph-security",
"display_name": "SOC Microsoft Graph Security Content Pack Enhancement for Cortex XSIAM",
"version": "1.0.10",
"version": "1.0.11",
"path": "Packs/soc-microsoft-graph-security",
"visible": false,
"xsoar_config": "https://raw.githubusercontent.com/Palo-Cortex/secops-framework/refs/heads/main/Packs/soc-microsoft-graph-security/xsoar_config.json"
Expand Down