Evaluating Threat Intelligence Platforms
When to Use
Use this skill when:
- Conducting a formal RFP or vendor evaluation for a TIP solution
- Assessing whether the current TIP (e.g., MISP) needs to be replaced or augmented as the CTI program scales
- Establishing evaluation criteria aligned to organizational maturity and budget
Do not use this skill for evaluating feed quality independently of the TIP — feed evaluation is a separate workflow focused on data quality rather than platform capabilities.
Prerequisites
- Documented CTI program requirements: team size, feed sources, integration targets, use cases
- Budget range and procurement timeline
- Technical staff who will administer the platform (Python/API experience for open-source TIPs)
- List of current and planned integrations (SIEM, SOAR, EDR, firewalls)
Workflow
Step 1: Define Evaluation Criteria
Structure requirements into mandatory (M) and desired (D) categories:
Core TIP Functions:
- M: STIX 2.1 import/export with TAXII 2.1 server
- M: REST API for automated IOC ingestion and export
- M: Indicator deduplication and TTL management
- M: TLP classification enforcement
- D: Built-in MITRE ATT&CK integration and technique tagging
- D: Graph visualization of indicator relationships
- D: Workflow automation for analyst triage
Integrations:
- M: SIEM integration (Splunk, Sentinel, QRadar) via syslog, API, or native connector
- M: EDR integration for IOC push (CrowdStrike, Defender, SentinelOne)
- D: SOAR integration (XSOAR, Splunk SOAR) for playbook triggers
- D: Ticketing system (ServiceNow, Jira) for intelligence task tracking
Operational:
- M: Role-based access control with TLP-aware data segregation
- M: Audit logging for all analyst actions
- D: Multi-tenancy for MSSP use cases
Step 2: Evaluate Major TIP Options
MISP (Open Source):
- Cost: Free (self-hosted infrastructure cost only)
- Strengths: Largest community, 250+ modules, extensive ISAC usage, STIX 2.0 native
- Weaknesses: Requires dedicated admin, limited visualization, UI dated
- Best for: Budget-constrained teams with technical staff; government/ISAC sharing programs
OpenCTI (Open Source):
- Cost: Free (self-hosted); paid SaaS at ~$3,000–$15,000/year
- Strengths: Native STIX 2.1, graph visualization, ATT&CK integration, modern API
- Weaknesses: Resource-intensive deployment (Elasticsearch, MinIO required)
- Best for: Teams wanting open source with modern UX; SOC/CTI integration focus
ThreatConnect (Commercial):
- Cost: $50,000–$500,000/year depending on scale
- Strengths: End-to-end CTI lifecycle, playbook automation, TC Exchange marketplace, analyst workflow
- Weaknesses: High cost; complex implementation; best value at larger scale
- Best for: Mature enterprise CTI programs; MSSPs; red team/blue team integration
Anomali ThreatStream (Commercial):
- Cost: $30,000–$200,000/year
- Strengths: Strong feed aggregation, Splunk-native integration, extensive pre-built connectors
- Weaknesses: Graph visualization weaker than OpenCTI; UI refresh lagging
- Best for: Splunk-heavy environments; teams prioritizing feed volume over analysis workflows
EclecticIQ Platform (Commercial):
- Cost: $40,000–$300,000/year
- Strengths: STIX 2.1 native, collaborative intelligence workbench, strong European customer base
- Weaknesses: Smaller partner ecosystem than ThreatConnect
- Best for: Teams with MITRE ATT&CK-centric workflows; EMEA-focused organizations
Step 3: Conduct Proof of Concept
Request 30-day PoC from finalists. Test:
- Feed onboarding: Can your top 5 feeds be ingested within 4 hours?
- SIEM integration: Can enriched IOCs push to your SIEM in <5 minutes?
- ATT&CK mapping: Can analysts tag indicators with ATT&CK techniques efficiently?
- Report generation: Can the platform produce a tactical IOC bulletin with one click?
- API performance: Can the REST API handle 10,000 indicator queries per day?
Step 4: Score and Select
Use weighted scoring matrix (weight each criterion by organizational priority):
Criterion Weight Vendor A Vendor B
STIX 2.1 compliance 20% 95 85
SIEM integration 25% 90 70
ATT&CK mapping 15% 85 95
Cost (inverse) 20% 60 90
UI/analyst experience 10% 80 75
Vendor support quality 10% 85 80
TOTAL 100% 82.0 81.5
Step 5: Implementation and Onboarding Planning
Plan 90-day implementation:
- Week 1–2: Infrastructure deployment (cloud or on-prem)
- Week 3–4: Feed onboarding and deduplication tuning
- Week 5–6: SIEM/SOAR integration and testing
- Week 7–8: Analyst workflow configuration and training
- Week 9–12: Operational validation and go-live
Key Concepts
| Term |
Definition |
| TIP |
Threat Intelligence Platform — software for collecting, processing, analyzing, and disseminating cyber threat intelligence |
| TAXII Server |
Component of a TIP that serves STIX bundles to consuming systems on request |
| TC Exchange |
ThreatConnect's commercial marketplace for pre-built feed integrations and app connectors |
| Multi-tenancy |
TIP capability to serve multiple organizational units or customers with isolated data environments |
| Deduplication |
Process of identifying and merging duplicate indicators within a TIP to reduce analyst noise |
Tools & Systems
- MISP: Open-source TIP used by 6,000+ organizations; strongest ISAC/government community integration
- OpenCTI: Modern open-source TIP with native STIX 2.1 and graph-based analysis
- ThreatConnect: Enterprise commercial TIP with lifecycle management and SOAR playbook integration
- Anomali ThreatStream: Commercial TIP with strong Splunk ecosystem integration
- EclecticIQ: Commercial TIP with ATT&CK-centric workflow design
Common Pitfalls
- Selecting TIP before defining requirements: Technology selection before use case definition leads to expensive mismatches.
- Underestimating administration burden: MISP and OpenCTI require dedicated admin time (minimum 0.25 FTE); budget accordingly.
- Ignoring data migration costs: Moving historical intelligence from one TIP to another is costly and often impractical for legacy systems.
- Not testing SIEM integration in PoC: TIP value depends heavily on downstream integration quality; always test SIEM/SOAR connectivity during evaluation.
Source: mukul975/Anthropic-Cybersecurity-Skills → skills/evaluating-threat-intelligence-platforms/SKILL.md
1---2name: evaluating-threat-intelligence-platforms3description: 'Evaluates and selects Threat Intelligence Platform (TIP) products based on organizational requirements including feed integration capability, STIX/TAXII support, workflow automation, analyst interface, and total cost of ownership. Use when conducting a TIP procurement, migrating between TIP solutions, or assessing whether the current TIP meets program maturity requirements. Activates for requests involving ThreatConnect, MISP, OpenCTI, Anomali, EclecticIQ, or TIP procurement decisions. '4---5
6# Evaluating Threat Intelligence Platforms
7
8## When to Use
9
10Use this skill when:
11- Conducting a formal RFP or vendor evaluation for a TIP solution
12- Assessing whether the current TIP (e.g., MISP) needs to be replaced or augmented as the CTI program scales
13- Establishing evaluation criteria aligned to organizational maturity and budget
14
15**Do not use** this skill for evaluating feed quality independently of the TIP — feed evaluation is a separate workflow focused on data quality rather than platform capabilities.
16
17## Prerequisites
18
19- Documented CTI program requirements: team size, feed sources, integration targets, use cases
20- Budget range and procurement timeline
21- Technical staff who will administer the platform (Python/API experience for open-source TIPs)
22- List of current and planned integrations (SIEM, SOAR, EDR, firewalls)
23
24## Workflow
25
26### Step 1: Define Evaluation Criteria
27
28Structure requirements into mandatory (M) and desired (D) categories:
29
30**Core TIP Functions**:
31- M: STIX 2.1 import/export with TAXII 2.1 server
32- M: REST API for automated IOC ingestion and export
33- M: Indicator deduplication and TTL management
34- M: TLP classification enforcement
35- D: Built-in MITRE ATT&CK integration and technique tagging
36- D: Graph visualization of indicator relationships
37- D: Workflow automation for analyst triage
38
39**Integrations**:
40- M: SIEM integration (Splunk, Sentinel, QRadar) via syslog, API, or native connector
41- M: EDR integration for IOC push (CrowdStrike, Defender, SentinelOne)
42- D: SOAR integration (XSOAR, Splunk SOAR) for playbook triggers
43- D: Ticketing system (ServiceNow, Jira) for intelligence task tracking
44
45**Operational**:
46- M: Role-based access control with TLP-aware data segregation
47- M: Audit logging for all analyst actions
48- D: Multi-tenancy for MSSP use cases
49
50### Step 2: Evaluate Major TIP Options
51
52**MISP (Open Source)**:
53- Cost: Free (self-hosted infrastructure cost only)
54- Strengths: Largest community, 250+ modules, extensive ISAC usage, STIX 2.0 native
55- Weaknesses: Requires dedicated admin, limited visualization, UI dated
56- Best for: Budget-constrained teams with technical staff; government/ISAC sharing programs
57
58**OpenCTI (Open Source)**:
59- Cost: Free (self-hosted); paid SaaS at ~$3,000–$15,000/year
60- Strengths: Native STIX 2.1, graph visualization, ATT&CK integration, modern API
61- Weaknesses: Resource-intensive deployment (Elasticsearch, MinIO required)
62- Best for: Teams wanting open source with modern UX; SOC/CTI integration focus
63
64**ThreatConnect (Commercial)**:
65- Cost: $50,000–$500,000/year depending on scale
66- Strengths: End-to-end CTI lifecycle, playbook automation, TC Exchange marketplace, analyst workflow
67- Weaknesses: High cost; complex implementation; best value at larger scale
68- Best for: Mature enterprise CTI programs; MSSPs; red team/blue team integration
69
70**Anomali ThreatStream (Commercial)**:
71- Cost: $30,000–$200,000/year
72- Strengths: Strong feed aggregation, Splunk-native integration, extensive pre-built connectors
73- Weaknesses: Graph visualization weaker than OpenCTI; UI refresh lagging
74- Best for: Splunk-heavy environments; teams prioritizing feed volume over analysis workflows
75
76**EclecticIQ Platform (Commercial)**:
77- Cost: $40,000–$300,000/year
78- Strengths: STIX 2.1 native, collaborative intelligence workbench, strong European customer base
79- Weaknesses: Smaller partner ecosystem than ThreatConnect
80- Best for: Teams with MITRE ATT&CK-centric workflows; EMEA-focused organizations
81
82### Step 3: Conduct Proof of Concept
83
84Request 30-day PoC from finalists. Test:
851. Feed onboarding: Can your top 5 feeds be ingested within 4 hours?
862. SIEM integration: Can enriched IOCs push to your SIEM in <5 minutes?
873. ATT&CK mapping: Can analysts tag indicators with ATT&CK techniques efficiently?
884. Report generation: Can the platform produce a tactical IOC bulletin with one click?
895. API performance: Can the REST API handle 10,000 indicator queries per day?
90
91### Step 4: Score and Select
92
93Use weighted scoring matrix (weight each criterion by organizational priority):
94```
95Criterion Weight Vendor A Vendor B
96STIX 2.1 compliance 20% 95 85
97SIEM integration 25% 90 70
98ATT&CK mapping 15% 85 95
99Cost (inverse) 20% 60 90
100UI/analyst experience 10% 80 75
101Vendor support quality 10% 85 80
102TOTAL 100% 82.0 81.5
103```
104
105### Step 5: Implementation and Onboarding Planning
106
107Plan 90-day implementation:
108- Week 1–2: Infrastructure deployment (cloud or on-prem)
109- Week 3–4: Feed onboarding and deduplication tuning
110- Week 5–6: SIEM/SOAR integration and testing
111- Week 7–8: Analyst workflow configuration and training
112- Week 9–12: Operational validation and go-live
113
114## Key Concepts
115
116| Term | Definition |
117|------|-----------|
118| **TIP** | Threat Intelligence Platform — software for collecting, processing, analyzing, and disseminating cyber threat intelligence |
119| **TAXII Server** | Component of a TIP that serves STIX bundles to consuming systems on request |
120| **TC Exchange** | ThreatConnect's commercial marketplace for pre-built feed integrations and app connectors |
121| **Multi-tenancy** | TIP capability to serve multiple organizational units or customers with isolated data environments |
122| **Deduplication** | Process of identifying and merging duplicate indicators within a TIP to reduce analyst noise |
123
124## Tools & Systems
125
126- **MISP**: Open-source TIP used by 6,000+ organizations; strongest ISAC/government community integration
127- **OpenCTI**: Modern open-source TIP with native STIX 2.1 and graph-based analysis
128- **ThreatConnect**: Enterprise commercial TIP with lifecycle management and SOAR playbook integration
129- **Anomali ThreatStream**: Commercial TIP with strong Splunk ecosystem integration
130- **EclecticIQ**: Commercial TIP with ATT&CK-centric workflow design
131
132## Common Pitfalls
133
134- **Selecting TIP before defining requirements**: Technology selection before use case definition leads to expensive mismatches.
135- **Underestimating administration burden**: MISP and OpenCTI require dedicated admin time (minimum 0.25 FTE); budget accordingly.
136- **Ignoring data migration costs**: Moving historical intelligence from one TIP to another is costly and often impractical for legacy systems.
137- **Not testing SIEM integration in PoC**: TIP value depends heavily on downstream integration quality; always test SIEM/SOAR connectivity during evaluation.
138
139---
140
141**Source:** [`mukul975/Anthropic-Cybersecurity-Skills`](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) → `skills/evaluating-threat-intelligence-platforms/SKILL.md`