Skip to content

Commit

Permalink
adding files
Browse files Browse the repository at this point in the history
  • Loading branch information
v-atulyadav committed Oct 11, 2024
1 parent b9adb84 commit 73954c3
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 6 deletions.
22 changes: 22 additions & 0 deletions Solutions/TestSolution/Analytic Rules/testrule.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
id: 9018f480-e6e8-45e3-a7f3-2eb91ffe609f
name: test rule
description: |
'test rule.'
severity: Low/Medium/High
status: Available
requiredDataConnectors:
- connectorId:
dataTypes:
-
queryFrequency:
queryPeriod:
triggerOperator:
triggerThreshold:
tactics:
-
relevantTechniques:
-
query: |
kind:
version: 1.0.0
Empty file.
12 changes: 6 additions & 6 deletions Solutions/TestSolution/Data/Solution_TestSolution.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@

],
"Workbooks": [

"Workbooks/TestSolutionAlertOverview.json"
],
"Analytic Rules": [

"Analytic Rules/testrule.yaml"
],
"Hunting Queries": [

"Hunting Queries/testhunting.yaml"
],
"Parsers": [

"Parsers/Test_Solution.yaml"
],
"Playbooks": [

"Playbooks/azuredeploy.json",
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\TestSolution",
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\TestSolution\\",
"Version": "3.0.0",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true,
Expand Down
11 changes: 11 additions & 0 deletions Solutions/TestSolution/Hunting Queries/testhunting.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
id: 7f432a0f-5fd2-4694-b8c7-bc57b41e7815
name: test
description: |
''
requiredDataConnectors: []
tactics:
-
relevantTechniques:
-
query: |
10 changes: 10 additions & 0 deletions Solutions/TestSolution/Parsers/Test_Solution.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
id: cb50cc14-b4fa-49d1-b8ee-61c1c70f4c09
Function:
Title: Parser for Test Solution
Version: '1.0.0'
LastUpdated: '2024-10-11'
Category: Microsoft Sentinel Parser
FunctionName: Test_Solution
FunctionAlias: Test_Solution
FunctionQuery: |
Empty file.
Empty file.
Empty file.

0 comments on commit 73954c3

Please sign in to comment.