1/27/20 - 2/9/20
Problems: what is in the packets being captured from the Intel Drone
Tasks conducted:
Tested the interaction Intel Drone has between QGround Control and the controller.
Found out the packets collected are an interaction between QGround Control and the Drone and not an interaction between Intel Drone and Controller
Collect GPS information in packets but do not have remote controller information in packets
Verified drone uses 2.4 GHz receiver
Try to find the IP address of the controller
Could not collect any information from the controller
controller channel hops which is why we could not collect any data
Installed the driver onto Kali Linux for the Wifi Card (TP-Link: TL-WN722N)
2/10/20 - 2/26/20
Tasks:
Compared encrypted data to decrypted data from the Intel drone
Graphed the data sizes using Python script on drive
Used the Intel_1 files on the drive to first compare the encrypted/decrypted data on WireShark
After comparing the two different files, we found out that the difference between the encrypted and decrypted data lengths was 44 bytes
Graphed the encrypted to decrypted data sizes in a bar graph for Intel drone
Compared encrypted data to decrypted data from the Sky Viper
Graphed the data sizes using Python scripts on drive
Used the Viper_1 files on the drive to compare the data on WireShark
Similar to the Intel drone, the difference between the encrypted and decrypted data lengths was 44 bytes
Graphed the encrypted to decrypted data sizes in a bar graph for Sky Viper
2/28/20 - 3/6/20
Tasks:
Compared encrypted and decrypted packets
Focused on data size for the SkyViper
The encrypted payload data is consistently larger than decrypted data
Looked into sniffing data with a router (next task that was done)
Took the already made graphs and created a bar graph of the different message IDs and data lengths for the packets.
Graph is team drive (File Name: Length_And_TimeDelta_Analysis.xls)
Sniff data
Used a router and computer to find out the data lengths of the encrypted & decrypted packets
Found out the difference in data lengths is 40 bytes, similar to the Intel drone and the SkyViper
3/7/20 - 3/13/20
Tasks:
Work on poster for VIP poser session
VIP Poster session (3/13/20)
Done by Joy & Eric:
Wrote a script to parse through encrypted json file and create excel spreadsheet that contained payload length and REL_TIME
3/14/20 - 3/20/20
Spring Break
3/21/20 - 3/27/20
Looked into using Scapy to analyze data
3/28/20 - 4/10/20
Tasks:
Find/create a script, in Scapy, to collect packets
create a one step process to collect packets instead of typing in commands.
Talked with Joy and she found a script to mimic our previous process in collecting packets.
Looked over script and still need to try it out since she does not have a wifi card.
Look for a script in Scapy to analyze pcap files
After looking online, pcap files need to be decrypted and cannot find a way to decrypt files in scapy.
4/11/20 - 4/24/20
Tasks:
Test out Joys script for collecting packets
Ran into some problems
had to update python and add different libraries
Still is not working and will try to fix the problem
Worked on report
Created README files for each folder in drive
Worked on slideshow for poster session on May 8
Will be filming flying of drone for video
4/25/20 - 5/1/20
Tasks:
Tested out Joys script for collecting packets from the drone
Did not work and ran into problems
Discussed with Joy
Filmed flying of drone for video
Created an outline of what each team member will be writing for the report