增加domain_tags、http_host_tags、ssl_sni_tags、client_ip_tags、server_ip_tags、app_tags字段
This commit is contained in:
@@ -70,6 +70,9 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn_local ON CLUS
|
||||
domain_reputation_level String,
|
||||
domain_icp_company_name String,
|
||||
domain_whois_org String,
|
||||
domain_tags Array(String),
|
||||
http_host_tags Array(String),
|
||||
ssl_sni_tags Array(String),
|
||||
client_zone String,
|
||||
client_country String,
|
||||
client_province String,
|
||||
@@ -80,6 +83,7 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn_local ON CLUS
|
||||
client_asn String,
|
||||
client_whois_owner String,
|
||||
client_idc_renter String,
|
||||
client_ip_tags Array(String),
|
||||
server_zone String,
|
||||
server_country String,
|
||||
server_province String,
|
||||
@@ -90,12 +94,14 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn_local ON CLUS
|
||||
server_asn String,
|
||||
server_whois_owner String,
|
||||
server_idc_renter String,
|
||||
server_ip_tags Array(String),
|
||||
app_category String,
|
||||
app_subcategory String,
|
||||
app_is_protocol Nullable(Int64),
|
||||
app_company String,
|
||||
app_company_category String,
|
||||
app_risk Nullable(Int64),
|
||||
app_tags Array(String),
|
||||
dns_server_role Array(String),
|
||||
dns_server_org String,
|
||||
dns_server_os String,
|
||||
@@ -188,6 +194,9 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck
|
||||
domain_reputation_level String,
|
||||
domain_icp_company_name String,
|
||||
domain_whois_org String,
|
||||
domain_tags Array(String),
|
||||
http_host_tags Array(String),
|
||||
ssl_sni_tags Array(String),
|
||||
client_zone String,
|
||||
client_country String,
|
||||
client_province String,
|
||||
@@ -198,6 +207,7 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck
|
||||
client_asn String,
|
||||
client_whois_owner String,
|
||||
client_idc_renter String,
|
||||
client_ip_tags Array(String),
|
||||
server_zone String,
|
||||
server_country String,
|
||||
server_province String,
|
||||
@@ -208,12 +218,14 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck
|
||||
server_asn String,
|
||||
server_whois_owner String,
|
||||
server_idc_renter String,
|
||||
server_ip_tags Array(String),
|
||||
app_category String,
|
||||
app_subcategory String,
|
||||
app_is_protocol Nullable(Int64),
|
||||
app_company String,
|
||||
app_company_category String,
|
||||
app_risk Nullable(Int64),
|
||||
app_tags Array(String),
|
||||
dns_server_role Array(String),
|
||||
dns_server_org String,
|
||||
dns_server_os String,
|
||||
@@ -306,6 +318,9 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck
|
||||
domain_reputation_level String,
|
||||
domain_icp_company_name String,
|
||||
domain_whois_org String,
|
||||
domain_tags Array(String),
|
||||
http_host_tags Array(String),
|
||||
ssl_sni_tags Array(String),
|
||||
client_zone String,
|
||||
client_country String,
|
||||
client_province String,
|
||||
@@ -316,6 +331,7 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck
|
||||
client_asn String,
|
||||
client_whois_owner String,
|
||||
client_idc_renter String,
|
||||
client_ip_tags Array(String),
|
||||
server_zone String,
|
||||
server_country String,
|
||||
server_province String,
|
||||
@@ -326,12 +342,14 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck
|
||||
server_asn String,
|
||||
server_whois_owner String,
|
||||
server_idc_renter String,
|
||||
server_ip_tags Array(String),
|
||||
app_category String,
|
||||
app_subcategory String,
|
||||
app_is_protocol Nullable(Int64),
|
||||
app_company String,
|
||||
app_company_category String,
|
||||
app_risk Nullable(Int64),
|
||||
app_tags Array(String),
|
||||
dns_server_role Array(String),
|
||||
dns_server_org String,
|
||||
dns_server_os String,
|
||||
|
||||
Reference in New Issue
Block a user