Bert-Jan Pals unknown stable kql

APTNotes table that can be used to join with other data connectors

APTNotes table that can be used to join with other data connectors

View Source

Detection Logic

let APTInfo = externaldata(Filename: string, Title: string, Source: 
string, Link: string, SHA1: string, Date: datetime, Year: int)
[@"https://raw.githubusercontent.com/aptnotes/data/master/APTnotes.csv"] 
with (format="csv", ignoreFirstRecord=True);
APTInfo
| where Year > 2015

Field Validations

Loading…

Comments (0)

Loading comments...