-
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 #10553 from AhmadMujahid2k/IPinfo-Integration
IPinfo Sentinel Solution
- Loading branch information
Showing
44 changed files
with
3,937 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
.script/tests/KqlvalidationsTests/CustomTables/Ipinfo_Company_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,45 @@ | ||
{ | ||
"Name": "Ipinfo_Company_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "as_domain", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "as_name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "as_type", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "asn", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "country", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "company_domain", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "company_name", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "company_type", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "range", | ||
"Type": "String" | ||
} | ||
] | ||
} |
49 changes: 49 additions & 0 deletions
49
.script/tests/KqlvalidationsTests/CustomTables/Ipinfo_Location_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,49 @@ | ||
{ | ||
"Name": "Ipinfo_Location_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "city", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "country", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "geoname_id", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "lat", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "lng", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "postal_code", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "region", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "region_code", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "range", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "timezone", | ||
"Type": "String" | ||
} | ||
] | ||
} |
37 changes: 37 additions & 0 deletions
37
.script/tests/KqlvalidationsTests/CustomTables/Ipinfo_Privacy_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_Privacy_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "hosting", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "proxy", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "relay", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "service", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "tor", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "vpn", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "range", | ||
"Type": "String" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,80 @@ | ||
[ | ||
{ | ||
"TimeGenerated": "4/30/2024, 4:01:17.340 PM", | ||
"as_domain": "orange.pl", | ||
"as_name": "Orange Polska Spolka Akcyjna", | ||
"as_type": "isp", | ||
"asn": "AS5617", | ||
"country": "PL", | ||
"company_domains": "tpnet.pl", | ||
"company_name": "static IP", | ||
"company_type": "isp", | ||
"ip_range": "95.50.146.64/27", | ||
"Type": "Ipinfo_Company_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 4:01:17.340 PM", | ||
"as_domain": "orange.pl", | ||
"as_name": "Orange Polska Spolka Akcyjna", | ||
"as_type": "isp", | ||
"asn": "AS5617", | ||
"country": "PL", | ||
"company_domains": "tpnet.pl", | ||
"company_name": "static IP", | ||
"company_type": "isp", | ||
"ip_range": "95.50.146.96/28", | ||
"Type": "Ipinfo_Company_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 4:01:17.340 PM", | ||
"as_domain": "orange.pl", | ||
"as_name": "Orange Polska Spolka Akcyjna", | ||
"as_type": "isp", | ||
"asn": "AS5617", | ||
"country": "PL", | ||
"company_domains": "tpnet.pl", | ||
"company_name": "static IP", | ||
"company_type": "isp", | ||
"ip_range": "95.50.146.112/29", | ||
"Type": "Ipinfo_Company_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 4:07:33.199 PM", | ||
"as_domain": "verizonbusiness.com", | ||
"as_name": "Verizon Business", | ||
"as_type": "isp", | ||
"asn": "AS702", | ||
"country": "GB", | ||
"company_domains": "verizon.com", | ||
"company_name": "Verizon UK Limited", | ||
"company_type": "isp", | ||
"ip_range": "193.130.58.160/28", | ||
"Type": "Ipinfo_Company_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 4:07:33.199 PM", | ||
"as_domain": "verizonbusiness.com", | ||
"as_name": "Verizon Business", | ||
"as_type": "isp", | ||
"asn": "AS702", | ||
"country": "GB", | ||
"company_domains": "rosti.com", | ||
"company_name": "Rosti (Scotland) Ltd", | ||
"company_type": "business", | ||
"ip_range": "193.130.58.176/28", | ||
"Type": "Ipinfo_Company_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 4:07:33.199 PM", | ||
"as_domain": "verizonbusiness.com", | ||
"as_name": "Verizon Business", | ||
"as_type": "isp", | ||
"asn": "AS702", | ||
"country": "GB", | ||
"company_domains": "swiftsoft.com", | ||
"company_name": "Swiftsoft Net", | ||
"company_type": "isp", | ||
"ip_range": "193.130.58.192/28", | ||
"Type": "Ipinfo_Company_CL" | ||
} | ||
] |
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,86 @@ | ||
[ | ||
{ | ||
"TimeGenerated": "4/30/2024, 3:28:15.938 PM", | ||
"city": "Brisbane", | ||
"country": "AU", | ||
"geoname_id": "2174003", | ||
"lat": "-27.48203", | ||
"lng": "153.01358", | ||
"postal_code": "4101", | ||
"region": "Queensland", | ||
"region_code": "QLD", | ||
"timezone": "Australia/Brisbane", | ||
"ip_range": "1.0.0.0/25", | ||
"Type": "Ipinfo_Location_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 3:28:15.938 PM", | ||
"city": "Brisbane", | ||
"country": "AU", | ||
"geoname_id": "2174003", | ||
"lat": "-27.48203", | ||
"lng": "153.01358", | ||
"postal_code": "4101", | ||
"region": "Queensland", | ||
"region_code": "QLD", | ||
"timezone": "Australia/Brisbane", | ||
"ip_range": "1.0.0.128/26", | ||
"Type": "Ipinfo_Location_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 3:28:15.938 PM", | ||
"city": "Brisbane", | ||
"country": "AU", | ||
"geoname_id": "2174003", | ||
"lat": "-27.48203", | ||
"lng": "153.01358", | ||
"postal_code": "4101", | ||
"region": "Queensland", | ||
"region_code": "QLD", | ||
"timezone": "Australia/Brisbane", | ||
"ip_range": "1.0.0.192/27", | ||
"Type": "Ipinfo_Location_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 4:01:17.340 PM", | ||
"city": "Xiamen", | ||
"country": "CN", | ||
"geoname_id": "1790645", | ||
"lat": "24.47979", | ||
"lng": "118.08187", | ||
"postal_code": "361000", | ||
"region": "Fujian", | ||
"region_code": "FJ", | ||
"timezone": "Asia/Shanghai", | ||
"ip_range": "1.0.1.0/24", | ||
"Type": "Ipinfo_Location_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 4:01:17.340 PM", | ||
"city": "Xiamen", | ||
"country": "CN", | ||
"geoname_id": "1790645", | ||
"lat": "24.47979", | ||
"lng": "118.08187", | ||
"postal_code": "361000", | ||
"region": "Fujian", | ||
"region_code": "FJ", | ||
"timezone": "Asia/Shanghai", | ||
"ip_range": "1.0.2.0/23", | ||
"Type": "Ipinfo_Location_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 4:01:17.340 PM", | ||
"city": "Frankston East", | ||
"country": "AU", | ||
"geoname_id": "2166143", | ||
"lat": "-38.03357", | ||
"lng": "145.305", | ||
"postal_code": "3805", | ||
"region": "Victoria", | ||
"region_code": "VIC", | ||
"timezone": "Australia/Melbourne", | ||
"ip_range": "1.0.4.0/22", | ||
"Type": "Ipinfo_Location_CL" | ||
} | ||
] |
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,68 @@ | ||
[ | ||
{ | ||
"TimeGenerated": "4/30/2024, 3:28:15.938 PM", | ||
"hosting": "", | ||
"proxy": "", | ||
"relay": "", | ||
"service": "World VPN", | ||
"tor": "", | ||
"vpn": "true", | ||
"ip_range": "1.226.182.98/32", | ||
"Type": "Ipinfo_Privacy_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 3:28:15.938 PM", | ||
"hosting": "", | ||
"proxy": "", | ||
"relay": "", | ||
"service": "World VPN", | ||
"tor": "", | ||
"vpn": "true", | ||
"ip_range": "1.226.202.124/32", | ||
"Type": "Ipinfo_Privacy_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 3:28:15.938 PM", | ||
"hosting": "", | ||
"proxy": "", | ||
"relay": "", | ||
"service": "VPN Gate", | ||
"tor": "", | ||
"vpn": "true", | ||
"ip_range": "1.226.202.124/32", | ||
"Type": "Ipinfo_Privacy_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 3:28:15.938 PM", | ||
"hosting": "", | ||
"proxy": "true", | ||
"relay": "", | ||
"service": "", | ||
"tor": "", | ||
"vpn": "", | ||
"ip_range": "1.227.92.185/32", | ||
"Type": "Ipinfo_Privacy_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 3:28:15.938 PM", | ||
"hosting": "true", | ||
"proxy": "", | ||
"relay": "", | ||
"service": "", | ||
"tor": "", | ||
"vpn": "true", | ||
"ip_range": "2.18.45.216/32", | ||
"Type": "Ipinfo_Privacy_CL" | ||
}, | ||
{ | ||
"TimeGenerated": "4/30/2024, 3:28:15.938 PM", | ||
"hosting": "true", | ||
"proxy": "", | ||
"relay": "", | ||
"service": "", | ||
"tor": "", | ||
"vpn": "true", | ||
"ip_range": "2.18.89.216/32", | ||
"Type": "Ipinfo_Privacy_CL" | ||
} | ||
] |
Oops, something went wrong.