{
  "version": "Notebook/1.0",
  "items": [
    {
      "type": 3,
      "content": {
        "version": "KqlItem/1.0",
        "query": "VisaThreatIntelligenceIOC_CL \n| summarize Count=count() by IOCType\n| render barchart",
        "size": 0,
        "title": "IOC by Type",
        "timeContext": {
          "durationMs": 86400000
        },
        "queryType": 0,
        "resourceType": "microsoft.operationalinsights/workspaces"
      },
      "name": "IOC by Type"
    },
    {
      "type": 3,
      "content": {
        "version": "KqlItem/1.0",
        "query": "VisaThreatIntelligenceIOC_CL \n| summarize Count=count() by SourceSeverity\n| render barchart",
        "size": 0,
        "title": "IOC by Severity",
        "timeContext": {
          "durationMs": 86400000
        },
        "queryType": 0,
        "resourceType": "microsoft.operationalinsights/workspaces"
      },
      "name": "IOC by Severity"
    },
    {
      "type": 3,
      "content": {
        "version": "KqlItem/1.0",
        "query": "VisaThreatIntelligenceIOC_CL \n| summarize Count=count() by Classification\n| render barchart",
        "size": 0,
        "title": "IOC Classification",
        "timeContext": {
          "durationMs": 86400000
        },
        "queryType": 0,
        "resourceType": "microsoft.operationalinsights/workspaces"
      },
      "name": "IOC Classification"
    }
  ],
  "$schema": "https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json",
  "styleSettings": {},
  "fromTemplateId": "sentinel-VisaThreatIntelligence"
}