pedrobento988 commited on
Commit
ca2d2d6
·
verified ·
1 Parent(s): 3feb691

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -1
README.md CHANGED
@@ -10,9 +10,55 @@ pinned: false
10
  license: apache-2.0
11
  tags:
12
  - agent-demo-track
13
- short_description: tdb
 
14
  ---
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  # TDA Agent
17
 
18
  # Development setup
 
10
  license: apache-2.0
11
  tags:
12
  - agent-demo-track
13
+ short_description: AI-driven TDAgent to automate threat analysis with MCP tools
14
+
15
  ---
16
 
17
+ # Hackathon Participation: Cybersecurity AI Agents
18
+
19
+ This project is our contribution to Tracks 1 and 3 of the [Agents-MCP-Hackathon](https://huggingface.co/Agents-MCP-Hackathon), focused on applying AI technologies in the cybersecurity domain. Our aim is to develop solutions that improve the operational efficiency in cybersecurity through automation and data-driven insights.
20
+
21
+ ## Team Overview
22
+
23
+ Our team is part of the AI division in our company's cybersecurity department. We focus on implementing AI-based solutions to assist cybersecurity operations. Our team members include:
24
+
25
+ - **Pedro Completo Bento**
26
+ - **Josep Pon Farreny**
27
+ - **Sofia Jeronimo dos Santos**
28
+ - **Rodrigo Dominguez Sanz**
29
+ - **Miguel Rodin**
30
+
31
+ ## Project Goals
32
+
33
+ We are exploring the application of AI agents to aid cybersecurity analysts in threat data enrichment and threat analysis. Our main goals are:
34
+
35
+ 1. To experiment with agentic technologies like Gradio and MCP.
36
+ 2. To explore how AI can improve data enrichment capabilities in threat analysis.
37
+ 3. To develop autonomous agents capable of API interaction, data enrichment, and threat evaluation.
38
+
39
+ ## Track 1: MCP Tool / Server
40
+
41
+ In Track 1, we developed **TDAgentTools**, a Gradio-powered MCP server offering a set of public cybersecurity intelligence tools. This tool is designed to assist cybersecurity professionals in their threat analysis and response tasks.
42
+
43
+ Access TDAgentTools here: [TDAgentTools Space](https://huggingface.co/spaces/Agents-MCP-Hackathon/TDAgentTools)
44
+
45
+ ## Track 3: Agentic Demo Showcase
46
+
47
+ For Track 3, we created **TDAgent**, an AI agent with a chat interface that connects to MCPs, defaulting to TDAgent MCP. The agent utilizes **TDAgentTools** or other MCP servers to gather additional threat intelligence, providing enriched data for more comprehensive threat evaluations.
48
+
49
+ ## Usage and Purpose
50
+
51
+ - **TDAgentTools**: Provides cybersecurity professionals with essential analysis tools via a user-friendly interface.
52
+ - **TDAgent**: Facilitates interactive AI-supported threat analysis, enhancing efficiency, by leveraging data from MCP servers for improved insights.
53
+
54
+ Our work aims to reduce the manual effort involved in threat analysis, allowing cybersecurity teams to focus on strategic activities by utilizing AI for operational tasks.
55
+
56
+ ## Conclusion
57
+
58
+ This project seeks to demonstrate the practical applications of AI agents in cybersecurity, providing tools and frameworks to improve security operations.
59
+
60
+
61
+
62
  # TDA Agent
63
 
64
  # Development setup