Mouwiya commited on
Commit
3eac477
·
verified ·
1 Parent(s): f96d750

Upload NUSW-NB15_features.csv

Browse files
Files changed (1) hide show
  1. NUSW-NB15_features.csv +50 -0
NUSW-NB15_features.csv ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ No.,Name,Type ,Description
2
+ 1,srcip,nominal,Source IP address
3
+ 2,sport,integer,Source port number
4
+ 3,dstip,nominal,Destination IP address
5
+ 4,dsport,integer,Destination port number
6
+ 5,proto,nominal,Transaction protocol
7
+ 6,state,nominal,"Indicates to the state and its dependent protocol, e.g. ACC, CLO, CON, ECO, ECR, FIN, INT, MAS, PAR, REQ, RST, TST, TXD, URH, URN, and (-) (if not used state)"
8
+ 7,dur,Float,Record total duration
9
+ 8,sbytes,Integer,Source to destination transaction bytes
10
+ 9,dbytes,Integer,Destination to source transaction bytes
11
+ 10,sttl,Integer,Source to destination time to live value
12
+ 11,dttl,Integer,Destination to source time to live value
13
+ 12,sloss,Integer,Source packets retransmitted or dropped
14
+ 13,dloss,Integer,Destination packets retransmitted or dropped
15
+ 14,service,nominal,"http, ftp, smtp, ssh, dns, ftp-data ,irc and (-) if not much used service"
16
+ 15,Sload,Float,Source bits per second
17
+ 16,Dload,Float,Destination bits per second
18
+ 17,Spkts,integer,Source to destination packet count
19
+ 18,Dpkts,integer,Destination to source packet count
20
+ 19,swin,integer,Source TCP window advertisement value
21
+ 20,dwin,integer,Destination TCP window advertisement value
22
+ 21,stcpb,integer,Source TCP base sequence number
23
+ 22,dtcpb,integer,Destination TCP base sequence number
24
+ 23,smeansz,integer,Mean of the ?ow packet size transmitted by the src
25
+ 24,dmeansz,integer,Mean of the ?ow packet size transmitted by the dst
26
+ 25,trans_depth,integer,Represents the pipelined depth into the connection of http request/response transaction
27
+ 26,res_bdy_len,integer,Actual uncompressed content size of the data transferred from the server�s http service.
28
+ 27,Sjit,Float,Source jitter (mSec)
29
+ 28,Djit,Float,Destination jitter (mSec)
30
+ 29,Stime,Timestamp,record start time
31
+ 30,Ltime,Timestamp,record last time
32
+ 31,Sintpkt,Float,Source interpacket arrival time (mSec)
33
+ 32,Dintpkt,Float,Destination interpacket arrival time (mSec)
34
+ 33,tcprtt,Float,"TCP connection setup round-trip time, the sum of �synack� and �ackdat�."
35
+ 34,synack,Float,"TCP connection setup time, the time between the SYN and the SYN_ACK packets."
36
+ 35,ackdat,Float,"TCP connection setup time, the time between the SYN_ACK and the ACK packets."
37
+ 36,is_sm_ips_ports,Binary,"If source (1) and destination (3)IP addresses equal and port numbers (2)(4) equal then, this variable takes value 1 else 0"
38
+ 37,ct_state_ttl,Integer,No. for each state (6) according to specific range of values for source/destination time to live (10) (11).
39
+ 38,ct_flw_http_mthd,Integer,No. of flows that has methods such as Get and Post in http service.
40
+ 39,is_ftp_login,Binary,If the ftp session is accessed by user and password then 1 else 0.
41
+ 40,ct_ftp_cmd,integer,No of flows that has a command in ftp session.
42
+ 41,ct_srv_src,integer,No. of connections that contain the same service (14) and source address (1) in 100 connections according to the last time (26).
43
+ 42,ct_srv_dst,integer,No. of connections that contain the same service (14) and destination address (3) in 100 connections according to the last time (26).
44
+ 43,ct_dst_ltm,integer,No. of connections of the same destination address (3) in 100 connections according to the last time (26).
45
+ 44,ct_src_ ltm,integer,No. of connections of the same source address (1) in 100 connections according to the last time (26).
46
+ 45,ct_src_dport_ltm,integer,No of connections of the same source address (1) and the destination port (4) in 100 connections according to the last time (26).
47
+ 46,ct_dst_sport_ltm,integer,No of connections of the same destination address (3) and the source port (2) in 100 connections according to the last time (26).
48
+ 47,ct_dst_src_ltm,integer,No of connections of the same source (1) and the destination (3) address in in 100 connections according to the last time (26).
49
+ 48,attack_cat,nominal,"The name of each attack category. In this data set , nine categories e.g. Fuzzers, Analysis, Backdoors, DoS Exploits, Generic, Reconnaissance, Shellcode and Worms"
50
+ 49,Label,binary,0 for normal and 1 for attack records