CyberStrike AI

CyberStrike AI

Audit Intelligence, Amplified : Cyberstrike AI

Created on 2nd October 2024

CyberStrike AI

CyberStrike AI

Audit Intelligence, Amplified : Cyberstrike AI

Describe your project

In-scope :

• Advanced document analysis using summary, vector, and knowledge graph indexes
• Key findings extraction categorized by threat landscape, vulnerabilities, incident response, emerging technologies, and compliance issues
• Vulnerability analysis with criticality scoring and mitigation suggestions
• AI-powered chatbot (Fischer) for document queries
• Document summarization

Out of scope:

• Real-time collaboration
• Document editing
• Integration with external security tools
• Historical data analysis

Future opportunities:

• Multi-language support
• Machine learning for improved vulnerability detection and predictive analytics
• Automated step by step remediation suggestions
• Multi-document analysis and trend tracking
• Interactive dashboards
• Collaboration features
• Continuous monitoring capabilities
• Mobile application development

Challenges we ran into

  1. Query Engine Integration : Integrating multiple index types (summary, vector, and knowledge graph) into a unified query engine was challenging. The solution involved developing a custom QueryEngineBuilder class that combines these indexes using a RouterQueryEngine, allowing for more comprehensive and accurate responses.

  2. Memory Management: As the application processed multiple requests, memory usage issues were encountered. This was addressed by implementing a document store that saves processed information to disk and loads it on-demand, reducing memory overhead.

  3. Asynchronous Processing: Handling document uploads and processing asynchronously while providing immediate feedback to users was challenging. This was addressed by using FastAPI's background tasks for document processing.

  4. LLM Halucination: The LLM starts hallucinating after certain conversations or couldnt extract keyfindings with large commits , this was overcome by using proper and structured prompts with example and negatives mentioned

  5. Responsive Design: Ensuring that complex UI elements, such as the chat interface and document analysis results, were responsive across different device sizes presented layout and usability challenges.

  6. State Management: Managing the application state, particularly for the chat history and document analysis results, across different components and pages in Next.js was complex. This has been addressed using state management libraries or Next.js's built-in solutions.

  7. Error Handling and User Feedback: Implementing comprehensive error handling on both the frontend and backend, and providing meaningful feedback to users, especially during long-running operations like document analysis, was challenging.

  8. Deployment Problem: Implementing an embedding model locally caused the Cloud instance to overflow memory. This was overcome by using GoogleGenerativeAIEmbeddings

Tracks Applied (1)

18. Problem statement shared by Central Cyber Security Agency

Project Description > We utilize an AI Based Knowledge Agent which analyses the cyber-security audit reports from diffe...Read More

Discussion

Builders also viewed

See more projects on Devfolio