Skip to content

Commit

Permalink
Corrected watchlist alias and upated main template accordingly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayesh Prajapati authored and Jayesh Prajapati committed Sep 11, 2023
1 parent 86723df commit 9e16de6
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions Solutions/Dataminr Pulse/Package/mainTemplate.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"alerting",
"enrichment"
],
"lastUpdateTime": "2023-09-07T12:15:00.000Z",
"lastUpdateTime": "2023-09-07T12:15:00Z",
"support": {
"tier": "community",
"armtemplate": "Generated from https://github.com/Azure/Azure-Sentinel/tree/master/Tools/Playbook-ARM-Template-Generator"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "Microsoft.OperationalInsights/workspaces/providers/Watchlists",
"properties": {
"displayName": "DataminrPulseAsset",
"watchlistAlias": "DataminrAssetLookup",
"watchlistAlias": "DataminrPulseAsset",
"source": "dataminr_asset_close_proximity_alerting.csv",
"description": "Watchlist contains data of assets to use in Close Proximity Overview dashboard.",
"provider": "Custom",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "Microsoft.OperationalInsights/workspaces/providers/Watchlists",
"properties": {
"displayName": "DataminrPulseVulnerableDomain",
"watchlistAlias": "DataminrVulnerableDomain",
"watchlistAlias": "DataminrPulseVulnerableDomain",
"source": "dataminr_vulnerable_domains_30d.csv",
"description": "Watchlist contains data of vulnerable domains of Dataminr to use in IOC Overview dashboard.",
"provider": "Custom",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "Microsoft.OperationalInsights/workspaces/providers/Watchlists",
"properties": {
"displayName": "DataminrPulseVulnerableHash",
"watchlistAlias": "DataminrVulnerableHashLookup",
"watchlistAlias": "DataminrPulseVulnerableHash",
"source": "dataminr_vulnerable_hashes_30d.csv",
"description": "Watchlist contains data of vulnerable hashes of Dataminr to use in IOC Overview dashboard.",
"provider": "Custom",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "Microsoft.OperationalInsights/workspaces/providers/Watchlists",
"properties": {
"displayName": "DataminrPulseVulnerableIp",
"watchlistAlias": "DataminrVulnerableIPs",
"watchlistAlias": "DataminrPulseVulnerableIp",
"source": "dataminr_vulnerable_ips_30d.csv",
"description": "Watchlist contains data of vulnerable ips of Dataminr to use in IOC Overview dashboard.",
"provider": "Custom",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "Microsoft.OperationalInsights/workspaces/providers/Watchlists",
"properties": {
"displayName": "DataminrPulseVulnerableMalware",
"watchlistAlias": "DataminrVulnerableMalwareLookup",
"watchlistAlias": "DataminrPulseVulnerableMalware",
"source": "dataminr_vulnerable_malwares_30d.csv",
"description": "Watchlist contains data of vulnerable malwares of Dataminr to use in IOC Overview dashboard.",
"provider": "Custom",
Expand Down
22 changes: 11 additions & 11 deletions Solutions/Dataminr Pulse/Workbooks/DataminrPulseAlerts.json

Large diffs are not rendered by default.

0 comments on commit 9e16de6

Please sign in to comment.