ThreatNews

ThreatNews

By xue20010808 GitHub

MCP server for Threat info collection in cyber security

threat-intelligence cyber-security
Overview

what is ThreatNews?

ThreatNews is a multi-channel processing (MCP) server designed for collecting threat information in the field of cyber security.

how to use ThreatNews?

To use ThreatNews, you can run the command collect_threat_info with specified arguments for the date range of the threat information you wish to collect. You can also set up the MCP server with the provided configurations.

key features of ThreatNews?

  • Collects threat information from various sources.
  • Supports integration with Neo4j for knowledge graph creation.
  • Configurable MCP server settings for customized data collection.

use cases of ThreatNews?

  1. Gathering threat intelligence for security analysis.
  2. Creating visual representations of threat data using Neo4j.
  3. Monitoring and analyzing cyber threats over time.

FAQ from ThreatNews?

  • What kind of threats can ThreatNews collect information on?

ThreatNews can collect information on various cyber threats including malware, phishing attacks, and vulnerabilities.

  • Is ThreatNews open-source?

Yes! ThreatNews is available on GitHub and is licensed under the MIT license.

  • How can I contribute to ThreatNews?

Contributions can be made through GitHub by submitting pull requests or reporting issues.

Content

MCP server for threat info colletion

Usage : TOOL: collect_threat_info arguments": { "start_year": "2024", "start_month": "3", "start_day": "1", "end_year": "2024", "end_month": "3", "end_day": "10" }

Cursor settins->Add mcp server[stdio]: mcp.json:

{ "mcpServers": { "Threat_news": { "command": "uv", "args": ["--directory", "/Users/sheldon/Desktop/mcp_test/threatmcp","run", "collect.py"], "env": { "API_KEY": "value" } }, // if u want to create a neo4j knowledge graph. Thanks to alanse!!! "neo4j": { "command": "npx", "args": ["@alanse/mcp-neo4j-server"], "env": { "NEO4J_URI": "bolt://localhost:7687", "NEO4J_USERNAME": "neo4j", "NEO4J_PASSWORD": "123456" } }

Or view it in Smithery: image

No tools information available.

-

threat-intelligence MCP-server
View Details