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

Workbook Standalone #11252

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9a6bbe5
Updated Solutions
Sep 20, 2024
3ecd726
Merge branch 'master' of https://github.com/InspiraEnterprise/Azure-S…
Sep 20, 2024
f658bd8
Updated Solutions
Sep 20, 2024
aa3d0e5
Updated Solutions
Sep 20, 2024
467feb4
Updated Solutions
Sep 20, 2024
0a24e1f
Updated Solutions
Sep 20, 2024
1a5e5b5
Merge branch 'Azure:master' into master
InspiraEnterprise Sep 20, 2024
de1d5eb
Merge branch 'Azure:master' into master
InspiraEnterprise Sep 23, 2024
3929a0f
Merge branch 'Azure:master' into master
InspiraEnterprise Sep 23, 2024
695fb3b
Updated Solutions
Sep 23, 2024
81c6ae4
Updated Solutions1
Sep 23, 2024
e9285ba
Merge branch 'Azure:master' into master
InspiraEnterprise Sep 24, 2024
573c63e
Add files via upload
InspiraEnterprise Sep 24, 2024
b0f0e73
Update WorkbooksMetadata.json
InspiraEnterprise Sep 24, 2024
0d44ab0
Merge branch 'Azure:master' into master
InspiraEnterprise Sep 26, 2024
75fdcef
Updated Standalone
Sep 26, 2024
da8ea36
Update Account-lockout.yaml
InspiraEnterprise Sep 26, 2024
de0ae71
Update Impossible-Travel.yaml
InspiraEnterprise Sep 26, 2024
730a1cc
Update Impossible-Travel.yaml
InspiraEnterprise Sep 26, 2024
5ae6186
Update Account-lockout.yaml
InspiraEnterprise Sep 26, 2024
e24a620
Update Account-lockout.yaml
InspiraEnterprise Sep 26, 2024
ea3da3f
Update Impossible-Travel.yaml
InspiraEnterprise Sep 26, 2024
ff66d5a
Update Account-lockout.yaml
InspiraEnterprise Sep 26, 2024
34de042
Updated Standalone1
Sep 26, 2024
1a7606c
Updated Standalone1
Sep 26, 2024
31e5159
Committing Workbook
Oct 10, 2024
f327051
Merge branch 'master' of https://github.com/InspiraEnterprise/Azure-S…
Oct 10, 2024
3cb1a89
Update WorkbooksMetadata.json
InspiraEnterprise Oct 10, 2024
b64a927
up
Oct 10, 2024
37a5ef9
Merge branch 'master' of https://github.com/InspiraEnterprise/Azure-S…
Oct 10, 2024
794715c
Merge branch 'Azure:master' into master
InspiraEnterprise Oct 10, 2024
5a71e05
removed space
Oct 10, 2024
5e9193d
Merge branch 'master' of https://github.com/InspiraEnterprise/Azure-S…
Oct 10, 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
2,111 changes: 6 additions & 2,105 deletions Solutions/Intel471/Package/mainTemplate.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"Name": "Account_Lockout",
"Author": "InspiraEnterprise",
"Logo": "",
"Description": "This Kusto Query Language (KQL) script is designed to analyze account lockout events (EventID 4740) over the last 5 working days, focusing on specific working hours (8 PM to 8 AM) in the US/Pacific time zone. The objective is to identify and highlight potential security anomalies where the frequency of lockouts exceeds the normal rate.",


"Analytic Rules": [
"Analytic Rules/Account-Lockout.yaml"
],

"BasePath": "https://raw.githubusercontent.com/InspiraEnterprise/Azure/Azure-Sentinel/master/Solutions/Account_Lockout",
"Version": "1.0.0",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Name": "Data_Latency",
"Author": "InspiraEnterprise",
"Logo": "",
"Description": "The Latency Details workbook offers a comprehensive view of latency across data connectors and log sources. It shows the timestamp of the last data received and calculates the time elapsed since the last ingestion for each data source, covering both Windows and Linux machines, enabling efficient monitoring and troubleshooting of data flow",
"WorkbookBladeDescription": "This Microsoft Sentinel Solution installs workbooks. Workbooks provide a flexible canvas for data monitoring, analysis, and the creation of rich visual reports within the Azure portal. They allow you to tap into one or many data sources from Microsoft Sentinel and combine them into unified interactive experiences.",


"Workbooks": [
"Workbooks/Data_Latency_Workbook.json"
],

"BasePath": "https://raw.githubusercontent.com/InspiraEnterprise/Azure/Azure-Sentinel/master/Solutions/Data_Latency",
"Version": "1.0.0",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"Name": "Impossible_Travel",
"Author": "InspiraEnterprise",
"Logo": "",
"Description": "Impossible Travel Kusto Query Language (KQL) script is designed to analyze sign-in logs to detect potential anomalous activity by calculating the speed of travel between login locations. It filters out logs at excessively high speeds, which may indicate suspicious behavior.",


"Analytic Rules": [
"Analytic Rules/Impossible-Travel.yaml"
],

"BasePath": "https://raw.githubusercontent.com/InspiraEnterprise/Azure/Azure-Sentinel/master/Solutions/Impossible_Travel",
"Version": "1.0.0",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Name": "Syslog_Bifurcation",
"Author": "InspiraEnterprise",
"Logo": "",
"Description": "The Data Ingestion Comparison Hourly workbook offers a comprehensive view of ingested data, presenting the total data volume and ingestion amounts in GB, categorized by each hour. This breakdown helps in monitoring and comparing data ingestion trends over time, ensuring visibility into hourly ingestion patterns and potential anomalies.",
"WorkbookBladeDescription": "This Microsoft Sentinel Solution installs workbooks. Workbooks provide a flexible canvas for data monitoring, analysis, and the creation of rich visual reports within the Azure portal. They allow you to tap into one or many data sources from Microsoft Sentinel and combine them into unified interactive experiences.",


"Workbooks": [
"Workbooks/Syslog-Bifurcation.json"
],

"BasePath": "https://raw.githubusercontent.com/InspiraEnterprise/Azure/Azure-Sentinel/master/Solutions/Syslog-Bifurcation",
"Version": "1.0.0",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Name": "User_Analytics",
"Author": "InspiraEnterprise",
"Logo": "",
"Description": "The User Analytics Workbook is designed to provide a comprehensive overview of individual user activities and attributes within your organization. This custom solution aggregates and visualizes critical data related to users, including their group memberships, personal information, sign-in activities, recently assigned roles, behaviour analysis, assigned Entra ID (Formerly known as Active Directory (AD)) roles, risk status, and any recent incidents associated with the user.",
"WorkbookBladeDescription": "This Microsoft Sentinel Solution installs workbooks. Workbooks provide a flexible canvas for data monitoring, analysis, and the creation of rich visual reports within the Azure portal. They allow you to tap into one or many data sources from Microsoft Sentinel and combine them into unified interactive experiences.",


"Workbooks": [
"Workbooks/User_Analytics_Workbook.json"
],

"BasePath": "https://raw.githubusercontent.com/InspiraEnterprise/Azure/Azure-Sentinel/master/Solutions/User_Analytics",
"Version": "1.0.0",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true

}
Loading