feat: remove example questions related to network lateral movement and USB device connections
taylorwalton committed
Jul 28, 2025 at 08:39 UTC
200d1e966356d007a63cf520e7a8efaca2e130a5
1 file changed
-10
backend/app/integrations/copilot_mcp/services/example_questions.py
-10
@@ -138,16 +138,6 @@ class ExampleQuestionsService:
138
description="Gather web browser history, downloads, and other forensic artifacts",
139
category="artifacts",
140
),
141
- ExampleQuestion(
142
- question="Hunt for indicators of lateral movement across the network",
143
- description="Search for signs of attackers moving between systems",
144
- category="hunting",
145
- ),
146
- ExampleQuestion(
147
- question="Show me all USB devices connected to endpoint DESKTOP-ABC123",
148
- description="List USB device connection history for investigation",
149
- category="hardware",
150
- ),
141
],
142
}
143