Skip to content

Commit 702f30f

Browse files
authored
updated ucoproject to casework URLs
1 parent b7c6ab9 commit 702f30f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# Cyber-investigation Analysis Standard Expression (CASE)
22

3-
_Read the [CASE Wiki tab](https://github.com/ucoProject/CASE/wiki) to learn **everything** you need to know about the Cyber-investigation Analysis Standard Expression (CASE) ontology._
3+
_Read the [CASE Wiki tab](https://github.com/casework/CASE/wiki) to learn **everything** you need to know about the Cyber-investigation Analysis Standard Expression (CASE) ontology._
44
_For learning about the Unified Cyber Ontology, CASE's parent, see [UCO](https://github.com/ucoProject/UCO)._
55

66
# CASE/UCO Plaso implementation
77

88
*Note: This POC is not ontology-correct!*
99

1010
This is an implementation of exporting [plaso](https://github.com/log2timeline/plaso) storage files into an
11-
RDF graph following the [CASE/UCO](https://github.com/ucoProject/CASE) ontology.
11+
RDF graph following the [CASE](https://github.com/casework/CASE) ontology.
1212

1313

1414
### Install
1515

1616
Install the case API
1717
```
18-
git clone https://github.com/ucoProject/CASE-Python-API.git
18+
git clone https://github.com/casework/CASE-Python-API.git
1919
pip install CASE-Python-API
2020
```
2121

2222
Then clone and install requirements.txt
2323
```
24-
git clone https://github.com/ucoProject/CASE-Plaso-Implementation.git
24+
git clone https://github.com/casework/CASE-Plaso-Implementation.git
2525
cd CASE-Plaso-Implementation
2626
pip install -r requirements.txt
2727
```

0 commit comments

Comments
 (0)