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 1 new columns ({'metadata'}) and 4 missing columns ({'fileinfo', 'anomaly', 'dhcp', 'app_proto_tc'}).
This happened while the json dataset builder was generating data using
hf://datasets/landam/eve.json/eve.json (at revision f61cfdc2252112d47b04e607125d5f38dad5276b)
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 "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1871, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 643, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2293, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2241, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
timestamp: string
flow_id: int64
in_iface: string
event_type: string
src_ip: string
src_port: int64
dest_ip: string
dest_port: int64
proto: string
flow: struct<pkts_toserver: int64, pkts_toclient: int64, bytes_toserver: int64, bytes_toclient: int64, start: string, end: string, age: int64, state: string, reason: string, alerted: bool>
child 0, pkts_toserver: int64
child 1, pkts_toclient: int64
child 2, bytes_toserver: int64
child 3, bytes_toclient: int64
child 4, start: string
child 5, end: string
child 6, age: int64
child 7, state: string
child 8, reason: string
child 9, alerted: bool
tcp: struct<tcp_flags: string, tcp_flags_ts: string, tcp_flags_tc: string, syn: bool, rst: bool, ack: bool, state: string, ts_max_regions: int64, tc_max_regions: int64, fin: bool, psh: bool>
child 0, tcp_flags: string
child 1, tcp_flags_ts: string
child 2, tcp_flags_tc: string
child 3, syn: bool
child 4, rst: bool
child 5, ack: bool
child 6, state: string
child 7, ts_max_regions: int64
child 8, tc_max_regions: int64
child 9, fin: bool
child 10, psh: bool
app_proto: string
pkt_src: string
tls: struct<version: string, ja3: struct<hash: string, string: string>, ja3s: struct<hash: string, string: string>>
child 0, version: string
child 1, ja3: struct<hash: string, string: string>
child 0, hash: string
child 1, string: string
child 2, ja3s: struct<hash: string, string: string>
child 0, hash: string
child 1, string: string
stats:
...
ng, tx_id: int64, opcode: int64, flags: string, qr: bool, rd: bool, ra: bool, rcode: string, answers: list<item: struct<rrname: string, rrtype: string, ttl: int64, rdata: string>>, grouped: struct<AAAA: list<item: string>, A: list<item: string>>>
child 0, version: int64
child 1, type: string
child 2, id: int64
child 3, rrname: string
child 4, rrtype: string
child 5, tx_id: int64
child 6, opcode: int64
child 7, flags: string
child 8, qr: bool
child 9, rd: bool
child 10, ra: bool
child 11, rcode: string
child 12, answers: list<item: struct<rrname: string, rrtype: string, ttl: int64, rdata: string>>
child 0, item: struct<rrname: string, rrtype: string, ttl: int64, rdata: string>
child 0, rrname: string
child 1, rrtype: string
child 2, ttl: int64
child 3, rdata: string
child 13, grouped: struct<AAAA: list<item: string>, A: list<item: string>>
child 0, AAAA: list<item: string>
child 0, item: string
child 1, A: list<item: string>
child 0, item: string
icmp_type: int64
icmp_code: int64
metadata: struct<flowbits: list<item: string>>
child 0, flowbits: list<item: string>
child 0, item: string
tx_id: int64
http: struct<hostname: string, url: string, http_method: string, protocol: string, status: int64, length: int64>
child 0, hostname: string
child 1, url: string
child 2, http_method: string
child 3, protocol: string
child 4, status: int64
child 5, length: int64
to
{'timestamp': Value(dtype='string', id=None), 'flow_id': Value(dtype='int64', id=None), 'in_iface': Value(dtype='string', id=None), 'event_type': Value(dtype='string', id=None), 'src_ip': Value(dtype='string', id=None), 'src_port': Value(dtype='int64', id=None), 'dest_ip': Value(dtype='string', id=None), 'dest_port': Value(dtype='int64', id=None), 'proto': Value(dtype='string', id=None), 'pkt_src': Value(dtype='string', id=None), 'dns': {'version': Value(dtype='int64', id=None), 'type': Value(dtype='string', id=None), 'id': Value(dtype='int64', id=None), 'rrname': Value(dtype='string', id=None), 'rrtype': Value(dtype='string', id=None), 'tx_id': Value(dtype='int64', id=None), 'opcode': Value(dtype='int64', id=None), 'flags': Value(dtype='string', id=None), 'qr': Value(dtype='bool', id=None), 'rd': Value(dtype='bool', id=None), 'ra': Value(dtype='bool', id=None), 'rcode': Value(dtype='string', id=None), 'answers': [{'rrname': Value(dtype='string', id=None), 'rrtype': Value(dtype='string', id=None), 'ttl': Value(dtype='int64', id=None), 'rdata': Value(dtype='string', id=None), 'srv': {'priority': Value(dtype='int64', id=None), 'weight': Value(dtype='int64', id=None), 'port': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None)}}], 'grouped': {'AAAA': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'A': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'MX': Sequence(feature=Value(dtype='string', id=None), length=-1, id=
...
cap_pressure_max': Value(dtype='int64', id=None), 'http': {'memuse': Value(dtype='int64', id=None), 'memcap': Value(dtype='int64', id=None)}, 'ftp': {'memuse': Value(dtype='int64', id=None), 'memcap': Value(dtype='int64', id=None)}, 'file_store': {'open_files': Value(dtype='int64', id=None)}}, 'icmp_type': Value(dtype='int64', id=None), 'icmp_code': Value(dtype='int64', id=None), 'tx_id': Value(dtype='int64', id=None), 'http': {'hostname': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None), 'http_method': Value(dtype='string', id=None), 'protocol': Value(dtype='string', id=None), 'status': Value(dtype='int64', id=None), 'length': Value(dtype='int64', id=None), 'http_user_agent': Value(dtype='string', id=None), 'http_content_type': Value(dtype='string', id=None)}, 'dhcp': {'type': Value(dtype='string', id=None), 'id': Value(dtype='int64', id=None), 'client_mac': Value(dtype='string', id=None), 'assigned_ip': Value(dtype='string', id=None), 'dhcp_type': Value(dtype='string', id=None), 'hostname': Value(dtype='string', id=None)}, 'fileinfo': {'filename': Value(dtype='string', id=None), 'gaps': Value(dtype='bool', id=None), 'state': Value(dtype='string', id=None), 'stored': Value(dtype='bool', id=None), 'size': Value(dtype='int64', id=None), 'tx_id': Value(dtype='int64', id=None)}, 'anomaly': {'type': Value(dtype='string', id=None), 'event': Value(dtype='string', id=None), 'layer': Value(dtype='string', id=None)}, 'app_proto_tc': Value(dtype='string', id=None)}
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 1436, 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 1053, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 925, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1001, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1873, 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 1 new columns ({'metadata'}) and 4 missing columns ({'fileinfo', 'anomaly', 'dhcp', 'app_proto_tc'}).
This happened while the json dataset builder was generating data using
hf://datasets/landam/eve.json/eve.json (at revision f61cfdc2252112d47b04e607125d5f38dad5276b)
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.
timestamp string | flow_id int64 | in_iface string | event_type string | src_ip string | src_port int64 | dest_ip string | dest_port int64 | proto string | app_proto null | flow null | tcp null | stats null | pkt_src string | tls dict | icmp_type null | icmp_code null | dns null | tx_id null | http null | dhcp null | fileinfo null | anomaly null | app_proto_tc null |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2025-05-31T18:04:14.083009-0500 | 1,761,511,924,681,319 | ens19 | tls | 10.0.8.3 | 57,126 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:14.757390-0500 | 1,892,234,173,527,336 | ens19 | tls | 10.0.8.3 | 57,136 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:14.798617-0500 | 1,803,353,614,669,927 | ens19 | tls | 10.0.8.3 | 57,138 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:17.979544-0500 | 562,417,848,329,123 | ens19 | tls | 10.0.8.3 | 45,848 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:18.051316-0500 | 313,537,385,891,221 | ens19 | tls | 10.0.8.3 | 45,864 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:18.075615-0500 | 594,532,904,178,689 | ens19 | tls | 10.0.8.3 | 45,870 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:20.945350-0500 | null | null | stats | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:21.375467-0500 | 1,622,197,053,935,783 | ens19 | tls | 10.0.8.3 | 45,882 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:21.375481-0500 | 1,622,151,547,588,417 | ens19 | tls | 10.0.8.3 | 45,876 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:23.081228-0500 | 1,986,082,472,072,985 | ens19 | dns | 192.168.88.113 | 35,012 | 1.0.0.1 | 53 | TCP | null | null | null | null | wire/pcap | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:23.081228-0500 | 1,986,082,472,072,985 | ens19 | dns | 192.168.88.113 | 35,012 | 1.0.0.1 | 53 | TCP | null | null | null | null | wire/pcap | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:24.656413-0500 | 57,966,917,009,480 | ens19 | tls | 10.0.8.3 | 45,884 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:24.679332-0500 | 135,778,592,504,517 | ens19 | tls | 10.0.8.3 | 45,894 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:27.430807-0500 | 1,026,722,345,490,068 | ens19 | tls | 10.0.8.3 | 35,200 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:27.430795-0500 | 1,026,647,877,156,132 | ens19 | tls | 10.0.8.3 | 35,200 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:27.958343-0500 | 1,017,338,968,618,254 | ens19 | tls | 10.0.8.3 | 35,206 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:27.958344-0500 | 1,017,399,508,673,418 | ens19 | tls | 10.0.8.3 | 35,206 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:27.981181-0500 | 871,197,469,081,781 | ens19 | tls | 10.0.8.3 | 35,216 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:27.981182-0500 | 871,258,412,698,594 | ens19 | tls | 10.0.8.3 | 35,216 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:28.947167-0500 | null | null | stats | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:31.257171-0500 | 1,989,405,605,488,870 | ens19 | tls | 10.0.8.3 | 35,220 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:31.257182-0500 | 1,989,452,236,705,229 | ens19 | tls | 10.0.8.3 | 35,220 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:31.275117-0500 | 2,074,952,931,064,705 | ens19 | tls | 10.0.8.3 | 35,234 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:31.275105-0500 | 2,074,904,977,574,221 | ens19 | tls | 10.0.8.3 | 35,234 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:31.299044-0500 | 2,151,742,986,971,735 | ens19 | tls | 10.0.8.3 | 35,236 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:31.299031-0500 | 2,151,734,580,005,600 | ens19 | tls | 10.0.8.3 | 35,236 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:34.537552-0500 | 652,862,653,197,339 | ens19 | tls | 10.0.8.3 | 35,242 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:34.537566-0500 | 652,873,125,829,691 | ens19 | tls | 10.0.8.3 | 35,242 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:34.602673-0500 | 664,725,981,447,688 | ens19 | tls | 10.0.8.3 | 35,250 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:34.602691-0500 | 664,785,115,992,410 | ens19 | tls | 10.0.8.3 | 35,250 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:34.807477-0500 | null | null | stats | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:36.948499-0500 | null | null | stats | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:37.639939-0500 | 1,666,403,580,504,783 | ens19 | tls | 10.0.8.3 | 51,338 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:37.639925-0500 | 1,666,323,681,016,418 | ens19 | tls | 10.0.8.3 | 51,338 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:37.772012-0500 | 1,646,290,115,327,110 | ens19 | tls | 10.0.8.3 | 51,342 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:37.771998-0500 | 1,646,225,699,157,970 | ens19 | tls | 10.0.8.3 | 51,342 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:37.795435-0500 | 1,497,458,158,960,200 | ens19 | tls | 10.0.8.3 | 51,350 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:37.795421-0500 | 1,497,395,386,589,688 | ens19 | tls | 10.0.8.3 | 51,350 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:41.074429-0500 | 366,722,911,763,595 | ens19 | tls | 10.0.8.3 | 51,352 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:41.074418-0500 | 366,665,096,177,073 | ens19 | tls | 10.0.8.3 | 51,352 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:41.090309-0500 | 418,676,735,413,000 | ens19 | tls | 10.0.8.3 | 51,360 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:41.090321-0500 | 418,721,794,767,564 | ens19 | tls | 10.0.8.3 | 51,360 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:42.809125-0500 | null | null | stats | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:44.006535-0500 | 973,303,791,036,737 | ens19 | tls | 10.0.8.3 | 51,362 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:44.006547-0500 | 973,373,986,556,111 | ens19 | tls | 10.0.8.3 | 51,362 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:44.345865-0500 | 1,242,299,231,245,508 | ens19 | tls | 10.0.8.3 | 51,370 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:44.345853-0500 | 1,242,227,054,632,476 | ens19 | tls | 10.0.8.3 | 51,370 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:44.392339-0500 | 1,163,515,171,328,364 | ens19 | tls | 10.0.8.3 | 51,384 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:44.392355-0500 | 1,163,562,817,931,911 | ens19 | tls | 10.0.8.3 | 51,384 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:44.949739-0500 | null | null | stats | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:45.030759-0500 | 1,539,484,324,353,377 | ens19 | dns | 192.168.88.113 | 49,111 | 1.1.1.1 | 53 | UDP | null | null | null | null | wire/pcap | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:45.030747-0500 | 1,539,433,048,650,099 | ens19 | dns | 192.168.88.113 | 49,111 | 1.1.1.1 | 53 | UDP | null | null | null | null | wire/pcap | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:45.040902-0500 | 1,539,484,324,353,377 | ens19 | dns | 192.168.88.113 | 49,111 | 1.1.1.1 | 53 | UDP | null | null | null | null | wire/pcap | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:45.040887-0500 | 1,539,433,048,650,099 | ens19 | dns | 192.168.88.113 | 49,111 | 1.1.1.1 | 53 | UDP | null | null | null | null | wire/pcap | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:45.115490-0500 | 1,595,672,428,731,586 | ens19 | http | 192.168.88.113 | 33,686 | 91.189.91.97 | 80 | TCP | null | null | null | null | wire/pcap | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:45.115486-0500 | 1,595,611,051,758,486 | ens19 | http | 192.168.88.113 | 33,686 | 91.189.91.97 | 80 | TCP | null | null | null | null | wire/pcap | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:47.625658-0500 | 2,163,068,673,157,730 | ens19 | tls | 10.0.8.3 | 58,716 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:47.625658-0500 | 2,163,067,718,575,649 | ens19 | tls | 10.0.8.3 | 58,716 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:47.677522-0500 | 2,124,231,239,927,161 | ens19 | tls | 10.0.8.3 | 58,726 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:47.677522-0500 | 2,124,233,668,023,877 | ens19 | tls | 10.0.8.3 | 58,726 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:50.278980-0500 | 677,713,327,414,146 | ens19 | tls | 10.0.8.3 | 58,736 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:50.278968-0500 | 677,664,110,255,909 | ens19 | tls | 10.0.8.3 | 58,736 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:50.810530-0500 | null | null | stats | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:50.905537-0500 | 829,740,256,652,773 | ens19 | tls | 10.0.8.3 | 58,746 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:50.905547-0500 | 829,796,625,788,021 | ens19 | tls | 10.0.8.3 | 58,746 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:50.984307-0500 | 844,346,265,988,526 | ens19 | tls | 10.0.8.3 | 58,752 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:50.984295-0500 | 844,298,440,468,473 | ens19 | tls | 10.0.8.3 | 58,752 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:52.951015-0500 | null | null | stats | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:54.091398-0500 | 1,819,263,447,214,000 | ens19 | tls | 10.0.8.3 | 58,758 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:54.091421-0500 | 1,819,365,858,895,950 | ens19 | tls | 10.0.8.3 | 58,758 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:54.091411-0500 | 1,819,307,952,759,030 | ens19 | tls | 10.0.8.3 | 58,758 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:54.180535-0500 | 1,907,293,271,437,929 | ens19 | tls | 10.0.8.3 | 58,774 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:54.180524-0500 | 1,907,245,022,079,639 | ens19 | tls | 10.0.8.3 | 58,774 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:54.180512-0500 | 1,907,196,909,113,659 | ens19 | tls | 10.0.8.3 | 58,774 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:54.204879-0500 | 1,739,202,748,903,225 | ens19 | tls | 10.0.8.3 | 58,790 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:54.204880-0500 | 1,739,203,824,169,336 | ens19 | tls | 10.0.8.3 | 58,790 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:54.204881-0500 | 1,739,211,684,585,706 | ens19 | tls | 10.0.8.3 | 58,790 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:57.482125-0500 | 389,622,957,921,977 | ens19 | tls | 10.0.8.3 | 47,342 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:57.482151-0500 | 389,696,003,678,406 | ens19 | tls | 10.0.8.3 | 47,342 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:57.482143-0500 | 389,670,663,899,030 | ens19 | tls | 10.0.8.3 | 47,342 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:57.556473-0500 | 409,007,974,975,365 | ens19 | tls | 10.0.8.3 | 47,346 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:57.556473-0500 | 409,107,805,432,246 | ens19 | tls | 10.0.8.3 | 47,346 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:57.556473-0500 | 409,054,808,960,840 | ens19 | tls | 10.0.8.3 | 47,346 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:58.811852-0500 | null | null | stats | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:04:59.885546-0500 | null | null | stats | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:00.456300-0500 | 1,174,057,094,742,602 | ens19 | tls | 10.0.8.3 | 47,362 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:00.456300-0500 | 1,174,056,883,060,378 | ens19 | tls | 10.0.8.3 | 47,362 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:00.456300-0500 | 1,174,056,363,848,079 | ens19 | tls | 10.0.8.3 | 47,362 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:00.753450-0500 | 1,341,142,458,992,279 | ens19 | tls | 10.0.8.3 | 47,376 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:00.753450-0500 | 1,341,142,769,644,368 | ens19 | tls | 10.0.8.3 | 47,376 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:00.753450-0500 | 1,341,145,685,529,830 | ens19 | tls | 10.0.8.3 | 47,376 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:00.769915-0500 | 1,374,359,295,122,882 | ens19 | tls | 10.0.8.3 | 47,382 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:00.769915-0500 | 1,374,355,776,449,113 | ens19 | tls | 10.0.8.3 | 47,382 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:00.769915-0500 | 1,374,356,537,294,922 | ens19 | tls | 10.0.8.3 | 47,382 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:00.952361-0500 | null | null | stats | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:04.094443-0500 | 163,367,177,255,394 | ens19 | tls | 10.0.8.3 | 47,396 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:04.094443-0500 | 163,363,394,645,710 | ens19 | tls | 10.0.8.3 | 47,396 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:04.094444-0500 | 163,366,161,057,982 | ens19 | tls | 10.0.8.3 | 47,408 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:04.094444-0500 | 163,365,798,318,935 | ens19 | tls | 10.0.8.3 | 47,408 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
2025-05-31T18:05:04.094443-0500 | 163,363,553,392,003 | ens19 | tls | 10.0.8.3 | 47,396 | 192.168.88.20 | 8,006 | TCP | null | null | null | null | wire/pcap | {
"version": "TLS 1.3",
"sni": null,
"subject": null,
"issuerdn": null,
"serial": null,
"fingerprint": null,
"notbefore": null,
"notafter": null,
"ja3": null,
"ja3s": null
} | null | null | null | null | null | null | null | null | null |
End of preview.
No dataset card yet
- Downloads last month
- 2