-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10981 from AhmadMujahid2k/IpinfoIntegration
IPinfo Sentinel Solution New Connectors
- Loading branch information
Showing
181 changed files
with
17,159 additions
and
32 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
.script/tests/KqlvalidationsTests/CustomTables/Ipinfo_ASN_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"Name": "Ipinfo_ASN_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "asn", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "domain", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "route", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "asn_type", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "range", | ||
"Type": "String" | ||
} | ||
] | ||
} |
37 changes: 37 additions & 0 deletions
37
.script/tests/KqlvalidationsTests/CustomTables/Ipinfo_Abuse_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"Name": "Ipinfo_Abuse_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "email", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "address", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "country", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "phone", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "network", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "range", | ||
"Type": "String" | ||
} | ||
] | ||
} |
33 changes: 33 additions & 0 deletions
33
.script/tests/KqlvalidationsTests/CustomTables/Ipinfo_Carrier_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"Name": "Ipinfo_Carrier_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "carrier", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "mcc", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "mnc", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "cc", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "network", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "range", | ||
"Type": "String" | ||
} | ||
] | ||
} |
41 changes: 41 additions & 0 deletions
41
.script/tests/KqlvalidationsTests/CustomTables/Ipinfo_Country_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"Name": "Ipinfo_Country_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "as_domain", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "as_name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "asn", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "continent", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "continent_name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "country", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "country_name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "range", | ||
"Type": "String" | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
.script/tests/KqlvalidationsTests/CustomTables/Ipinfo_Domain_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"Name": "Ipinfo_Domain_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "domains", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "total", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "range", | ||
"Type": "String" | ||
} | ||
] | ||
} |
57 changes: 57 additions & 0 deletions
57
.script/tests/KqlvalidationsTests/CustomTables/Ipinfo_Location_extended_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"Name": "Ipinfo_Location_extended_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "city", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "country", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "country_name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "latitude", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "longitude", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "postal_code", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "radius", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "region_name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "region", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "timezone", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "geoname_id", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "range", | ||
"Type": "String" | ||
} | ||
] | ||
} |
65 changes: 65 additions & 0 deletions
65
.script/tests/KqlvalidationsTests/CustomTables/Ipinfo_Privacy_extended_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"Name": "Ipinfo_Privacy_extended_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "anycast", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "census", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "census_port", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "device_activity", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "hosting", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "network", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "proxy", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "relay", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "tor", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "vpn", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "vpn_config", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "vpn_name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "whois", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "range", | ||
"Type": "String" | ||
} | ||
] | ||
} |
89 changes: 89 additions & 0 deletions
89
.script/tests/KqlvalidationsTests/CustomTables/Ipinfo_RIRWHOIS_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"Name": "Ipinfo_RIRWHOIS_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "whois_id", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "country", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "status", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "tech", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "maintainer", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "admin", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "source", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "whois_domain", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "updated", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "org", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "rdns_domain", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "domain", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "geoloc", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "org_address", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "asn", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "as_name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "as_domain", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "as_type", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "range", | ||
"Type": "String" | ||
} | ||
] | ||
} |
Oops, something went wrong.