TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "windows") OR contains(tags, "active-directory") OR contains(tags, "kerberos") OR contains(tags, "delegation") OR contains(tags, "lateral-movement")SORT file.ctime DESC
windows
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "windows")SORT file.ctime DESC
active-directory
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "active-directory")SORT file.ctime DESC
kerberos
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "kerberos")SORT file.ctime DESC
delegation
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "delegation")SORT file.ctime DESC
lateral-movement
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "lateral-movement")SORT file.ctime DESC