Commands to image Netscaler device:
dd if=/dev/md0 | gzip -1 - | ssh user@[IP address] dd of=/[fullpath]/md0.gz
dd if=/dev/ad0s1a | gzip -1 - | ssh user@[IP address] dd of=/[fullpath]/ad0s1a.gz
dd if=/dev/ad0s1b | gzip -1 - | ssh user@[IP address] dd of=/[fullpath]/ad0s1b.gz
6
49
4
179
Note: You may need to run “mount” or “df -h” commands because the partition names (e.g - ad0s1b) may vary slightly across versions and need to be updated per command.
1
4
Mounting a FreeBSD forensic image isn’t trivial.
@hal_pomeranz has a great @sansforensics write-up that should help walk you through the steps in your forensic tool of choice
digital-forensics.sans.org/b…
4
3
30
My goodness! That FreeBSD article has held up pretty well for something that was written nearly 10 years ago.
Jan 29, 2020 · 2:02 AM UTC
1

