Main change is to the uncommon processes query.#2
Closed
timbMSFT wants to merge 3 commits into
Closed
Conversation
Multiple queries update to use split instead of the convoluted reverse() to extract filename. Copied all queries to Deployed - on the basis that the PR for this in ASI-portal repo has been completed already.
…ies update to use split instead of the convoluted reverse() to extract filename. Copied all queries to Deployed - on the basis that the PR for this in ASI-portal repo has been completed already." This reverts commit 63b4b2e.
…I-portal repo. As well as that query the convoluted reverse() mechanism for extracting Filename is replaced with simpler split() approach.
Contributor
|
There are conflicting changes. These need to be merged. |
Contributor
Author
|
abandoning this PR |
shainw
pushed a commit
that referenced
this pull request
Jul 31, 2019
Added in filters for block events
This was referenced Feb 8, 2020
Closed
Merged
Closed
vaniMSTIC
added a commit
to vaniMSTIC/Azure-Sentinel
that referenced
this pull request
Nov 23, 2020
Shain's feedback Azure#2
sarah-yo
pushed a commit
that referenced
this pull request
Feb 2, 2021
Pull request from johnbilliris/Azure-Sentinel:master to johnbilliris/Azure-Sentinel:GuardicoreThreatIntelImprovements
v-jayakal
pushed a commit
that referenced
this pull request
May 26, 2021
Changed solution rule datatypes to ESETPROTECT
v-maudan
pushed a commit
that referenced
this pull request
Sep 30, 2021
Add data connector for Armorblox solution
v-dvedak
pushed a commit
that referenced
this pull request
Dec 20, 2022
Solution_NonameSecurity.json Connector_RESTAPI_NonameSecurity.json
mayank88mahajan
added a commit
to mayank88mahajan/Azure-Sentinel
that referenced
this pull request
Jan 13, 2023
v-dvedak
pushed a commit
that referenced
this pull request
Mar 29, 2023
* Solution package with the updated Playbook Templates. * Updated documentation and package
v-atulyadav
pushed a commit
that referenced
this pull request
Jun 13, 2023
Update AuthenticationAttemptfromNewCountry.yaml
v-dvedak
pushed a commit
that referenced
this pull request
Jul 4, 2023
…ovements Callmegreg GitHub solution improvements
v-atulyadav
pushed a commit
that referenced
this pull request
Mar 12, 2024
…dpointconnector-ccp Update Sophos Endpoint Data Connector - ccp
v-atulyadav
pushed a commit
that referenced
this pull request
Jul 22, 2024
…improvements Users/vkorenkov/1643469 improvements
v-dvedak
pushed a commit
that referenced
this pull request
Aug 21, 2024
fixes for compliance with checks
v-atulyadav
pushed a commit
that referenced
this pull request
Nov 27, 2024
PR to test KQL validation run
v-prasadboke
pushed a commit
that referenced
this pull request
Mar 17, 2025
…readme-updates docs: readme improvements
v-atulyadav
pushed a commit
that referenced
this pull request
Jan 15, 2026
Co-authored-by: v-shukore <159111145+v-shukore@users.noreply.github.com>
v-atulyadav
pushed a commit
that referenced
this pull request
Jan 15, 2026
This reverts commit e079ca0.
v-dvedak
pushed a commit
that referenced
this pull request
Jan 22, 2026
Co-authored-by: RamboV <68921481+RamboV@users.noreply.github.com>
v-dvedak
pushed a commit
that referenced
this pull request
Jan 22, 2026
)" This reverts commit 20419d8.
yummyblabla
added a commit
that referenced
this pull request
Feb 4, 2026
v-atulyadav
pushed a commit
that referenced
this pull request
Feb 24, 2026
Co-authored-by: gloo-shock <36697840+gloo-shock@users.noreply.github.com>
v-atulyadav
pushed a commit
that referenced
this pull request
Feb 24, 2026
This reverts commit a63d238
v-atulyadav
pushed a commit
that referenced
this pull request
Feb 24, 2026
This reverts commit a63d238
v-atulyadav
pushed a commit
that referenced
this pull request
Apr 30, 2026
Syncing my fork with the latest changes from main
4 tasks
elakkuvan-r
added a commit
to elakkuvan-r/Azure-Sentinel
that referenced
this pull request
Jun 4, 2026
…zure#3, Azure#4) Azure#2 — Renamed Whisper - BGP Anomaly Hunt → Whisper - ASN Reputation Score Hunt to match the query's actual logic (compares ASN reputation scores across 24-hour windows, flags increases >20 points). Filename kept stable. Azure#3 — Standardized the playbook parameter naming across all 10 playbooks from `playbook-name` (kebab) to `PlaybookName` (PascalCase) per the Azure-Sentinel repo convention. Updated both the parameter declaration and every `parameters('playbook-name')` reference. Azure#4 — Moved the Whisper Security custom API connector ARM template into its own folder per repo convention: Solutions/Whisper/Playbooks/WhisperSecurityConnector.json → Solutions/Whisper/Playbooks/WhisperSecurityConnector/azuredeploy.json Package regenerated to 3.0.29 via Create-Azure-Sentinel-Solution V3. Azure#1 (parse_json on comma-separated strings) — replied on the thread explaining deferral until we have live data to verify the actual ingestion-pipeline output format; not changing code in this round. Signed-off-by: Elakkuvan Rajamani <elakkuvan@whisper.security>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Multiple queries update to use split instead of the convoluted reverse() to extract filename.
Copied all queries to Deployed - on the basis that the PR for this in ASI-portal repo has been completed already.