Skip to content

Commit 30f5fcf

Browse files
committed
New icons
1 parent eb04663 commit 30f5fcf

File tree

133 files changed

+504
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+504
-36
lines changed

src/assets/icons/Icon_Licenses.md

Lines changed: 32 additions & 0 deletions

src/assets/icons/README.md

Lines changed: 11 additions & 0 deletions
14 KB
22.8 KB
13.1 KB
18.9 KB
20.8 KB
25.5 KB

src/assets/icons/attack/icons.js

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/**
2+
* Icon string to image mapping.
3+
* Nodes with label matching the map key will load the associated icon.
4+
*/
5+
6+
export const ATTACK_ICONS = {
7+
8+
// ** Attack and Attack TTP icons
9+
mitre_attack_model: require('./ttp_file.png'),
10+
attacker_ttp_model: require('./ttp_file.png'),
11+
attack_tactic: require('./tactic.png'),
12+
attack_technique: require('./attack_technique.png'),
13+
attack_sub_technique: require('./attack_sub_technique.png'),
14+
attack_procedure: require('./attack_procedure.png'),
15+
16+
attack_goal: require('./attack_goal.png'),
17+
attack_plan: require('./attack_plan.png'),
18+
attack_step: require('./attack_step.png'),
19+
20+
malware: require('./malware.png'),
21+
22+
};
3.24 KB

0 commit comments

Comments
 (0)