Pull request: upd-companiesdb

Merge in DNS/adguard-home from upd-companiesdb to master

Squashed commit of the following:

commit c38ccd89a46193b24393c00b4a83ed439f6d7469
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Oct 19 12:00:58 2022 +0300

    client: upd trackers
This commit is contained in:
Ainar Garipov 2022-10-19 12:13:22 +03:00
parent 8dba4ecd01
commit e0080ffa3a
4 changed files with 6508 additions and 3221 deletions

View File

@ -21,87 +21,128 @@
"akamai_technologies": { "akamai_technologies": {
"name": "Akamai Technologies", "name": "Akamai Technologies",
"categoryId": 9, "categoryId": 9,
"url": "https://www.akamai.com/" "url": "https://www.akamai.com/",
"companyId": "akamai"
}, },
"apple": { "apple": {
"name": "Apple", "name": "Apple",
"categoryId": 8, "categoryId": 8,
"url": "https://www.apple.com/" "url": "https://www.apple.com/",
"companyId": "apple"
}, },
"apple_ads": { "apple_ads": {
"name": "Apple Search Ads", "name": "Apple Search Ads",
"categoryId": 4, "categoryId": 4,
"url": "https://searchads.apple.com/" "url": "https://searchads.apple.com/",
"companyId": "apple"
}, },
"facebook_audience": { "facebook_audience": {
"name": "Facebook Audience Network", "name": "Facebook Audience Network",
"categoryId": 4, "categoryId": 4,
"url": "https://www.facebook.com/business/products/audience-network" "url": "https://www.facebook.com/business/products/audience-network",
"companyId": "facebook"
}, },
"crashlytics": { "crashlytics": {
"name": "Crashlytics", "name": "Crashlytics",
"categoryId": 101, "categoryId": 101,
"url": "https://crashlytics.com/" "url": "https://crashlytics.com/",
"companyId": null
}, },
"flurry": { "flurry": {
"name": "Flurry", "name": "Flurry",
"categoryId": 101, "categoryId": 101,
"url": "http://www.flurry.com/" "url": "http://www.flurry.com/",
"companyId": "verizon"
}, },
"hockeyapp": { "hockeyapp": {
"name": "HockeyApp", "name": "HockeyApp",
"categoryId": 101, "categoryId": 101,
"url": "https://hockeyapp.net/" "url": "https://hockeyapp.net/",
"companyId": null
}, },
"firebase": { "firebase": {
"name": "Firebase", "name": "Firebase",
"categoryId": 101, "categoryId": 101,
"url": "https://firebase.google.com/" "url": "https://firebase.google.com/",
"companyId": "google"
}, },
"appsflyer": { "appsflyer": {
"name": "AppsFlyer", "name": "AppsFlyer",
"categoryId": 101, "categoryId": 101,
"url": "https://www.appsflyer.com/" "url": "https://www.appsflyer.com/",
"companyId": "appsflyer"
}, },
"yandex_appmetrica": { "yandex_appmetrica": {
"name": "Yandex AppMetrica", "name": "Yandex AppMetrica",
"categoryId": 101, "categoryId": 101,
"url": "https://appmetrica.yandex.com/" "url": "https://appmetrica.yandex.com/",
"companyId": "yandex"
}, },
"adjust": { "adjust": {
"name": "Adjust", "name": "Adjust",
"categoryId": 101, "categoryId": 101,
"url": "https://www.adjust.com/" "url": "https://www.adjust.com/",
"companyId": "adjust"
}, },
"branch": { "branch": {
"name": "Branch.io", "name": "Branch.io",
"categoryId": 101, "categoryId": 101,
"url": "https://branch.io/" "url": "https://branch.io/",
"companyId": "branch_metrics_inc"
}, },
"markmonitor": { "markmonitor": {
"name": "MarkMonitor", "name": "MarkMonitor",
"categoryId": 4, "categoryId": 4,
"url": "https://www.markmonitor.com/" "url": "https://www.markmonitor.com/",
"companyId": "markmonitor"
}, },
"appcenter": { "appcenter": {
"name": "Microsoft App Center", "name": "Microsoft App Center",
"categoryId": 5, "categoryId": 5,
"url": "https://appcenter.ms/" "url": "https://appcenter.ms/",
"companyId": null
}, },
"unity_ads": { "unity_ads": {
"name": "Unity Ads", "name": "Unity Ads",
"categoryId": 4, "categoryId": 4,
"url": "https://unity.com/solutions/mobile-business/monetize-your-game" "url": "https://unity.com/solutions/mobile-business/monetize-your-game",
"companyId": null
}, },
"azure": { "azure": {
"name": "Microsoft Azure", "name": "Microsoft Azure",
"categoryId": 10, "categoryId": 10,
"url": "https://azure.microsoft.com/" "url": "https://azure.microsoft.com/",
"companyId": "microsoft"
}, },
"button": { "button": {
"name": "Button", "name": "Button",
"categoryId": 4, "categoryId": 4,
"url": "https://www.usebutton.com/" "url": "https://www.usebutton.com/",
"companyId": null
},
"netflix": {
"name": "Netflix",
"categoryId": 8,
"url": "https://www.netflix.com/",
"companyId": null
},
"mail.ru_banner": {
"name": "Mail.Ru Banner Network",
"categoryId": 4,
"url": "http://mail.ru/",
"companyId": "vk"
},
"mail.ru_counter": {
"name": "Mail.Ru Counter",
"categoryId": 2,
"url": "http://mail.ru/",
"companyId": "vk"
},
"mail.ru_group": {
"name": "Mail.Ru Group",
"categoryId": 7,
"url": "http://mail.ru/",
"companyId": "vk"
} }
}, },
"trackerDomains": { "trackerDomains": {

File diff suppressed because it is too large Load Diff

View File

@ -201,8 +201,7 @@ code from [the repo][companiesrepo].
### Usage ### Usage
```sh ```sh
cd scripts/companiesdb ( cd scripts/companiesdb && sh ./download.sh )
./download.sh
``` ```
[companiesrepo]: https://github.com/AdguardTeam/companiesdb [companiesrepo]: https://github.com/AdguardTeam/companiesdb

View File

@ -10,5 +10,5 @@ adguard='https://raw.githubusercontent.com/AdguardTeam/companiesdb/main/dist/adg
base_path='../../client/src/helpers/trackers' base_path='../../client/src/helpers/trackers'
readonly whotracksme adguard base_path readonly whotracksme adguard base_path
curl "$whotracksme" --output "${base_path}/whotracksme.json" curl -o "${base_path}/whotracksme.json" -v "$whotracksme"
curl "$adguard" --output "${base_path}/adguard.json" curl -o "${base_path}/adguard.json" -v "$adguard"