Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ status: Available
tactics:
- CredentialAccess
relevantTechniques:
- T1003
- T1003.006
query: |
// Enter a reference list of hostnames for your DC servers
//let DCServersList = dynamic (["DC01.simulandlabs.com","DC02.simulandlabs.com"]);
Expand All @@ -44,7 +44,7 @@ query: |
| project-reorder TimeGenerated, Computer, Account, IpAddress
| extend HostName = tostring(split(Computer, ".")[0]), DomainIndex = toint(indexof(Computer, '.'))
| extend HostNameDomain = iff(DomainIndex != -1, substring(Computer, DomainIndex + 1), Computer)
| extend AccountName = tostring(split(Account, "\\")[0]), AccountNTDomain = tostring(split(Account, "\\")[1])
| extend AccountNTDomain = tostring(split(Account, "\\")[0]), AccountName = tostring(split(Account, "\\")[1])

entityMappings:
- entityType: Account
Expand All @@ -67,5 +67,5 @@ entityMappings:
fieldMappings:
- identifier: Address
columnName: IpAddress
version: 1.0.4
version: 1.0.5
kind: Scheduled
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Windows Security Events\\",
"Version": "3.0.9",
"Version": "3.0.10",
"TemplateSpec": true,
"StaticDataConnectorIds": [
"SecurityEvents",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@
{
"name": "huntingquery38",
"type": "Microsoft.Common.Section",
"label": "User Account added to Built in Domain Local or Global Group",
"label": "User Account added to Built in Sensitive or Privileged Domain Local or Global Group",
"elements": [
{
"name": "huntingquery38-text",
Expand Down
Loading
Loading