Baselight

BETH Dataset

Real Cybersecurity Data for Anomaly Detection Research

@kaggle.katehighnam_beth_dataset

Labelled Testing Data
@kaggle.katehighnam_beth_dataset.labelled_testing_data

  • 4.45 MB
  • 188967 rows
  • 16 columns
timestamp

Timestamp

processid

ProcessId

threadid

ThreadId

parentprocessid

ParentProcessId

userid

UserId

mountnamespace

MountNamespace

processname

ProcessName

hostname

HostName

eventid

EventId

eventname

EventName

stackaddresses

StackAddresses

argsnum

ArgsNum

returnvalue

ReturnValue

args

Args

sus

Sus

evil

Evil

129.05063438238211014026532232systemd-resolveip-10-100-1-21741socket[140159195621643, 140159192455417, 94656731598592]315[{'name': 'domain', 'type': 'int', 'value': 'AF_UNIX'}, {'name': 'type', 'type': 'int', 'value': 'SOCK_DGRAM|SOCK_CLOEXEC'}, {'name': 'protocol', 'type': 'int', 'value': 0}]
129.05123837937911004026532231systemd-networkip-10-100-1-21741socket[139853228042507, 93935071185801, 93935080775184]315[{'name': 'domain', 'type': 'int', 'value': 'AF_UNIX'}, {'name': 'type', 'type': 'int', 'value': 'SOCK_DGRAM|SOCK_CLOEXEC'}, {'name': 'protocol', 'type': 'int', 'value': 0}]
129.051434114026531840systemdip-10-100-1-2171005security_file_open[140362867191588, 8103505641674583858]4[{'name': 'pathname', 'type': 'const char*', 'value': '/proc/382/cgroup'}, {'name': 'flags', 'type': 'int', 'value': 'O_RDONLY|O_LARGEFILE'}, {'name': 'dev', 'type': 'dev_t', 'value': 5}, {'name': 'inode', 'type': 'unsigned long', 'value': 38584}]
129.051481114026531840systemdip-10-100-1-217257openat[]417[{'name': 'dirfd', 'type': 'int', 'value': -100}, {'name': 'pathname', 'type': 'const char*', 'value': '/proc/382/cgroup'}, {'name': 'flags', 'type': 'int', 'value': 'O_RDONLY|O_CLOEXEC'}, {'name': 'mode', 'type': 'int', 'value': 3335958308}]
129.051522114026531840systemdip-10-100-1-2175fstat[140362867189385]2[{'name': 'fd', 'type': 'int', 'value': 17}, {'name': 'statbuf', 'type': 'struct stat*', 'value': '0x7FFE8293A360'}]
129.051635114026531840systemdip-10-100-1-2173close[140362867213483]1[{'name': 'fd', 'type': 'int', 'value': 17}]
129.051935114026531840systemdip-10-100-1-2171005security_file_open[140362867191588, 8103505641674583865]4[{'name': 'pathname', 'type': 'const char*', 'value': '/proc/379/cgroup'}, {'name': 'flags', 'type': 'int', 'value': 'O_RDONLY|O_LARGEFILE'}, {'name': 'dev', 'type': 'dev_t', 'value': 5}, {'name': 'inode', 'type': 'unsigned long', 'value': 38586}]
129.05197114026531840systemdip-10-100-1-217257openat[]417[{'name': 'dirfd', 'type': 'int', 'value': -100}, {'name': 'pathname', 'type': 'const char*', 'value': '/proc/379/cgroup'}, {'name': 'flags', 'type': 'int', 'value': 'O_RDONLY|O_CLOEXEC'}, {'name': 'mode', 'type': 'int', 'value': 3335958308}]
129.051995114026531840systemdip-10-100-1-2175fstat[]2[{'name': 'fd', 'type': 'int', 'value': 17}, {'name': 'statbuf', 'type': 'struct stat*', 'value': '0x7FFE8293A360'}]
129.05211114026531840systemdip-10-100-1-2173close[]1[{'name': 'fd', 'type': 'int', 'value': 17}]

CREATE TABLE labelled_testing_data (
  "timestamp" DOUBLE,
  "processid" BIGINT,
  "threadid" BIGINT,
  "parentprocessid" BIGINT,
  "userid" BIGINT,
  "mountnamespace" BIGINT,
  "processname" VARCHAR,
  "hostname" VARCHAR,
  "eventid" BIGINT,
  "eventname" VARCHAR,
  "stackaddresses" VARCHAR,
  "argsnum" BIGINT,
  "returnvalue" BIGINT,
  "args" VARCHAR,
  "sus" BIGINT,
  "evil" BIGINT
);

Share link

Anyone who has the link will be able to view this.