Ivan Kirillov

Results 17 issues of Ivan Kirillov

Right now custom context menu options via `assets/config.json` get applied to all techniques in a layer. It would be great if we could filter/select which techniques specific context menu options...

enhancement
timescale/long-term
Points: 2
good first issue

We're missing the markdown for the HTTP data model object (the current URL yields a 404).

Right now it's tricky to understand the full set of fields available in a YAML CAR analytic, so we should create and maintain a template that describes this.

We should create a new top-level page for car.mitre.org that better describes BZAR.

We should map our analytics to existing open datasets (e.g., Splunk BOTS) so that we can give users an easy way to find example data of true positives.

We should add a search feature to the website to make it easier to find specific analytics etc.

Right now our ATT&CK Coverage is purely based on how well an analytic covers an entire Tactic/Technique pair. This is useful to get a general sense of how applicable an...

Python 3.8+ deprecated the usage of `collections.Iterable` for `collections.abc.Iterable`, so this PR updates this usage accordingly. Otherwise, running the current `master` branch will break on python 3.8_.

We need to refactor how we model remote commands to support other, related use cases such as telecommands. One of the problems is the current definition for `d3f:RemoteCommand`: ```A remote...

Our current modeling around operating mode is specific to OT, when this is a generalizable concept that can be used in other domains. Proposed set of changes: - Rename :OperatingMode...