Baselight

Dataset Of Geographically Placed Honeypots

Hornet 15: Network Dataset of Geographically Placed Honeypots

@kaggle.saurabhshahane_honeypot_15

Loading...
Loading...

About this Dataset

Dataset Of Geographically Placed Honeypots

Context

Hornet 15 is a dataset of seven days of network traffic attacks captured in cloud servers used as honeypots to help understand how geography may impact the inflow of network attacks. The honeypots are located in eight different cities: Amsterdam, London, Frankfurt, San Francisco, New York, Singapore, Toronto, Bangalore. The data was captured in April and May 2021.

The eight cloud servers were created and configured simultaneously following identical instructions. The network capture was performed using the Argus network monitoring tool in each cloud server. The cloud servers had only one service running (SSH on a non-standard port) and were fully dedicated as a honeypot. No honeypot software was used in this dataset.

Content

The dataset consists of eight scenarios, one for each geographically located cloud server. Each scenario contains bidirectional NetFlow files in the following format:

hornet15-biargus.tar.gz: all scenarios with bidirectional NetFlow files in Argus binary format;
hornet15-netflow-v5.tar.gz: all scenarios with bidirectional NetFlow v5 files in CSV format;
hornet15-netflow-extended.tar.gz: all scenarios with bidirectional NetFlows files in CSV format containing all features provided by Argus.
hornet15-full.tar.gz: download all the data (biargus, NetFlow v5, and extended NetFlows)

Acknowledgements

"Valeros, Veronica (2021), “Hornet 15: Network Dataset of Geographically Placed Honeypots”, Mendeley Data, V1, doi: 10.17632/rry7bhc2f2.1"

Tables

Hornet15 Dataset Summary Table

@kaggle.saurabhshahane_honeypot_15.hornet15_dataset_summary_table
  • 11.64 KB
  • 8 rows
  • 15 columns
Loading...

CREATE TABLE hornet15_dataset_summary_table (
  "honeypot" VARCHAR,
  "country" VARCHAR,
  "region" VARCHAR,
  "ipv4" VARCHAR,
  "ipv6" VARCHAR,
  "total_unique_src_ips" BIGINT,
  "total_flows" BIGINT,
  "total_bytes" BIGINT,
  "total_packets" BIGINT,
  "tcp_flows" BIGINT,
  "udp_flows" BIGINT,
  "icmp_flows" BIGINT,
  "arp_flows" BIGINT,
  "sctp_flows" BIGINT,
  "udt_flows" BIGINT
);

Share link

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