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:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user