├── CHANGELOG.md ├── Documentation ├── Dependencies and tool mapping.md ├── Minutes │ ├── 20180926-Vilnius.md │ ├── 20190123-Tallinn.md │ ├── 20190522-Luxembourg.md │ ├── 20190916-Paphos.md │ ├── 20200128-Malaga.md │ ├── 20200526-BucharestInternet.md │ ├── 20200929-Internet.md │ ├── 20210126-Internet.md │ ├── 20210526-Internet.md │ └── 20210909-Internet.md ├── PivotMapping.md ├── ToR.md ├── Usage.md ├── Use Cases.md └── howtogetstarted.md ├── LICENSE ├── README.md ├── contrib ├── README.md ├── machinetag2csv.py └── machinetag2human.py ├── test └── README.md └── working_copy ├── Makefile ├── README.md ├── humanv1.md ├── machinev1 └── rsit2attck ├── README.md ├── clusters └── rsit.json ├── convert-rsit-to-attck.py ├── galaxies └── rsit.json ├── machinetag.json ├── machinetag2human.py ├── rsit_2_attck.md ├── screenshot-galaxy.png ├── screenshot-relations.png └── screenshot.jpg /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Documentation/Dependencies and tool mapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Dependencies and tool mapping.md -------------------------------------------------------------------------------- /Documentation/Minutes/20180926-Vilnius.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Minutes/20180926-Vilnius.md -------------------------------------------------------------------------------- /Documentation/Minutes/20190123-Tallinn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Minutes/20190123-Tallinn.md -------------------------------------------------------------------------------- /Documentation/Minutes/20190522-Luxembourg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Minutes/20190522-Luxembourg.md -------------------------------------------------------------------------------- /Documentation/Minutes/20190916-Paphos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Minutes/20190916-Paphos.md -------------------------------------------------------------------------------- /Documentation/Minutes/20200128-Malaga.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Minutes/20200128-Malaga.md -------------------------------------------------------------------------------- /Documentation/Minutes/20200526-BucharestInternet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Minutes/20200526-BucharestInternet.md -------------------------------------------------------------------------------- /Documentation/Minutes/20200929-Internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Minutes/20200929-Internet.md -------------------------------------------------------------------------------- /Documentation/Minutes/20210126-Internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Minutes/20210126-Internet.md -------------------------------------------------------------------------------- /Documentation/Minutes/20210526-Internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Minutes/20210526-Internet.md -------------------------------------------------------------------------------- /Documentation/Minutes/20210909-Internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Minutes/20210909-Internet.md -------------------------------------------------------------------------------- /Documentation/PivotMapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/PivotMapping.md -------------------------------------------------------------------------------- /Documentation/ToR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/ToR.md -------------------------------------------------------------------------------- /Documentation/Usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Usage.md -------------------------------------------------------------------------------- /Documentation/Use Cases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/Use Cases.md -------------------------------------------------------------------------------- /Documentation/howtogetstarted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/Documentation/howtogetstarted.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/README.md -------------------------------------------------------------------------------- /contrib/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/contrib/README.md -------------------------------------------------------------------------------- /contrib/machinetag2csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/contrib/machinetag2csv.py -------------------------------------------------------------------------------- /contrib/machinetag2human.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/contrib/machinetag2human.py -------------------------------------------------------------------------------- /test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/test/README.md -------------------------------------------------------------------------------- /working_copy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/Makefile -------------------------------------------------------------------------------- /working_copy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/README.md -------------------------------------------------------------------------------- /working_copy/humanv1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/humanv1.md -------------------------------------------------------------------------------- /working_copy/machinev1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/machinev1 -------------------------------------------------------------------------------- /working_copy/rsit2attck/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/rsit2attck/README.md -------------------------------------------------------------------------------- /working_copy/rsit2attck/clusters/rsit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/rsit2attck/clusters/rsit.json -------------------------------------------------------------------------------- /working_copy/rsit2attck/convert-rsit-to-attck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/rsit2attck/convert-rsit-to-attck.py -------------------------------------------------------------------------------- /working_copy/rsit2attck/galaxies/rsit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/rsit2attck/galaxies/rsit.json -------------------------------------------------------------------------------- /working_copy/rsit2attck/machinetag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/rsit2attck/machinetag.json -------------------------------------------------------------------------------- /working_copy/rsit2attck/machinetag2human.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/rsit2attck/machinetag2human.py -------------------------------------------------------------------------------- /working_copy/rsit2attck/rsit_2_attck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/rsit2attck/rsit_2_attck.md -------------------------------------------------------------------------------- /working_copy/rsit2attck/screenshot-galaxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/rsit2attck/screenshot-galaxy.png -------------------------------------------------------------------------------- /working_copy/rsit2attck/screenshot-relations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/rsit2attck/screenshot-relations.png -------------------------------------------------------------------------------- /working_copy/rsit2attck/screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enisaeu/Reference-Security-Incident-Taxonomy-Task-Force/HEAD/working_copy/rsit2attck/screenshot.jpg --------------------------------------------------------------------------------