Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 15 new columns ({'NormalCount', 'WindowId', 'AnomalyCount', 'HostnameCount', 'Hostnames', 'Duration', 'DurationReadable', 'StartTime', 'LogCount', 'EndTime', 'StartDate', 'EndDate', 'ProcessCount', 'TopProcesses', 'SplitReason'}) and 11 missing columns ({'Month', 'RawDate', 'PID', 'RelativeTime', 'Time', 'Timestamp', 'Day', 'Hostname', 'Process', 'LineNumber', 'Message'}).
This happened while the csv dataset builder was generating data using
hf://datasets/hhuangbt/Mac_labeled_11_6/windows_summary.csv (at revision 9379c618eec9268eeca9d4a8fae676b80b9ef2d6)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
WindowId: string
StartTime: int64
EndTime: int64
StartDate: string
EndDate: string
Duration: int64
DurationReadable: string
LogCount: int64
AnomalyCount: int64
NormalCount: int64
Label: string
HostnameCount: int64
Hostnames: string
ProcessCount: int64
TopProcesses: string
SplitReason: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2150
to
{'LineNumber': Value('int64'), 'RelativeTime': Value('int64'), 'Timestamp': Value('int64'), 'Month': Value('string'), 'Day': Value('int64'), 'Time': Value('string'), 'Hostname': Value('string'), 'Process': Value('string'), 'PID': Value('float64'), 'Message': Value('string'), 'RawDate': Value('string'), 'Label': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1455, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1054, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 15 new columns ({'NormalCount', 'WindowId', 'AnomalyCount', 'HostnameCount', 'Hostnames', 'Duration', 'DurationReadable', 'StartTime', 'LogCount', 'EndTime', 'StartDate', 'EndDate', 'ProcessCount', 'TopProcesses', 'SplitReason'}) and 11 missing columns ({'Month', 'RawDate', 'PID', 'RelativeTime', 'Time', 'Timestamp', 'Day', 'Hostname', 'Process', 'LineNumber', 'Message'}).
This happened while the csv dataset builder was generating data using
hf://datasets/hhuangbt/Mac_labeled_11_6/windows_summary.csv (at revision 9379c618eec9268eeca9d4a8fae676b80b9ef2d6)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
LineNumber int64 | RelativeTime int64 | Timestamp int64 | Month string | Day int64 | Time string | Hostname string | Process string | PID float64 | Message string | RawDate string | Label string |
|---|---|---|---|---|---|---|---|---|---|---|---|
21,907 | -13,658,655 | 14,525 | Jan | 1 | 04:02:05 | combo | su(pam_unix) | 5,199 | session opened for user cyrus by (uid=0) | Jan 1 04:02:05 | Normal |
21,908 | -13,658,654 | 14,526 | Jan | 1 | 04:02:06 | combo | su(pam_unix) | 5,199 | session closed for user cyrus | Jan 1 04:02:06 | Normal |
21,909 | -13,658,653 | 14,527 | Jan | 1 | 04:02:07 | combo | cups | null | cupsd shutdown succeeded | Jan 1 04:02:07 | Normal |
21,910 | -13,658,647 | 14,533 | Jan | 1 | 04:02:13 | combo | cups | null | cupsd startup succeeded | Jan 1 04:02:13 | Normal |
21,912 | -13,658,643 | 14,537 | Jan | 1 | 04:02:17 | combo | logrotate | null | ALERT exited abnormally with [1] | Jan 1 04:02:17 | Normal |
21,913 | -13,658,284 | 14,896 | Jan | 1 | 04:08:16 | combo | su(pam_unix) | 6,648 | session opened for user news by (uid=0) | Jan 1 04:08:16 | Normal |
21,914 | -13,658,283 | 14,897 | Jan | 1 | 04:08:17 | combo | su(pam_unix) | 6,648 | session closed for user news | Jan 1 04:08:17 | Normal |
21,915 | -13,572,255 | 100,925 | Jan | 2 | 04:02:05 | combo | su(pam_unix) | 11,973 | session opened for user cyrus by (uid=0) | Jan 2 04:02:05 | Normal |
21,916 | -13,572,255 | 100,925 | Jan | 2 | 04:02:05 | combo | su(pam_unix) | 11,973 | session closed for user cyrus | Jan 2 04:02:05 | Normal |
21,917 | -13,572,254 | 100,926 | Jan | 2 | 04:02:06 | combo | logrotate | null | ALERT exited abnormally with [1] | Jan 2 04:02:06 | Normal |
21,918 | -13,571,924 | 101,256 | Jan | 2 | 04:07:36 | combo | su(pam_unix) | 12,344 | session opened for user news by (uid=0) | Jan 2 04:07:36 | Normal |
21,919 | -13,571,923 | 101,257 | Jan | 2 | 04:07:37 | combo | su(pam_unix) | 12,344 | session closed for user news | Jan 2 04:07:37 | Normal |
21,920 | -13,485,855 | 187,325 | Jan | 3 | 04:02:05 | combo | su(pam_unix) | 14,623 | session opened for user cyrus by (uid=0) | Jan 3 04:02:05 | Normal |
21,921 | -13,485,854 | 187,326 | Jan | 3 | 04:02:06 | combo | su(pam_unix) | 14,623 | session closed for user cyrus | Jan 3 04:02:06 | Normal |
21,922 | -13,485,853 | 187,327 | Jan | 3 | 04:02:07 | combo | logrotate | null | ALERT exited abnormally with [1] | Jan 3 04:02:07 | Normal |
21,923 | -13,485,495 | 187,685 | Jan | 3 | 04:08:05 | combo | su(pam_unix) | 15,851 | session opened for user news by (uid=0) | Jan 3 04:08:05 | Normal |
21,924 | -13,485,494 | 187,686 | Jan | 3 | 04:08:06 | combo | su(pam_unix) | 15,851 | session closed for user news | Jan 3 04:08:06 | Normal |
21,925 | -13,399,455 | 273,725 | Jan | 4 | 04:02:05 | combo | su(pam_unix) | 18,133 | session opened for user cyrus by (uid=0) | Jan 4 04:02:05 | Normal |
21,926 | -13,399,454 | 273,726 | Jan | 4 | 04:02:06 | combo | su(pam_unix) | 18,133 | session closed for user cyrus | Jan 4 04:02:06 | Normal |
21,927 | -13,399,453 | 273,727 | Jan | 4 | 04:02:07 | combo | logrotate | null | ALERT exited abnormally with [1] | Jan 4 04:02:07 | Normal |
21,928 | -13,399,126 | 274,054 | Jan | 4 | 04:07:34 | combo | su(pam_unix) | 18,504 | session opened for user news by (uid=0) | Jan 4 04:07:34 | Normal |
21,929 | -13,399,124 | 274,056 | Jan | 4 | 04:07:36 | combo | su(pam_unix) | 18,504 | session closed for user news | Jan 4 04:07:36 | Normal |
21,931 | -13,313,055 | 360,125 | Jan | 5 | 04:02:05 | combo | su(pam_unix) | 20,782 | session closed for user cyrus | Jan 5 04:02:05 | Normal |
21,930 | -13,313,055 | 360,125 | Jan | 5 | 04:02:05 | combo | su(pam_unix) | 20,782 | session opened for user cyrus by (uid=0) | Jan 5 04:02:05 | Normal |
21,932 | -13,313,054 | 360,126 | Jan | 5 | 04:02:06 | combo | logrotate | null | ALERT exited abnormally with [1] | Jan 5 04:02:06 | Normal |
21,933 | -13,312,696 | 360,484 | Jan | 5 | 04:08:04 | combo | su(pam_unix) | 22,008 | session opened for user news by (uid=0) | Jan 5 04:08:04 | Normal |
21,934 | -13,312,696 | 360,484 | Jan | 5 | 04:08:04 | combo | su(pam_unix) | 22,008 | session closed for user news | Jan 5 04:08:04 | Normal |
21,935 | -13,226,655 | 446,525 | Jan | 6 | 04:02:05 | combo | su(pam_unix) | 24,286 | session opened for user cyrus by (uid=0) | Jan 6 04:02:05 | Normal |
21,936 | -13,226,654 | 446,526 | Jan | 6 | 04:02:06 | combo | su(pam_unix) | 24,286 | session closed for user cyrus | Jan 6 04:02:06 | Normal |
21,937 | -13,226,653 | 446,527 | Jan | 6 | 04:02:07 | combo | logrotate | null | ALERT exited abnormally with [1] | Jan 6 04:02:07 | Normal |
21,938 | -13,226,320 | 446,860 | Jan | 6 | 04:07:40 | combo | su(pam_unix) | 24,657 | session opened for user news by (uid=0) | Jan 6 04:07:40 | Normal |
21,939 | -13,226,319 | 446,861 | Jan | 6 | 04:07:41 | combo | su(pam_unix) | 24,657 | session closed for user news | Jan 6 04:07:41 | Normal |
21,944 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,650 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,955 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,644 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,952 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,656 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,953 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,658 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,954 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,643 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,957 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,653 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,956 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,654 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,948 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,645 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,950 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,642 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,949 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,657 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,947 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,648 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,941 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,651 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,946 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,647 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,943 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,659 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,942 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,652 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,951 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,646 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,940 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,649 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,945 | -13,183,945 | 489,235 | Jan | 6 | 15:53:55 | combo | ftpd | 25,655 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:53:55 2006 | Jan 6 15:53:55 | Normal |
21,958 | -13,183,936 | 489,244 | Jan | 6 | 15:54:04 | combo | ftpd | 25,660 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:54:04 2006 | Jan 6 15:54:04 | Normal |
21,959 | -13,183,936 | 489,244 | Jan | 6 | 15:54:04 | combo | ftpd | 25,661 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:54:04 2006 | Jan 6 15:54:04 | Normal |
21,962 | -13,183,936 | 489,244 | Jan | 6 | 15:54:04 | combo | ftpd | 25,664 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:54:04 2006 | Jan 6 15:54:04 | Normal |
21,961 | -13,183,936 | 489,244 | Jan | 6 | 15:54:04 | combo | ftpd | 25,663 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:54:04 2006 | Jan 6 15:54:04 | Normal |
21,960 | -13,183,936 | 489,244 | Jan | 6 | 15:54:04 | combo | ftpd | 25,662 | connection from 84.139.180.196 (p548BB4C4.dip0.t-ipconnect.de) at Fri Jan 6 15:54:04 2006 | Jan 6 15:54:04 | Normal |
21,963 | -13,140,229 | 532,951 | Jan | 7 | 04:02:31 | combo | su(pam_unix) | 26,996 | session opened for user cyrus by (uid=0) | Jan 7 04:02:31 | Normal |
21,964 | -13,140,228 | 532,952 | Jan | 7 | 04:02:32 | combo | su(pam_unix) | 26,996 | session closed for user cyrus | Jan 7 04:02:32 | Normal |
21,965 | -13,140,224 | 532,956 | Jan | 7 | 04:02:36 | combo | logrotate | null | ALERT exited abnormally with [1] | Jan 7 04:02:36 | Normal |
21,966 | -13,139,868 | 533,312 | Jan | 7 | 04:08:32 | combo | su(pam_unix) | 28,236 | session opened for user news by (uid=0) | Jan 7 04:08:32 | Normal |
21,967 | -13,139,868 | 533,312 | Jan | 7 | 04:08:32 | combo | su(pam_unix) | 28,236 | session closed for user news | Jan 7 04:08:32 | Normal |
21,968 | -13,137,051 | 536,129 | Jan | 7 | 04:55:29 | combo | snmpd | 2,310 | Received SNMP packet(s) from 62.193.6.2 | Jan 7 04:55:29 | Normal |
21,969 | -13,098,070 | 575,110 | Jan | 7 | 15:45:10 | combo | sshd(pam_unix) | 29,228 | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.71.234.22 user=test | Jan 7 15:45:10 | Anomaly |
21,972 | -13,098,070 | 575,110 | Jan | 7 | 15:45:10 | combo | sshd(pam_unix) | 29,222 | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.71.234.22 user=test | Jan 7 15:45:10 | Anomaly |
21,971 | -13,098,070 | 575,110 | Jan | 7 | 15:45:10 | combo | sshd(pam_unix) | 29,221 | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.71.234.22 user=test | Jan 7 15:45:10 | Anomaly |
21,970 | -13,098,070 | 575,110 | Jan | 7 | 15:45:10 | combo | sshd(pam_unix) | 29,226 | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.71.234.22 user=test | Jan 7 15:45:10 | Anomaly |
21,974 | -13,098,069 | 575,111 | Jan | 7 | 15:45:11 | combo | sshd(pam_unix) | 29,229 | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.71.234.22 user=test | Jan 7 15:45:11 | Anomaly |
21,973 | -13,098,069 | 575,111 | Jan | 7 | 15:45:11 | combo | sshd(pam_unix) | 29,220 | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.71.234.22 user=test | Jan 7 15:45:11 | Anomaly |
21,975 | -13,098,069 | 575,111 | Jan | 7 | 15:45:11 | combo | sshd(pam_unix) | 29,225 | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.71.234.22 user=test | Jan 7 15:45:11 | Anomaly |
21,976 | -13,098,069 | 575,111 | Jan | 7 | 15:45:11 | combo | sshd(pam_unix) | 29,227 | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.71.234.22 user=test | Jan 7 15:45:11 | Anomaly |
21,977 | -13,098,067 | 575,113 | Jan | 7 | 15:45:13 | combo | sshd(pam_unix) | 29,223 | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.71.234.22 user=test | Jan 7 15:45:13 | Anomaly |
21,978 | -13,098,067 | 575,113 | Jan | 7 | 15:45:13 | combo | sshd(pam_unix) | 29,224 | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.71.234.22 user=test | Jan 7 15:45:13 | Anomaly |
21,979 | -13,053,636 | 619,544 | Jan | 8 | 04:05:44 | combo | su(pam_unix) | 30,587 | session opened for user cyrus by (uid=0) | Jan 8 04:05:44 | Normal |
21,980 | -13,053,636 | 619,544 | Jan | 8 | 04:05:44 | combo | su(pam_unix) | 30,587 | session closed for user cyrus | Jan 8 04:05:44 | Normal |
21,981 | -13,053,634 | 619,546 | Jan | 8 | 04:05:46 | combo | cups | null | cupsd shutdown succeeded | Jan 8 04:05:46 | Normal |
21,982 | -13,053,629 | 619,551 | Jan | 8 | 04:05:51 | combo | cups | null | cupsd startup succeeded | Jan 8 04:05:51 | Normal |
21,984 | -13,053,623 | 619,557 | Jan | 8 | 04:05:57 | combo | logrotate | null | ALERT exited abnormally with [1] | Jan 8 04:05:57 | Normal |
21,985 | -13,053,288 | 619,892 | Jan | 8 | 04:11:32 | combo | su(pam_unix) | 31,183 | session opened for user news by (uid=0) | Jan 8 04:11:32 | Normal |
21,986 | -13,053,287 | 619,893 | Jan | 8 | 04:11:33 | combo | su(pam_unix) | 31,183 | session closed for user news | Jan 8 04:11:33 | Normal |
21,993 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,834 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
21,999 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,821 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
21,987 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,839 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
21,988 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,841 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
21,989 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,835 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
21,990 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,833 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
21,991 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,836 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
21,992 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,837 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
22,004 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,818 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
22,003 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,820 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
22,007 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,840 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
22,008 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,819 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
22,009 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,829 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
22,005 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,823 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
22,002 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,827 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
22,001 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,830 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
22,006 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,824 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
21,997 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,838 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
21,994 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,832 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
21,995 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,826 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
21,998 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,831 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
22,000 | -13,009,327 | 663,853 | Jan | 8 | 16:24:13 | combo | ftpd | 2,825 | connection from 66.98.170.19 (www.zajelgate.net) at Sun Jan 8 16:24:13 2006 | Jan 8 16:24:13 | Normal |
End of preview.
No dataset card yet
- Downloads last month
- 21