Adrian Medina

Results 15 comments of Adrian Medina

Is this still the case on Aleph 0.4.1?

> needs a few minor tweaks > > * [ ] rename tactics to `Credential Access - ATLAS`, add a prefLabel for `Credential Access` > > > > currently: Credential...

> Can you revert the actual ontology changes in this pull so **its just the generative code**. Also, were there any other additions necessary? I think you added the convenience...

It will be easier to understand if there is a draft idea for an artifact. `d3f:ConfigurationManager`? What does it do? It probably :configures some :Software and :manages some :ConfigurationResource.

> This would hang right under External Threat Model Thing. It would not be considered an Attack Thing. Is this right? ```turtle :ATLASThing a owl:Class ; rdfs:label "ATLAS Thing" ;...

assuming the following added to the ontology: ```turtle :ATLASThing a owl:Class ; rdfs:label "ATLAS Thing" ; rdfs:subClassOf :ExternalThreatModelThing . :ATLASTactic a owl:Class ; rdfs:label "ATLAS Tactic" ; rdfs:subClassOf :ATLASThing, :Goal,...

Fuzzing may sometimes be used as Source Code Hardening: https://github.com/d3fend/d3fend-ontology/issues/303

Thank you for your feedback! Will be taking what you said into consideration and come up with a pass at this I'll throw at a PR. Here is the OCSF...

> Struggling a bit on how to accurately model Kubernetes Pods (based on https://attack.mitre.org/datasources/DS0014/) in D3FEND. The problem is that pods are an abstraction (i.e., grouping containers that share namespaces...