Skip to content
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

Illumio sentinel playbook #11429

Merged
merged 32 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f638759
initial playbook commit
ashwinvenkatesha Oct 23, 2024
b0ac843
Merge remote-tracking branch 'origin/master' into sentinel_playbook
ashwinvenkatesha Oct 24, 2024
373aaaa
update function app zip, azuredeploy.json
ashwinvenkatesha Oct 24, 2024
3a12b9a
Merge remote-tracking branch 'origin/master' into sentinel_playbook
ashwinvenkatesha Nov 12, 2024
1f4cf04
Merge remote-tracking branch 'origin/master' into sentinel_playbook
ashwinvenkatesha Nov 13, 2024
46d4eb2
M2+: Sentinel playbook support added
ashwinvenkatesha Nov 13, 2024
5c1e031
add storage account to arm template
ashwinvenkatesha Nov 13, 2024
e46ed1a
updated zip and azuredeploy for port blocking playbook
ashwinvenkatesha Nov 15, 2024
630c681
updated zip file for playbook containment switch
ashwinvenkatesha Nov 15, 2024
ac5ae21
updated zip file for playbook containment switch
ashwinvenkatesha Nov 15, 2024
fe89c83
updated zip file after fixing bugs
ashwinvenkatesha Nov 16, 2024
28fb271
Merge remote-tracking branch 'origin/master' into sentinel_playbook
ashwinvenkatesha Nov 16, 2024
58f2bbf
updated zip file to address bugs
ashwinvenkatesha Nov 16, 2024
545a54f
update zip
ashwinvenkatesha Nov 16, 2024
1979c74
updated zip
ashwinvenkatesha Nov 16, 2024
c6af5a7
Merge remote-tracking branch 'origin/master' into sentinel_playbook
ashwinvenkatesha Nov 18, 2024
89eead7
update to zip
ashwinvenkatesha Nov 18, 2024
8921df2
get ven details from pce in response to incidents playbook
ashwinvenkatesha Nov 19, 2024
1ed5aaa
updated zip files and azuredeploy.json
ashwinvenkatesha Nov 19, 2024
207a251
update solution file
ashwinvenkatesha Nov 19, 2024
e6fcbfb
updated zip
ashwinvenkatesha Nov 19, 2024
4445376
update ven details playbook
ashwinvenkatesha Nov 19, 2024
92424c5
update ven details playbook
ashwinvenkatesha Nov 19, 2024
7bbfdaa
updated zip
ashwinvenkatesha Nov 20, 2024
a4d1865
modify azure deploy and update zip
ashwinvenkatesha Nov 20, 2024
84e0d08
fix a bug in deploy.json
ashwinvenkatesha Nov 20, 2024
feab226
update azredeploy json for ven details playbook
ashwinvenkatesha Nov 21, 2024
40879d7
Merge remote-tracking branch 'origin/master' into sentinel_playbook
ashwinvenkatesha Nov 21, 2024
7858a56
updated solution json, increased version to 3.3.2
ashwinvenkatesha Nov 21, 2024
ca2ed5e
added metadata and images to playbook
ashwinvenkatesha Nov 21, 2024
986143e
Merge remote-tracking branch 'origin/master' into sentinel_playbook
ashwinvenkatesha Nov 26, 2024
dae1e61
merge master and add dummy connection var
ashwinvenkatesha Nov 26, 2024
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.

Large diffs are not rendered by default.

Binary file not shown.
6 changes: 5 additions & 1 deletion Solutions/IllumioSaaS/data/Solution_IllumioSaaS.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@
"Analytic Rules/Illumio_VEN_Deactivated_Query.yaml",
"Analytic Rules/Illumio_VEN_Suspend_Query.yaml"
],
"Playbooks": [
"Playbooks/Illumio-Port-Blocking-Switch/azuredeploy.json",
"Playbooks/Illumio-Get-Ven-Details/azuredeploy.json"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\IllumioSaaS",
"Version": "3.2.2",
"Version": "3.3.2",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true,
"Is1Pconnector": false
Expand Down