-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11445 from daviditkin/feature-bhe-solution
Improved BloodHound Enterprise Solution
- Loading branch information
Showing
71 changed files
with
3,864 additions
and
1,882 deletions.
There are no files selected for viewing
121 changes: 0 additions & 121 deletions
121
.script/tests/KqlvalidationsTests/CustomTables/BloodHoundEnterprise.json
This file was deleted.
Oops, something went wrong.
121 changes: 121 additions & 0 deletions
121
.script/tests/KqlvalidationsTests/CustomTables/BloodHoundLogs_CL.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
{ | ||
"Name": "BloodHoundLogs_CL", | ||
"properties": [ | ||
{ | ||
"name": "TimeGenerated", | ||
"type": "datetime" | ||
}, | ||
{ | ||
"name": "domain_sid", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "exposure_index", | ||
"type": "real" | ||
}, | ||
{ | ||
"name": "tier_zero_count", | ||
"type": "real" | ||
}, | ||
{ | ||
"name": "domain_id", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "non_tier_zero_principal", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "tier_zero_principal", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "group", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "principal", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "path_id", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "user", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "finding_id", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "path_title", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "path_type", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "exposure", | ||
"type": "real" | ||
}, | ||
{ | ||
"name": "finding_count", | ||
"type": "real" | ||
}, | ||
{ | ||
"name": "principal_count", | ||
"type": "real" | ||
}, | ||
{ | ||
"name": "id", | ||
"type": "long" | ||
}, | ||
{ | ||
"name": "created_at", | ||
"type": "datetime" | ||
}, | ||
{ | ||
"name": "updated_at", | ||
"type": "datetime" | ||
}, | ||
{ | ||
"name": "deleted_at", | ||
"type": "datetime" | ||
}, | ||
{ | ||
"name": "deleted_at_v", | ||
"type": "boolean" | ||
}, | ||
{ | ||
"name": "severity", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "domain_impact_value", | ||
"type": "real" | ||
}, | ||
{ | ||
"name": "domain_name", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "domain_type", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "data_type", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "event_type", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "event_details", | ||
"type": "string" | ||
} | ||
] | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
} | ||
} | ||
] | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"recommendations": [ | ||
"ms-azuretools.vscode-azurefunctions" | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"azureFunctions.deploySubpath": "Data Connectors", | ||
"azureFunctions.projectLanguage": "Custom", | ||
"azureFunctions.projectRuntime": "~4", | ||
"debug.internalConsoleOptions": "neverOpen" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"type": "func", | ||
"label": "func: host start", | ||
"command": "host start", | ||
"problemMatcher": "$func-watch", | ||
"isBackground": true, | ||
"options": { | ||
"cwd": "${workspaceFolder}/Data Connectors" | ||
} | ||
} | ||
] | ||
} |
This file contains 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
This file contains 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
This file contains 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
15 changes: 15 additions & 0 deletions
15
Solutions/BloodHound Enterprise/Data Connectors/.funcignore
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
a.git* | ||
.vscode | ||
azurite | ||
__azurite_db*__.json | ||
__blobstorage__ | ||
__queuestorage__ | ||
local.settings.json | ||
test | ||
deployment | ||
azuredeploy* | ||
1Password* | ||
prev-* | ||
handler.go | ||
*.zip | ||
function |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
azurite | ||
handler | ||
function |
Oops, something went wrong.