Datasets:
Upload folder using huggingface_hub
Browse files- NF-CICIDS2018-v3.parquet +3 -0
- NetFlow_v3_Features.csv +54 -0
NF-CICIDS2018-v3.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd4f64d381eebe56029876868bc7dc1f96f4e681b38d154c9a465b0388b51636
|
| 3 |
+
size 809943210
|
NetFlow_v3_Features.csv
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Feature,Description
|
| 2 |
+
IPV4_SRC_ADDR,IPv4 source address
|
| 3 |
+
IPV4_DST_ADDR,IPv4 destination address
|
| 4 |
+
L4_SRC_PORT,IPv4 source port number
|
| 5 |
+
L4_DST_PORT,IPv4 destination port number
|
| 6 |
+
PROTOCOL,IP protocol identifier byte
|
| 7 |
+
L7_PROTO,Layer 7 protocol (numeric)
|
| 8 |
+
IN_BYTES,Incoming number of bytes
|
| 9 |
+
OUT_BYTES,Outgoing number of bytes
|
| 10 |
+
IN_PKTS,Incoming number of packets
|
| 11 |
+
OUT_PKTS,Outgoing number of packets
|
| 12 |
+
FLOW_DURATION_MILLISECONDS,Flow duration in milliseconds
|
| 13 |
+
TCP_FLAGS,Cumulative of all TCP flags
|
| 14 |
+
CLIENT_TCP_FLAGS,Cumulative of all client TCP flags
|
| 15 |
+
SERVER_TCP_FLAGS,Cumulative of all server TCP flags
|
| 16 |
+
DURATION_IN,Client to Server stream duration (msec)
|
| 17 |
+
DURATION_OUT,Client to Server stream duration (msec)
|
| 18 |
+
MIN_TTL,Min flow TTL
|
| 19 |
+
MAX_TTL,Max flow TTL
|
| 20 |
+
LONGEST_FLOW_PKT,Longest packet (bytes) of the flow
|
| 21 |
+
SHORTEST_FLOW_PKT,Shortest packet (bytes) of the flow
|
| 22 |
+
MIN_IP_PKT_LEN,Len of the smallest flow IP packet observed
|
| 23 |
+
MAX_IP_PKT_LEN,Len of the largest flow IP packet observed
|
| 24 |
+
SRC_TO_DST_SECOND_BYTES,Src to dst Bytes/sec
|
| 25 |
+
DST_TO_SRC_SECOND_BYTES,Dst to src Bytes/sec
|
| 26 |
+
RETRANSMITTED_IN_BYTES,Number of retransmitted TCP flow bytes (src->dst)
|
| 27 |
+
RETRANSMITTED_IN_PKTS,Number of retransmitted TCP flow packets (src->dst)
|
| 28 |
+
RETRANSMITTED_OUT_BYTES,Number of retransmitted TCP flow bytes (dst->src)
|
| 29 |
+
RETRANSMITTED_OUT_PKTS,Number of retransmitted TCP flow packets (dst->src)
|
| 30 |
+
SRC_TO_DST_AVG_THROUGHPUT,Src to dst average thpt (bps)
|
| 31 |
+
DST_TO_SRC_AVG_THROUGHPUT,Dst to src average thpt (bps)
|
| 32 |
+
NUM_PKTS_UP_TO_128_BYTES,Packets whose IP size <= 128
|
| 33 |
+
NUM_PKTS_128_TO_256_BYTES,Packets whose IP size > 128 and <= 256
|
| 34 |
+
NUM_PKTS_256_TO_512_BYTES,Packets whose IP size > 256 and <= 512
|
| 35 |
+
NUM_PKTS_512_TO_1024_BYTES,Packets whose IP size > 512 and <= 1024
|
| 36 |
+
NUM_PKTS_1024_TO_1514_BYTES,Packets whose IP size >��1024 and <= 1514
|
| 37 |
+
TCP_WIN_MAX_IN,Max TCP Window (src->dst)
|
| 38 |
+
TCP_WIN_MAX_OUT,Max TCP Window (dst->src)
|
| 39 |
+
ICMP_TYPE,ICMP Type * 256 + ICMP code
|
| 40 |
+
ICMP_IPV4_TYPE,ICMP Type
|
| 41 |
+
DNS_QUERY_ID,DNS query transaction Id
|
| 42 |
+
DNS_QUERY_TYPE,"DNS query type (e.g. 1=A, 2=NS..)"
|
| 43 |
+
DNS_TTL_ANSWER,TTL of the first A record (if any)
|
| 44 |
+
FTP_COMMAND_RET_CODE,FTP client command return code
|
| 45 |
+
FLOW_START_MILLISECONDS,Flow start timestamp in milliseconds
|
| 46 |
+
FLOW_END_MILLISECONDS,Flow end timestamp in milliseconds
|
| 47 |
+
SRC_TO_DST_IAT_MIN ,Minimum Inter-Packet Arrval Time (src->dst)
|
| 48 |
+
SRC_TO_DST_IAT_MAX ,Maximum Inter-Packet Arrval Time (src->dst)
|
| 49 |
+
SRC_TO_DST_IAT_AVG ,Average Inter-Packet Arrval Time (src->dst)
|
| 50 |
+
SRC_TO_DST_IAT_STDDEV ,Sandard Deviaion Inter-Packet Arrval Time (src->dst)
|
| 51 |
+
DST_TO_SRC_IAT_MIN ,Minimum Inter-Packet Arrval Time (dst > src)
|
| 52 |
+
DST_TO_SRC_IAT_MAX ,Minimum Inter-Packet Arrval Time (dst > src)
|
| 53 |
+
DST_TO_SRC_IAT_AVG ,Minimum Inter-Packet Arrval Time (dst > src)
|
| 54 |
+
DST_TO_SRC_IAT_STDDEV ,Minimum Inter-Packet Arrval Time (dst > src)
|