Skip to content
Open
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
@@ -0,0 +1,35 @@
{
"FunctionName": "DomainToolsThreatIntelDomains",
"FunctionParameters": [
{
"Name": "lookback",
"Type": "timespan"
},
{
"Name": "domain_type",
"Type": "string"
}
],
"FunctionResultColumns": [
{
"Name": "TimeGenerated",
"Type": "DateTime"
},
{
"Name": "timestamp",
"Type": "String"
},
{
"Name": "domain",
"Type": "String"
},
{
"Name": "domaintype",
"Type": "String"
},
{
"Name": "DomainCustomEntity",
"Type": "String"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"Name": "DomainToolsThreatIntelDomains_CL",
"Properties": [
{
"Name": "TimeGenerated",
"Type": "DateTime"
},
{
"Name": "timestamp",
"Type": "String"
},
{
"Name": "domain",
"Type": "String"
},
{
"Name": "domaintype",
"Type": "String"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"DatawizaDapSolution",
"DigitalGuardianDLP",
"DigitalShadows",
"DomainTools",
"DragosSitestoreCCP",
"Dynamics365",
"Dynamics365Finance",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
id: f8c223c1-1a28-4b28-8e9f-5e33b610916b
name: DomainTools New Domain Discovery Indicators Ingested
description: Creates an incident whenever DomainTools Domain Discovery new indicators (domains) are ingested in the last 1 hour.
kind: Scheduled
severity: Medium
requiredDataConnectors:
- connectorId: DomainTools
dataTypes:
- DomainToolsThreatIntelDomains_CL
queryFrequency: 1h
queryPeriod: 1h
triggerOperator: gt
triggerThreshold: 0
tactics: []
relevantTechniques: []
query: "DomainToolsThreatIntelDomains(1h,\"domaindiscovery\")"
entityMappings:
- entityType: DNS
fieldMappings:
- identifier: DomainName
columnName: DomainCustomEntity
eventGroupingSettings:
aggregationKind: SingleAlert
version: 1.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
id: f8c223c1-1a28-4b28-8e9f-5e34b610916b
name: DomainTools Newly Added Domains Feeds Ingested
description: Creates an incident whenever DomainTools Domain Discovery new Feeds (domains) are ingested in the last 1 hour.
kind: Scheduled
severity: Medium
requiredDataConnectors:
- connectorId: DomainTools
dataTypes:
- DomainToolsThreatIntelDomains_CL
queryFrequency: 1h
queryPeriod: 1h
triggerOperator: gt
triggerThreshold: 0
tactics: []
relevantTechniques: []
query: "DomainToolsThreatIntelDomains(1h,\"nad\")"
entityMappings:
- entityType: DNS
fieldMappings:
- identifier: DomainName
columnName: DomainCustomEntity
eventGroupingSettings:
aggregationKind: SingleAlert
version: 1.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
id: f8c223c1-1a28-4b28-8e9f-5e35b610916b
name: DomainTools Newly Observed Domains Feeds Ingested
description: Creates an incident whenever DomainTools Newly Observed Domains new Feeds (domains) are ingested in the last 1 hour.
kind: Scheduled
severity: Medium
requiredDataConnectors:
- connectorId: DomainTools
dataTypes:
- DomainToolsThreatIntelDomains_CL
queryFrequency: 1h
queryPeriod: 1h
triggerOperator: gt
triggerThreshold: 0
tactics: []
relevantTechniques: []
query: "DomainToolsThreatIntelDomains(1h, \"nod\")"
entityMappings:
- entityType: DNS
fieldMappings:
- identifier: DomainName
columnName: DomainCustomEntity
eventGroupingSettings:
aggregationKind: SingleAlert
version: 1.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
id: f8c223c1-1a28-4b28-8e9f-5e36b610916b
name: DomainTools Newly Observed Hostnames Feeds Ingested
description: Creates an incident whenever DomainTools Newly Observed Hostnames new Feeds (domains) are ingested in the last 1 hour.
kind: Scheduled
severity: Medium
requiredDataConnectors:
- connectorId: DomainTools
dataTypes:
- DomainToolsThreatIntelDomains_CL
queryFrequency: 1h
queryPeriod: 1h
triggerOperator: gt
triggerThreshold: 0
tactics: []
relevantTechniques: []
query: "DomainToolsThreatIntelDomains(1h, \"noh\")"
entityMappings:
- entityType: DNS
fieldMappings:
- identifier: DomainName
columnName: DomainCustomEntity
eventGroupingSettings:
aggregationKind: SingleAlert
version: 1.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"name": "DomainToolsDCR",
"apiVersion": "2021-09-01-preview",
"type": "Microsoft.Insights/dataCollectionRules",
"location": "{{location}}",
"dependsOn": [
"DomainToolsThreatIntelDomains_CL"
],
"kind": null,
"properties": {
"dataCollectionEndpointId": "{{dataCollectionEndpointId}}",
"workspaceResourceId": "{{workspaceResourceId}}",
"streamDeclarations": {
"Custom-DomainToolsThreatIntel_NOD_CL": {
"columns": [
{
"name": "timestamp",
"type": "string",
"description": "Timestamp"
},
{
"name": "domain",
"type": "string",
"description": "Domain"
}
]
},
"Custom-DomainToolsThreatIntel_NOH_CL": {
"columns": [
{
"name": "timestamp",
"type": "string",
"description": "Timestamp"
},
{
"name": "domain",
"type": "string",
"description": "Domain"
}
]
},
"Custom-DomainToolsThreatIntel_NAD_CL": {
"columns": [
{
"name": "timestamp",
"type": "string",
"description": "Timestamp"
},
{
"name": "domain",
"type": "string",
"description": "Domain"
}
]
},
"Custom-DomainToolsThreatIntel_DD_CL": {
"columns": [
{
"name": "timestamp",
"type": "string",
"description": "Timestamp"
},
{
"name": "domain",
"type": "string",
"description": "Domain"
}
]
}
},
"dataSources": {},
"destinations": {
"logAnalytics": [
{
"name": "dtv2ws1",
"workspaceResourceId": "{{workspaceResourceId}}"
}
]
},
"dataFlows": [
{
"streams": [
"Custom-DomainToolsThreatIntel_NOD_CL"
],
"destinations": [
"dtv2ws1"
],
"transformKql": "source \n| extend TimeGenerated = todatetime(timestamp), domaintype = 'nod'\n\n",
"outputStream": "Custom-DomainToolsThreatIntelDomains_CL"
},
{
"streams": [
"Custom-DomainToolsThreatIntel_NOH_CL"
],
"destinations": [
"dtv2ws1"
],
"transformKql": "source \n| extend TimeGenerated = todatetime(timestamp), domaintype = 'noh'\n\n",
"outputStream": "Custom-DomainToolsThreatIntelDomains_CL"
},
{
"streams": [
"Custom-DomainToolsThreatIntel_NAD_CL"
],
"destinations": [
"dtv2ws1"
],
"transformKql": "source \n| extend TimeGenerated = todatetime(timestamp), domaintype = 'nad'\n\n",
"outputStream": "Custom-DomainToolsThreatIntelDomains_CL"
},
{
"streams": [
"Custom-DomainToolsThreatIntel_DD_CL"
],
"destinations": [
"dtv2ws1"
],
"transformKql": "source \n| extend TimeGenerated = todatetime(timestamp), domaintype = 'domaindiscovery'\n\n",
"outputStream": "Custom-DomainToolsThreatIntelDomains_CL"
}
],
"provisioningState": "Succeeded"
}
}
Loading
Loading