Query Details
let ATLAS = externaldata (source_name:string,url:string,external_id:string,name:string,description:string,x_mitre_shortname:string,created_by_ref:string,object_marking_refs:string,type:string,id:string,created:string,modified:string) [@"https://raw.githubusercontent.com/rod-trent/Copilot-for-Security/main/Plugins/Data/atlas.csv"] with (ignoreFirstRecord=true, format="csv"); ATLAS | distinct external_id, name, description, type, url
This query retrieves data from an external source called ATLAS and then displays only unique values for the columns external_id, name, description, type, and url.

Rod Trent
Released: May 1, 2024
Tables
Keywords
Operators