From 52d597bf00d58b92ee8809802b507c6d0755235f Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Sat, 16 Mar 2019 17:39:57 +0100 Subject: [PATCH] chg: [svg export] updated svgs --- svg/attack_pattern.svg | 200 +++++++---- svg/autonomous_system.svg | 466 +++++++++++++++++++++++++ svg/backdoor.svg | 22 +- svg/bundle.svg | 333 ++++++++++++++++++ svg/course_of_action.svg | 278 +++++++++++++++ svg/domain_name.svg | 272 +++++++++++++++ svg/email_addr.svg | 274 +++++++++++++++ svg/email_message.svg | 271 +++++++++++++++ svg/galaxy.svg | 101 ++++-- svg/intrusionset.svg | 713 +++++++++++++++++--------------------- svg/ipv4-addr.svg | 284 +++++++++++++++ svg/ipv6-addr.svg | 272 +++++++++++++++ svg/mac addr.svg | 303 ++++++++++++++++ svg/network_traffic.svg | 369 ++++++++++++++++++++ svg/note.svg | 253 ++++++++++++++ svg/observed data.svg | 302 +++++++++------- svg/ransomware.svg | 157 ++++++--- svg/relationship.svg | 306 ++++++++++++++++ svg/report.svg | 307 ++++++++++++++++ svg/restricted.svg | 413 ++++++++++++++++++++++ svg/sighting.svg | 295 ++++++++++++++++ svg/tlp_amber.svg | 359 +++++++++++++++++++ svg/tlp_green.svg | 357 +++++++++++++++++++ svg/tlp_red.svg | 351 +++++++++++++++++++ svg/tlp_white.svg | 410 ++++++++++++++++++++++ svg/url.svg | 260 ++++++++++++++ svg/vulnerability.svg | 299 ++++++++++++++++ 27 files changed, 7575 insertions(+), 652 deletions(-) create mode 100644 svg/autonomous_system.svg create mode 100644 svg/bundle.svg create mode 100644 svg/course_of_action.svg create mode 100644 svg/domain_name.svg create mode 100644 svg/email_addr.svg create mode 100644 svg/email_message.svg create mode 100644 svg/ipv4-addr.svg create mode 100644 svg/ipv6-addr.svg create mode 100644 svg/mac addr.svg create mode 100644 svg/network_traffic.svg create mode 100644 svg/note.svg create mode 100644 svg/relationship.svg create mode 100644 svg/report.svg create mode 100644 svg/restricted.svg create mode 100644 svg/sighting.svg create mode 100644 svg/tlp_amber.svg create mode 100644 svg/tlp_green.svg create mode 100644 svg/tlp_red.svg create mode 100644 svg/tlp_white.svg create mode 100644 svg/url.svg create mode 100644 svg/vulnerability.svg diff --git a/svg/attack_pattern.svg b/svg/attack_pattern.svg index 8cd477c..b15ca71 100644 --- a/svg/attack_pattern.svg +++ b/svg/attack_pattern.svg @@ -108,9 +108,52 @@ id="stop108" offset="1" style="stop-opacity:1;stop-color:#163a87" /> \ No newline at end of file diff --git a/svg/autonomous_system.svg b/svg/autonomous_system.svg new file mode 100644 index 0000000..21d700b --- /dev/null +++ b/svg/autonomous_system.svg @@ -0,0 +1,466 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/backdoor.svg b/svg/backdoor.svg index f451a31..3307b78 100644 --- a/svg/backdoor.svg +++ b/svg/backdoor.svg @@ -114,11 +114,11 @@ id="clipPath132" clipPathUnits="userSpaceOnUse"> \ No newline at end of file + d="m 0,0 c 0.175,-0.141 0.291,-0.239 0.422,-0.338 4.482,-3.28 8.964,-6.56 13.445,-9.827 1.907,-1.393 3.827,-2.759 5.734,-4.139 0.145,-0.098 0.291,-0.197 0.436,-0.295 0.364,-0.226 0.83,-0.014 0.902,0.408 0.015,0.113 0.125,0.239 0.125,0.352 0,3.886 0.125,7.757 0.125,11.629 v 0.919 c 0,0 17.096,0.028 25.477,0 0.8,0 1.805,0.433 1.936,1.292 0.16,0.971 -0.393,1.879 -1.296,2.161 -0.16,0.056 -0.693,0.501 -3.041,0.547 C 36.685,2.857 21.189,2.548 21.189,2.703 v 13.163 c 0,0.113 -0.095,0.24 -0.11,0.352 -0.044,0.366 -0.419,0.648 -0.783,0.62 C 20.18,16.824 20.021,16.739 19.919,16.655 19.046,15.937 18.145,15.205 17.272,14.473 11.728,9.813 6.162,5.167 0.618,0.521 0.429,0.366 0.233,0.211 0,0" /> \ No newline at end of file diff --git a/svg/bundle.svg b/svg/bundle.svg new file mode 100644 index 0000000..4b7b1a4 --- /dev/null +++ b/svg/bundle.svg @@ -0,0 +1,333 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/course_of_action.svg b/svg/course_of_action.svg new file mode 100644 index 0000000..572d6d9 --- /dev/null +++ b/svg/course_of_action.svg @@ -0,0 +1,278 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/domain_name.svg b/svg/domain_name.svg new file mode 100644 index 0000000..1a5b826 --- /dev/null +++ b/svg/domain_name.svg @@ -0,0 +1,272 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/email_addr.svg b/svg/email_addr.svg new file mode 100644 index 0000000..23dbdb6 --- /dev/null +++ b/svg/email_addr.svg @@ -0,0 +1,274 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/email_message.svg b/svg/email_message.svg new file mode 100644 index 0000000..5381d22 --- /dev/null +++ b/svg/email_message.svg @@ -0,0 +1,271 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/galaxy.svg b/svg/galaxy.svg index caf549c..bed1b0f 100644 --- a/svg/galaxy.svg +++ b/svg/galaxy.svg @@ -19,10 +19,10 @@ id="clipPath18" clipPathUnits="userSpaceOnUse"> \ No newline at end of file diff --git a/svg/intrusionset.svg b/svg/intrusionset.svg index 915d12e..a1fae54 100644 --- a/svg/intrusionset.svg +++ b/svg/intrusionset.svg @@ -111,275 +111,236 @@ clipPathUnits="userSpaceOnUse"> \ No newline at end of file + d="m 0,0 c 0,-0.625 -0.506,-1.132 -1.129,-1.132 -0.624,0 -1.129,0.507 -1.129,1.132 0,0.625 0.505,1.132 1.129,1.132 C -0.506,1.132 0,0.625 0,0" /> \ No newline at end of file diff --git a/svg/ipv4-addr.svg b/svg/ipv4-addr.svg new file mode 100644 index 0000000..b98a833 --- /dev/null +++ b/svg/ipv4-addr.svg @@ -0,0 +1,284 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/ipv6-addr.svg b/svg/ipv6-addr.svg new file mode 100644 index 0000000..edc9313 --- /dev/null +++ b/svg/ipv6-addr.svg @@ -0,0 +1,272 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/mac addr.svg b/svg/mac addr.svg new file mode 100644 index 0000000..b5781f4 --- /dev/null +++ b/svg/mac addr.svg @@ -0,0 +1,303 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/network_traffic.svg b/svg/network_traffic.svg new file mode 100644 index 0000000..e1af137 --- /dev/null +++ b/svg/network_traffic.svg @@ -0,0 +1,369 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/note.svg b/svg/note.svg new file mode 100644 index 0000000..c760295 --- /dev/null +++ b/svg/note.svg @@ -0,0 +1,253 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/observed data.svg b/svg/observed data.svg index 43bdaae..dcd8e40 100644 --- a/svg/observed data.svg +++ b/svg/observed data.svg @@ -108,48 +108,91 @@ id="stop108" offset="1" style="stop-opacity:1;stop-color:#163a87" /> \ No newline at end of file diff --git a/svg/ransomware.svg b/svg/ransomware.svg index ef4468f..44c27e4 100644 --- a/svg/ransomware.svg +++ b/svg/ransomware.svg @@ -19,10 +19,10 @@ id="clipPath18" clipPathUnits="userSpaceOnUse"> \ No newline at end of file diff --git a/svg/relationship.svg b/svg/relationship.svg new file mode 100644 index 0000000..57d3150 --- /dev/null +++ b/svg/relationship.svg @@ -0,0 +1,306 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/report.svg b/svg/report.svg new file mode 100644 index 0000000..ca145dd --- /dev/null +++ b/svg/report.svg @@ -0,0 +1,307 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/restricted.svg b/svg/restricted.svg new file mode 100644 index 0000000..6ec2fe5 --- /dev/null +++ b/svg/restricted.svg @@ -0,0 +1,413 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/sighting.svg b/svg/sighting.svg new file mode 100644 index 0000000..5fc5ec0 --- /dev/null +++ b/svg/sighting.svg @@ -0,0 +1,295 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/tlp_amber.svg b/svg/tlp_amber.svg new file mode 100644 index 0000000..fb2e7e1 --- /dev/null +++ b/svg/tlp_amber.svg @@ -0,0 +1,359 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/tlp_green.svg b/svg/tlp_green.svg new file mode 100644 index 0000000..d8c95f1 --- /dev/null +++ b/svg/tlp_green.svg @@ -0,0 +1,357 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/tlp_red.svg b/svg/tlp_red.svg new file mode 100644 index 0000000..acb6d5b --- /dev/null +++ b/svg/tlp_red.svg @@ -0,0 +1,351 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/tlp_white.svg b/svg/tlp_white.svg new file mode 100644 index 0000000..fe2692d --- /dev/null +++ b/svg/tlp_white.svg @@ -0,0 +1,410 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/url.svg b/svg/url.svg new file mode 100644 index 0000000..4ab87fc --- /dev/null +++ b/svg/url.svg @@ -0,0 +1,260 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/vulnerability.svg b/svg/vulnerability.svg new file mode 100644 index 0000000..0dc09ce --- /dev/null +++ b/svg/vulnerability.svg @@ -0,0 +1,299 @@ + +image/svg+xml \ No newline at end of file