Skip to content

Commit 260ae6f

Browse files
committed
fix links
1 parent 8bc6b66 commit 260ae6f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/build/tutorial-how-to-link-ids-to-osint/define-the-interfaces/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The first dashboard to do for our use cases is the list of IoCs with classic SPL
3131
Here, the figure 3 is nice but before this first schema during the project, there are a lot of shemas and all were minimalist and ugly often only on a whiteboard. This type schema before the technical feasibility is only to validate the objective with the analysts before starting the development. During the technical feasibility, we can decrease/increase step-by-step your objectives to show finally a first result in figure 4 in a real dashboard.
3232

3333
<figure markdown="span">
34-
![Figure 4. First interface with only SPARQL queries in SPLUNK static tables.](./../link-IDS-event-to-KG/demo_ld_without_html.png)
34+
![Figure 4. First interface with only SPARQL queries in SPLUNK static tables.](../link-IDS-event-to-KG/demo_ld_without_html.png)
3535
<figcaption>Figure 4. First interface with only SPARQL queries in SPLUNK static tables.</figcaption>
3636
</figure>
3737

@@ -169,19 +169,19 @@ During our project, we have implemented the SPARQL command necessary to execute
169169
With the interfaces, the available data and their links in head, the analyst can now imagine the necessary RDF models of concepts (for example, figure 7 and 8) in his future knowledge graph to generate expected dashboards. These RDF models evolve at the same time as the interfaces (forever) and according to future RDF standards of Cyber world. With Corporate Memory, after each evolution of your models, you can rebuild your knowledge graph "from scratch" when you want. Several RDF models of different versions can exist in your knowledge graphs, so you can update progressively your dashboards without service interruption of old dashboards.
170170

171171
<figure markdown="span">
172-
![Figure 7. RDF model of Mitre concept "course of action" in our future knowledge graph.](./../lift-data-from-STIX-2.1-data-of-mitre-attack/rdf-model-course-of-action.png)
172+
![Figure 7. RDF model of Mitre concept "course of action" in our future knowledge graph.](../lift-data-from-STIX-2.1-data-of-mitre-attack/rdf-model-course-of-action.png)
173173
<figcaption>Figure 7. RDF model of Mitre concept "course of action" in our future knowledge graph.</figcaption>
174174
</figure>
175175

176176
<figure markdown="span">
177-
![Figure 8. RDF model of concept "IoC Rule" in our future knowledge graph.](./../lift-data-from-YAML-data-of-hayabusa-sigma/23-1-rdf-model-rule.png)
177+
![Figure 8. RDF model of concept "IoC Rule" in our future knowledge graph.](../lift-data-from-YAML-data-of-hayabusa-sigma/23-1-rdf-model-rule.png)
178178
<figcaption>Figure 8. RDF model of concept "IoC Rule" in our future knowledge graph.</figcaption>
179179
</figure>
180180

181181
---
182182

183183
Tutorial: [how to link Intrusion Detection Systems (IDS) to Open-Source INTelligence (OSINT)](../index.md)
184184

185-
Next chapter: [Build a Knowledge Graph from MITRE ATT&CK® datasets](./../lift-data-from-STIX-2.1-data-of-mitre-attack/index.md)
185+
Next chapter: [Build a Knowledge Graph from MITRE ATT&CK® datasets](../lift-data-from-STIX-2.1-data-of-mitre-attack/index.md)
186186

187187
Previous chapter: [Define the need, the expected result and the use cases](../define-the-need/index.md)

docs/build/tutorial-how-to-link-ids-to-osint/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ For the part "Link IDS event to a knowledge graph in dashboards", you need to ha
4444

4545
---
4646

47-
Next chapter: [Define the need, the expected result and the use cases](./define-the-need/index.md)
47+
Next chapter: [Define the need, the expected result and the use cases](define-the-need/index.md)

docs/build/tutorial-how-to-link-ids-to-osint/lift-data-from-STIX-2.1-data-of-mitre-attack/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Create one RDF dataset for each Mitre dataset:
140140

141141
Here, you will create all classes and attributes necessary in your use case case. Not more, not less. So, we are adding each STIX object in your knowledge base with its STIX type, its label, its description and its references. Each reference can have an url, a label, a description and an external ID, like Mitre ID or CAPEC ID.
142142

143-
In UML, you can represent your targeted model like that: here a RDF model to describe an instance of type "course-of-action" in MITRE ATT&CK. (you can download the [File drawio of schemas](./RDF_model_and_pattern.drawio))
143+
In UML, you can represent your targeted model like that: here a RDF model to describe an instance of type "course-of-action" in MITRE ATT&CK. (you can download the [File drawio of schemas](RDF_model_and_pattern.drawio))
144144

145145
![RDF model to describe an instance of type "course-of-action" in MITRE ATT&CK](rdf-model-course-of-action.png)
146146

0 commit comments

Comments
 (0)