The current C2 domain blocklist fetch interval is set to 15 minutes. After discussing with Samczsun, we determined it's best to lower this interval, as drainers have started switching C2s more quickly since C2 detection was rolled out.
This update only affects the fetch interval for the C2 blocklist.
References
Changelog
@metamask/phishing-controller
CHANGED: Lowered the C2_DOMAIN_BLOCKLIST_REFRESH_INTERVAL from 15 minutes to 5 minutes.
Checklist
[x] I've updated the test suite for new or updated code as appropriate
[x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
[x] I've highlighted breaking changes using the "BREAKING" category above as appropriate
[x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
Explanation
The current C2 domain blocklist fetch interval is set to 15 minutes. After discussing with Samczsun, we determined it's best to lower this interval, as drainers have started switching C2s more quickly since C2 detection was rolled out.
This update only affects the fetch interval for the C2 blocklist.
References
Changelog
@metamask/phishing-controller
Checklist