Projects STRLCPY 5GAD Commits 3fd18070
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    skipped 3 lines
    4 4   
    5 5  This dataset contains two types of intercepted network packets: "normal" network traffic packets (i.e. a variety of non-malicious traffic types) and "attack" packets from attacks against a 5G Core implemented with free5GC. The captures were collected using tshark or Wireshark on 4 different network interfaces within the 5G core. Those interfaces and where they sit within the system are outlined in the 5GNetworkDiagram figure. Files that start with "allcap" contain packets that were recorded on all four interfaces simultaneously; other \*.pcapng files represent the same data that has been broken out into one of the four interfaces.
    6 6   
    7  -![5GNetworkDiagram.png](5GNetworkDiagram.png)
     7 +![5GNetworkDiagram.png](./5GNetworkDiagram.png#gh-light-mode-only)
     8 +![5GNetworkDiagram.png](./5GNetworkDiagram.png(2)(2)(2)#gh-dark-mode-only)
    8 9   
    9 10  **NOTE: The normal sets do not contain explicit breakdowns for each interface to reduce the download size. The individual interfaces can be separated from the allcap file in Wireshark as follows:**
    10 11  1. Add a new column to Wireshark via Edit->Preferences->Appearance->Columns and then click on '+' to add a new column.
    skipped 304 lines
    315 316   
    316 317  Without modification, the data preparation files require **at least** 96 GB of memory and several hours to process the data. This issue can likely be overcome by changing the instances of the `sniff(...)` function to process each packet without storing packets sequentially in memory.
    317 318   
    318  -Special thanks to Christopher Becker and Jessie Cooper.
     319 +Special thanks to Christopher Becker and Jesse Cooper.
    319 320  
    320 321  
    321 322   
Please wait...
Page is in error, reload to recover