meta data for this page
Differences
This shows you the differences between two versions of the page.
| soc:irt:linux:tools:uac [2026/06/11 15:53] – created titannet | soc:irt:linux:tools:uac [2026/06/11 16:01] (current) – titannet | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[https:// | [[https:// | ||
| + | [[https:// | ||
| + | < | ||
| + | Collect all artifacts based on the ir_triage profile, and save the output file to /tmp. | ||
| + | |||
| + | ./uac -p ir_triage /tmp | ||
| + | |||
| + | Collect all artifacts located in the artifacts/ | ||
| + | |||
| + | ./uac -a ./ | ||
| + | |||
| + | Collect all artifacts based on the ir_triage profile, along with all artifacts located in the / | ||
| + | |||
| + | ./uac -p ir_triage -a / | ||
| + | |||
| + | Collect a memory dump and all artifacts based on the full profile. | ||
| + | |||
| + | ./uac -a ./ | ||
| + | |||
| + | Collect all artifacts based on the ir_triage profile excluding the bodyfile.yaml artifact. | ||
| + | |||
| + | |||
| + | </ | ||