Please enable JavaScript.
Coggle requires JavaScript to display documents.
Digital Forensics - Coggle Diagram
Digital Forensics
-
DJI Mavic
-
Commands
tree: (structural representation of directories and files)
stat: gives information about the file and file system.
file: shows the type of a file.
xxd: creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form.
-
-
Tools
exiftool
It shows the metadata of a file. All the information, (properties, fil, type, brand, permissions, version etc. )
-
Email case investigation
-
-
Using tshark
CLI wireshark
-
-
-
-
-
Finding request method
tshark -r nitroba.pcap -Y (ip.src == 192.168.15.4 ) && (ip.dst == 69.25.94.22) && http.request.method == "POST"
-
-
NIST hacking case
Commands
mmls
Displays the layout of the partitions in a volume system, which include partition tables and disk labels.