refactor(system): rename Threat Intel Scan to Security Feed Monitor

The previous name implied data from a dedicated threat intelligence team.
The feature actually monitors public RSS feeds and security blogs for
ATT&CK technique mentions, so Security Feed Monitor is more accurate.
Updated description and all references across SystemPage and ReviewQueuePage.
This commit is contained in:
kitos
2026-06-05 10:23:59 +02:00
parent 6ab61c8ace
commit f4289249b8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -236,9 +236,9 @@ export default function SystemPage() {
<Search className="h-6 w-6 text-purple-400" />
</div>
<div className="flex-1">
<h2 className="text-lg font-semibold text-white">Threat Intel Scan</h2>
<h2 className="text-lg font-semibold text-white">Security Feed Monitor</h2>
<p className="mt-1 text-sm text-gray-400">
Scan RSS feeds and security blogs for new threat intelligence related to techniques.
Monitor public RSS feeds and security blogs for new articles and research related to MITRE ATT&CK techniques.
</p>
{schedulerStatus && (