Skip to content

Commit aec4155

Browse files
authored
Merge pull request #163 from par-tec/ioggstream-162
Add URLs based on websites and Mitre D3FEND. See #162
2 parents 8f737ef + 96cb775 commit aec4155

1 file changed

Lines changed: 37 additions & 1 deletion

File tree

src/assets/YAML/default/implementations.yaml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ implementations:
2424
container-technologi:
2525
name: Container technologies and orchestration like Docker, Kubernetes
2626
tags: []
27+
url: https://d3fend.mitre.org/dao/artifact/d3f:ContainerOrchestrationSoftware/
2728
cwe25:
2829
name: CWE Top 25 Most Dangerous Software Weaknesses
2930
tags: ["documentation", "threat"]
@@ -53,6 +54,7 @@ implementations:
5354
webserver:
5455
name: Webserver
5556
tags: []
57+
url: https://d3fend.mitre.org/dao/artifact/d3f:WebServer/
5658
rolling-update:
5759
name: rolling update
5860
tags: []
@@ -67,6 +69,7 @@ implementations:
6769
jenkins:
6870
name: Jenkins
6971
tags: []
72+
url: https://www.jenkins.io/
7073
sample-concept-1:
7174
name: "Sample concept: \n(1"
7275
tags: []
@@ -193,6 +196,7 @@ implementations:
193196
tags: []
194197
description: 'For example for Containers: Deny running containers as root, deny
195198
using advanced privileges, deny mounting of the hole filesystem, ...'
199+
url: https://d3fend.mitre.org/technique/d3f:ExecutionIsolation/
196200
attack-matrix-cloud:
197201
name: Attack Matrix Cloud
198202
tags: [mitre]
@@ -214,15 +218,18 @@ implementations:
214218
istio:
215219
name: istio
216220
tags: []
221+
url: https://istio.io/
217222
bridges:
218223
name: bridges
219224
tags: []
220225
firewalls:
221226
name: firewalls
222227
tags: []
228+
url: https://d3fend.mitre.org/dao/artifact/d3f:Firewall/
223229
open-policy-agent:
224230
name: Open Policy Agent
225231
tags: []
232+
url: https://www.openpolicyagent.org/
226233
gitops:
227234
name: GitOps
228235
tags: []
@@ -238,18 +245,21 @@ implementations:
238245
jenkinsfile:
239246
name: Jenkinsfile
240247
tags: []
248+
url:
241249
seccomp:
242250
name: seccomp
243251
tags: []
244252
strace:
245253
name: strace
246254
tags: []
255+
url: https://man7.org/linux/man-pages/man1/strace.1.html
247256
remove-direct-access:
248257
name: Remove direct access to infrastructure
249258
tags: []
250259
directory-service:
251260
name: Directory Service
252261
tags: []
262+
url: https://d3fend.mitre.org/dao/artifact/d3f:DirectoryService/
253263
plugins:
254264
name: Plugins
255265
tags: []
@@ -268,21 +278,25 @@ implementations:
268278
http-basic-authentic:
269279
name: HTTP-Basic Authentication
270280
tags: []
281+
url: https://d3fend.mitre.org/dao/artifact/d3f:WebAuthentication/
271282
vpn:
272283
name: VPN
273284
tags: []
285+
url: https://d3fend.mitre.org/dao/artifact/d3f:VPN/
274286
for-applications-ch:
275287
name: 'For applications: Check default encoding'
276288
tags: []
277289
managing-secrets:
278290
name: managing secrets
279291
tags: []
292+
url: https://d3fend.mitre.org/technique/d3f:CredentialHardening/
280293
crypto:
281294
name: crypto
282295
tags: []
283296
authentication:
284297
name: authentication
285298
tags: []
299+
url: https://d3fend.mitre.org/dao/artifact/d3f:Authentication/
286300
rsyslog:
287301
name: rsyslog
288302
url: https://www.rsyslog.com/
@@ -294,16 +308,19 @@ implementations:
294308
fluentd:
295309
name: fluentd
296310
tags: [tool]
311+
url: https://www.fluentd.org/
297312
bash:
298313
name: bash
299314
tags: [tool]
315+
url: https://www.gnu.org/software/bash/
300316
owasp-logging-cheats:
301317
name: OWASP Logging CheatSheet
302318
url: https://cheatsheetseries.owasp.org/cheatsheets/Logging_Cheat_Sheet.html
303319
tags: [logging, documentation]
304320
elk-stack:
305321
name: ELK-Stack
306322
tags: []
323+
url: https://www.elastic.co/elk-stack
307324
https-ht-transpare:
308325
name: https://ht.transpare
309326
tags: []
@@ -312,15 +329,18 @@ implementations:
312329
prometheus:
313330
name: Prometheus
314331
tags: []
332+
url: https://prometheus.io/
315333
collected:
316334
name: collected
317335
tags: []
318336
httpunit:
319337
name: HttpUnit
320338
tags: []
339+
url: http://httpunit.sourceforge.net/
321340
junit:
322341
name: JUnit
323342
tags: [unittest]
343+
url: https://junit.org/junit5/
324344
karma:
325345
name: Karma
326346
tags: []
@@ -346,33 +366,40 @@ implementations:
346366
description: 'At SAST (Static Application Security Testing): Server-side / client-side
347367
teams can easily be recorded. With microservice architecture individual microservices
348368
can be used usually Teams.'
369+
url: https://d3fend.mitre.org/dao/artifact/d3f:StaticAnalysisTool/
349370
dast:
350371
name: DAST
351372
tags: []
352373
description: 'At DAST (Dynamic Application Security Testing): vulnerabilities
353374
are classified and can be assigned to server-side and client-side teams.'
375+
url: https://d3fend.mitre.org/dao/artifact/d3f:DynamicAnalysisTool/
354376
owasp-defect-dojo:
355377
name: OWASP Defect Dojo
356378
tags: []
357379
url: https://github.com/DefectDojo/django-DefectDojo
358380
owasp-dependency-che:
359381
name: OWASP Dependency Check
360382
tags: []
383+
url: https://owasp.org/www-project-dependency-check/
361384
logparser-jenkins-pl:
362385
name: LogParser Jenkins Plugins
363386
tags: []
364387
owasp-code-pulse:
365388
name: OWASP Code Pulse
366389
tags: []
390+
url: https://www.owasp.org/index.php/OWASP_Code_Pulse
367391
ajax-spider:
368392
name: Ajax Spider
369393
tags: []
394+
url: https://www.zaproxy.org/docs/desktop/addons/ajax-spider/
370395
curl:
371396
name: cURL
372397
tags: []
398+
url: https://curl.se/
373399
openapi:
374-
name: OpenAPI
400+
name: OpenAPI Specifications
375401
tags: []
402+
url: https://spec.openapis.org/
376403
owasp-zap:
377404
name: OWASP Zap
378405
tags: [vulnerability, scanner]
@@ -381,6 +408,7 @@ implementations:
381408
The OWASP Zed Attack Proxy (ZAP) is one of the world's most popular free security tools and is actively maintained by a dedicated international team of ...
382409
arachni:
383410
name: Arachni
411+
url: https://github.com/Arachni/arachni
384412
zest:
385413
name: Zest
386414
url: https://www.zaproxy.org/docs/desktop/addons/zest/
@@ -400,16 +428,19 @@ implementations:
400428
openvas:
401429
name: openVAS
402430
tags: []
431+
url: https://www.openvas.org/
403432
htc-hydra:
404433
name: HTC Hydra
405434
tags: [password]
435+
url: https://www.htc-cs.com/en/products/htc-hydra/
406436
netassert:
407437
name: netassert
408438
tags: []
409439
url: https://github.com/controlplaneio/netassert
410440
nmap:
411441
name: nmap
412442
tags: []
443+
url: https://nmap.org/
413444
owasp-amass:
414445
name: OWASP Amass
415446
tags: []
@@ -426,12 +457,14 @@ implementations:
426457
eslint:
427458
name: eslint
428459
tags: []
460+
url: https://eslint.org/
429461
findsecuritybugs:
430462
name: FindSecurityBugs
431463
tags: []
432464
jsprime:
433465
name: jsprime
434466
tags: []
467+
url: https://github.com/dpnishant/jsprime
435468
bdd-mobile-security:
436469
name: '[bdd-mobile-security'
437470
tags: []
@@ -473,12 +506,15 @@ implementations:
473506
anchore-io:
474507
name: Anchore.io
475508
tags: []
509+
url: https://anchore.com/
476510
clair:
477511
name: Clair
478512
tags: []
513+
url: https://github.com/quay/clair
479514
openscap:
480515
name: OpenSCAP
481516
tags: []
517+
url: https://www.open-scap.org/
482518
vuls:
483519
name: Vuls
484520
tags: []

0 commit comments

Comments
 (0)