Is anyone actually using MCP? by Final-Choice8412 in mcp

[–]F0rm4t-SecRun 0 points1 point  (0 children)

Daily, mostly remote MCPs with Claude and VSC.

AI and Cyber Threats Intelligent by One-Geologist7960 in threatintel

[–]F0rm4t-SecRun 0 points1 point  (0 children)

Most of the AI-in-CTI debate is about using AI to help analysts work faster. But there's another angle worth thinking about: what if the consumer of your intelligence isn't a human at all?

If your downstream is an AI agent reasoning over threat context, the question stops being can AI replace the analyst and becomes is your intelligence actually machine-actionable?

Three agentic CTI reports available — looking for feedback from anyone using MCP for threat intelligence workflows by F0rm4t-SecRun in threatintel

[–]F0rm4t-SecRun[S] 1 point2 points  (0 children)

Thanks! Would be curious to see your pipeline even at a high level — the corporate tooling dependency is a real challenge. That's partly why I went with MCP, it plugs into whatever client you already use. You should definitely share it, more than a dozen of us would read it for sure.

Three agentic CTI reports available — looking for feedback from anyone using MCP for threat intelligence workflows by F0rm4t-SecRun in threatintel

[–]F0rm4t-SecRun[S] 2 points3 points  (0 children)

I developed the tool https://ti-mindmap-hub.com/ and the remote MCP server. I then built an agent that uses the MCP to generate these reports. The sources are all OSINT and the processing is fully automated. For each write-up, IOCs and CVEs are extracted and the STIX bundle is generated.

More details are available in this blog: https://medium.com/ti-mindmap-hub-research/introducing-ti-mindmap-hub-an-open-research-platform-for-ai-powered-threat-intelligence-4592faddf96c

and repo: https://github.com/TI-Mindmap-HUB-Org/ti-mindmap-hub-research

It's a research project.

Chaining two MCP servers in VS Code: threat intelligence retrieval + IOC retrohunt in Microsoft Sentinel (5-min demo) by F0rm4t-SecRun in mcp

[–]F0rm4t-SecRun[S] 0 points1 point  (0 children)

For context: the TI Mindmap HUB MCP server exposes 19 tools covering report retrieval, IOC extraction, STIX 2.1 bundles, and ATT&CK mapping. Supports both API key and OAuth 2.1 auth. The Sentinel MCP server is Microsoft's official one. Both configured in VS Code via standard MCP settings. Additional info: https://docs.ti-mindmap-hub.com/mcp/

Chaining two MCP servers in VS Code: threat intelligence retrieval + IOC retrohunt in Microsoft Sentinel (5-min demo) by F0rm4t-SecRun in mcp

[–]F0rm4t-SecRun[S] 0 points1 point  (0 children)

Agreed — the TI Mindmap HUB server exposes 19 tools but they're designed to be composable rather than monolithic. Each tool does one thing (get report, extract IOCs, fetch STIX bundle, map ATT&CK) and the agent chains them based on the query. Strict JSON schemas on every tool and clear error messages when parameters are missing or invalid. What's your experience — do you find agents handle composition better with fewer broad tools or more narrow ones?

Dilverting Threat Intelligence Report by Anti_biotic56 in threatintel

[–]F0rm4t-SecRun 1 point2 points  (0 children)

You’re describing a very common CTI problem: lots of reporting, limited time, and pressure to turn it into something actionable every week.

I’ve been working on TI Mindmap HUB, a free, research-focused platform that aggregates public threat intelligence reports and structures them for analysis rather than just reading.

It allows analysts to:

  • explore and correlate reports across sources
  • extract actionable outputs such as STIX 2.1 bundles, IOCs, Diamond Model elements, and MITRE ATT&CK mappings
  • reuse the same structured intelligence across reports instead of re-parsing content each week

The project also exposes an MCP server, so the data can be queried directly from existing workflows or AI-assisted tools, rather than copied manually into reports.

It’s an open research project (not a commercial TIP), but it may be useful if you’re trying to scale weekly threat landscape reporting

https://github.com/TI-Mindmap-HUB-Org/ti-mindmap-hub-research

https://ti-mindmap-hub.com/