DNS Tunneling Queries Classification
DNS Tunneling Queries for Binary Classification
@kaggle.saurabhshahane_dns_tunneling_queries_classification
DNS Tunneling Queries for Binary Classification
@kaggle.saurabhshahane_dns_tunneling_queries_classification
This dataset provides labeled domain names divided into two categories: regular domain names ("0" label) and domain names with tunnels ("1" label).
Bubnov, Yakov (2019), “DNS Tunneling Queries for Binary Classification”, Mendeley Data, V1, doi: 10.17632/mzn9hvdcxg.1
Classify the domain names as regular(label 0) and tunnels (label 1)
CREATE TABLE training (
"n_1" BIGINT -- 1,
"q_z8anwaba_hidemyself_org" VARCHAR -- Q+Z8AnwaBA.hidemyself.org.
);CREATE TABLE validating (
"n_1" BIGINT -- 1,
"q_aj04nrba_hidemyself_org" VARCHAR -- Q+aJ04nrBA.hidemyself.org.
);Anyone who has the link will be able to view this.