├── AzureAITour ├── Demos │ ├── Dissecting_Scripts.md │ ├── Entra_Theater.md │ ├── External_Sources.md │ ├── Generate_KQL.md │ ├── Hunting.md │ └── Readme.md ├── Plugins │ ├── IP-API │ │ ├── IP-API.txt │ │ ├── IP-API.yaml │ │ ├── IPAPI.png │ │ └── Readme.md │ └── Readme.md └── Readme.md ├── Code ├── GHRepo2CSV │ ├── GHRepo2CSV.ps1 │ ├── GHRepo2CSV.py │ └── Readme.md ├── JSON2CSV │ └── JSON2CSV.py ├── Mad_Prompts │ ├── MadPrompts.html │ └── readme.md └── Readme.md ├── IdeaBook ├── Images │ ├── IdeaBook Cover - Small.png │ ├── IdeaBook Cover.png │ └── Readme.md └── Readme.md ├── Ignite2024 ├── CfSAllinOne.yaml ├── IP-API.yaml └── Readme.md ├── Images ├── ArtofthePrompt.jpg ├── CfSGalaxyWatchUltra.png ├── PromptDiagram.png ├── RodPilotPC.png ├── RodPilotWall.png ├── Rod_Headshot_Smaller.jpg ├── SCLogo.jpg ├── TaniumLogo.png ├── Top_10_Prompts_Infographic.png ├── WindowsBackgrounds │ ├── CopilotforSecurityBackground.jpg │ ├── CopilotforSecurityBackground_2_0.jpg │ ├── CopilotforSecurityBackground_2_1.jpg │ ├── SecurityCopilotBackground.jpg │ ├── SecurityCopilotBackground_2_0.jpg │ ├── SecurityCopilotBackground_3_0.jpg │ └── SecurityCopilotBackgroundv1.jpg ├── androidhead.png ├── betterprompts.jpg ├── betterprompts.png ├── changes.jpg ├── experiences.png ├── ghrepo2csv.jpg ├── madprompts.png ├── madpromptsjpg.jpg ├── madpromptsjpgwithrobotstacked.jpg ├── madpromptsjpgwithrobotstackedtall.jpg ├── madpromptsonelinewithandroidheadsmall.png ├── readme.md ├── redcanarylogo.png └── servicenowlogo.png ├── LICENSE ├── Other ├── BadDataPlugin │ ├── BadData.html │ ├── BadDataPlugin.yaml │ ├── Readme.md │ ├── enterprise-attack-bad-data.csv │ ├── noexpects.jpg │ ├── skull.jpg │ └── skullsmaller.jpg ├── MMSMOA2024 │ ├── MMS-The Ultimate Guide To Microsoft Resources.pdf │ └── readme.md ├── Markdown │ └── Test_Markdown.md ├── Queries │ ├── AADNonInteractiveUserSignInLogs.kql │ ├── Average_SCU_Processing_Time.kql │ ├── AzureActivity_Change_Capacities_CfS.kql │ ├── AzureActivity_EnableCfS.KQL │ ├── CloudAppEvents_Change_Capacities_CfS.kql │ ├── CloudAppEvents_EnableCfS.kql │ ├── Defender_XDR_Activity.kql │ ├── FailedSignins.kql │ ├── Failed_MFA.kql │ ├── Intune_Activity.kql │ ├── Login_Success.kql │ ├── Readme.md │ ├── SCU_Capacities.kql │ ├── SiginLogs_Signin.kql │ ├── Summary_Rule_SCU_Baseline.kql │ └── TI_Portal_From_CfS.kql ├── Readme.md └── Workbook │ ├── Readme.md │ └── SecurityCopilotWorkbook.json ├── Plugins ├── AzureServiceHealth │ ├── AzureServiceHealth.json │ ├── AzureServiceHealth.kql │ ├── AzureServiceHealth.txt │ ├── AzureServiceHealth.yaml │ ├── Readme.md │ ├── azhealthicon.png │ └── servicehealthicon.png ├── BadTables.yaml ├── CfSAllinOne │ ├── CfSAllinOne.yaml │ └── Readme.md ├── CfSLogins.yaml ├── CountryInfo.yaml ├── Data │ ├── Readme.md │ ├── atlas.csv │ ├── atlascsv.csv │ ├── enterprise-attack.csv │ └── open-meteo-52.54N13.36E38m.csv ├── IP-API │ ├── IP-API.txt │ ├── IP-API.yaml │ ├── IPAPI.png │ └── Readme.md ├── IP4toGEO.yaml ├── Images │ ├── Readme.md │ └── mitrea.png ├── KQL_Plugin_SCU_Changes.yaml ├── KQL_Plugin_TrustedUsersWatchlist.yaml ├── Kusto_Free_Template.yaml ├── MITREATLAS.yaml ├── MITRE_ATTACK.yaml ├── Readme.md ├── SentinelSuspiciousClosed.yaml ├── Standalone_LAW_Template.yaml ├── TableSizesCost.yaml └── WHOIS │ ├── Readme.md │ ├── WHOIS.txt │ ├── WHOIS.yaml │ └── WHOIS_icon.png ├── Prompts ├── Other │ ├── Queries │ │ ├── AzureActivity_Change_Capacities_CfS.kql │ │ ├── AzureActivity_EnableCfS.KQL │ │ ├── CloudAppEvents_Change_Capacities_CfS.kql │ │ ├── CloudAppEvents_EnableCfS.kql │ │ └── Readme.md │ └── Readme.md ├── Plugins │ ├── All-in-one.md │ ├── AskMSDocs.md │ ├── Azure_Firewall.md │ ├── DefenderXDR.md │ ├── Entra.md │ ├── General.md │ ├── IP-API.md │ ├── Intune.md │ ├── Knowledge_Base.md │ ├── Knowledge_Base_Files │ │ ├── Cybersecurity Incident Response Plan.docx │ │ └── readme.md │ ├── MDEASM.md │ ├── MDTI.md │ ├── NL2KQL.md │ ├── Public_Web.md │ ├── Purview.md │ ├── Red_Canary.md │ ├── Sentinel.md │ ├── ServiceNow.md │ ├── SurfaceMgmt.md │ └── Tanium.md ├── Promptbooks │ ├── 365_Defender_Investigation.md │ ├── Incident_Prioritization.md │ ├── KQL_Request.md │ ├── Markdown_Prompt_Template.txt │ ├── Power_of_Use.md │ ├── Risky_User.md │ ├── Sentinel_Investigation.md │ ├── Service_Now_Enrichment.md │ ├── Suspicious_Script.md │ ├── Threat_actor_profile.md │ ├── Vulnerability_Assessment.md │ └── readme.md ├── Readme.md ├── Templates │ ├── Prompt_Template_Defender_XDR_1.md │ ├── Prompt_Template_Entra_1.md │ ├── Prompt_Template_General_1.md │ ├── Prompt_Template_Intune_1.md │ ├── Prompt_Template_MDO_1.md │ ├── Prompt_Template_MDTI_1.md │ ├── Prompt_Template_Purview_1.md │ └── Prompt_Template_Sentinel_1.md └── Workshop │ ├── 3D_Action_Figure_Prompt.md │ ├── Developing Better Prompts for Copilot for Security PPT Part 1.zip │ ├── Developing Better Prompts for Copilot for Security PPT Part 2.zip │ ├── Developing Better Prompts for Copilot for Security.pdf │ └── Readme.md └── README.md /AzureAITour/Demos/Dissecting_Scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/AzureAITour/Demos/Dissecting_Scripts.md -------------------------------------------------------------------------------- /AzureAITour/Demos/Entra_Theater.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/AzureAITour/Demos/Entra_Theater.md -------------------------------------------------------------------------------- /AzureAITour/Demos/External_Sources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/AzureAITour/Demos/External_Sources.md -------------------------------------------------------------------------------- /AzureAITour/Demos/Generate_KQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/AzureAITour/Demos/Generate_KQL.md -------------------------------------------------------------------------------- /AzureAITour/Demos/Hunting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/AzureAITour/Demos/Hunting.md -------------------------------------------------------------------------------- /AzureAITour/Demos/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /AzureAITour/Plugins/IP-API/IP-API.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/AzureAITour/Plugins/IP-API/IP-API.txt -------------------------------------------------------------------------------- /AzureAITour/Plugins/IP-API/IP-API.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/AzureAITour/Plugins/IP-API/IP-API.yaml -------------------------------------------------------------------------------- /AzureAITour/Plugins/IP-API/IPAPI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/AzureAITour/Plugins/IP-API/IPAPI.png -------------------------------------------------------------------------------- /AzureAITour/Plugins/IP-API/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/AzureAITour/Plugins/IP-API/Readme.md -------------------------------------------------------------------------------- /AzureAITour/Plugins/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /AzureAITour/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/AzureAITour/Readme.md -------------------------------------------------------------------------------- /Code/GHRepo2CSV/GHRepo2CSV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Code/GHRepo2CSV/GHRepo2CSV.ps1 -------------------------------------------------------------------------------- /Code/GHRepo2CSV/GHRepo2CSV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Code/GHRepo2CSV/GHRepo2CSV.py -------------------------------------------------------------------------------- /Code/GHRepo2CSV/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Code/GHRepo2CSV/Readme.md -------------------------------------------------------------------------------- /Code/JSON2CSV/JSON2CSV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Code/JSON2CSV/JSON2CSV.py -------------------------------------------------------------------------------- /Code/Mad_Prompts/MadPrompts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Code/Mad_Prompts/MadPrompts.html -------------------------------------------------------------------------------- /Code/Mad_Prompts/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Code/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /IdeaBook/Images/IdeaBook Cover - Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/IdeaBook/Images/IdeaBook Cover - Small.png -------------------------------------------------------------------------------- /IdeaBook/Images/IdeaBook Cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/IdeaBook/Images/IdeaBook Cover.png -------------------------------------------------------------------------------- /IdeaBook/Images/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /IdeaBook/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/IdeaBook/Readme.md -------------------------------------------------------------------------------- /Ignite2024/CfSAllinOne.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Ignite2024/CfSAllinOne.yaml -------------------------------------------------------------------------------- /Ignite2024/IP-API.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Ignite2024/IP-API.yaml -------------------------------------------------------------------------------- /Ignite2024/Readme.md: -------------------------------------------------------------------------------- 1 | https://aka.ms/SecCopilotDemos 2 | -------------------------------------------------------------------------------- /Images/ArtofthePrompt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/ArtofthePrompt.jpg -------------------------------------------------------------------------------- /Images/CfSGalaxyWatchUltra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/CfSGalaxyWatchUltra.png -------------------------------------------------------------------------------- /Images/PromptDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/PromptDiagram.png -------------------------------------------------------------------------------- /Images/RodPilotPC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/RodPilotPC.png -------------------------------------------------------------------------------- /Images/RodPilotWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/RodPilotWall.png -------------------------------------------------------------------------------- /Images/Rod_Headshot_Smaller.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/Rod_Headshot_Smaller.jpg -------------------------------------------------------------------------------- /Images/SCLogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/SCLogo.jpg -------------------------------------------------------------------------------- /Images/TaniumLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/TaniumLogo.png -------------------------------------------------------------------------------- /Images/Top_10_Prompts_Infographic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/Top_10_Prompts_Infographic.png -------------------------------------------------------------------------------- /Images/WindowsBackgrounds/CopilotforSecurityBackground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/WindowsBackgrounds/CopilotforSecurityBackground.jpg -------------------------------------------------------------------------------- /Images/WindowsBackgrounds/CopilotforSecurityBackground_2_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/WindowsBackgrounds/CopilotforSecurityBackground_2_0.jpg -------------------------------------------------------------------------------- /Images/WindowsBackgrounds/CopilotforSecurityBackground_2_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/WindowsBackgrounds/CopilotforSecurityBackground_2_1.jpg -------------------------------------------------------------------------------- /Images/WindowsBackgrounds/SecurityCopilotBackground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/WindowsBackgrounds/SecurityCopilotBackground.jpg -------------------------------------------------------------------------------- /Images/WindowsBackgrounds/SecurityCopilotBackground_2_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/WindowsBackgrounds/SecurityCopilotBackground_2_0.jpg -------------------------------------------------------------------------------- /Images/WindowsBackgrounds/SecurityCopilotBackground_3_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/WindowsBackgrounds/SecurityCopilotBackground_3_0.jpg -------------------------------------------------------------------------------- /Images/WindowsBackgrounds/SecurityCopilotBackgroundv1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/WindowsBackgrounds/SecurityCopilotBackgroundv1.jpg -------------------------------------------------------------------------------- /Images/androidhead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/androidhead.png -------------------------------------------------------------------------------- /Images/betterprompts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/betterprompts.jpg -------------------------------------------------------------------------------- /Images/betterprompts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/betterprompts.png -------------------------------------------------------------------------------- /Images/changes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/changes.jpg -------------------------------------------------------------------------------- /Images/experiences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/experiences.png -------------------------------------------------------------------------------- /Images/ghrepo2csv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/ghrepo2csv.jpg -------------------------------------------------------------------------------- /Images/madprompts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/madprompts.png -------------------------------------------------------------------------------- /Images/madpromptsjpg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/madpromptsjpg.jpg -------------------------------------------------------------------------------- /Images/madpromptsjpgwithrobotstacked.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/madpromptsjpgwithrobotstacked.jpg -------------------------------------------------------------------------------- /Images/madpromptsjpgwithrobotstackedtall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/madpromptsjpgwithrobotstackedtall.jpg -------------------------------------------------------------------------------- /Images/madpromptsonelinewithandroidheadsmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/madpromptsonelinewithandroidheadsmall.png -------------------------------------------------------------------------------- /Images/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Images/redcanarylogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/redcanarylogo.png -------------------------------------------------------------------------------- /Images/servicenowlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Images/servicenowlogo.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/LICENSE -------------------------------------------------------------------------------- /Other/BadDataPlugin/BadData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/BadDataPlugin/BadData.html -------------------------------------------------------------------------------- /Other/BadDataPlugin/BadDataPlugin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/BadDataPlugin/BadDataPlugin.yaml -------------------------------------------------------------------------------- /Other/BadDataPlugin/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Other/BadDataPlugin/enterprise-attack-bad-data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/BadDataPlugin/enterprise-attack-bad-data.csv -------------------------------------------------------------------------------- /Other/BadDataPlugin/noexpects.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/BadDataPlugin/noexpects.jpg -------------------------------------------------------------------------------- /Other/BadDataPlugin/skull.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/BadDataPlugin/skull.jpg -------------------------------------------------------------------------------- /Other/BadDataPlugin/skullsmaller.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/BadDataPlugin/skullsmaller.jpg -------------------------------------------------------------------------------- /Other/MMSMOA2024/MMS-The Ultimate Guide To Microsoft Resources.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/MMSMOA2024/MMS-The Ultimate Guide To Microsoft Resources.pdf -------------------------------------------------------------------------------- /Other/MMSMOA2024/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/MMSMOA2024/readme.md -------------------------------------------------------------------------------- /Other/Markdown/Test_Markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Markdown/Test_Markdown.md -------------------------------------------------------------------------------- /Other/Queries/AADNonInteractiveUserSignInLogs.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/AADNonInteractiveUserSignInLogs.kql -------------------------------------------------------------------------------- /Other/Queries/Average_SCU_Processing_Time.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/Average_SCU_Processing_Time.kql -------------------------------------------------------------------------------- /Other/Queries/AzureActivity_Change_Capacities_CfS.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/AzureActivity_Change_Capacities_CfS.kql -------------------------------------------------------------------------------- /Other/Queries/AzureActivity_EnableCfS.KQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/AzureActivity_EnableCfS.KQL -------------------------------------------------------------------------------- /Other/Queries/CloudAppEvents_Change_Capacities_CfS.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/CloudAppEvents_Change_Capacities_CfS.kql -------------------------------------------------------------------------------- /Other/Queries/CloudAppEvents_EnableCfS.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/CloudAppEvents_EnableCfS.kql -------------------------------------------------------------------------------- /Other/Queries/Defender_XDR_Activity.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/Defender_XDR_Activity.kql -------------------------------------------------------------------------------- /Other/Queries/FailedSignins.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/FailedSignins.kql -------------------------------------------------------------------------------- /Other/Queries/Failed_MFA.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/Failed_MFA.kql -------------------------------------------------------------------------------- /Other/Queries/Intune_Activity.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/Intune_Activity.kql -------------------------------------------------------------------------------- /Other/Queries/Login_Success.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/Login_Success.kql -------------------------------------------------------------------------------- /Other/Queries/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Other/Queries/SCU_Capacities.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/SCU_Capacities.kql -------------------------------------------------------------------------------- /Other/Queries/SiginLogs_Signin.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/SiginLogs_Signin.kql -------------------------------------------------------------------------------- /Other/Queries/Summary_Rule_SCU_Baseline.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/Summary_Rule_SCU_Baseline.kql -------------------------------------------------------------------------------- /Other/Queries/TI_Portal_From_CfS.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Queries/TI_Portal_From_CfS.kql -------------------------------------------------------------------------------- /Other/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Other/Workbook/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Other/Workbook/SecurityCopilotWorkbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Other/Workbook/SecurityCopilotWorkbook.json -------------------------------------------------------------------------------- /Plugins/AzureServiceHealth/AzureServiceHealth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/AzureServiceHealth/AzureServiceHealth.json -------------------------------------------------------------------------------- /Plugins/AzureServiceHealth/AzureServiceHealth.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/AzureServiceHealth/AzureServiceHealth.kql -------------------------------------------------------------------------------- /Plugins/AzureServiceHealth/AzureServiceHealth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/AzureServiceHealth/AzureServiceHealth.txt -------------------------------------------------------------------------------- /Plugins/AzureServiceHealth/AzureServiceHealth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/AzureServiceHealth/AzureServiceHealth.yaml -------------------------------------------------------------------------------- /Plugins/AzureServiceHealth/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Plugins/AzureServiceHealth/azhealthicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/AzureServiceHealth/azhealthicon.png -------------------------------------------------------------------------------- /Plugins/AzureServiceHealth/servicehealthicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/AzureServiceHealth/servicehealthicon.png -------------------------------------------------------------------------------- /Plugins/BadTables.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/BadTables.yaml -------------------------------------------------------------------------------- /Plugins/CfSAllinOne/CfSAllinOne.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/CfSAllinOne/CfSAllinOne.yaml -------------------------------------------------------------------------------- /Plugins/CfSAllinOne/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/CfSAllinOne/Readme.md -------------------------------------------------------------------------------- /Plugins/CfSLogins.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/CfSLogins.yaml -------------------------------------------------------------------------------- /Plugins/CountryInfo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/CountryInfo.yaml -------------------------------------------------------------------------------- /Plugins/Data/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Plugins/Data/atlas.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/Data/atlas.csv -------------------------------------------------------------------------------- /Plugins/Data/atlascsv.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/Data/atlascsv.csv -------------------------------------------------------------------------------- /Plugins/Data/enterprise-attack.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/Data/enterprise-attack.csv -------------------------------------------------------------------------------- /Plugins/Data/open-meteo-52.54N13.36E38m.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/Data/open-meteo-52.54N13.36E38m.csv -------------------------------------------------------------------------------- /Plugins/IP-API/IP-API.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/IP-API/IP-API.txt -------------------------------------------------------------------------------- /Plugins/IP-API/IP-API.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/IP-API/IP-API.yaml -------------------------------------------------------------------------------- /Plugins/IP-API/IPAPI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/IP-API/IPAPI.png -------------------------------------------------------------------------------- /Plugins/IP-API/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Plugins/IP4toGEO.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/IP4toGEO.yaml -------------------------------------------------------------------------------- /Plugins/Images/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Plugins/Images/mitrea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/Images/mitrea.png -------------------------------------------------------------------------------- /Plugins/KQL_Plugin_SCU_Changes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/KQL_Plugin_SCU_Changes.yaml -------------------------------------------------------------------------------- /Plugins/KQL_Plugin_TrustedUsersWatchlist.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/KQL_Plugin_TrustedUsersWatchlist.yaml -------------------------------------------------------------------------------- /Plugins/Kusto_Free_Template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/Kusto_Free_Template.yaml -------------------------------------------------------------------------------- /Plugins/MITREATLAS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/MITREATLAS.yaml -------------------------------------------------------------------------------- /Plugins/MITRE_ATTACK.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/MITRE_ATTACK.yaml -------------------------------------------------------------------------------- /Plugins/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/Readme.md -------------------------------------------------------------------------------- /Plugins/SentinelSuspiciousClosed.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/SentinelSuspiciousClosed.yaml -------------------------------------------------------------------------------- /Plugins/Standalone_LAW_Template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/Standalone_LAW_Template.yaml -------------------------------------------------------------------------------- /Plugins/TableSizesCost.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/TableSizesCost.yaml -------------------------------------------------------------------------------- /Plugins/WHOIS/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Plugins/WHOIS/WHOIS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/WHOIS/WHOIS.txt -------------------------------------------------------------------------------- /Plugins/WHOIS/WHOIS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/WHOIS/WHOIS.yaml -------------------------------------------------------------------------------- /Plugins/WHOIS/WHOIS_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Plugins/WHOIS/WHOIS_icon.png -------------------------------------------------------------------------------- /Prompts/Other/Queries/AzureActivity_Change_Capacities_CfS.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Other/Queries/AzureActivity_Change_Capacities_CfS.kql -------------------------------------------------------------------------------- /Prompts/Other/Queries/AzureActivity_EnableCfS.KQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Other/Queries/AzureActivity_EnableCfS.KQL -------------------------------------------------------------------------------- /Prompts/Other/Queries/CloudAppEvents_Change_Capacities_CfS.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Other/Queries/CloudAppEvents_Change_Capacities_CfS.kql -------------------------------------------------------------------------------- /Prompts/Other/Queries/CloudAppEvents_EnableCfS.kql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Other/Queries/CloudAppEvents_EnableCfS.kql -------------------------------------------------------------------------------- /Prompts/Other/Queries/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Prompts/Other/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Prompts/Plugins/All-in-one.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/All-in-one.md -------------------------------------------------------------------------------- /Prompts/Plugins/AskMSDocs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/AskMSDocs.md -------------------------------------------------------------------------------- /Prompts/Plugins/Azure_Firewall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/Azure_Firewall.md -------------------------------------------------------------------------------- /Prompts/Plugins/DefenderXDR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/DefenderXDR.md -------------------------------------------------------------------------------- /Prompts/Plugins/Entra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/Entra.md -------------------------------------------------------------------------------- /Prompts/Plugins/General.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/General.md -------------------------------------------------------------------------------- /Prompts/Plugins/IP-API.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/IP-API.md -------------------------------------------------------------------------------- /Prompts/Plugins/Intune.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/Intune.md -------------------------------------------------------------------------------- /Prompts/Plugins/Knowledge_Base.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/Knowledge_Base.md -------------------------------------------------------------------------------- /Prompts/Plugins/Knowledge_Base_Files/Cybersecurity Incident Response Plan.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/Knowledge_Base_Files/Cybersecurity Incident Response Plan.docx -------------------------------------------------------------------------------- /Prompts/Plugins/Knowledge_Base_Files/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Prompts/Plugins/MDEASM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/MDEASM.md -------------------------------------------------------------------------------- /Prompts/Plugins/MDTI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/MDTI.md -------------------------------------------------------------------------------- /Prompts/Plugins/NL2KQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/NL2KQL.md -------------------------------------------------------------------------------- /Prompts/Plugins/Public_Web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/Public_Web.md -------------------------------------------------------------------------------- /Prompts/Plugins/Purview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/Purview.md -------------------------------------------------------------------------------- /Prompts/Plugins/Red_Canary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/Red_Canary.md -------------------------------------------------------------------------------- /Prompts/Plugins/Sentinel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/Sentinel.md -------------------------------------------------------------------------------- /Prompts/Plugins/ServiceNow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/ServiceNow.md -------------------------------------------------------------------------------- /Prompts/Plugins/SurfaceMgmt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/SurfaceMgmt.md -------------------------------------------------------------------------------- /Prompts/Plugins/Tanium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Plugins/Tanium.md -------------------------------------------------------------------------------- /Prompts/Promptbooks/365_Defender_Investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/365_Defender_Investigation.md -------------------------------------------------------------------------------- /Prompts/Promptbooks/Incident_Prioritization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/Incident_Prioritization.md -------------------------------------------------------------------------------- /Prompts/Promptbooks/KQL_Request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/KQL_Request.md -------------------------------------------------------------------------------- /Prompts/Promptbooks/Markdown_Prompt_Template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/Markdown_Prompt_Template.txt -------------------------------------------------------------------------------- /Prompts/Promptbooks/Power_of_Use.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/Power_of_Use.md -------------------------------------------------------------------------------- /Prompts/Promptbooks/Risky_User.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/Risky_User.md -------------------------------------------------------------------------------- /Prompts/Promptbooks/Sentinel_Investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/Sentinel_Investigation.md -------------------------------------------------------------------------------- /Prompts/Promptbooks/Service_Now_Enrichment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/Service_Now_Enrichment.md -------------------------------------------------------------------------------- /Prompts/Promptbooks/Suspicious_Script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/Suspicious_Script.md -------------------------------------------------------------------------------- /Prompts/Promptbooks/Threat_actor_profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/Threat_actor_profile.md -------------------------------------------------------------------------------- /Prompts/Promptbooks/Vulnerability_Assessment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/Vulnerability_Assessment.md -------------------------------------------------------------------------------- /Prompts/Promptbooks/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Promptbooks/readme.md -------------------------------------------------------------------------------- /Prompts/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Readme.md -------------------------------------------------------------------------------- /Prompts/Templates/Prompt_Template_Defender_XDR_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Templates/Prompt_Template_Defender_XDR_1.md -------------------------------------------------------------------------------- /Prompts/Templates/Prompt_Template_Entra_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Templates/Prompt_Template_Entra_1.md -------------------------------------------------------------------------------- /Prompts/Templates/Prompt_Template_General_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Templates/Prompt_Template_General_1.md -------------------------------------------------------------------------------- /Prompts/Templates/Prompt_Template_Intune_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Templates/Prompt_Template_Intune_1.md -------------------------------------------------------------------------------- /Prompts/Templates/Prompt_Template_MDO_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Templates/Prompt_Template_MDO_1.md -------------------------------------------------------------------------------- /Prompts/Templates/Prompt_Template_MDTI_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Templates/Prompt_Template_MDTI_1.md -------------------------------------------------------------------------------- /Prompts/Templates/Prompt_Template_Purview_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Templates/Prompt_Template_Purview_1.md -------------------------------------------------------------------------------- /Prompts/Templates/Prompt_Template_Sentinel_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Templates/Prompt_Template_Sentinel_1.md -------------------------------------------------------------------------------- /Prompts/Workshop/3D_Action_Figure_Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Workshop/3D_Action_Figure_Prompt.md -------------------------------------------------------------------------------- /Prompts/Workshop/Developing Better Prompts for Copilot for Security PPT Part 1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Workshop/Developing Better Prompts for Copilot for Security PPT Part 1.zip -------------------------------------------------------------------------------- /Prompts/Workshop/Developing Better Prompts for Copilot for Security PPT Part 2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Workshop/Developing Better Prompts for Copilot for Security PPT Part 2.zip -------------------------------------------------------------------------------- /Prompts/Workshop/Developing Better Prompts for Copilot for Security.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Workshop/Developing Better Prompts for Copilot for Security.pdf -------------------------------------------------------------------------------- /Prompts/Workshop/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/Prompts/Workshop/Readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rod-trent/Security-Copilot/HEAD/README.md --------------------------------------------------------------------------------