meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| soc:tools:velociraptor [2026/06/12 09:06] – titannet | soc:tools:velociraptor [2026/06/12 10:53] (current) – titannet | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| docker exec -it ir-velociraptor / | docker exec -it ir-velociraptor / | ||
| + | #test | ||
| + | ./ | ||
| + | velociraptor.exe --config client.config.yaml client -v | ||
| + | # run plaso | ||
| + | docker run -it --rm --entrypoint=/ | ||
| + | |||
| + | log2timeline.py --storage-file / | ||
| + | psort.py -o json_line -w / | ||
| + | |||
| + | # psort.py -o json_line -w / | ||
| + | # | ||
| + | docker exec -it ir-velociraptor / | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | # sudo chmod -R a+rwX ./splunk/ | ||
| + | sudo cp props.conf etc/ | ||
| + | |||
| + | docker image load -i ./ | ||
| + | docker compose up | ||
| + | |||
| + | # settings -> add -> monitor -> plaso.conf -> ... | ||
| + | |||
| + | index=" | ||
| </ | </ | ||
| Line 38: | Line 63: | ||
| </ | </ | ||
| + | |||
| + | <file yaml docker-compose.yml> | ||
| + | services: | ||
| + | velociraptor: | ||
| + | image: ir-velociraptor | ||
| + | container_name: | ||
| + | restart: always | ||
| + | ports: | ||
| + | - " | ||
| + | - " | ||
| + | volumes: | ||
| + | - ./ | ||
| + | - ./ | ||
| + | - ./ | ||
| + | - ./ | ||
| + | |||
| + | </ | ||