Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Periodically check for ATT&CK map updates after boot #4

Open
rctgardner opened this issue Apr 13, 2021 · 1 comment
Open

Periodically check for ATT&CK map updates after boot #4

rctgardner opened this issue Apr 13, 2021 · 1 comment
Labels
enhancement New feature or expansion of existing feature

Comments

@rctgardner
Copy link
Collaborator

Periodically (weekly?) check in on the ATT&CK GitHub site for new framework versions.

Currently, ATT&CK maps are only downloaded at application startup when called in the activate() function. Some users may prefer to keep their editors running for long periods of time, and there is no reason to miss out on ATT&CK framework updates just due to this preference.

This should be a relatively uncommon problem, especially given how often the framework is updated, but we might as well avoid it if we can. Additionally, rather than spamming GitHub with many users checking in at the same time, we should probably randomly generate the check-in time on first install. We don't wanna get the repository flagged by some weird ML system looking for C2s.

@rctgardner rctgardner added the enhancement New feature or expansion of existing feature label Apr 13, 2021
@rctgardner
Copy link
Collaborator Author

This should be easier to do by switching to https://github.com/mitre-attack/attack-stix-data/

The collections[].versions[].version key inside index.json contains each available schema version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or expansion of existing feature
Projects
None yet
Development

No branches or pull requests

1 participant