diff --git a/mobsf/DynamicAnalyzer/views/android/tests_frida.py b/mobsf/DynamicAnalyzer/views/android/tests_frida.py index 9a043b5efc..55d9d17e2c 100644 --- a/mobsf/DynamicAnalyzer/views/android/tests_frida.py +++ b/mobsf/DynamicAnalyzer/views/android/tests_frida.py @@ -259,7 +259,8 @@ def apimon_analysis(app_dir): to_decode = api['arguments'][0] try: if to_decode: - api['decoded'] = decode_base64(to_decode) + api['decoded'] = decode_base64( + to_decode).decode('utf-8', 'ignore') except Exception: pass api['icon'] = get_icon_map(api['name']) diff --git a/mobsf/DynamicAnalyzer/views/android/tests_xposed.py b/mobsf/DynamicAnalyzer/views/android/tests_xposed.py index 5aad5941d5..30ef544c07 100644 --- a/mobsf/DynamicAnalyzer/views/android/tests_xposed.py +++ b/mobsf/DynamicAnalyzer/views/android/tests_xposed.py @@ -148,7 +148,7 @@ def droidmon_api_analysis(app_dir, package): if ('decode' in apis['method'] and api == 'api_base64'): call_data['decoded'] = base64_decode( - call_data['args']) + call_data['args']).decode('utf-8', 'ignore') hooks.append(call_data) except Exception: pass diff --git a/mobsf/MalwareAnalyzer/views/MalwareDomainCheck.py b/mobsf/MalwareAnalyzer/views/MalwareDomainCheck.py index dffae5efed..535b301e6a 100644 --- a/mobsf/MalwareAnalyzer/views/MalwareDomainCheck.py +++ b/mobsf/MalwareAnalyzer/views/MalwareDomainCheck.py @@ -20,7 +20,6 @@ ) logger = logging.getLogger(__name__) -IP2Loc = IP2Location.IP2Location() class MalwareDomainCheck: @@ -32,6 +31,7 @@ def __init__(self): self.iplocbin = self.sig_dir / 'IP2LOCATION-LITE-DB5.IPV6.BIN' self.result = {} self.domainlist = None + self.IP2Loc = IP2Location.IP2Location() def update_malware_db(self): """Check for update in malware DB.""" @@ -78,7 +78,7 @@ def update_maltrail_db(self): def gelocation(self): """Perform Geolocation.""" try: - IP2Loc.open(self.iplocbin) + self.IP2Loc.open(self.iplocbin) for domain in self.domainlist: # Tag Good Domains if domain not in self.result: @@ -92,15 +92,15 @@ def gelocation(self): except (gaierror, UnicodeError): pass if ip: - rec = IP2Loc.get_all(ip) + rec = self.IP2Loc.get_all(ip) self.result[domain]['geolocation'] = rec.__dict__ else: self.result[domain]['geolocation'] = None except Exception: logger.exception('Failed to Perform Geolocation') finally: - if IP2Loc: - IP2Loc.close() + if self.IP2Loc: + self.IP2Loc.close() def malware_check(self): try: diff --git a/mobsf/MobSF/settings.py b/mobsf/MobSF/settings.py index b81dc233be..54633b83ca 100644 --- a/mobsf/MobSF/settings.py +++ b/mobsf/MobSF/settings.py @@ -20,8 +20,8 @@ # MOBSF CONFIGURATIONS # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION = '3.3.4' -MOBSF_VER = 'v3.3.4 Beta' +VERSION = '3.3.5' +MOBSF_VER = 'v3.3.5 Beta' # Remove this later with f string BANNER = """ __ __ _ ____ _____ _____ _____ diff --git a/mobsf/StaticAnalyzer/views/android/db_interaction.py b/mobsf/StaticAnalyzer/views/android/db_interaction.py index e40a4b1640..c9d27ea73e 100755 --- a/mobsf/StaticAnalyzer/views/android/db_interaction.py +++ b/mobsf/StaticAnalyzer/views/android/db_interaction.py @@ -191,7 +191,10 @@ def save_or_update(update_type, 'SECRETS': app_dic['secrets'], } if update_type == 'save': - StaticAnalyzerAndroid.objects.create(**values) + db_entry = StaticAnalyzerAndroid.objects.filter( + MD5=app_dic['md5']) + if not db_entry.exists(): + StaticAnalyzerAndroid.objects.create(**values) else: StaticAnalyzerAndroid.objects.filter( MD5=app_dic['md5']).update(**values) diff --git a/mobsf/StaticAnalyzer/views/ios/db_interaction.py b/mobsf/StaticAnalyzer/views/ios/db_interaction.py index 25cfa80e40..76816505d8 100755 --- a/mobsf/StaticAnalyzer/views/ios/db_interaction.py +++ b/mobsf/StaticAnalyzer/views/ios/db_interaction.py @@ -153,7 +153,10 @@ def save_or_update(update_type, 'APPSTORE_DETAILS': app_dict['appstore'], } if update_type == 'save': - StaticAnalyzerIOS.objects.create(**values) + db_entry = StaticAnalyzerIOS.objects.filter( + MD5=app_dict['md5_hash']) + if not db_entry.exists(): + StaticAnalyzerIOS.objects.create(**values) else: StaticAnalyzerIOS.objects.filter( MD5=app_dict['md5_hash']).update(**values) diff --git a/mobsf/StaticAnalyzer/views/windows/db_interaction.py b/mobsf/StaticAnalyzer/views/windows/db_interaction.py index 33cd771b64..947c82faea 100644 --- a/mobsf/StaticAnalyzer/views/windows/db_interaction.py +++ b/mobsf/StaticAnalyzer/views/windows/db_interaction.py @@ -109,7 +109,10 @@ def save_or_update(update_type, 'BINARY_WARNINGS': bin_an_dic['warnings'], } if update_type == 'save': - StaticAnalyzerWindows.objects.create(**values) + db_entry = StaticAnalyzerWindows.objects.filter( + MD5=app_dic['md5']) + if not db_entry.exists(): + StaticAnalyzerWindows.objects.create(**values) else: StaticAnalyzerWindows.objects.filter( MD5=app_dic['md5']).update(**values) diff --git a/mobsf/signatures/exodus_trackers b/mobsf/signatures/exodus_trackers index 6cbfa2c2a0..88dad32921 100644 --- a/mobsf/signatures/exodus_trackers +++ b/mobsf/signatures/exodus_trackers @@ -1 +1 @@ -{"trackers": {"1": {"id": 1, "name": "Teemo", "description": "## Primary Location\r\nFrance (Paris) [Crunchbase, 01](https://www.crunchbase.com/organization/databerries)\r\n\r\n## Website\r\n[https://www.teemo.co](https://www.teemo.co)\r\n\r\n## About\r\nTeemo claims to run the \"World's first and biggest persistent geolocation targeting database\". They provide \"solutions\" for \"retail advertisers\" and \"app publishers\". [Teemo, 01](http://teemo.co). \r\n\r\n## Ownership\r\nTeemo\r\n\r\n## Documentation\r\nhttps://teemo.co/sdkguidelines/\r\n\r\n## Products and Services\r\n\r\n_Retail Advertisers - Real Life Targeting:_ \"We target your prospects based on the places they attend in real life with the geolocation of millions smartphones continuously.\" \r\n\r\n * Exclusive Teemo Data \r\n * SDK accurate collection \r\n * 10 to 15 meters accuracy \r\n * 100k+ points of Interest redefined \r\n * 1,170 billion + geolocation data points \r\n * World's Biggest Real Life Targeting DMP \r\n\r\nOffline measurement & insight: \r\n\r\nTeemo measures the exact number of people who visit your point of sale and give you insights on their habits. \r\n\r\n * 7-day attribution \r\n * Exhaustive data \r\n * Provenance of your customers \r\n * Customer loyalty index \r\n\r\n_App Publishers - We Monetize Your Geolocation Data:_ \"Our SDK: \r\n\r\n * Anonymous collection of IDFA and GAID \r\n * Data collection only \r\n * Only 25 KB \r\n\r\n### Methods\r\n\r\nTeemo utilizes geolocation collection through the Databerries (Teemo) SDK.\r\n\r\n## Privacy Policy\r\n\r\nTeemo states that even without a device identifier, such as Apple's IDFA, they can still identify users: \"without the IDFA, and only with the address and the place of work of a person, to find any French would take 5 seconds to a team of 20 people\", is it added in the article\" (French-English translation; see [L'Expansion, 01](https://lexpansion.lexpress.fr/high-tech/teemo-la-start-up-qui-traque-10-millions-de-francais-en-continu_1937638.html)). \r\n\r\n\"The Databerries / Teemo SDK collects location information, for example precise location using GPS, wireless networks, cell towers, and Wi-Fi access points. You must ensure that all applications that use the Databerries / Teemo SDK comply with all of the Google Play's developer requirements and Apple's App Store requirements (collectively, the **'Requirements'**) including obtaining appropriate consent to the collection of location information... Each application that uses the Databerries / Teemo SDK must (a) notify users of the application's use of location data for third-party advertising purposes via a custom notification window, and (b) provide user of the application the ability to consent or withhold consent through an 'Allow' / 'Don't Allow' option, 'Accept' / 'Don't Accept' option, or similarly-worded option... Each application that uses the Databerries / Teemo SDK must inform users of relevant data collection practices and choices available to them. Users of such applications must consent to the collection of location and device information and the sharing of such information with third parties such as Databerries / Teemo. Applications that use the Databerries / Teemo SDK must be provided with an accurate, current and complete privacy policy that:\r\n\r\na. is available prior to download (i.e. from all applicable app storefronts) and from within the settings of the app; \r\nb. is in compliance with all applicable laws and self-regulatory principles; \r\nc. clearly and truthfully describes what data is collected from the app, how such data is used, and the circumstances under which it is disclosed; \r\nd. discloses that location information and other user information will be shared with third parties for advertising purposes; and \r\ne. explains to users how to opt out of the collection of information about their precise location and how to opt out of the use of information about their app usage for interest-based advertising purposes through the settings available on their Android or iOS device.\" \r\n\r\nThe Databerries / Teemo SDK may not be used in apps designed for use by children below the age of 13 (or the age of consent where offered, if higher than 13) \"or be used to collect information from any user known to be under the age of 13 or under the age of consent where they reside\". [Teemo, 03](https://teemo.co/sdkguidelines) \r\n\r\n_Information Collected Automatically Through the Services:_\r\n\"In order to help advertisers reach their audiences and understand the effect of their advertising, we automatically collect certain information when you access mobile applications that incorporate the Services. This information does not identify you personally, but it does reflect information about the mobile applications you use, your location, and how you interact with our Services. This information includes:\r\n\r\n * Location Information: When you use mobile apps that integrate the Services, we may collect information about your precise location using various technologies, including GPS, wireless networks, cell towers, Wi-Fi access points, and other sensors, such as gyroscopes, accelerometers, compasses, and barometers. For information about how to opt out of the collection of certain location information, please see 'Your Choices' below. \r\n\r\n * Device Information: We collect information about your mobile device, including the advertising identifiers assigned to your device, IP address, device type, operating system, and mobile carrier. \r\n\r\n * Usage Data: We collect information about the mobile apps you use that integrate our Services, including the date and time your device accesses such apps.\" \r\n\r\n_Information Teemo Collects from Other Sources:_\r\n\r\nTeemo \"may also obtain information from other sources and combine that with information we collect through our Services. For example, we may collect information about you from third parties, including our business partners, other advertising companies, and publicly available sources.\"\r\n\r\n_Sharing of Information:_\r\n\r\nTeemo \"may share the information we collect as follows or as otherwise described in this Privacy Policy: \r\n\r\n * With vendors, consultants and other service providers who need access to such information to carry out work or perform services on our behalf; \r\n * In response to a request for information if we believe disclosure is in accordance with, or required by, any applicable law, rule, regulation or legal process; \r\n * If we believe your actions are inconsistent with our user agreements or policies, or to protect the rights, property or safety of Databerries or others; \r\n * In connection with, or during negotiations of, any merger, sale of company assets, financing or acquisition of all or a portion of our business by another company; \r\n * Between and among Databerries and any current or future parent, subsidiary and/or affiliated company; and \r\n * With your consent or at your direction.\" \r\n\r\nTeemo \"may also share aggregated or de-identified information, which cannot reasonably be used to identify you. For example, we may share de-identified information with the partners that use our technology about the users of their apps.\" \r\n\r\n_Your Choices:_ \r\n\r\n\"Location Tracking: You can stop the collection of precise location information by individual apps or by your device as a whole changing the preferences in the settings of your mobile device. \r\n\r\nOpting Out of Teemo Services: You can stop the collection of information from Teemo by opting out of our service. You can opt-out from our service either from our ads or by asking us by contacting us at privacy@teemo.co \r\n\r\nOpting Out of Personalized Ads: You may opt out of the use of information about your mobile app activities to serve ads that are targeted to your interests using the settings available on your mobile device. For information about how to opt out on your Android device, click here. For information about how to opt out on your iOS device, click [here](https://support.apple.com/en-us/HT202074). If you wish to opt out on multiple devices, you must repeat the process on each device where you wish to opt out\" [Teemo, 04](https://teemo.co/privacy)\"\r\n\r\n## Relationships\r\n_Customers:_ Volkswagon / MyMedia / Intersport / Havas / dentsu / OMD / WPP / Publics Groupe / Carrefour / Toys\"R\"Us / McDonald's / Ford / Decathlon / FNAC / Leclerc [Teemo, 01](http://teemo.co)\r\n\r\n## Details\r\n_Financial details:_ Teemo (then Databerries) \"raised $16m (?15m) in a Series A funding round led by new investor Index Ventures with support from existing investors ISAI and Mosaic Ventures and new individual investors Greg Coleman and Pascal Gauthier. The company will use the funds to launch its product in the US and double its workforce.\" [Go4Venture, 01](http://go4venture.com/hti/usd-16m-a-mar-2017-databerries) \r\n\r\n_Background and history:_ Formerly known as Databerries, Teemo \"reinvents offline marketing. Its mobile marketing solution combines user offline behavior understanding and algorithms to drive in-store sales. Its performance-based marketing solution delivers relevant, personalized ads that generate in-store sales it can measure. Co-founded in 2014 by Guillaume Charhon, Fran\u00e7ois Wyss and Benoit Grouchko, Teemo has 50 employees in Paris and New-York.\" [Teemo, 02](https://teemo.co/about) \r\n\r\n\"Founded in 2014, Databerries offers brick and mortar retailers a mobile marketing solution, refferred to as Real Life Targeting, that targets mobile users based on locations they have visited in the past and measures the impact of marketing campaigns on store visits. The solution allows retailers to target users who have visited their stores and those of their competitors. The company\u2019s technology collects geolocation and navigation data from mobile users and targets them with relevant and personalised ads. This allows retailers to generate store visits with a significantly lower cost per physical visit (CPV). Databerries enables retailers to count the cost per visit and therefore measure the impact of a campaign on point-of-sale traffic, offering retailers a solution that works for offline marketing while combining online advertising standards such as accurate targeting, personalisation, performance measurement and return on investment optimisation.\r\n\r\nHeadquartered in Paris, Databerries employs 40 people and plans to double its workforce by the end of 2017. Since its launch, the solution has generated more than one million in-store visits and supports more than 20 prestigious advertisers on a daily basis. It serves more than 100 brick and mortar retailers including Carrefour, Decathlon, FNAC, Leclerc, McDonald's (NYSE: MCD) and Volkswagen (ETR: VOW3).\r\n\r\nAccording to the company, offline retailers spend more than $100bn (\u20ac93.9bn) on advertising every year, relying largely on outdoor and other offline channels to increase store visits with limited ability to track the performance of their advertising campaigns. According to a report by MarketsandMarkets, the cross-platform and mobile advertising market is estimated to grow from $25.2bn (\u20ac23.7bn) in 2015 to $80.5bn (\u20ac75.6bn) by 2020, at a CAGR of 26.1%.\" [Go4Venture, 01](http://go4venture.com/hti/usd-16m-a-mar-2017-databerries)\r\n\r\n_Slogans:_ \r\n* \"Real-life Targeting, Offline Measurement\" \r\n* \"Reinventing offline marketing\"\r\n\r\n_Devices:_ Android (Google Android ID) and Apple (IDFA)\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/databerries](https://www.crunchbase.com/organization/databerries)\r\n* _Teemo, 01._ [http://teemo.co](http://teemo.co) \r\n* _Teemo, 02._ [https://teemo.co/about](https://teemo.co/about) \r\n* _Teemo, 03._ [https://teemo.co/sdkguidelines](https://teemo.co/sdkguidelines) \r\n* _Teemo, 04._ [https://teemo.co/privacy](https://teemo.co/privacy)\r\n\r\n## External Links\r\n* _Go4Venture, 01:_ [http://go4venture.com/hti/usd-16m-a-mar-2017-databerries](http://go4venture.com/hti/usd-16m-a-mar-2017-databerries) \r\n* _L'Expansion, 01:_ [https://lexpansion.lexpress.fr/high-tech/teemo-la-start-up-qui-traque-10-millions-de-francais-en-continu_1937638.html](https://lexpansion.lexpress.fr/high-tech/teemo-la-start-up-qui-traque-10-millions-de-francais-en-continu_1937638.html)", "creation_date": "2017-09-24", "code_signature": "com.databerries.|com.geolocstation.", "network_signature": "databerries\\.com", "website": "https://www.teemo.co", "categories": ["Analytics"]}, "2": {"id": 2, "name": "FidZup", "description": "## Primary Location\r\nFrance (Paris) [Crunchbase, 01](https://www.crunchbase.com/organization/fidzup)\r\n\r\n## Website\r\n[https://www.fidzup.com/en](https://www.fidzup.com/en)\r\n\r\n## About\r\nFidzup merges online and offline mobile marketing for retailers. Their services include fine-grained location tracking through mobile devices for advertising purposes [Fidzup, 02](https://www.fidzup.com/en/team).\r\n\r\n## Ownership\r\nFidzup\r\n\r\n## Documentation\r\nFidzup SDK not listed, other code available at https://github.com/Fidzup\r\n\r\n## Products and Services\r\nFidzup has two primary services:\r\n\r\n1. Drive to store campaign \r\n2. Retargeting campaign \r\n\r\nTheir service is designed to protect retailers for \"showcasing\" whereby consumers view products in retail stores and look for prices and promotions found elsewhere, especially online. \"Thus,\" Fidzup states, \"those consumers who move to a point of sale but do not buy represent a real 'blind spot' for the brand.\"\r\n\r\nGeofencing technologies make it possible to know precisely the location of the consumer and offer new possibilities to harness data for retailers in stores and leverage the same techniques available to retailers in the online space. This helps retailers:\r\n\r\n* Know when the consumer goes to the store, whether they shop or not\r\n* Target their communication with contextualized promotions, or additional services to better inform the consumer during its purchase process\" [Marketing-Professionnel.fr, 01](http://www.marketing-professionnel.fr/parole-expert/distribution-retail-geofencing-geolocalisation-indooor-201411.html) \r\n\r\nFidzup's technology also helps retailers generate in-store traffic through targeting \"specific mobile audiences in your catchment area having an affinity with your brand.\" \r\n\r\nFidzup's in-store tracking helps retailers retarget customers who physically visited their store, according to their in-store behavior. According to Fidzup, their \"Fidzup Retargeting currently manages to detect 40% of point-of-sale traffic, more than 80% of smartphones... Thanks to point-of-sale technologies, Fidzup Retargeting is able to measure the ROI of all the campaigns sent (store visit, download of the application, etc.) and to report to the company. This marketing tool is therefore much more effective than a classic advertising campaign, because it occurs at the psychological moment when the user considers the purchase and allows to finalize the sale it is done in store or on its m-commerce site\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip).\r\n\r\nFidzup's technology helps retailers target competitor prospects to \"Serve ads to customers and prospects of retail/brand competitors\" [Fidzup, 01](https://www.fidzup.com/en).\r\n\r\n_Advertised services for clients:_ \r\n\r\nStores: \r\n1. Encourage impulsive purchasing \r\n2. Direct customers to shelves where discontinued products are placed \r\n3. Boost the use of its mobile application \r\n\r\nShopping malls: \r\n1. Create an attraction in the mall. \r\n2. Promote the release of the mobile application. \r\n3. Attract users of the application to the various shops in the shopping mall (eg, with list of promotions). \r\n\r\nTrade fairs: \r\n1. Provide its exhibitors with a special tool to attract more visitors to their stands. \r\n2. Inform visitors effectively of exhibition conferences and other upcoming events. \r\n\r\nConcerts and museums: \r\nFidzup could allow each visitor to a museum to \"automatically receive information of a work or piece just by being close to it\". At a concert, \"it is possible to send the corresponding clip for the song played, or even send a survey to the crowd to let it choose the next title to be played\" [Fidzup v2, 03](https://web.archive.org/web/20171015030737/http://v2.fidzup.com/en//cas-dusage). \r\n\r\n_Scope:_ \r\nAccording to Viuz, Fidzup has \"more than 250 Fidboxes already installed, more than 5 million unique database clients and more than 150 million covered 'foot traffic'\" [Viuz, 01](https://viuz.com/2015/03/19/fidzup-trophee-espoir-lndr-2015-les-outils-du-web-pour-re-inventer-le-commerce-physique).\r\n\r\n## Privacy Policy\r\n_Data collection and identifiable information:_ Fidzup states it \"collects data from wifi-enabled smartphones. No personal information is ever collected by us. We don't know who you are, we don't have access to your contacts, your messages, etc.\"\r\n\r\n_Retention:_ Collected data \"are stored anonymously on our servers for 12 months.\"\r\n\r\n_Data Use:_ \"Collected data allows: \r\n\r\n1. To enhance your experience while you visit point of sales equipped with our technologies.\r\n2. To provide visitors\u2019 in\u00adstore behavior reports to our customers. Those reports contain point of sales visit trends, made of aggregated data. No personal or individual information is included.\r\n3. To personalize visitors mobile ads on smartphone applications they use.\r\nWe use anonymous visit data to provide a personalized experience on our partners smartphone applications. For example: after visiting a shop you could see a personalized banner for this particular shop instead of a generic one.\"\r\n\r\n_Opt-out:_ Fidzup states, \"The simplest way to prevent data collection from your Wifi is to disable your Wifi connection near places that use it. \r\n\r\nWe also provide a way to delete all data regarding your smartphone with our opt-out form\" [Fidzup, 04](https://www.fidzup.com/en/privacy).\r\n\r\nTheir opt-out form can be located at [https://www.fidzup.com/en/opt-out-en](https://www.fidzup.com/en/opt-out-en).\r\n\r\n## Relationships\r\n_Brands and retailers:_ Gemo / Timberland / Buffalo Grill / Grand Optical / Opel / Renault / Kl\u00e9pierre / Etam / Mercedes / Nissan [Fidzup, 01](https://www.fidzup.com/en) / Hammerson & Les Terrasses du Port shopping center / Vache Noire shopping center (in Arcueil) [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip) / KFC / BMW [BusinessWire, 01](http://www.businesswire.com/news/home/20161130005981/en/Fidzup-Performance-Marketing-Startup-Retailers-Raises-3.7) / Galeries Lafayette / Darty / ITF / La Halle / Peugeot / FDJ Cultura [Tech.eu, 01](http://tech.eu/brief/fidzup-raises-investment) / Kiabi / SNCF [L'Usine Digitale, 01](https://www.usine-digitale.fr/editorial/les-100-du-digital-retail-fidzup-pour-geolocaliser-ses-clients-grace-a-leur-smartphone-et-des-ultrasons.N348982) Paris Region Lab / Petit Poucet / scientipole / oseo / R\u00e9seau Entreprendre [Fidzup, 02](https://www.fidzup.com/en/team)\r\n\r\n_Supporters:_ Mobile Marketing Association France / Electronic Business Group / IAB France / Picom / La Nuit Des Rois [Fidzup, 01](https://www.fidzup.com/en) \r\n\r\n## Details\r\n_Financial details: \"Fidzup was founded in 2011 by two entrepreneurs sharing the same idea: to give a lift to traditional business through technological innovation\" [Fidzup, 02](https://www.fidzup.com/en/team). They raised $3,7 million with venture capitalists CapHorn Invest and Turenne Capital as well as existing investors CapDecisif Management via the FRCI (Fonds R\u00e9gional Co-investissement de la R\u00e9gion Ile de France) and Petit Poucet Participation, the press reported in November 2016 [BusinessWire, 01](http://www.businesswire.com/news/home/20161130005981/en/Fidzup-Performance-Marketing-Startup-Retailers-Raises-3.7); [Tech.eu, 01](http://tech.eu/brief/fidzup-raises-investment). \r\n\r\nFor Product pricing (from old website), see [Fidzup v2, 04](https://web.archive.org/web/20171015030915/http://v2.fidzup.com/en//nos-offres).\r\n\r\n_Awards:_ Fidzup won the 2015 \"Kings of Hope Prize\" [Viuz, 01](https://viuz.com/2015/03/19/fidzup-trophee-espoir-lndr-2015-les-outils-du-web-pour-re-inventer-le-commerce-physique).\r\n\r\n_Fidzup history and ideology:_ Fidzup is \"Aware of the opportunities coming from the use of smartphones in your stores, our teams develop microlocation technologies to help you to reach your goals. Continuous innovation and improvement help us to develop more and more relevant and quicker and quicker solutions to install for our customers\" [Fidzup, 02](https://www.fidzup.com/en/team). Their ambition is to \"Provide physical commerce with the tools that pure players now enjoy\". Where on the web professionals are able to identify a highly qualified target to better send them promotions, no solution existed for retailers to recover these prospects.\r\n\r\nSince its creation in 2011, Fidzup was working on an indoor presence detection technology. The idea was to offer retailers and shopping centers a light technology to deploy and without constraint of use for consumers. This is how Fidzup Microtargeting was created, a platform for sending interactive and location-based content on the mobile of visitors to points of sale. It is the explosion of Criteo, the French giant of online advertising retargeting, which pushed the Fidzup teams to pivot towards a similar solution, but to the brick & mortar business. Since the startup was already able to understand the behavior of consumers in points of sale.\r\n\r\nSpecifically, where Criteo is interested in the behavior of Internet users on e-commerce sites to retarget advertising on partner media pages, Fidzup is interested in the consumer shopper journey in physical stores to address contextualized advertising. on its mobile apps\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip). \r\n\r\n_Devices:_ Mobile (Android, Apple) / Fidbox\r\n\r\n_Slogans:_ \r\n\r\n* \"Online Offline: Performance mobile marketing for retailers\" [Fidzup, 01](https://www.fidzup.com/en)\r\n* \"An innovative technology for interior presence detection\" \r\n* \"A mailing platform for geolocalized interactive content\" [Fidzup v2, 01](http://archive.is/kUZGK) \r\n\r\n### Methods\r\nFidzup \"has developed 3 solutions to detect the presence of a consumer in stores: Fidzup Microtargeting, Fidzup Retargeting and Fidzup Analytics. These technologies, easily deployable, are based on the principle of indoor geolocation (operating by wifi, ultrasound or BLE) and broadcast interactive content on smartphone. Thus, Fidzup captures and reactivates the consumer or simple visitor, either directly at the point of sale, or when he leaves the sign\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip).\r\n\r\nBig Data / Predictive analytics / Programmatic / RTB \r\n\r\n_Consumer targeting:_ Geographical/store / Digital navigation (on devices) / Habits / Purchase intention \r\n\r\n\"The most accurate in-store tracking technology on the market. Measure your online campaigns ROI with adapted offline KPIs\" \r\n_Fidbox:_ \r\n * Works without any mobile app \r\n * 3 meters accuracy; 4 years of R&D, 2 patents registered \r\n * Autonomous in-store sensor [Fidzup, 01](https://www.fidzup.com/en)\r\n\r\nFidbox is \"compatible with 99.9% of smartphones\". Fidboxes \"capture an encrypted identification key, unique to mobile, that Fidzup Retargeting then found on the ad servers. These captured data will be processed to segment the audience of the target brand to address on AdExchanges. This process will thus make it possible to resort to an advertising retargeting by displaying a personalized banner, according to the offline consumption habits of the mobile user, when he / she consults a third-party application (games, news, sports, etc.).\" Fidzup's \"point-of-sale deployment is lightweight and does not require any particular mobile application.\" \r\n\r\n_Fidzup Retargeting:_ Fidzup's \"Totally innovative process allows the Terrasses du Port not to lose its consumers, increase its customer knowledge and optimize its media buying campaigns by addressing a qualified target. Fidzup Retargeting can also measure the visits of the consumer and know the generated downloads in a logic of measurement of the ROI of the carried out campaigns.\" \r\n\r\n_Fidzup Microtargeting:_ Fidzup's microtargeting is \"based on the principle of indoor geofencing and allows shopping centers & retailers to interact instantly with their customers via their smartphone at their points of sale.\" It \"relies on the use of a sound source to send data to a smartphone that will decode and process the received signal. More concretely, Fidzup broadcasts via point of sale via any audio source (speaker system broadcasting music, sound boxes, televisions, etc.) a signal inaudible to the human ear. This signal has the particularity of having a unique identifier corresponding to a specific location. The detection is done when the smartphone receives the signal and decodes it to know where the consumer is.\r\n\r\nFidzup Microtargeting then automatically triggers the sending of interactive and contextualized content on the mobile of the consumer according to his position. Discount coupons, targeted promotion on a product upon entry into the corresponding department, exceptional opening information, contests triggered as soon as they enter the store ... For example, a brand wishes to launch a promotion on its polos: \"1 polo bought, the 2nd to -50% \u00bbFor this, she will have the choice between sending the promotion on the mobile of the consumer as soon as it enters the store or the entrance of the department concerned by the promotion.\r\n\r\nThe consumer then receives relevant content, at the right place and at the best time on his smartphone. With Fidzup technology, the sales area is 'squared': either at the entrance of the store itself or within a specific radius, it is possible for each manager to choose the right place, where the visitor will receive interactive content. \r\n\r\n...Unlike other solutions that require the deployment of a heavy hardware device, and therefore expensive to install and maintain, the technology developed by Fidzup can be deployed without any hardware installation on site if the audio system used is remotely controllable. Indeed, some companies have specialized in the implementation of audio systems, the distribution of music in point of sale can be controlled online. These players cover a majority of the retail and retail market. If, however, the customer is not equipped, Fidzup has developed a battery of inexpensive hardware solutions that are easy to install.\r\n\r\n- Mobile Compatibility: The software brick developed by Fidzup (the SDK) integrates with applications running on iOS mobile OS (iPhone) and Android. Thus, thanks to Fidzup technology it is possible to reach more than 90% of the global mobile market.\r\n\r\n- Use: In the face of the few players capable of detecting presence at the point of sale, Fidzup chose to specialize in consumer care once it is present. Thus, the startup has developed the lightest solution to send promotional content at the best time to maximize efficiency. The end customer has no action to do (except to download the application of the sign or the mall), it is the content that comes to him automatically and at a time when he will be attentive. Since the media is mobile, it is essential to offer end users a limited number of actions to perform for a simple and fluid use.\" \r\n\r\nThis can result in real-time data mining: \"Since the operations implemented are mainly digital, La Vache Noire has the possibility to follow in real time the impact of its operation (participation rate, winning prizes, etc.).\" This can bring businesses that did not previously data mine into the data mining fold: \"Finally, the marketing department of the center has retained a certain interest from brands that have never participated so much in a digital transaction. Thus, prestigious brands such as Celio, Jules, Yves Rocher or Darjeeling participate each week in the operation 'List of promotions'\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip).\r\n\r\n\"Fidzup has developed a means of communication between a sonic emitter and a mobile phone. Thus, by diffusing a tone, inaubible to the human ear, inside a building we can detect the presence of mobile phones and therefore their owners. How does the detection work? Your visitors must have the mobile application already installed on their smartphone. This contains a software layer (a SDK supplied by Fidzup) capable of detecting the signals and decoding them. What kind of sonic emitter can be used? It is possible to use any audio source to diffuse the signals. In fact, Fidzup has come up with a variety of hardware solutions depending on the user\u2019s requirements. \r\n\r\n... We supply you with one or several bespoke sonic signals to diffuse in your establishment. Depending on the type of building and the type of usage you require, Fidzup offers a choice of several hardware and software solutions to simplify and optimize the diffusion of its sonic technology. Depending on the method of emission chosen, a sonic signal can be used to cover a precise zone of a store, the corridors of a shopping mall or even detect a visitor admiring a work of art in an art exhibition.\" \r\n\r\n... \"Installing the SDK into your mobile application: We supply you with a software layer (SDK) to add to your mobile application. this layer detects and decodes the audio signal. The SDK is supplied with full documentation to help you install it swiftly and easily into your mobile application.The SDK is compatible with both iOS (iPhone) and Android operating systems. Minimum requirement for the iOS operating system: iOS version 5; Minimum requirement for the Android operating system: Android 2.3.5 (HTC One X not supported)\" [Fidzup v2, 02](https://web.archive.org/web/20171015025307/http://v2.fidzup.com/en//notre-solution).\r\n\r\n_Fidzup Analytics:_ \"Fidzup Analytics is a technology based on wifi that analyzes the traffic in points of sale, especially for shopping centers and supermarkets. Coupled with the Fidzup Retargeting solution, this technology makes it possible to capture on average 40% of the real traffic, whether the consumers / visitors are carriers of the application of the center or not.\r\n\r\nTo facilitate the handling of its solution, Fidzup gives direct access to the Analytics interface to the shopping center teams. The management can then see the route taken by its visitors from one store to another and analyze the data retrieved by day, week or month. Thus, Fidzup Analytics is able to display the traffic generated in the point of sale, the average duration of a visit, its frequency and to couple all these data to highlight trends or peaks of affluence. For the management of the center, the interest of these crossings of data is of size: to be able to identify the typical course of a customer and thus to define the zones \"cold\" or \"hot\" of the shopping mall (that is to say to say the locations more or less visited). Thanks to Fidzup Analytics, retail professionals can have a perfect knowledge of their customers, their habits in the center, but also know if their rental spaces are properly valued according to the passage of visitors. Finally, with the Analytics solution, shopping centers now have the opportunity to measure the audience generated by their communication devices already in place (promotional video screen, POS, display, totem ...). Indeed, depending on the information provided on these media, Fidzup is able to know the impact on the shopping journey of the customer and sales\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip).\r\n\r\n\"Fidzup\u2019s Programmatic & Analytics Platform is made up of DSP, DMP and Tag management solutions, developed in-house for bricks-and-mortar stores. These technologies enable store managers to direct their campaigns while accurately measuring their return on investment\" [BusinessWire, 01](http://www.businesswire.com/news/home/20161130005981/en/Fidzup-Performance-Marketing-Startup-Retailers-Raises-3.7).\r\n\r\nSonice emission solutions: \r\n\r\n- Web player: The web player allows you to emit the Fidzup sonic signal via your computer. This solution is ideal for small spaces with no audio system in place. \r\n- Standalone emitter unit: This mains connected unit allows you to broadcast your sound signal continuously in the manner of a portable and independent speaker enclosure. This solution is ideal for creating an interactive zone in a specific area of your establishment. \r\n- Mixer emitter unit: The mixer unit, also mains connected, can automatically mix your signal sound with the music played through your audio system. This solution is ideal for users wishing to cover all areas of their establishment through their own public address system. \r\n- Custom installation: Your audio system is managed by an external provider? No problem, Fidzup can work with them to simplify the deployment, as it could then be managed remotely, without any hardware installation in situ\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip). \r\n\r\n_Web interface:_ \"We give you secure access to an administrative interface that allows you to devise promotional content that will be displayed on visitors\u2019 smartphones as soon as they are detected in your establishment. Adjust the parameters and pre-visualize your content: expiry dates, target zones, message type, image uploads, content descriptions, etc., The interface is intuitive and extensive. From a discount coupon to a simple information bulletin, take advantage of the numerous pre- configured items in the interface to send the right content at the right time to your visitors. \r\n\r\n... Following promotional campaigns: Our administrator\u2019s inferface includes a comprehensive dashboard and accurate statistics that allow you to monitor the performance of your promotional campaigns.The number of detections in your location, number of messages sent and received, CTR (click- through rate)... View the impact of your advertising campaigns at a glance and optimize them swiftly\" [Fidzup v2, 02](https://web.archive.org/web/20171015025307/http://v2.fidzup.com/en//notre-solution). \r\n\r\n_Some of the data collected:_ \r\n\r\n* unique visitors\r\n* duration of visits\r\n* frequency of visits\r\n* hot / cold zone of the store\r\n* customer journey\r\n* fast outputs\r\n* volume of smartphones\r\n* brands and OS terminals [Viuz, 01](https://viuz.com/2015/03/19/fidzup-trophee-espoir-lndr-2015-les-outils-du-web-pour-re-inventer-le-commerce-physique)\r\n\r\n## References\r\n* _Ad-exchange.fr, 01._ http://ad-exchange.fr/fidzup-retargeting-unit-le-ciblage-publicitaire-sur-smartphone-et-le-monde-physique-14297._ http://ad-exchange.fr/fidzup-retargeting-unit-le-ciblage-publicitaire-sur-smartphone-et-le-monde-physique-14297\r\n* _Ad-exchange.fr, 02._ http://ad-exchange.fr/fidzup-veut-booster-ladoption-de-boitiers-du-type-beacon-dans-les-magasins-francais-27156._ http://ad-exchange.fr/fidzup-veut-booster-ladoption-de-boitiers-du-type-beacon-dans-les-magasins-francais-27156 \r\n* _BusinessWire, 01._ http://www.businesswire.com/news/home/20161130005981/en/Fidzup-Performance-Marketing-Startup-Retailers-Raises-3.7\r\n* _Crunchbase, 01._ https://www.crunchbase.com/organization/fidzup\r\n[Fidzup, 01._ https://web.archive.org/web/20171124095315/https://www.fidzup.com/en\r\n* _Fidzup, 02._ https://web.archive.org/web/20171124095424/https://www.fidzup.com/en/team \r\n* _Fidzup, 03, .zip file._ https://web.archive.org/web/20171124095525/http://www.fidzup.com/fidzup-2015.zip\r\n* _Fidzup, 04._ https://web.archive.org/web/20171124095616/https://www.fidzup.com/en/privacy\r\n* _Fidzup v2, 01._ http://archive.is/kUZGK\r\n* _Fidzup v2, 02._ https://web.archive.org/web/20171015025307/http://v2.fidzup.com/en//notre-solution \r\n[Fidzup v2, 03._ https://web.archive.org/web/20171015030737/http://v2.fidzup.com/en//cas-dusage\r\n* _Fidzup v2, 04._ https://web.archive.org/web/20171015030915/http://v2.fidzup.com/en//nos-offres\r\n[L'Usine Digitale, 01._ https://www.usine-digitale.fr/editorial/les-100-du-digital-retail-fidzup-pour-geolocaliser-ses-clients-grace-a-leur-smartphone-et-des-ultrasons.N348982\r\n* _Marketing-Professionnel.fr, 01._ http://www.marketing-professionnel.fr/parole-expert/distribution-retail-geofencing-geolocalisation-indooor-201411.html\r\n* _Tech.eu, 01._ http://tech.eu/brief/fidzup-raises-investment\r\n* _Viuz, 01._ https://viuz.com/2015/03/19/fidzup-trophee-espoir-lndr-2015-les-outils-du-web-pour-re-inventer-le-commerce-physique\r\n\r\n## External Links\r\n* _Crunchbase (Fidzup):_ https://www.crunchbase.com/organization/fidzup._ https://www.crunchbase.com/organization/fidzup\r\n* _Fidzup, 05:_ https://web.archive.o]rg/web/20171123081837/https://fidzup.com/en/live._ https://web.archive.org/web/20171123081837/https://fidzup.com/en/live\r\n* _Fidzup, 06:_ https://web.archive.org/web/20171124000206/https://fidzup.com/en/product._ https://web.archive.org/web/20171124000206/https://fidzup.com/en/product\r\n* _Fidzup, 07 https://web.archive.org/web/20171124094502/https://itunes.apple.com/us/app/fidzup-live/id735938167?mt=8._ https://web.archive.org/web/20171124094502/https://itunes.apple.com/us/app/fidzup-live/id735938167?mt=8\r\n* _Fidzup, 08:_ https://web.archive.org/web/20171124094519/https://play.google.com/store/apps/details?id=com.fidzup.fidzuplive._ https://web.archive.org/web/20171124094519/https://play.google.com/store/apps/details?id=com.fidzup.fidzuplive\r\n* _Fidzup, 09:_ https://web.archive.org/web/20171124094739/https://play.google.com/store/apps/details?id=com.fidzup.spotinstore.diagnostic._ https://web.archive.org/web/20171124094739/https://play.google.com/store/apps/details?id=com.fidzup.spotinstore.diagnostic\r\n* _Fidzup, 10:_ https://web.archive.org/web/20171124094810/https://play.google.com/store/apps/details?id=com.fidzup.petitpoucet._ https://web.archive.org/web/20171124094810/https://play.google.com/store/apps/details?id=com.fidzup.petitpoucet\r\n* _Fidzup, 11:_ https://web.archive.org/web/20171124094853/https://www.fidzup.com/en/use-case/._ https://web.archive.org/web/20171124094853/https://www.fidzup.com/en/use-case/\r\n* _Fidzup, 12:_ https://web.archive.org/web/20171124094955/https://vimeo.com/59666867._ https://web.archive.org/web/20171124094955/https://vimeo.com/59666867\r\n* _Fidzup, 13:_ https://web.archive.org/web/20171124095009/https://vimeo.com/80601084._ https://web.archive.org/web/20171124095009/https://vimeo.com/80601084", "creation_date": "2017-09-24", "code_signature": "com.fidzup.", "network_signature": "fidzup", "website": "https://www.fidzup.com", "categories": ["Analytics"]}, "3": {"id": 3, "name": "Audience Studio (Krux)", "description": "## Primary Location\r\nUnited States (San Francisco) [Crunchbase, 01](https://www.crunchbase.com/organization/krux-digital)\r\n\r\n## Website\r\n[https://www.salesforce.com/products/marketing-cloud/data-management](https://www.salesforce.com/products/marketing-cloud/data-management)\r\n\r\n## About\r\nSalesforce DMP is a data management platform that manages data, identifies end users, and cetnralizes user-level data for advertising and content personalization [Salesforce, 24](https://konsole.zendesk.com/hc/en-us/articles/115012398067-What-if-I-just-want-to-import-data-instead-of-using-the-Control-Tag-SDK-or-other-DMP-tracking-)\r\n\r\n## Ownership\r\nSalesforce\r\n\r\n\r\n## Products and Services\r\n\r\nSalesforce DMP offers a vast array of technologies in its data management platform. These are detailed in the Techology section under Details, below.\r\n\r\nServices provided by Salesforce DMP include: \r\n\r\n* Accerlated Mobile Pages (facilitate mobile-optimized content)\r\n* Cross Device Identity Mangement (identify individuals across devices)\r\n* Salesforce DMP Einstein Segmentation (segment multiple personas in an audience)\r\n* Tracking (re-identify and track users using various methods)\r\n* Hashed device management (tracking used in reaction to Safari 3rd party blocking)\r\n* User matching (match users with various techniques to identify individuals)\r\n* Ad Server analytics (understand and analyze audience segment delivery and yield across all ad impressions)\r\n* Content engagement reports (loyalty report cards, site visits, and more)\r\n* Frequency engagement reports (how many times a user has seen an ad)\r\n* Funnels report (track customer behaviors across their customer journey)\r\n* Look-alike modeling (\r\n* Audience Profile Report (such as age, gender, and household income)\r\n\r\n## Privacy Policy\r\n**Opting out** \r\n_DMP Opt-Out_ \"DMP Opt-Out\r\nhttps://apiservices.krxd.net/consumer/optout is the standard DMP opt-out URL. When called directly, this URL will execute the Opt-out action for a user and it will return the following JSON response:\r\n\r\n{\"code\":\"success\"}\r\n\r\nA user must allow cookies from Salesforce DMP in order to opt-out. Calling the DMP opt-out code (by clicking on an opt-out button placed on the client's page) will result in a persistent 'cookie' placed in the user\u2019s web browser by Salesforce, identifying that user as being on the Salesforce DMP 'do not target' list. Taking this opt-out step won't prevent all tracking and targeting online, but it will ensure the user\u2019s wishes are honored by all Salesforce DMP clients.\r\n\r\nNote: If the user uses more than one computer, the process must be repeated for each one as this information is associated with a cookie unique to each machine.\" [Salesforce, 7](https://konsole.zendesk.com/hc/en-us/articles/217039187-Privacy-Policy-and-Opt-Out-Guide)\r\n\r\n_On Mobile:_ \"Users can reset their IDFA or AdID to receive a new one. This is comparable to deleting cookies.\r\n\r\nThey can also block these completely by opting-out of Ad Track or Ads Personalization. In that case, Salesforce DMP cannot track or target these users.\" [Salesforce, 3](https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ)\r\n\r\n_In Safari FAQ:_ \"Is there any difference in the how 1st-party cookies and Hashed Device IDs treat opt-outs?\r\nYes, if the client is utilizing a first-party cookie and has multiple domains, a dedicated opt-out will need to be configured and maintained for each site. Alternatively, if hashed device management is employed a single opt-out link will be applicable for a given client.\r\n\r\nCan users opt-out of Hashed ID tracking?\r\nAbsolutely \u2013 unlike other providers of so-called Fingerprinting techniques, the Salesforce DMP actually can manage fingerprinting users through an opt-out. \r\n\r\nDoes Fingerprinting adhere to PII rules?\r\nYes, our hashed device management solution is fully compliant with PII protocols.\r\n\r\nDo both approaches lose uses when they clear their cookies?\r\nNo, first-party cookies can be cleared, while the hashed ID will persist even if cookies are emptied. [Salesforce, 4](https://konsole.zendesk.com/hc/en-us/articles/115000428307-Safari-FAQ)\r\n\r\n\"Can users opt-out of tracking in Mobile Apps?\r\nUsers can reset their IDFA or AdID to receive a new one. This is comparable to deleting cookies.\r\n\r\nThey can also block these completely by opting-out of Ad Track or Ads Personalization. In that case, Salesforce DMP cannot track or target these users.\" [Salesforce, 58](https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ)\r\n\r\n**Personally Identifiable Information** \r\n\"Personally Identifiable Information (PII) includes any data that could potentially identify a specific individual and can be used for de-anonymizing data. Salesforce does not collect or store PII.\"\r\n\r\nSome examples of PII include: Full name; Email address; Phone numbers; Credit card numbers; Date of birth; Login/screen name; IP address is considered PII in some countries outside of the US; Home address; etc\" [Salesforce, 8](https://konsole.zendesk.com/hc/en-us/articles/115007222048-PII)\r\n\r\n**Data Privacy and Security Considerations**\r\n\r\nSalesforce DMP does not accept PII data and it is a breach of the MSA to send to us. Onboarding might be a better option if you have data connected to email addresses and are concerned with offline data import user matching. Usage and set up fees apply.\" [Salesforce, 32](https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import) \r\n\r\n**Data Retention** \r\n\"Data Expiry\r\n\r\nSalesforce DMP stores any data collected through online mechanisms (including user matching data) for a variable period as defined in the contractual agreement between Salesforce and the client. First-party imports remove any data not included in subsequent imports (full refresh). For best user match results, files should be uploaded frequently, or daily, even if the data output has no change.\" [Salesforce, 32](https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import) \r\n\r\n## Relationships\r\n_Data Onboarding:_\r\ncomScore / LiveRamp / Neustar [Salesforce, 9](https://konsole.zendesk.com/hc/en-us/articles/115010458727-Data-Onboarding-Partners)\r\n\r\n_Data Collection Partners:_\r\n\r\n* Off-Site Ad Servers:_ Conversant / DoubleClick Campaign Manager (DCM) / Flashtalking / Innovid / Medialets / Sizmek\r\n* On-Site Ad Servers:_ DoubleClick for Pulishers - DFP (Data Transfer Files)\r\n* Email Service Providers:_ SalesforceExactTarget\r\n* Data Management Platforms:_ Adobe Audience Manager / Oracle BlueKai DMP\r\n* Analytics & Measurement:_ Adobe Analytics (fkaOminture SiteCatalyst) / Brightcove / comScore Validated Campaign Essentials (vCE) / Google Analytics Standard / Kochava / MOAT / Tune [Salesforce, 10](https://konsole.zendesk.com/hc/en-us/articles/227144948-Data-Collection-Partners)\r\n\r\n**Data Activation Partners** \r\n\r\n_On-Site Ad Servers:_ Adition / Adswizz / AdTech / DoubleClick for Publishers - DFPAudience / DoubleClick for Publishers - DFP Key/Value Pairs / Freewheel / IPONWeb / LKQD / Nativo / OAS / OpenX / SAS/AIMatch / Smart Ad Server\r\n\r\n_On-Site SSP's:_ DoubleClick AdExchange - AdX (via DFP) / Index Exchange (Casale) / OpenX / Pubmatic / Rubicon / Sonobi / Sticky Ads / Tremor\r\n\r\n_Off-Site Ad Servers:_ Flashtalking / Flite / Innovid / Sizmek\r\n\r\n_Off-Site Data Activation:_ ActiveAgent AG / Adara / AdColony / AdForm / AdRoll / AdSquare / A.ki / Amazon Advertising / AOL ONE / AppNexus / Beeswax / Comscore / Criteo / DataXu / DoubleClick Bid Manager - DBM / Dstillery / Exponential / Facebook Custom Audiences / Google AdWords / Google RLSA / IgnitionOne / Infectious Media / InMobi / Instagram (via Facebook Custom Audiences) / Jivox / Lotame / Maxpoint / MediaMath / [m]Platform | GroupM / Netmining / Next Performance / OwnerIQ / Platform161 / Quantcast / RadiumOne / RocketFuel / Run / Simpli.fi / Specific Media (Viant) / SpotXchange / Teads / The Trade Desk / TimeOne / Tradelab / Termore Video / TubeMogul / Turn / Twitter - Tailored Audience / Undertone / VideoAmp / Videology / Yahoo! DataX (replaced RMX pipeline) / Yieldlab / Zebestof\r\n\r\n_Experience Management Systems & A/B Testing Platforms:_ AB Tasty / Acquia / Adobe Target / Maxymiser / Optimizely / Oracle Real-Time Decisions / Teradata Real - Time Interactions Manager / VWO\r\n\r\n_Assorted Data Outputs:_ Adobe Audience Manager / Moat / Oracle BlueKai DMP / Survata / YieldEx [Salesforce, 11](https://konsole.zendesk.com/hc/en-us/articles/226620988-Data-Activation-Partners)\r\n\r\n_Third-Party Data Marketplace:_ Acxiom / AffinityAnswers / ALC / Alliant / AnalyticsIQ / ASL / Audience Partners / AuDIGENT / B2B Targets / Bombora / Cardlytics / comScore / Connexity / Crossix / Cuebiq, Inc / Dataium / Dataline / Datamyx / DataLogix / Datonics / Digital Elements / Dun & Bradstreet / Epsilon / Ethnic Technologies / eXelate / Experian / Eyeota / Factual / Forbes / i360 / InfoGroup / IRI Worldwide / IXI Services/Equifax / Kantar Shopcom / L2 / LiveRamp Data Store / Mastercard Advisors / Maxpoint / MeritDirect / Mobiquity / GfK MRI / Gravy Analytics / #HOME by Vendigi / Navegg / NetWise Data / Neustar AdAdvisor / Nielsen / Nielsen Catalina Solutions (NCS) / NinthDecimal / PlaceIQ / PushSpring / Quantcast / SambaTV / ShareThis / Skydeo - Mobile AppAudiences / Skyhook / Specialists Marketing Services / Stirista / Tivo / TruSignal / Twine / Vertical Mass / Visual DNA / V12 / Webbula / Windfall [Salesforce, 12](https://konsole.zendesk.com/hc/en-us/articles/217592967-Third-Party-Data-Marketplace)\r\n\r\n## Details\r\n\r\n_Origins:_ Krux began as \"a platform for brands to collect all data from digital interactions across devices and use it to better understand their customers\" for better marketing. However, they \"knew that first-party data (customers\u2019 email addresses and purchase histories) was where the puck was headed, so we doubled down on it.\" They are driven by the concept \"people data\" because people, not browsers and mobile devices, are what buy things. [Salesforce, 1](https://www.salesforce.com/blog/2017/05/krux-is-now-salesforce-dmp.html)\r\n\r\n_Philosophy and approach:_ \"...when I am asked, what is the future of DMPs, I say that DMPs will become completely integrated into larger technology stacks offering a layer of data management (for both known and unknown data) for the \u201cright person.\u201d This orchestration layer consists of connected execution systems that seek to answer the \u201cright message, right time\u201d quandary. It also includes an artificial intelligence (AI) layer, which is the \u201cbrains\u201d of the operation trying determine how to stitch billions of individual data points together in real time.\" \"...marketing is much more than ad campaigns. It is every experience a customer has with the brand, and we empower marketers to use data to impact every touchpoint along that journey, all powered by AI.\" [Salesforce, 1](https://www.salesforce.com/blog/2017/05/krux-is-now-salesforce-dmp.html)\r\n\r\n\"Some of the core reasons to use a DMP are to manage Identity and centralize user-level data for advertising and content personalization. Additionally, the DMP includes insights that help inform targeting and personalization use cases as well as campaign and personalization optimization.\" [Salesforce, 24](https://konsole.zendesk.com/hc/en-us/articles/115012398067-What-if-I-just-want-to-import-data-instead-of-using-the-Control-Tag-SDK-or-other-DMP-tracking-)\r\n\r\n_Scope:_ \"Every month, Salesforce DMP interacts with more than 3 billion browsers and devices, supports more than 200 billion data collection events, processes more than 5 billion CRM records, and orchestrates more than 200 billion personalized consumer experiences.\" [Salesforce, 1](https://www.salesforce.com/blog/2017/05/krux-is-now-salesforce-dmp.html)\r\n\r\n\"The Salesforce Data Management Platform (DMP) allows publishers and marketers to collect and organize all of their consumer web data in one central \"big-data\" warehouse. Using Salesforce DMP, organizations can consolidate and reconcile their first-party \"web-behavior\" data that is generated by consumers as they engage with media and/or content with data from various third-party data providers like eXelate, DataLogix, Targus etc. Organizations can also integrate data from their user registration and subscription databases (hereon referred to as \u201cfirst-party data\u201d) into Salesforce DMP and join that data with web behavior and third-party data. \r\n\r\nUser data stored in Salesforce DMP is keyed off a global Krux User ID. The Krux User ID is a third-party cookie and as such is specific to a browser (and corresponding device too). All data that is collected by Salesforce DMP from online environments is automatically keyed off the Krux User ID.\r\n\r\nSalesforce DMP supports the ingestion of first-party data available in client systems like registration or subscription databases and other CRM systems. This data is keyed off the client\u2019s first-party User ID. A User Matching process that maps the client first-party User ID to the corresponding Krux User ID for every applicable user facilitates the onboarding and ingestion of this data. \r\n\r\nAfter the user matching process has been setup clients can send first-party data corresponding to the matched users. Salesforce DMP has a strict data format for the first-party data outlined below.\" [Salesforce, 32](https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import)\r\n\r\n_Billing Clients:_ Clients are charged for impressions, and a maximum amount for a single impression is calculate: [Salesforce, 34](https://konsole.zendesk.com/hc/en-us/articles/115011719688-How-Data-Costs-are-Billed)\r\n\r\n### Technology\r\n\r\n**AMP for Mobile Tracking** \r\nAMP stands for \u2018Accelerated Mobile Pages\u2019 and is designed to facilitate mobile-optimized content. A notable aspect of the design is that it keeps 3rd party JavaScript out as much as possible to improve performance, however, there are AMP libraries available to provide additional rich content.\" \r\n\r\nSee AMP FAQ for more: [Salesforce, 56](https://konsole.zendesk.com/hc/en-us/articles/115000428507-AMP-FAQ)\r\n\r\n**Cross Device Identity Mangement (Declarative and Predictive)** \r\nPredictive DCIM costs an extra fee. \"The Predictive CDIM report describes all of the devices associated with people already in a given segment. It allows you to identify and map consumers and behavior patterns consistently across all devices, screens, and platforms.\"\r\n\r\n_Key features include_: \"Connects known and unknown devices (declared and predictive) / Create a CDIM segment directly from the report / Aggregate audiences and their data across devices / A choice of similarity levels allows you to consider the trade off between accuracy and scale\". _Key benefits include_: \"Improves reach, relevance, and inventory monetization / Increases your opportunity to sequence ads, at optimal frequency, for consistent messaging and experience across channels, throughout the journey / Delivers accurate analytics for segment profiles and campaign conversions?\r\n\r\n_Probablistic Matching:_ \r\n\"How does the probabilistic matching algorithm work?\r\n\r\nThe core of the model is designed to uncover the devices that stay together in various places over long periods of time. To do this effectively there are three important considerations - scale, training, and validation.\r\n\r\n* Scale - Because the success of the model is predicated on seeing lots of devices and how they move over time, it is essential to have massive reach into the device world. With one of the largest device footprints on the planet, Salesforce DMP has an advantageous position from which to deliver accurate results.\r\n* Training - Salesforce DMP uses deterministic data coming from authenticated events (logins, purchases, etc) to provide a truth set for training the algorithm.\r\n* Validation - From the deterministic data set, Salesforce DMP reserves some data to validate the efficacy of the model.\r\n\r\nBetween these three items we are able to continuously improve the accuracy of the predictions and deliver a better product.\r\n\r\nTo better understand the view of devices over time, consider a user's work and home movement. During the work day, all of the user's devices are likely to be tied to the same IP from work. However, colleagues are also tied to the same IP and in that single snapshot of time, it may be assumed the user and their colleagues are the same person.\r\n\r\nLooking at that same IP address at night, there is likely no activity, as everyone has left the office. When looking at the user's home IP at night, all of the devices that belong to that user and their family are tied to the same IP. That single snapshot might imply that the usr and their family are one \"person\".\r\n\r\n_Predicting with device composition:_ \"Device Composition: Salesforce DMP uses predictive cookie matching to fill in the gaps where cookies may not be present, such as mobile apps, Safari browser, ad blocking software, etc. However, because Google is looking for active audience cookies, the two systems use different logic around device composition. If your segment includes a high volume of non-stable cookies (mobile/Safari/cookie-less devices), that can impact the match rate.\" [Salesforce, 37](https://konsole.zendesk.com/hc/en-us/articles/115010886887-DFP-FAQ)\r\n\r\n\"Each user creates multiple Krux User IDs (KUIDS) - cookies in browsers as well as IDFAs or AdIDs for mobile apps. Once our cross devices algorithm identifies that two of these KUIDs belong to the same person, we increase the count of \"people\" by one and select one of the KUIDs to be the \"leading\" KUID. We call this the one the \"Uber ID\". \r\n\r\nThere are some rules in place to determine which of the KUIDs is elected the Uber ID. This evaluation can change from day to day. If the Uber ID KUID is not active for a couple of days, it loses it's status as Uber ID. In this special case, the Uber ID is removed from the segment population list and shown accordingly as \"deleted\". \r\n\r\nIt is mainly Safari users to contribute to these Uber ID changes, as on Safari each page impression created a unique new KUID.\" [Salesforce, 54](https://konsole.zendesk.com/hc/en-us/articles/115006652948-Segment-Processing-FAQ)\r\n\r\n**Salesforce DMP Einstein** \r\n\"Salesforce DMP Einstein Segmentation, which allows marketers to use machine learning to discover the multiple distinct personas that exist within their audience.\r\n\r\nUsing Einstein AI, on top of unified consumer data from both first and third-party sources, enables us to algorithmically determine the \u201cpersonas\u201d that best define a brand\u2019s audience. Now, companies can personalize marketing and reach each key persona with a message that is going to resonate, rather than blasting a one-size-fits-all retargeting message to everyone that happened to land on a particular webpage. For example, Conagra Brands has seen dramatic results by customizing the messages to different consumer personas for its Hunt\u2019s brand.\r\n\r\nThis is a great example of how our data management layer consisting of first, second, and third-party data can feed our growing AI layer to create tangible value for marketers\" [Salesforce, 1](https://www.salesforce.com/blog/2017/05/krux-is-now-salesforce-dmp.html)\"\r\n\r\n**Tracking** \r\n_Device strategies & KUIDs:_ \"We differentiate between Mobile Web and Mobile App. Mobile work works just like Desktop Web with KUIDs stored as 3rd Party cookies. This has all the benefits and limitations (e.g. Safari) Desktop Web has.\r\n\r\n_Reidentification:_ \"Can I reidentify users in Apps?\r\nYes, the IDFA or AdID stays constant. Users can be reidentified and targeted in Apps with these device IDs. User can reset this ID and receive a new one though. This is comparable to deleting cookies but not widely used.\" [Salesforce, 3](https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ)\r\n\r\n_Mobile Web & Mobile IDs:_ \"Can I connect Mobile Web and Mobile App users?\r\nNatively this is not possible. If the user logs in on Mobile Web and Mobile App using the same credentials, Salesforce DMP can store this login ID to both the Mobile Web cookie and the Mobile App device ID and such create a connection of the profiles. This is treated just like cross-device identification.\" [Salesforce, 3](https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ)\r\n\r\n_Tracking in Safari and 3rd party cookie subversion:_ Uses Hashed Device Management and 1st Party cookies (set by clients) to target Safari users, as well as a proprietary Hashed Device Identification; fingerprinting. **Salesforce can use Google PPID** if in conjunction with client and client shares Google cloud storage location. \r\n\r\nCan you user-match with 3rd-party data providers when utilizing a first-party cookie?\r\n\r\nClients will issue a 1st-party cookie to the Salesforce DMP, which we then take as our ID. Since it's not a 3rd party cookie \u2013 even though we are acting as an agent of our clients \u2013 it means that we are unable to sync those users with a 3rd party data provider unless the 3rd party fires a match pixel.\r\n [Salesforce, 4](https://konsole.zendesk.com/hc/en-us/articles/115000428307-Safari-FAQ)\r\n\r\n_CDIM & Hashing:_ \"What makes Salesforce's Hashed ID different from competitive offerings?\r\nThere are a few vendors outside of Salesforce who provide Hashed Device IDs, however, they do not couple it with a CDIM solution. This enables Salesforce to associate Safari activity within a larger, holistic set of that individual\u2019s data and utilize Safari activity within a larger conversion path.\r\n\r\nHow can you tell if other providers offering Hashed Device Management solutions are accurate or employing CDIM?\r\nIf or when you hear really high numbers of unique users (UUs) reported against Safari, it often means that they are not resolving the browser down to a single user; each page view counts as a UU in Safari if you don't have a CDIM solution.\" [Salesforce, 4](https://konsole.zendesk.com/hc/en-us/articles/115000428307-Safari-FAQ)\r\n\r\n\"Do users have a KUID in Mobile Devices?\r\nWe differentiate between Mobile Web and Mobile App. Mobile work works just like Desktop Web with KUIDs stored as 3rd Party cookies. This has all the benefits and limitations (e.g. Safari) Desktop Web has.\r\n\r\nMobile Apps cannot access cookies. They provide their device IDs IDFA (iOS) or AdID (Android) which are used by Salesforce DMP as unique identifiers instead of a Salesforce DMP cookie.\r\n\r\nCan I reidentify users in Apps?\r\nYes, the IDFA or AdID stays constant. Users can be reidentified and targeted in Apps with these device IDs. User can reset this ID and receive a new one though. This is comparable to deleting cookies but not widely used.\r\n\r\nCan I connect Mobile Web and Mobile App users?\r\nNatively this is not possible. If the user logs in on Mobile Web and Mobile App using the same credentials, Salesforce DMP can store this login ID to both the Mobile Web cookie and the Mobile App device ID and such create a connection of the profiles. This is treated just like cross-device identification.\" [Salesforce, 58](https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ)\r\n\r\n**Hashed Device Management (targeting Safari 3rd party blocking)** \r\nUsed for Safari because Safari has 3rd party blocking [Salesforce, 16](https://konsole.zendesk.com/hc/en-us/articles/115012183888-Hashed-Device-Management)\r\n\r\n\"The Salesforce DMP Hashed Device Management solution allows for targeting users on Safari browsers that block 3rd party cookies. Please open a ticket in the Help Portal if you would like to request Hashed Device Management.\" Details here: [Salesforce, 35](https://konsole.zendesk.com/hc/en-us/articles/115011230687-How-to-verify-Hashed-Device-Management)\r\n\r\n**User matching** \r\n_For a great guide on user matching, see:_ [Salesforce, 32](https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import)\r\n\r\nSalesforce and 3rd parties each use their own IDs, and match users by firing the _other_ party's pixel when their own pixel fires on a site. Match rate is the percentage of users of party A known by party B. SF DMP match rates exclude Safari and app IDs. Increased match rates create greater scale, and \"Greater audience scale creates more options for managing and optimizing campaign tactics such as segmentation, personalized messaging, frequency, omni channel journey, etc.\" Because of 3rd party blocking, **Safari users can typicaly not be matched to partners at all.** \r\n\r\n\"By default, we run user match pixels on client\u2019s websites through the Control Tag for all partners a client is working with. We fire it on all pages with a frequency cap of 3 times over a 24-hour period for a given user. This will ensure return users are matched, but will not overwhelm client\u2019s sites with unnecessary tag fires. We set the tag to fire \"immediately\" to make sure users are matched before leaving the page. \r\n\r\nIt will take up to 30 days for the match rate to reach its peak after a new user match pixel has been activated.\r\n\r\nUnlike first party data that is exclusively available to the client who owns it, user match tables are shared across all Salesforce DMP clients. This way, each client can benefit from the user match pixels being fired on other client\u2019s websites.\r\n\r\nSalesforce has one of the largest footprints in the industry, thus providing exceptionally high match rates. Match rates can vary from country to country though, depending on both Salesforce's and the partner\u2019s footprint in that market.\r\n\r\nIt is also possible for partners to fire the Salesforce DMP user match pixel across all their inventory to improve the match rate upon request.\" [Salesforce, 23](https://konsole.zendesk.com/hc/en-us/articles/115006072448-User-Matching-and-Match-Rates-FAQ)\r\n\r\nCritically, \"The Client User ID will have a one-to-many relationship with the Krux User ID in the User Match table. Note that in general, there may be multiple Krux User IDs mapped to a given Client User ID because the Krux User ID is browser specific whereas the Client User ID will be the same across multiple browsers (assuming that it is indeed a persistent user ID as opposed to a first-party cookie).\"\r\n\r\n\"For example, if there are 3 columns called Age Group, Gender, and Interest in the client\u2019s registration database that need to be imported into Salesforce DMP, then the following represents a valid data file that can be ingested by Salesforce DMP:\r\n\r\nUser1234^gender:male;age:18-24;interest:fishing\r\nUser2345^gender:female\r\nUser3456^age:35-44\r\nUser4567^gender:male;interest:fishing,boating\r\n\r\nWhen Salesforce DMP processes this file, we will create 3 attributes called Gender, Age, and Interest in the client\u2019s Salesforce DMP account. We will also automatically create the corresponding attribute values: male and female under gender and 18-24, 35-44 under age, and fishing and boating under interest.\r\n\r\nSalesforce DMP supports full-refresh.\" [Salesforce, 32](https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import)\r\n\r\nEvaluating matched users:\r\n\r\n\"Segment Population is the device population of this segment from the Manage Segments screen. This is a count of all devices that are part of the segment based on the segment's rules.\r\n\r\nMatchable population is the Segment Population minus those devices that cannot be matched to a partner. This includes Safari cookies, as per default Safari deleted all cookies after each page impression. A DSP Safari cookie will never show up again and thus can't be served ads to. Many DSPs also don't accept mobile identifiers (IDFA and AdID). So in those cases we also deduct them.\r\n\r\nSegment Match Rate is the percentage of users from the matchable population that we have matched the DSPs cookie against within the last 30 days. We only send these users as older users are not accepted by the DSPs.\r\n\r\nMore info on user matching can be found here:\r\nhttps://konsole.zendesk.com/hc/en-us/articles/115006072448-User-Matching-and-Match-Rates-FAQ\r\n\r\nCumulative population is the population we expect to see in DSP after all the previous considerations. In reality this can differ due to circumstances outside our control. E.g. Google only counts users that have been active in Google's universe on at least two different days for its population/forecasting. For full refresh connections the cumulative population is the population we send every day.\" [Salesforce, 48](https://konsole.zendesk.com/hc/en-us/articles/115009920168-Partner-Management-Additional-Account-Details-FAQ)\r\n\r\n**Ad Server analytics** \r\n\"Salesforce DMP's Yield Analytics reports allow you to understand and analyze audience segment delivery and yield across all ad impressions, irrespective of whether an ad was targeted to an audience segment or not. The \"raw\" ad impression delivery information is combined with the user audience segment map managed in the Salesforce DMP platform to produce these audience segment delivery and yield reports... The ad impression log file contains a record of every impression delivered, and each impression delivery record must contain the Krux User ID of the user who saw the ad. Note that it is not required for every delivery record to contain the Krux User ID; Salesforce DMP simply ignores the records that don't contain the Krux User ID, but the accuracy of the reports is directly proportional to the number of records that contain the Krux User ID\" [Salesforce, 30](https://konsole.zendesk.com/hc/en-us/articles/218445237-Ad-Server-Integration-for-Yield-Analytics).\r\n\r\n**Content Engagement Reports** \r\nReports allow site metrics like:\r\n\r\n* pageviews and unique visits for both segments and unique users; \r\n* Loyalty report cards (\" records the number of return visits per unique over a selected time period\"; will \"Monitor website engagement over time\"; and \"Highlights your total users (unique devices) per site, as well as return users to that site and the percentage of your total uniques that those return users represent\"); \r\n\r\n* Social Activity reports (\"describes all social sharing you have enabled through direct integration* with Facebook or Twitter\"; allows you to \"Build social influencer segments. These segments can be used to target users who are likely to share on social media: Capture Facebook Shares, Facebook Likes, Facebook Unlikes and Twitter Tweets\"; with features like \"Flexible date ranges\" and \"See the URLs of the top Facebook Likes and Twitter tweets; click-through to the original content\". (NOTE: \" third-party implementations, such as AddThis or ShareThis are not included.\")\r\n* Search keywords report: \"gives a list and population of referral keywords associated with inbound web traffic from top search engines including Google, Bing, and Yahoo\" so you can \"Build segments around search keywords; Identify valuable words to use for search campaigns to increase traffic to your site. This can help to identify good keywords for paid search campaigns; Capture site search terms and link them to your site as a data source\". This \"Lists the source, keyword, and population of referrals over the last thirty days, and is filterable by site and section\" and \"Site results are processed weekly, and all recorded keywords are available in the Segment Builder [Salesforce, 38](https://konsole.zendesk.com/hc/en-us/articles/115010860288-Content-Engagement-Report-FAQ)\r\n\r\n**Frequency Reports** \r\n\"Frequency Reports describe how many times what percentage of your audience has seen your ad. This allows you to assess how to improve conversion. Very high frequency is typically a sign of waste, and as such, a source of cost-saving. Very low frequency can suggest the audience isn\u2019t seeing the campaign enough to spur conversion, in which case it too is wasteful.\" The goal is to have the right amount of exposure for efficient conversions. [Salesforce, 39](https://konsole.zendesk.com/hc/en-us/articles/115010860128-Frequency-Report-FAQ)\r\n\r\n**Funnels Report** \r\n\"The Funnels report tracks the sequence of events on customers\u2019 paths to conversion and allows you to optimize accordingly. Use Funnels to understand at what stage in the conversion process users drop off, then target those users to encourage them to finish their purchase, registration, etc.\r\n\r\nBenefits:\r\n\r\n* Allows you to track individual user actions in a purchase process (or other conversion)\r\n* Monitor conversion success, perform A/B testing, and learn more about converted users with funnel reports based on events and event attributes\" [Salesforce, 40](https://konsole.zendesk.com/hc/en-us/articles/115010690407-Funnels-FAQ)\r\n\r\n**Lookalike Modeling** \r\n\"Lookalike Modeling applies an algorithm to a base audience segment and finds new people with features and characteristics similar to those in the base audience. Similarity and reach metrics will allow you to find the most useful lookalike with the highest similarity at the reach level required.\r\n\r\nBenefits:\r\n\r\n* Find prospects for acquisition campaigns\r\n* Expand reach by finding lookalikes among known users\"\r\n\r\n\"Uses 1st and 3rd party data for modelling\" [Salesforce, 41](https://konsole.zendesk.com/hc/en-us/articles/115010859928-Lookalike-Modeling-FAQ)\r\n\r\n**Audience Profile Report** \r\n\"The Audience Profile report shows demographic information about a specific campaign or segment and the segments with the greatest number of unique impressions.\"\r\n\r\nBenefits:\r\n\r\n* Learn which demographics your segments or campaigns fall into and export to share with clients or colleagues\r\n* Top overlapping segments will show how similar or unique your segments are\r\n\r\nFeatures:\r\n\r\n* The gender, age, and household income profile of your users is determined using information from third-party data providers\" [Salesforce, 44](https://konsole.zendesk.com/hc/en-us/articles/115010859168-Audience-Profile-Report-FAQ)\r\n\r\n\"Does the Loyalty report use devices or people?\r\n\r\nDevices; People are only displayed in the Segment dashboard.\" Safari users are not included because Safari doesn't allow 3rd party cookies. [Salesforce, 52](https://konsole.zendesk.com/hc/en-us/articles/115007354408-Salesforce-DMP-Reporting-FAQ)\r\n\r\n## References and External Links\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/krux-digital](https://www.crunchbase.com/organization/krux-digital)\r\n* _Salesforce, 01._ https://www.salesforce.com/blog/2017/05/krux-is-now-salesforce-dmp.html\r\n* _Salesforce, 02._ https://konsole.zendesk.com/hc/en-us/articles/115000451248-Salesforce-DMP-SDK-FAQ\r\n* _Salesforce, 03._ https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ\r\n* _Salesforce, 04._ https://konsole.zendesk.com/hc/en-us/articles/115000428307-Safari-FAQ\r\n* _Salesforce, 05._ https://secure.sfdcstatic.com/assets/pdf/misc/BCRPublicFAQ.pdf\r\n* _Salesforce, 06._ https://www.salesforce.com/company/privacy/full_privacy.jsp\r\n* _Salesforce, 07._ https://konsole.zendesk.com/hc/en-us/articles/217039187-Privacy-Policy-and-Opt-Out-Guide\r\n* _Salesforce, 08._ https://konsole.zendesk.com/hc/en-us/articles/115007222048-PII\r\n* _Salesforce, 09._ https://konsole.zendesk.com/hc/en-us/articles/115010458727-Data-Onboarding-Partners\r\n* _Salesforce, 10._ https://konsole.zendesk.com/hc/en-us/articles/227144948-Data-Collection-Partners\r\n* _Salesforce, 11._ https://konsole.zendesk.com/hc/en-us/articles/226620988-Data-Activation-Partners\r\n* _Salesforce, 12._ https://konsole.zendesk.com/hc/en-us/articles/217592967-Third-Party-Data-Marketplace\r\n* _Salesforce, 13._ https://konsole.zendesk.com/hc/en-us/articles/115012227268-Data-Sentry-Iris-Video-Tutorial\r\n* _Salesforce, 14._ https://konsole.zendesk.com/hc/en-us/articles/115010652267-Data-Sentry-IRIS-FAQ\r\n* _Salesforce, 15._ https://konsole.zendesk.com/hc/en-us/articles/115010652267-Data-Sentry-IRIS-FAQ\r\n* _Salesforce, 16._ https://konsole.zendesk.com/hc/en-us/articles/115012183888-Hashed-Device-Management\r\n* _Salesforce, 17._ https://konsole.zendesk.com/hc/en-us/articles/115010825168-Media-Tag-Generator-Video-Overview\r\n* _Salesforce, 18._ https://konsole.zendesk.com/hc/en-us/articles/115008240047-How-to-Create-Bulk-Segments\r\n* _Salesforce, 19._ https://konsole.zendesk.com/hc/en-us/articles/115007996507-Events-Overview\r\n* _Salesforce, 20._ https://konsole.zendesk.com/hc/en-us/articles/115005914227-How-to-Create-Platform-Segments-in-Salesforce-DMP\r\n* _Salesforce, 21._ https://konsole.zendesk.com/hc/en-us/articles/225407808-How-to-set-up-the-Salesforce-DMP-ControlTag-Helper\r\n* _Salesforce, 22._ https://konsole.zendesk.com/hc/en-us/articles/218941948-How-to-validate-a-Video-Ad-Unit-on-Video-Suite-Inspector-using-HTTP-Fox\r\n* _Salesforce, 23._ https://konsole.zendesk.com/hc/en-us/articles/115006072448-User-Matching-and-Match-Rates-FAQ\r\n* _Salesforce, 24._ https://konsole.zendesk.com/hc/en-us/articles/115012398067-What-if-I-just-want-to-import-data-instead-of-using-the-Control-Tag-SDK-or-other-DMP-tracking-\r\n* _Salesforce, 25._ https://konsole.zendesk.com/hc/en-us/articles/115012555408-What-does-the-Control-Tag-do-\r\n* _Salesforce, 26._ https://konsole.zendesk.com/hc/en-us/articles/115012367627-Will-the-DMP-Control-Tag-Impact-Page-Load-Performance-\r\n* _Salesforce, 27._ https://konsole.zendesk.com/hc/en-us/articles/115009397188-Cross-Device-Identity-Management-CDIM-FAQ-\r\n* _Salesforce, 28._ https://konsole.zendesk.com/hc/en-us/articles/226951307-How-to-Build-Segments-with-CDIM\r\n* _Salesforce, 29._ https://konsole.zendesk.com/hc/en-us/articles/226951307-How-to-Build-Segments-with-CDIM\r\n* _Salesforce, 30._ https://konsole.zendesk.com/hc/en-us/articles/218445237-Ad-Server-Integration-for-Yield-Analytics\r\n* _Salesforce, 31._ https://konsole.zendesk.com/hc/en-us/articles/115002783508-Data-Transfer-File-2-0-Import\r\n* _Salesforce, 32._ https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import\r\n* _Salesforce, 33._ https://konsole.zendesk.com/hc/en-us/articles/115012221127-Browser-Support\r\n* _Salesforce, 34._ https://konsole.zendesk.com/hc/en-us/articles/115011719688-How-Data-Costs-are-Billed\r\n* _Salesforce, 35._ https://konsole.zendesk.com/hc/en-us/articles/115011230687-How-to-verify-Hashed-Device-Management\r\n* _Salesforce, 36._ https://konsole.zendesk.com/hc/en-us/articles/115010886887-DFP-FAQ\r\n* _Salesforce, 37._ https://konsole.zendesk.com/hc/en-us/articles/115010886887-DFP-FAQ\r\n* _Salesforce, 38._ https://konsole.zendesk.com/hc/en-us/articles/115010860288-Content-Engagement-Report-FAQ\r\n* _Salesforce, 39._ https://konsole.zendesk.com/hc/en-us/articles/115010860128-Frequency-Report-FAQ\r\n* _Salesforce, 40._ https://konsole.zendesk.com/hc/en-us/articles/115010690407-Funnels-FAQ\r\n* _Salesforce, 41._ https://konsole.zendesk.com/hc/en-us/articles/115010859928-Lookalike-Modeling-FAQ\r\n* _Salesforce, 42._ https://konsole.zendesk.com/hc/en-us/articles/115010859228-Site-Distribution-Report-FAQ\r\n* _Salesforce, 43._ https://konsole.zendesk.com/hc/en-us/articles/115010859208-Segment-Overlap-Report-FAQ\r\n* _Salesforce, 44._ https://konsole.zendesk.com/hc/en-us/articles/115010859168-Audience-Profile-Report-FAQ\r\n* _Salesforce, 45._ https://konsole.zendesk.com/hc/en-us/articles/115010689407-Segment-Summary-FAQ\r\n* _Salesforce, 46._ https://konsole.zendesk.com/hc/en-us/articles/115010518787--Data-Studio-FAQ\r\n* _Salesforce, 47._ https://konsole.zendesk.com/hc/en-us/articles/115010365788-Why-are-top-segments-different-in-Audience-Profile-Reports-\r\n* _Salesforce, 48._ https://konsole.zendesk.com/hc/en-us/articles/115009920168-Partner-Management-Additional-Account-Details-FAQ\r\n* _Salesforce, 49._ https://konsole.zendesk.com/hc/en-us/articles/115009293927-Over-the-top-OTT-FAQ\r\n* _Salesforce, 50._ https://konsole.zendesk.com/hc/en-us/articles/115009151507-Media-Tagging-FAQ\r\n* _Salesforce, 51._ https://konsole.zendesk.com/hc/en-us/articles/115007393368-Data-Collection-FAQ\r\n* _Salesforce, 52._ https://konsole.zendesk.com/hc/en-us/articles/115007354408-Salesforce-DMP-Reporting-FAQ\r\n* _Salesforce, 53._ https://konsole.zendesk.com/hc/en-us/articles/115006780068-Real-time-Segment-FAQ\r\n* _Salesforce, 54._ https://konsole.zendesk.com/hc/en-us/articles/115006652948-Segment-Processing-FAQ\r\n* _Salesforce, 55._ https://konsole.zendesk.com/hc/en-us/articles/115002018607-UTM-Parameters-FAQ <-- in FP glossary only\r\n* _Salesforce, 56._ https://konsole.zendesk.com/hc/en-us/articles/115000428507-AMP-FAQ\r\n* _Salesforce, 57._ https://konsole.zendesk.com/hc/en-us/articles/115000428427-Data-Layer-FAQ\r\n* _Salesforce, 58._ https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ\r\n* _Salesforce, 59._ https://konsole.zendesk.com/hc/en-us/articles/236268468-Reach-Opportunities-Index-Calculation-Chart-Operations\r\n* _Salesforce, 60._ https://konsole.zendesk.com/hc/en-us/articles/227951188-Klever-UI-People-and-Devices\r\n* _Salesforce, 61._ https://konsole.zendesk.com/hc/en-us/articles/228024867-SuperTag-FAQ", "creation_date": "2017-09-24", "code_signature": "com.krux.androidsdk", "network_signature": "krxd\\.net", "website": "https://www.salesforce.com/products/marketing-cloud/data-management/?mc=DMP", "categories": ["Analytics", "Profiling"]}, "4": {"id": 4, "name": "Ad4Screen", "description": "## Primary Location\r\nFrance (Paris). [Crunchbase, 01](https://www.crunchbase.com/organization/ad4screen)\r\n\r\n## Website\r\n[http://www.ad4screen.com](http://www.ad4screen.com)\r\n[http://www.accengage.com](https://www.accengage.com)\r\n\r\n## About\r\nAd4Screen is \"a marketing and advertising pioneer on Mobile Net (Smartphones, Tablets...)\". They help companies \"to set up performant Mobile advertising campaigns and to increase App User engagement, retention and conversion.\" [Ad4Screen, 02](http://www.ad4screen.com/en/presentation)\r\n\r\n## Ownership\r\nAd4Screen\r\n\r\n## Documentation\r\nVia Accengage [https://docs.accengage.com/display/AND/Integration](https://docs.accengage.com/display/AND/Integration)\r\n\r\n## Products and Services\r\n\r\nAd4Screen advises clients on \"the best possible strategy to limit your risks and we manage, for you, the establishment and management of your campaigns from A to Z!\" (translated from French) [Ad4Screen, 03](http://www.ad4screen.com/publicite-mobile).\r\n\r\n### Products and Services for Mobile Advertising\r\nBranding Campaign / Promote Mobile Sites / Promote Mobile Apps / Mobile RTB / Mobile Tracking / App Store Optimization / Event Driven Strategy (Drive In-Store) [Ad4Screen, 01](http://www.ad4screen.com/en), [Ad4Screen, 02](http://www.ad4screen.com/en/presentation) \r\n\r\n_Branding Campaigns:_ \"The best sites & APPS available; Many available targeting criteria\u2019s (socio-demographics\u2026); Geo-target campaigns; Thematic packages (CSP+, Media, Finance, Sports...); Innovative formats (interstial ads, rich media, videos\u2026) \r\n\r\n_Promoting Mobile Sites:_ \"Thanks to Mobile advertising key results, Ad4Screen enables you to harness the power of your brand, generate more traffic, leads (CPL) and sales on your Mobile Sites and Tablets. Often the gap between click and real visits might be significantly important. With the objective to maximize performance, Ad4Screen guarantees an effective Cost Per Visit (CPV).\" \r\n\r\nDisplay / Rich Media / Videos: \"Our Ad Hoc Experts select the best formats, supports, publishers and Ad-Exchanges in the marketplace in order to efficiently enhance the key advantages and offers of your Mobile Sites and Tablets.\" \r\n\r\nFacebook & Twitter campaigns: \"Our teams are Experts in setting up specific mobile campaigns on Facebook and Twitter. Share high visibility and drive a Performance Business Model forward! Many available targeting criteria specific for Mobile and for each specific plateform. Ensure an Ongoing Performance\" \r\n\r\n_Promote Mobile Apps:_ \"Thanks to Mobile advertising, Ad4Screen helps you to enhance your brand reputation, gain in-depth visibility and increase your volume of APP downloads. Ad4Screen\u2019s specific business goal lies on the guarantee to capture a growing share of Cost Per Download (CPD).\" Display / Videos: \"Our Experts select the market\u2019s best set of formats, supports and well known players in the market in order to empower your Mobile APP or Tablet, whether iOS or Android. \r\n \r\n * Traditional formats: banners, interstitials\r\n * Banners, interstitials HTML5 \r\n * Interstitials videos \r\n * Pre-roll videos \r\n * Geolocalisation \r\n * Native Formats (referring to Facebook, Viadeo, Twitter). \r\n\r\nFacebook & Twitter App install campaigns: \"Our teams are Experts on monitoring Facebook and Twitter campaigns on Mobile. (Mobile Ad Formats exclusively designed to install; Share high exposure and drive a Performance Model forward; Many targeting & optimization criteria; Possibility to track APP installs). Search: \"All Queries made on Google from Smartphones and Tablets are explode! It is today\u2019s business imperative to benefit from Search Query Data to obtain high quality users. Our Operations Team is in charge of your Mobile Adwords campaigns from beginning to end. \r\n\r\n * Buy with CPC \r\n * Double Click Download \r\n * Track In-APP conversion with keywords \r\n\r\n_Mobile RTB Insights:_ \"Our Media Buying & Planning team uses the best next generation Mobile technologies (DSP) in order to program Mobile RTB campaigns. We work with the main 100% Mobile Ad-Exchanges in the market (MoPub, Flurry, Smaato, La Place M\u00e9dia\u2026). \r\n\r\n * Gain wide access to apps ad inventory (80% ad impressions & non available on Web AdEx) \r\n * Use conversion tracking to see in-app activity \r\n * Leverage intelligent algorithms in real time based on in-app conversion \r\n * Communicating to the best with digital savvy shoppers \r\n * Identify your look-alike best prospects \r\n * Invite your Mobile Site Visitors to download your APP\") \r\n\r\n_Mobile Tracking:_ \"Our main concern is to accurately follow conversion on mobile acquisition campaigns to overall revenue. Our ad hoc experts group has the know-how for the best acquisitions and tracking plateforms in the right private marketplaces. \r\n\r\n * Track where your users come from (lever, design, adWord...) \r\n * Analyse and compare specific conversion rates per sources, operating systems, countries, segments\u2026 \r\n * Track how your users interact with your app \r\n * Improve overall ROI by our Experts \r\n\r\n_App Store Optimization:_ \"Benefit from our Trends Report to optimize your organic SEO on App Store.\" \r\n\r\n * Optimize your ranking on Google Play and iTunes \r\n * Improve your APP Ranking in your own category \r\n * Create strong viral effects (Earned media) \r\n * Generate an increase on your organic installs from 10% to 40% per day!\" \r\n\r\n_Event Driven Strategy:_ \"For today\u2019s consumer, Mobile has become the ultimate Digital Shopping Tool. Ad4Screen Operations Team helps you generate more Drive In-Store traffic and positively impact on sales conversion.\r\nWe use the most pertinent Marketing Drive In-Store Tools: \r\n\r\n * Mobile Retargeting\r\n * Push Notification\r\n * GeoTargeted Mobile Advertising\r\n * iBeacon, Geofencing, QR Code...\r\n\r\nAd4Screen implements contest specific rules:\r\n\r\n * Instant Win Games\r\n * Sweepstake\r\n * In-APP & Mobile Web animations [Ad4Screen, 05](http://www.ad4screen.com/en/mobile-advertising)\r\n\r\n### Products and Services for Mobile CRM\r\nPush Notifications / Customer Loyalty Programs (Relationship Programs) / Mobile Retargeting / Email Responsive (Responsive Email Templates) / Mobile Couponing (Mobile Email Tag) / Passbook [Ad4Screen, 01](http://www.ad4screen.com/en), [Ad4Screen, 02](http://www.ad4screen.com/en/presentation)\r\n\r\n_Support:_ Sales Team / Advisory Board / Mobile CRM Experts / Media Buying & Planning / IT Team / Data Mining Team / Support Team \r\n\r\n_Sales Team:_ \"We analyze with you all your requirements and needs to create adapted and breakthrough projects maximizing your ROI.\" \r\n\r\n_Advisory Board:_ \"The Advisory Services Team covers App Store SEO, ROI Optimization, International Acquisition Campaigns Management\u2026\" \r\n\r\n_Mobile CRM Experts:_ \"Our team of experts will support you with setting up Customer Loyalty Programs.\" \r\n\r\n_Media Buying & Planning_: \"We will identify the best traffic sources, getting the best price (CPC, CPL, CPV, CPD...).\" \r\n\r\n_IT Team:_ \"We choose next generation Mobile Marketing technologies, at the cutting-edge of innovation.\" \r\n\r\n_Data Mining Team:_ \"We manage the extraction, integration and analysis of large volumes of DATA to optimize your targeting.\" \r\n\r\n_Support Team:_ \"We are here to help you planning, implementing SDK, training, preserving, updating...\" [Ad4Screen, 02](http://www.ad4screen.com/en/presentation) \r\n\r\n* (translated from French:) \"Our Experts select the best formats, supports, boards and Ad-Exchanges of the market to effectively highlight the benefits and offers of your mobile site and / or tablet.\" [Ad4Screen, 03](http://www.ad4screen.com/publicite-mobile)\r\n\r\nAd4Screen also helps clients set up trigger marketing campaigns [Ad4Screen, 01](http://www.ad4screen.com/en).\r\n\r\n## Privacy Policy\r\nAd4Screen does not appear to list a privacy policy for End Users; see [Ad4Screen, 07](http://www.ad4screen.com/en/privacy-police).\r\n\r\n## Relationships\r\nAdd4Screen lists 200 customers and 5,000 mobile campaigns [Ad4Screen, 02](http://www.ad4screen.com/en/presentation)\r\n\r\n_\"They Trust Us\":_ Betclic / Bouyges Telecom / Europcar / SFR / numericable / ebookers / La Tribune / Le Figaro / Universal Music / Axa / Airfrance KLM / Danone / Saxo Banque / Capcom / Cadremploi.fr / nexity / pole emploi / Rocket Internet / Cond\u00e9 Nast / Nestle / vente-privee.com / Pages Jaunes / Groupe Casino / Voyages-sncf.com / The Walt Disney Company / Price Minister (Rakuten Group) / Club Med / Century 21 / TF1 / Monoprix / keljob.com / kobojo / Explorimmo / easyflirt / Le Monde / LA Tribune / La Redoute / Malakoff-M\u00e9d\u00e9ric / Le PointNathan / Radio France / Orange S.A. (ex France T\u00e9l\u00e9com S.A.) / P\u00f4le emploi (government agency for unemployed) [Ad4Screen, 02](http://www.ad4screen.com/en/presentation), [Ad4Screen, 05](http://www.ad4screen.com/en/mobile-advertising) OTC Agregator [Ad4Screen, 01](http://www.ad4screen.com/en), [Ad4Screen, 04](http://www.ad4screen.com/en/nos-references) \r\n\r\n_Mobile First Alliance:_ In 2014, Ad4Screen \"split its activities into two separate and independent companies\", Accengage and Ad4Screen. Accengage offers a Mobile CRM technology while Ad4Screen specializes in \"mobile media buying and mobile relationship marketing consulting\". The Mobile First Alliance was formed thereafter, composed of three companies: Accengage, Ad4Screen, and Relatia. (Quotes are translated from French.) [Marketing web mobile, 01](http://marketing-webmobile.fr/2014/09/ad4screen-separe-ses-activites-dediteur-de-logiciels-de-mobile-crm-et-dagence-de-publicite-mobile).\r\n\r\n## Details\r\n_Financial details:_ Ad4Screen was founded in 2010 and has raised $10 million [Ad4Screen, 02](http://www.ad4screen.com/en/presentation); [Crunchbase, 01](https://www.crunchbase.com/organization/ad4screen). They were crowdfunded by OTC Agregator, a big French Insurance Company (MMA) and Web contractors (Business Interactive Founders as WCube, Betclic, Boncoin or Poweo) [Ad4Screen, 02](http://www.ad4screen.com/en/presentation).\r\n\r\n_Devices:_ Mobile and tablet media; iOS and Android [Ad4Screen, 03](http://www.ad4screen.com/publicite-mobile); works with iBeacons [Ad4Screen, 07](http://www.ad4screen.com/ibeacon).\r\n\r\n### Methods\r\nRetargeting / Push Notifications / GeoTargeted Mobile Advertising / iBeacon, Geofencing, QR Code / Mobile tracking (including across apps) / Conversion tracking (including intelligent algorithms for in-app conversion) \r\n\r\n_Mobile Push Notification & In-app Message:_ \"Do you have a smartphone app? Benefit from push notification, the new and efficient communication channel to interact with your app visitors. Communicate in real time, by sending the right message, to the right person, at the right time toward the right place inside the app. Our CRM Mobile Experts help you build customer loyalty programs in order to create more proximity and engagement with your app users.\" \r\n\r\n_Customer Loyalty Programs:_ \"Ad4Screen enables you to set up a True Value added customer loyalty programs with your savvy shoppers to dialog with them at each touchpoint of their life cycle. \r\n\r\n * Set up trigger marketing scenarios (send fully automated follow-ups according to mobile user behavior)\" \r\n * Display a welcome message at first open \r\n * Send out alerq messages tbox messages in an application\u2019s life-cycle (last update, error messages, news feed\u2026) \r\n * Send out good deals to capture a growing share of revenue \r\n * Reactive abandoned shopping carts \r\n\r\n_Mobile Retargeting:_ \"2 retargeting methods roll into action to retarget your digital device users: \r\n\r\n * From opt-in to push notification, mobile users are identified by Ad4Screen as having abandoned their shopping cart and reminded via customized push notifications \r\n * No opt-in to push are retargeted in a display mode through targeted customized banners and interstitials \r\n\r\n_Responsive Email:_ \"Ad4Screen delivers a Customer Seamless Experience to read your newsletter on Smartphone by displaying the email according to the device used by the user. \r\n\r\nNet benefits with responsive email: \r\n\r\n * Email designed according to the screen size of the device \r\n * Make it easier to read and interact with your current and prospective customers \r\n * Optimize Click-Through-Rates (Click-to-Open Rates, Click Conversation Rates) \r\n * Yield a significant ROI \r\n\r\n_Mobile Email Tag:_ \"Discover belong your subscribers who read your newsletters from a smartphone and display them in real time a bespoke banner offering to download your app. \r\n\r\nNet benefits with Mobile Email Tag: \r\n\r\n * Redefine smartphone users to individual profile \r\n * Complete mobile user\u2019s status \r\n * Enrich profiles according to the device used \r\n * Drive more traffic and generate high quality installs! \r\n\r\n_Passbook:_ \"Thanks to Ad4Screen, discover Passbook and boost your in-store traffic. The application is able to stock reward cards, ad spend coupons and other tickets. With Passbook you can:\r\n\r\n * Dematerialize your loyalty reward cards, ad spend coupons, tickets\u2026 without the need to develop an app dedicate for it \r\n * Generate in-store traffic by sending a relevant message or a push based on user\u2019s location \r\n * Plan specific events and remind them the last discount day \r\n * Recommend to install your iPhone app [Ad4Screen, 06](http://www.ad4screen.com/en/push-notifications)\r\n\r\n## References\r\n* Ad4Screen, 01. [http://www.ad4screen.com/en](http://www.ad4screen.com/en) \r\n* Ad4Screen, 02. [http://www.ad4screen.com/en/presentation](http://www.ad4screen.com/en/presentation) \r\n* Ad4Screen, 03. [http://www.ad4screen.com/publicite-mobile](http://www.ad4screen.com/publicite-mobile) \r\n* Ad4Screen, 04. [http://www.ad4screen.com/en/nos-references](http://www.ad4screen.com/en/nos-references) \r\n* Ad4Screen, 05. [http://www.ad4screen.com/en/mobile-advertising](http://www.ad4screen.com/en/mobile-advertising) \r\n* Ad4Screen, 06. [http://www.ad4screen.com/en/push-notifications](http://www.ad4screen.com/en/push-notifications) \r\n* Ad4Screen, 07. [http://www.ad4screen.com/ibeacon](http://www.ad4screen.com/ibeacon)\r\n* Crunchbase, 01. [https://www.crunchbase.com/organization/ad4screen](https://www.crunchbase.com/organization/ad4screen) \r\n* Marketing Web Mobile, 01. [http://marketing-webmobile.fr/2014/09/ad4screen-separe-ses-activites-dediteur-de-logiciels-de-mobile-crm-et-dagence-de-publicite-mobile](http://marketing-webmobile.fr/2014/09/ad4screen-separe-ses-activites-dediteur-de-logiciels-de-mobile-crm-et-dagence-de-publicite-mobile)\r\n\r\n## External links\r\n* _Crunchbase (Ad4Screen)_: [https://www.crunchbase.com/organization/ad4screen](https://www.crunchbase.com/organization/ad4screen) \r\n* _AppBrain_: [https://www.appbrain.com/dev/AD4Screen/](https://archive.is/SgBjU)", "creation_date": "2017-09-24", "code_signature": "com.ad4screen.sdk", "network_signature": "a4\\.tl|accengage\\.com|ad4push\\.com|ad4screen\\.com", "website": "http://www.ad4screen.com", "categories": ["Advertisement"]}, "5": {"id": 5, "name": "Google DoubleClick", "description": "** Deprecated and replaced by Google AdMob**\r\n\r\n## Primary Location\r\nUnited States (New York City) [Crunchbase, 01](https://www.crunchbase.com/organization/doubleclick)\r\n\r\n## Website\r\n[https://www.doubleclickbygoogle.com](https://www.doubleclickbygoogle.com)\r\n\r\n## About\r\nDoubleClick offers products and services to publishers and advertisers. Publishers use DoubleClick to display advertisements, and advertisers use DoubleClick to control the displaying of their ads by publishers.\r\n\r\n## Ownership\r\nGoogle\r\n\r\n## Documentation\r\n[https://developers.google.com/doubleclick-publishers/docs/start](https://developers.google.com/doubleclick-publishers/docs/start)\r\n\r\n## Products and Services\r\n\r\n### Identification and Analytics\r\n* Through DoubleClick Campaign Manager (DCM), Google uses mobile device IDs to attribute conversions to mobile devices [DoubleClick, 07](https://developers.google.com/doubleclick-advertisers/guides/conversions_overview#using_mobile_device_id).\r\n* DoubleClick segments audiences for targeted advertising [The Guardian, 01](https://www.theguardian.com/technology/2012/apr/23/doubleclick-tracking-trackers-cookies-web-monitoring).\r\n* Google performs cross-device identification (via Google Attribution) [Search Engine Land, 01](https://searchengineland.com/google-attribution-search-marketers-need-know-275751); [DoubleClick, 01](https://www.doubleclickbygoogle.com/articles/google-debuts-new-ad-attribution-service); [Forbes, 01](https://www.forbes.com/sites/roberthof/2017/05/23/did-that-ad-work-google-debuts-new-ai-driven-ad-attribution-service).\r\n* Google connects data to personally identifiable information [ProPublica, 01](https://www.propublica.org/article/google-has-quietly-dropped-ban-on-personally-identifiable-web-tracking).\r\n* DoubleClick offers analytics services for revenue management [DoubleClick, 05](https://www.doubleclickbygoogle.com/solutions/revenue-management/ad-exchange); [DoubleClick, 06](https://support.google.com/dcm/partner/answer/4568975?hl=en); [Online-behavior.com, 01](http://online-behavior.com/analytics/dfp-audience)\r\n\r\n### Store visit tracking\r\nThrough AdWords, Google offers insights on store-visit conversions: \"In DoubleClick Search, you can report on store visit conversions by adding a custom AdWords store visit conversions column to a report\" [Google, 01](https://support.google.com/ds/answer/6348835?hl=en).\r\n\r\n### Advertising Methods\r\n* DoubleClick loads targeted advertisements [Google, 03](https://support.google.com/dfp_premium/answer/2884033?hl=en); [Google, 05, PDF](http://services.google.com/fh/files/misc/case-study-accuweather-delivers-enhanced-value-to-advertisers-with-doubleclick-for-publishers-and-google-analytics-360.pdf); [The Guardian, 01](https://www.theguardian.com/technology/2012/apr/23/doubleclick-tracking-trackers-cookies-web-monitoring).\r\n* Google Attribution integrates information from several Google ad services, including DoubleClick, to evaluate the effectiveness of ads, from search to store visits [Forbes, 01](https://www.forbes.com/sites/roberthof/2017/05/23/did-that-ad-work-google-debuts-new-ai-driven-ad-attribution-service); [Google, 04](https://support.google.com/richmedia/answer/3399874?hl=en)\r\n* Google is using offline and online data sources to conduct real-world location targeting [Google, 01](https://support.google.com/ds/answer/6348835?hl=en); [Google, 02](https://support.google.com/adwords/answer/6100636?co=ADWORDS.IsAWNCustomer%3Dfalse&hl=en-GB); [TechCrunch, 02](https://techcrunch.com/2017/05/23/google-is-now-using-deep-learning-to-measure-store-visits); [DoubleClick, 02](https://support.google.com/adxseller/answer/6016023?hl=en)\r\n* Google conducts real-time targeting [DoubleClick, 04](https://www.doubleclickbygoogle.com/articles/bt-sport-dynamic-ad-insertion-google)\r\n* Google uses artificial intelligence (via Google Attribution) [Forbes, 01](https://www.forbes.com/sites/roberthof/2017/05/23/did-that-ad-work-google-debuts-new-ai-driven-ad-attribution-service); [TechCrunch, 01](https://techcrunch.com/2017/05/23/google-attribution-is-a-free-and-easy-way-to-evaluate-marketing-efforts); [TechCrunch, 02](https://techcrunch.com/2017/05/23/google-is-now-using-deep-learning-to-measure-store-visits)\r\n* Google targets across devices and channels [Forbes, 01](https://www.forbes.com/sites/roberthof/2017/05/23/did-that-ad-work-google-debuts-new-ai-driven-ad-attribution-service)\r\n* DoubleClick provids bidding services [DoubleClick, 05](https://www.doubleclickbygoogle.com/solutions/revenue-management/ad-exchange)\r\n\r\n### Advertising Networks\r\n* Google conducts data sharing and integration [DoubleClick, 05](https://www.doubleclickbygoogle.com/solutions/revenue-management/ad-exchange); [The Guardian, 01](https://www.theguardian.com/technology/2012/apr/23/doubleclick-tracking-trackers-cookies-web-monitoring); [DoubleClick, 03](https://support.google.com/dfp_premium/answer/6281539?hl=en); [AppsFlyer, 01](https://support.appsflyer.com/hc/en-us/articles/115003213726-DoubleClick-Integration-Guide)\r\n\r\n## Privacy Policy\r\nA Google search for \"DoubleClick Privacy Policy\" brings the user to the general Google privacy policy web page.\r\n\r\n_Cookies:_ Google's privacy policy states that Google uses cookies in web broswers for targeted advertising. They also store a record of the ads they serve in their logs. Log data includes \"your web request, IP address, browser type, browser language, the date and time of your request, and one or more cookies that may uniquely identify your browser.\" They anonymize the log data by \"removing part of the IP address (after 9 months) and cookie information (after 18 months)\". Google services, such as AdWords, AdSense, and a range of DoubleClick-branded services, may send cookies to your bro]]wser when you visit a page or see an ad that uses one of these services. \r\n\r\n_Other technologies:_ Google may \"select advertising based on information about your computer or device, such as your device model, browser type, or sensors in your device like the accelerometer.\" \r\n\r\n_Location:_ Google may infer your location \"from a variety of sources\", including your IP address, search queries, as well as you \"precise location from your mobile device\" and \"websites or apps that you use may send information about your location\" to Google. Google \"uses location information in our ads products to infer demographic information, to improve the relevance of the ads you see, to measure ad performance and to report aggregate statistics to advertiser.\" \r\n\r\n_Mobile tracking:_ When cookies are not available (eg, in mobile devices), Google \"may use technologies that perform similar functions to cookies. Sometimes Google links the identifier used for advertising on mobile applications to an advertising cookie on the same device in order to coordinate ads across your mobile apps and mobile browser. This can happen, for example, when you see an ad within an app that launches a web page in your mobile browser. This also helps us improve the reports we give to our advertisers on the effectiveness of their campaigns.\"\r\n\r\n_Opt-out and user control:_ Users can control cookie tracking through Google Ad Settings, consumer choice tools created under self-regulation programs in many countries, and through the management of cookies in web browser settings. Users can opt out of personalized ads in apps through Android and iOS device settings [Google, 06](https://www.google.com/policies/technologies/ads).\r\n\r\n## Details\r\nDoubleClick was founded in 1995 [Crunchbase, 01](https://www.crunchbase.com/organization/doubleclick).\r\n\r\n## References\r\n* _AppsFlyer, 01._ https://support.appsflyer.com/hc/en-us/articles/115003213726-DoubleClick-Integration-Guide \r\n* _Crunchbase, 01._ https://www.crunchbase.com/organization/doubleclick\r\n* _DoubleClick, 01._ https://www.doubleclickbygoogle.com/articles/google-debuts-new-ad-attribution-service \r\n* _DoubleClick, 02._ https://support.google.com/adxseller/answer/6016023?hl=en \r\n* _DoubleClick, 03._ https://support.google.com/dfp_premium/answer/6281539?hl=en \r\n* _DoubleClick, 04._ https://www.doubleclickbygoogle.com/articles/bt-sport-dynamic-ad-insertion-google \r\n* _DoubleClick, 05._ https://www.doubleclickbygoogle.com/solutions/revenue-management/ad-exchange \r\n* _DoubleClick, 06._ https://support.google.com/dcm/partner/answer/4568975?hl=en \r\n* _DoubleClick, 07._ https://developers.google.com/doubleclick-advertisers/guides/conversions_overview#using_mobile_device_id \r\n* _Forbes, 01._ https://www.forbes.com/sites/roberthof/2017/05/23/did-that-ad-work-google-debuts-new-ai-driven-ad-attribution-service \r\n* _Google, 01._ https://support.google.com/ds/answer/6348835?hl=en \r\n* _Google, 02._ https://support.google.com/adwords/answer/6100636?co=ADWORDS.IsAWNCustomer%3Dfalse&hl=en-GB\r\n* _Google, 03._ https://support.google.com/dfp_premium/answer/2884033?hl=en\r\n* _Google, 04._ https://support.google.com/richmedia/answer/3399874?hl=en \r\n* _Google, 05, PDF._ http://services.google.com/fh/files/misc/case-study-accuweather-delivers-enhanced-value-to-advertisers-with-doubleclick-for-publishers-and-google-analytics-360.pdf\r\n* _Google, 06._ https://www.google.com/policies/technologies/ads\r\n* _Online-behavior.com, 01._ http://online-behavior.com/analytics/dfp-audience \r\n* _ProPublica, 01._ https://www.propublica.org/article/google-has-quietly-dropped-ban-on-personally-identifiable-web-tracking \r\n* _Search Engine Land, 01._ https://searchengineland.com/google-attribution-search-marketers-need-know-275751 \r\n* _TechCrunch, 01._ https://techcrunch.com/2017/05/23/google-attribution-is-a-free-and-easy-way-to-evaluate-marketing-efforts \r\n* _TechCrunch, 02._ https://techcrunch.com/2017/05/23/google-is-now-using-deep-learning-to-measure-store-visits \r\n\r\n## External links\r\n* _Crunchbase (DoubleClick):_ [https://www.crunchbase.com/organization/doubleclick](https://www.crunchbase.com/organization/doubleclick)\r\n* _Wikpedia (DoubleClick):_ [https://en.wikipedia.org/wiki/DoubleClick](https://en.wikipedia.org/wiki/DoubleClick)\r\n* _Ghostery (DoubleClick:_ [https://apps.ghostery.com/apps/doubleclick](https://apps.ghostery.com/apps/doubleclick)", "creation_date": "2017-09-24", "code_signature": "", "network_signature": "2mdn\\.net|dmtry\\.com|doubleclick\\.com|doubleclick\\.net|mng-ads\\.com", "website": "https://www.doubleclickbygoogle.com/", "categories": []}, "6": {"id": 6, "name": "Weborama", "description": "## Primary Location\r\nFrance (Paris)\r\n\r\n## About\r\nWeborama \"collect, organise, stock, transform and operate data within the advertising ecosystem, thanks to a 400 million profiles database\" [Weborama, 02](https://www.weborama.com/data/presentation); [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf). They provide ad analytics and behavioral targeting services [Crunchbase, 01](https://www.crunchbase.com/organization/weborama).\r\n\r\n## Ownership\r\nWeborama\r\n\r\n## Documentation\r\n[https://be-interactive.atlassian.net/wiki/spaces/SDK/pages/5931037/Integration+with+DFP](https://be-interactive.atlassian.net/wiki/spaces/SDK/pages/5931037/Integration+with+DFP)\r\n\r\n## Products and Services\r\nWeborama \"specializes in creating and delivering targeted online ads. Weborama identifies the content, services and products that are most likely to match the interest of specific user groups according to their browsing history\" [Weborama, 07](https://www.weborama.com/e-privacy/our-commitment).\r\n\r\nWeborama features an audience-driven advertising platform:\r\n\r\n\"The Weborama platform enables advertisers to create audience segments from Media, Site and/or CRM data. These segments can be enhanced using 3rd party data. Advertisers can use these segments to buy ad space and target their campaigns. The Weborama platform analyses the performance of these campaigns and audiences and optimises them in real time\" [Weborama, 02](https://www.weborama.com/data/presentation). \r\n\r\n\"Weborama has been developing solutions in adserving, data Management Platform (DMP), audience analysis, data segmentation and target segments for 15 years\" [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf). \r\n\r\n_Weborama Audience Manager:_ A Data Management Platform; it is a \"data management platform for segmentation of different sources of 1st party (CRM, media and website) data, enriched by 3rd party data using access to data owned by Weborama.\"\r\n\r\n_Weborama Audience Insight:_ A \"tool for analysing audience behavior on internet sites\" \r\n\r\n_Weborama Campaign Manager:_ \"adserving tool for management and optimisation of advertising campaigns\" \r\n\r\n_Weborama Advanced Rich Media:_ A \"tool for managing rich media/video campaigns\" \r\n\r\n_Weborama Audience Exchange:_ A \" premium multi-device audience platform, on two channels (WaX for agency, WaX for trading desk). Classic formats, rich media and in stream\" \r\n\r\nWeborama offers audience analysis and a targeted marketing proposal for publishers [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf).\r\n\r\n## Privacy Policy\r\n\r\nWeborama's website privacy policy was last updated in 2014 and does not mention mobile.\r\n\r\n_Opt out procedure:_ \"Users can choose to opt out of Weborama\u2019s anonymous data collection program. Once users opt out, Weborama does not collect navigation data or create marketing profiles anymore. Opting out does not prevent users from receiving online ads delivered by Weborama, but these ads are delivered randomly. They are not targeted to a user\u2019s modelled interest or demographics, are not delivered in sequence or delivered according to any previous advertising interaction. When users opt out, Weborama stores a specific cookie on their browser. Weborama\u2019s opt-out cookie has to be downloaded on each computer and each browser used by users. If cookies are disabled, erased, or altered, and if browsers or operating systems are modified or upgraded, the opt-out process might need to be performed again.\" [Weborama, 07](https://www.weborama.com/e-privacy/our-commitment)\r\n\r\n_Opting out:_ \"In accordance with current legislation, internet users can unsubscribe at any moment from Weborama\u2019s data collection programme, either by using the opt-out on the group\u2019s website, or via the icon Ad Choices, which can be found on all targeted advertising, and returning it via website YourOnlineChoices at IAB Europe.\" [\r\n\r\n_Personally identifiable information:_ Weborama \"does not collect personally identifiable information (PII) such as name, email address or phone number. Weborama does not profile users according to their political, philosophical, sexual or religious preferences, ethnic or racial origins, trade union membership or health condition.\r\n\r\n_Segmenting and age:_ Weborama does not intentionally profile or target sensitive audience segments such as children under the age of 13 or any other segments considered sensitive by IAB Europe\u2019s Self-regulation Online Behavioural Advertising (OBA) Framework.*\"\r\n\r\n_Data Usage and Security:_ \"Navigation data is used by Weborama to build users\u2019 marketing profiles. These profiles are used to deliver, target and/or analyse online marketing campaigns. These actions are conducted by Weborama on behalf of its clients, or by business partners with whom Weborama synchronises anonymous user profiles. Measures have been implemented to protect information from unauthorized or unlawful access, use or disclosure, and against accidental loss, damage or destruction. Access to data is restricted to authorized individuals. Weborama is a member of the Internet Advertising Bureau (IAB) and complies with all applicable laws and regulations as well as with IAB principles as described in the Online Behavioural Advertising (OBA) Framework.\"\r\n\r\n_Privacy Policy last updated:_ Weborama was last updated 16th of October 2014\" [Weborama, 07](https://www.weborama.com/e-privacy/our-commitment)\r\n\r\n## Relationships\r\n\"Over 300 clients use Weborama\u2019s innovative solutions to drive and optimise their online investments in France, Spain, Italy, Portugal, Holland, UK and Russia\" [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf).\r\n\r\nOdnoklassniki (the first Russian social network) / Move Publishing [Weborama, 01](https://www.weborama.com) / EDF / MAIF / Pernod Ricard / Medela / Endesa / Findus / Yeppon / Moschin [Weborama, 06](https://www.weborama.com/documents/2017/09/weborama-growth-of-the-operating-profit-in-the-first-half-of-2017.pdf)\r\n\r\n## Details\r\n_Financial details:_ Weborama was founded in 1998 (listed on Alternext since June 2006 as ALWEB) [Weborama, 02](https://www.weborama.com/data/presentation); it had a market capitalization of \u20ac28 million as of 2015 [Wikipedia, 01](https://fr.wikipedia.org/wiki/Weborama](https://fr.wikipedia.org/wiki/Weborama). Weborama recorded revenues of 24.3 million Euros in 2012 [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf); revenues \"reached \u20ac29 million in 2016\" [Weborama, 05](https://www.weborama.com/infos-financieres/financial-figures). Operating income was up in early 2017. A recently signed international agreement with \"a leading media/marketing player...will especially enable Weborama to grow its presence in the United States.\" [Weborama, 06](https://www.weborama.com/documents/2017/09/weborama-growth-of-the-operating-profit-in-the-first-half-of-2017.pdf)\r\n\r\n_Growth:_ Weborama had 110 million profiles in 2013; this suggests a growth of 300 million profiles in just 4 years [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf); [Weborama, 07](https://www.weborama.com/e-privacy/our-commitment)\r\n\r\n_Devices:_ Web browsers / Trackers in mobile apps\r\n\r\n### Methods\r\n_Data assets:_ Weborama has \"400 million profiles in the European database\" and \"More than 200 socio-demo, behavioural and intenders criteria\". This is used for \"data solutions\" for advertisers; the Audience Manager gives \"an exclusive and native access to 400 million profiles in Europe\" with a \"360\u00b0 view of behavioural and socio-demographic data\". Audience Insight \"allows viewing the audience structure by age, gender and occupation, along with the distribution of behavioural segments and clusters\", which \"helps publishers to drill down into their audience profile in real time, and thereby to maximise its monetisation\" [Weborama, 04](https://www.weborama.com/data/the-offering).\r\n\r\nWeborama tags placed on a publisher's website allows them to \"collect raw and anonymous navigation data\". They conduct \"Audience analysis, followed by a relevant and targeted marketing proposal\" to be \"conducted within three weeks from the date Weborama tags\" the website [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf)\r\n\r\nWeborama \"collects anonymous user navigation data via a network of several thousands of partner websites. These websites make it possible for Weborama to store cookies on users\u2019 browsers to allow for their anonymous identification and tracking over the Internet. Navigation data collected by Weborama only includes non-personally identifiable information (NPII) such as URL pages, software equipment, keywords used for searching, geographic location (at state or city level), and advertising interaction history\" [Weborama, 07](https://www.weborama.com/e-privacy/our-commitment).\r\n\r\n_Location targeting:_ \"Generate qualified traffic in store thanks geolocation\" [Weborama, 02](https://www.weborama.com/2017/09/retail-which-dmps-use-cases) \r\n\r\n_Big Data:_ \"Data is at the heart of its expertise, thanks to its strategists, data consultants, computer linguists, statisticians, mathematicians and developers. Big Data is the driver of development today at Weborama, and will continue to be in the future. Great cares are taken to collect data anonymously, internet user benefits from more relevant advertising.\" [Weborama, 02](https://www.weborama.com/data/presentation)\r\n\r\n_Semantic processing: Cookies, segmenting, & survey:_ \"the data is sourced anonymously from 300,000 sites, using cookies, then processed instantly. this audience classification is a critical process within each database. thanks to this methodology Weborama has a database of 110 million profiles of behavioural, socio-demographic, and purchasing intent data in Europe, 70 million of which are from France. Today, Weborama has identified almost 200 clusters (centres of interest) based on the behaviour of internet users, divided into 23 segments (a segment being a \u201cfamily\u201d of clusters). Weborama\u2019s socio-demographic database is built from a sample group of 300,000 active internet users in France who responded willingly to a questionnaire giving their age, gender and socio-professional category. by cross-referencing behavioural clusters with Weborama\u2019s socio-demographic sample group, the sample group data are extrapolated from the database as a whole\" [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf).\r\n\r\n_Patented technologies based on algorithms and the automatic processing of language:_ 33 million active URLs; 300,000 sites analysed each day; 110 million active profiles per month; 3.5 million qualified internet users per day; 25 words per day per internet user.\" [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf) \r\n\r\n_Knowledge: 3rd party & 1st party data:_ The Weborama 3rd party database enriches 1st party data. 3rd party data is \"Data from a third party which do not belong to the advertiser or publisher, but are made available to them for deployment in online marketing\", whereas 1st party data is \"Data belonging to an advertiser or publisher.\"\r\n\r\n_Audience Segmentation & Targeted Advertising:_ With big data collections, Weborama can identify \"look-alikes\" of internet users with a similar profile to those who \"transform\" (\"subscriptions to products offered in the campaign\"). \"This allows them to be offered advertising which is personalised to fit their profile\". Audience segmentation in media campaigns was introducted by an advertiser in 2012; the advertiser was looking to increase the level of transformation while reducing loss of media investments, and called upon Weborama to build a mechanism for its commercial catalogue. Weborama creates a database, including from data collected by advertisers, and builds a targeted advertising model, which includes a model training phase and A/B testing. \r\n\r\nData mining is conducted as follows: \"this database is then enriched with socio-demographic and behavioural criteria for internet users whose profile is known to Weborama, thanks to their database of 70 million qualified profiles in France. this data is cross referenced with the data coming from Weborama Campaign Manager. this anonymous information is accessible as a whole using the internet user identifier (a series of characters for each individual contained in the cookies deposited in the internet explorer). this unique identifier allows Weborama to find the complete profile of the internet user in their database, in real time.\" Search and surf data is used; Weborama then views transactions over weeks, and observes outcomes from users in the database which includes 60 million qualified profiles over approximatley 300 columns, including ads viewed, reactions (visit, click), behavior on the website visited, and socio-demographic and behavioral profile. \r\n\r\nTraining the model is conducted as follows: From the database, build graphic representation and create permanent tree segments. The criteria most relevant to each product or service can be extracted, where the criteria is based on transformation of the internet users exposed to ad campaigns and impressions.\r\n\r\nWeborama's database \"is then enriched with socio-demographic and behavioural criteria for internet users whose profile is known to Weborama, thanks to their database of 70 million qualified profiles in France. this data is cross-referenced with the data coming from Weborama Campaign Manager. this anonymous information is accessible as a whole using the internet user identifier (a series of characters for each individual contained in the cookies deposited in the internet explorer). this unique identifier allows Weborama to find the complete profile of the internet user in their database, in real time.\" \r\n\r\nWeborama runs A/B testing to determine if the model is working, based on confidence intervals. Variation can occur for many reasons, such as a calendar event or a holiday. \r\n\r\n_Segmentation for publishers:_ \"Above all, the aim of publishers is to organise their commercial products so that they can offer advertisers and agencies, in addition to the contextual menu, packs of targeted audiences, enriched by 3rd party data. the second challenge is to build specific audience packs using ad hoc target segments based on both socio-demographic and behavioural targeting (taking account of the internet users\u2019 different areas of interest). \"Segmentation of a site\u2019s audience allows visitor profiles \r\nfrom other areas of interest to be seen. It is highly probable that a current affairs site has, among its audience, people who enjoy other sites (finance, beauty, fashion, cookery, travel...). this will offer the publishers the possibility of assessing their content quality, as well as that of their audience, while expanding their client base. \" \r\n\r\n_Two methods of data enrichment from publishers:_ The first method \"includes the synchronisation and propagation of Weborama\u2019s socio-demographic criteria and behavioural clusters on the publisher\u2019s site audience. this is possible by identifying profiles recognised within the site\u2019s audience, which are already part of the Weborama database. In this particular case, the adserver of the publisher calls the Weborama database for each internet user. If the Weborama database recognises the socio-demographic profile or behaviour of the visitor to the site, the visitor is transferred to the publisher\u2019s adserver. the publisher\u2019s adserver therefore now contains the socio-demographic and behavioural profile of the majority of its internet users.\" \r\n\r\nThe second method \"identifies and analyses the website user\u2019s profiles to create ad hoc target users relevant to the advertisers\u2019 areas of activity.\" Here Weborama creates _ad hoc_ profiles, and then there is a \"transfer of ad hoc target users\": \"the transfer of ad hoc users defined above is possible using a list of different adserver pixels. this transfer is done by a call of the pixels generated by the publisher\u2019s adserver. the volume of profiles per target required are then available directly in the adserver\" [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf).\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/weborama](https://www.crunchbase.com/organization/weborama)\r\n* _Weborama, 01._ [https://www.weborama.com](https://www.weborama.com)\r\n* _Weborama, 02._ [https://www.weborama.com/data/presentation](https://www.weborama.com/data/presentation) \r\n* _Weborama, 03._ [http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf) \r\n* _Weborama, 04._ [https://www.weborama.com/data/the-offering](https://www.weborama.com/data/the-offering) \r\n* _Weborama, 05._ [https://www.weborama.com/infos-financieres/financial-figures](https://www.weborama.com/infos-financieres/financial-figures) \r\n* _Weborama, 06._ [https://www.weborama.com/documents/2017/09/weborama-growth-of-the-operating-profit-in-the-first-half-of-2017.pdf](https://www.weborama.com/documents/2017/09/weborama-growth-of-the-operating-profit-in-the-first-half-of-2017.pdf) \r\n* _Weborama, 07._ [https://www.weborama.com/e-privacy/our-commitment](https://www.weborama.com/e-privacy/our-commitment)\r\n \r\n## External Links\r\n* _Wikipedia (Weborama, French):_ [https://fr.wikipedia.org/wiki/Weborama](https://fr.wikipedia.org/wiki/Weborama) \r\n* _Wikipedia (Weborama, English translation):_ [https://translate.google.com/translate?hl=en&sl=fr&u=https://fr.wikipedia.org/wiki/Weborama&prev=search](https://translate.google.com/translate?hl=en&sl=fr&u=https://fr.wikipedia.org/wiki/Weborama&prev=search)", "creation_date": "2017-09-24", "code_signature": "com.weborama.", "network_signature": "weborama\\.fr|weborama\\.net", "website": "https://www.weborama.com", "categories": ["Analytics"]}, "7": {"id": 7, "name": "Smart", "description": "## Primary Location\r\nFrance\r\n\r\n## Website\r\n[http://smartadserver.com](http://smartadserver.com)\r\n\r\n## About\r\nSmart uses a \"full stack ad technology\" for digital campaigns [Smart, 03](http://smartadserver.com/request-a-demo). They deliver \"multi-screen and multi-channel advertising\" for clients [Smart, 01](http://smartadserver.com). \r\n\r\n## Ownership\r\nSmart\r\n\r\n## Documentation\r\n[https://github.com/smartadserver/SAS-DFP-Adapter-Android](https://github.com/smartadserver/SAS-DFP-Adapter-Android)\r\n\r\n## Products and Services\r\n_Solutions for publishers:_ Ad Server / Programmatic / Mobile / Video / Ad Formats [Smart, 04](http://smartadserver.com/publisher-platform/holistic-ad-server) \r\n\r\n_Full stack ad technology platform:_ Smart is a full stack ad technology platform: \"We come to work because we want to solve the biggest problem publishers, advertisers and agencies face in online advertising \u2014 control. It\u2019s simple. When other companies sell and resell your ad inventory and data through various parties, you depreciate your company\u2019s value along the way. Smart\u2019s integrated ad server and RTB+ Solution allows you to maintain control over your valuable media assets. We provide you with one robust engine to drive your revenues at any scale. Your ad server is the core of your business. It\u2019s your most important strategic asset. It\u2019s that much more powerful when it is seamlessly integrated with RTB+ and can handle the monetization and delivery of any kind of ads \u2013 display, rich media, video \u2013 on any platform \u2013 web, mobile web or mobile apps\" [Smart, 05](http://smartadserver.com/what-we-do/our-mission). \r\n\r\n_Holistic Ad Server:_ \"One integrated platform to run your entire advertising business, including direct and programmatic campaigns, across all digital formats and screens. Optimize operations without losing time switching between platforms... As the central piece of the puzzle, the ad server gets the big picture. It can optimize the value of each impression by taking absolutely all parameters into account in real time allowing direct sales to compete with programmatic ones. The platform dynamically allocates ads by incorporating all activity on the network: traffic and inventory forecasting, delivery planning, guaranteed campaign commitments, offers, and targeting parameters\" [Smart, 04](http://smartadserver.com/publisher-platform/holistic-ad-server). \r\n\r\n\"The Smart AdServer full stack platform features both an ad server and an SSP. From a single entry point, you can manage all your revenue sources: direct, programmatic and ad network mediation. Our outstanding holistic yield optimization algorithm ensures that each impression is sold through the best sales channel in order to maximize your overall revenue\" [Smart, 06](http://smartadserver.com/publisher-platform/full-stack).\r\n\r\nThe service offers:\r\n \r\n* Cross-platform delivery\r\n* Forecasting \r\n* Ad format builder\r\n* Viewability measurement\r\n* Open and extendable services\r\n* Expert support [Smart, 04](http://smartadserver.com/publisher-platform/holistic-ad-server)\r\n\r\n_Premium Programmatic:_ \"Our cross-platform, cross-device, cross-channel technology is 100% independent, 100% publisher-focused and easy-to-use. Access top quality buyers via an SSP integrated into the ad server.\" This can:\r\n\r\n1. Deliver premium ad campaigns (for rich media, native ads, and video)\r\n2. Manage any type of deal (open auction for unreserved inventory; direct deals of fixed-price unreserved inventory; private auctions for buyers; and guaranteed deals with same options as for direct campaigns)\r\n3. Regain full control of your inventory (granular control over RTB rules, including transparency level of your inventory, setting floor prices, and block-lists; quality monitoring utilizing smart machine learning, 3rd party tools, transparency reports, and a creative control interface)\r\n4. Optimize your advertising revenue (manage all of your revenue sources - direct, programmatic, and ad network mediation - from a single interface). A holistic yield optimization algorithm ensures impressions sold through the best sales channel to maximize revenue; an RTB+ Dashboard offers analytics for insights and revenue decisions; Smart AdServer teams to consult; and Smart Yield+ to optimize rules and price floors [Smart, 08](http://smartadserver.com/publisher-platform/premium-programmatic).\r\n\r\n_RTB Mobile:_ Deliver relevant mobile ad experiences, using rich media templates so \"you can create a campaign even if you don\u2019t have stellar technical skills\" [Smart, 09](http://smartadserver.com/publisher-platform/mobile).\r\n\r\n## Relationships\r\n650+ customers [Smart, 11](http://smartadserver.com/media-buyers) \r\n150+ integrated partners [Smart, 10](http://smartadserver.com/what-we-do/ecosystem) \r\n\r\n_Demand partners:_ Radium one / Turn / AppNexus / DoubleClick bid manager by Google / MediaMath / Adform / criteo (A.I. marketing platform) / nextperf / theTradeDesk / sociomantic / quantcast / Index / BidSwitch / DataXu / AdRoll / Vizury / Sitescout / Liquid M / LDmobile / mediasmart / Trademob / A mob / StikeAd / loopMe / DynAdmic / Zebestof / Pocketmath / adelphic / TLVMedia [Smart, 10](http://smartadserver.com/what-we-do/ecosystem) / himediagroup / aufeminin / Axel Springer / SFR R\u00e9gie / Orange / M-Publicite / L'\u00c9quipe / Clar\u00edn / Genesismedia / Antevenio / [Smart, 13](http://smartadserver.com/company/customers)\r\n\r\n_Others:_ \r\n\r\n* 2nd screen: screenpulse / TVTY Real Time / Visiware International \r\n* 3rd Party Vendors: adform / celtra / DoubleClick by Google / Atlast by Facebook / flashtalking / InMobi / inspired / justAd / MobileAds / S4M / Sizmek / userADgents / weborama / Joule \r\n* Analytics: Keynote / S4M \r\n* Audience Data: AudienceScience / ezakus / Globalfastads.com / navegg / Tail Target / krux \r\n* Brandsafety: adwatchisobar \r\n* Content Delivery Network: Akamai / Level(3) \r\n* Creatives: iab / iab MRAID webTester / iab compliant VAST \r\n* Environment: Android / HTML5 / W3C \r\n* Forecast: Yieldex \r\n* Membership: iab / MMA (Mobile Marketing Association) \r\n* Order management: adlogix.eu / Advendio.com / fivia / nugg.ad \r\n* Privacy: Ghostery / Your Online Choices \r\n* Publishing Networks: Facebook / Google Display Network / msn / Pandora / Q1 Media / The New Yorker / Travel+ Leisure / YouTube \r\n* Video Players: brightcove / Dailymotion / flowplayer / JWPlayer / OOYALA \r\n* Viewability: AppNexus [Smart, 10](http://smartadserver.com/what-we-do/ecosystem)\r\n\r\nAntevenio (ad network that delivers 1.2 billion ad impressions/month to MTV, Paramount, Libertad Digital, Letsbonus, Repsol, BBC, etc. - see [Smart, 07](http://smartadserver.com/uploads/EN_SAS_RTB_Case_study_antevenio_2014_3.pdf)) / access to 50,000 leading global marketer brand buyers through Smart AdServer's Demand Partner Network [Smart, 08](http://smartadserver.com/publisher-platform/premium-programmatic) altitude digital / adikteev [Smart, 11](http://smartadserver.com/media-buyers) / Fraudlogix [Smart, 12](http://smartadserver.com/wp-content/uploads/2017/10/20170606_Brand_Safety_Policy.pdf)\r\n\r\nIn 2012, Smart AdServer teamed up with Rubicon Project for integration into their client base [ExchangeWire, 01](https://www.exchangewire.com/blog/2012/07/23/addressing-the-stack-smart-adserver-teams-up-with-rubicon-project-to-maximise-yield).\r\n\r\n_Industry Affiliations:_ European Interactive Digital Advertising Alliance [Ghostery, 01](https://apps.ghostery.com/apps/smart_adserver)\r\n\r\n## Privacy policy\r\n_Cookies & Web Beacons:_ \"Like most digital marketing solutions, Smart AdServer uses \u201ccookies\u201d and other technologies to enhance users\u2019 experiences on the web, to deliver more relevant ads, and for ad delivery and reporting. We cannot use these technologies to personally identify you, and these technologies do not damage your system or files. Smart AdServer uses these technologies to help recognize a unique computer or device so we are able to deliver relevant advertising and measure the impact of that advertising.\" \r\n\r\n_Cookie Opt-Out:_ The cookie opt-out policy allows users to \"opt out form our advertising network\" and \"ensures you that your browser will not be identify anymore by our system\", see \"http://www.smartadserver.com/diffx/optout/IABOptout.aspx. A blank page will open, confirming the opt-out process has been completed and Smart AdServer will no longer place cookies on your computer.\"\r\n\r\n_Online Behavioral Advertising opt-out via YourOnlineChoices platform:_ \"Smart AdServer is a member of the European Interactive Digital Advertising Alliance (EDAA) and a signatory to the Self-Regulatory Principles for Online Behavioral Advertising (http://www.edaa.eu/european-principles/).\"\r\n\r\nThe EDAA offers a Consumer Choice Page (http://youronlinechoices.eu) (opt-out). To learn more, please visit http://edaa.eu.\" [Smart, 02](http://smartadserver.com/company/privacy-policy)\r\n\r\nSmart promises no personal identity is revealed through their practices: \"Online measurements are compiled and anonymous\"; \"We cannot use [ cookies and other technologies ] to personally identify you\"\r\n\r\n## Details\r\n_Financial Details:_ Smart AdServer was created by Internet portal Aufeminin.com in 2001 [clubic, 01](http://www.clubic.com/actualite-145758-100-clients-francais-smart-adserver.html). In 2007, Axel Springer acquired Aufeminin.com. Smart AdServer became independent from Aufeminin.com when it was acquired by Sino-French private-equity fund Cathay Capital for 37 million \u20ac [Wikipedia, 01](https://en.wikipedia.org/wiki/Smart_Adserver); [JDN, 01](http://www.journaldunet.com/ebusiness/publicite/vente-smart-adserver-cathay-capital.shtml); [Smart, 14](http://smartadserver.com/smart-adserver-officially-becomes-independent-with-the-support-of-cathay-capital); [Cathay, 01](http://www.cathay.fr/en/news/cathay-buy-smart-adserver-e37m). Smart AdServer \"generated turnover of $16 million in 2014\" [Ad Exchanger, 01](https://adexchanger.com/platforms/smart-adserver-goes-independent-via-private-equity-firm). \r\n\r\n## Details\r\n_Financial details:_ Smart was founded in 2001 [Crunchbase, 01](https://www.crunchbase.com/organization/smart-adserver)\r\n\r\n_Scope:_ For programmatic buyers: \r\n* 50 billion auctions per month on desktop 30 billion auctions per month on mobile \r\n* 650+ publishers / 800 million unique visitors \r\n* 30,000 sites and apps [Smart, 11](http://smartadserver.com/media-buyers) \r\n* 150 billion monthly impressions [Smart, 13](http://smartadserver.com/company/customers)\r\n\r\n### Methods\r\nCookies & Web Beacons are used (including pixel tags) [Smart, 02](http://smartadserver.com/company/privacy-policy)\r\n\r\n\"Sites and Advertisers are using the system to manage the delivery of their online advertising campaigns. They can collect anonymous statistical data on their visitors to follow the delivery of their campaign and to increase their performance. We may also collect information including your IP address, your ISP, the browser you used to visit a site, and in some cases, whether you have Flash installed. This is generally used for geotargeting purposes or showing certain ads depending on your browser configuration. Online measurements are compiled and anonymous. They essentially relate to Internet advertising campaign exposure: the number of impression of a banner, the number of clicks or the number of visitors having seen the campaign. Some statistics may relate to the performance of the campaign (\u2018return of investment\u2019). In addition to that, Smart AdServer may use cookies to provide advanced statistical data.\" [Smart, 02](http://smartadserver.com/company/privacy-policy)\r\n\r\n_Mobile:_ \r\n1. _Location targeting based on:_ device type; connection type; location through geotargeting; SDK version; screen size; any sales channel; geofencing (\"Use GPS positioning to pinpoint your target audience based on proximity to a location\"). \r\n\r\n2. Prefetch: Deliver ads to users when offline (eg, during commute)\r\n\r\n3. Viewability: \"Measure the number of viewable impressions and define viewability settings based on parameters such as location and area of ad exposure.\"\r\n\r\n4. Reporting and forecasting: \"Get real-time campaign statistics as well as accurate and reliable forecasts based on date, media type, operator, brand model, location and more.\"\r\n\r\n5. Showcasing: \"Showcase apps by previewing ad on actual devices before it goes live\" [Smart, 09](http://smartadserver.com/publisher-platform/mobile)\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/smart-adserver](https://www.crunchbase.com/organization/smart-adserver)\r\n* _ExchangeWire, 01._ [https://www.exchangewire.com/blog/2012/07/23/addressing-the-stack-smart-adserver-teams-up-with-rubicon-project-to-maximise-yield](https://www.exchangewire.com/blog/2012/07/23/addressing-the-stack-smart-adserver-teams-up-with-rubicon-project-to-maximise-yield)\r\n* _Ghostery, 01._ [https://apps.ghostery.com/apps/smart_adserver](https://apps.ghostery.com/apps/smart_adserver)\r\n* _Smart, 01._ [http://smartadserver.com](http://smartadserver.com)\r\n* _Smart, 02._ [http://smartadserver.com/company/privacy-policy](http://smartadserver.com/company/privacy-policy)\r\n* _Smart, 03._ [http://smartadserver.com/request-a-demo](http://smartadserver.com/request-a-demo) \r\n* _Smart, 04._ [http://smartadserver.com/publisher-platform/holistic-ad-server](http://smartadserver.com/publisher-platform/holistic-ad-server)\r\n* _Smart, 05._ [http://smartadserver.com/what-we-do/our-mission](http://smartadserver.com/what-we-do/our-mission)\r\n* _Smart, 06._ [http://smartadserver.com/publisher-platform/full-stack](http://smartadserver.com/publisher-platform/full-stack)\r\n* _Smart, 07._ [http://smartadserver.com/uploads/EN_SAS_RTB_Case_study_antevenio_2014_3.pdf](http://smartadserver.com/uploads/EN_SAS_RTB_Case_study_antevenio_2014_3.pdf)\r\n* _Smart, 08._ [http://smartadserver.com/publisher-platform/premium-programmatic](http://smartadserver.com/publisher-platform/premium-programmatic)\r\n* _Smart, 09._ http://smartadserver.com/publisher-platform/mobile](http://smartadserver.com/publisher-platform/mobile)\r\n* _Smart, 10._ [http://smartadserver.com/what-we-do/ecosystem](http://smartadserver.com/what-we-do/ecosystem)\r\n* _Smart, 11._ [http://smartadserver.com/media-buyers](http://smartadserver.com/media-buyers)\r\n* _Smart, 12._ [http://smartadserver.com/wp-content/uploads/2017/10/20170606_Brand_Safety_Policy.pdf](http://smartadserver.com/wp-content/uploads/2017/10/20170606_Brand_Safety_Policy.pdf)\r\n* _Smart, 13._ [http://smartadserver.com/company/customers](http://smartadserver.com/company/customers)\r\n* _Smart, 14._ [http://smartadserver.com/smart-adserver-officially-becomes-independent-with-the-support-of-cathay-capital](http://smartadserver.com/smart-adserver-officially-becomes-independent-with-the-support-of-cathay-capital)\r\n* _Wikipedia, 01._ [https://en.wikipedia.org/wiki/Smart_Adserver](https://en.wikipedia.org/wiki/Smart_Adserver) \r\n\r\n## External Links\r\n* _Ghostery_: [https://apps.ghostery.com/apps/smart_adserver](https://apps.ghostery.com/apps/smart_adserver) \r\n* _Wikipedia_: [https://en.wikipedia.org/wiki/Smart_Adserver](https://en.wikipedia.org/wiki/Smart_Adserver)", "creation_date": "2017-09-24", "code_signature": "com.smartadserver.", "network_signature": "adsrvr\\.org|akamai\\.smartadserver\\.com|cdn1\\.smartadserver\\.com|diff2\\.smartadserver\\.com|diff3\\.smartadserver\\.com|diff\\.smartadserver\\.com|eqx\\.smartadserver\\.com|gallery\\.smartadserver\\.com|im2\\.smartadserver\\.com|insight\\.adsrvr\\.org|itx5-publicidad\\.smartadserver\\.com|itx5\\.smartadserver\\.com|js\\.adsrvr\\.org|match\\.adsrvr\\.org|preview\\.smartadserver\\.com|rtb-csync\\.smartadserver\\.com|saspreview\\.com|smartadserver\\.com|smartadserver\\.ru|tmk\\.smartadserver\\.com|usw\\-lax\\.adsrvr\\.org", "website": "http://smartadserver.com/", "categories": []}, "8": {"id": 8, "name": "JW Player", "description": "https://developer.jwplayer.com/android-sdk/", "creation_date": "2017-09-24", "code_signature": "com.longtailvideo.jwplayer.", "network_signature": "g\\.jwpsrv\\.com|jwpltx\\.com|p\\.jwpcdn\\.com", "website": "https://jwplayer.com", "categories": []}, "9": {"id": 9, "name": "Loggly", "description": "\"Loggly is a San Francisco startup developing the world's most popular cloud based logging platform. We have built a highly scalable log management service as a platform which provides great value for the entire organization.\"\r\n\r\n[Privacy Policy](http://loggly.com/privacy/)\r\n\r\n## Data Collected\r\n * Anonymous (Browser Information, Date/Time, Demographic Data, Page Views )\r\n * Pseudonymous (Search History)\r\n\r\n## Data Sharing\r\nAggregate data is shared with 3rd parties.\r\n\r\n## Data Retention\r\nUndisclosed\r\n\r\n[source Ghostery](https://apps.ghostery.com/en/apps/loggly)", "creation_date": "2017-09-24", "code_signature": "com.github.tony19.timber.loggly|com.github.tony19.loggly|com.visiware.sync2ad.logger.loggly.", "network_signature": "loggly\\.com", "website": "http://loggly.com/", "categories": ["Analytics"]}, "10": {"id": 10, "name": "Xiti", "description": "## Primary Location\r\nFrance (Bordeaux) [Crunchbase, 01](https://www.crunchbase.com/organization/at-internet)\r\n\r\n## Website\r\n[https://www.xiti.com/en](https://www.xiti.com)\r\n\r\n## About\r\nXiTi is \"a free web analytics solution that provides data and performance indicators, making it possible to have an overview of a website\u2019s traffic. Hundreds of thousands of users all over the world use XiTi\u00ae Free.\" XiTi offers \"the Analytics Suite, which helps some of the world\u2019s largest brands to measure, analyse, and visualise their data and digital performance\" [AT Internet, 05](https://www.atinternet.com/en/glossary/xiti-free-2).\r\n\r\n## Ownership\r\nAT Internet\r\n\r\n## Documentation\r\n[https://developers.atinternet-solutions.com/android-en/getting-started-android-en/configuration-android-en](https://developers.atinternet-solutions.com/android-en/getting-started-android-en/configuration-android-en)\r\n\r\n## Products and Services\r\n\"One of the world\u2019s major players in digital intelligence since 1996, AT Internet helps companies measure their audience and optimise their digital performance across all channels. AT Internet\u2019s expertise extends from collecting raw data to treating it in real time and delivering it for analysis and the sharing of insights. Applications in AT Internet\u2019s Analytics Suite provide reliable, contextualised and actionable information. Scalable and completely modular, AT Internet\u2019s offering adapts to businesses in all industries: e-commerce, media, finance/banking, corporate institutions. Easy-to-use and accessible to all individuals within a company, these solutions help address the challenges facing both novices and experts in digital analytics and data mining\" [XiTi, 01](https://www.xiti.com/en).\r\n\r\n_AT Intenet Analytics Suite:_ \"Our Analytics Suite is a digital analytics solution that gives you a unified, real-time view of what users do on your website, mobile site and mobile app. Whether you\u2019re a marketing manager or a data analyst, the Analytics Suite brings together all the tools you need for actionable analysis, dashboarding, reporting, data mining and big data exports. Armed with analytics data that\u2019s accurate, consistent and completely reliable, you\u2019ll be able to make sound, data-backed decisions for your business\" [AT Internet, 01](https://www.atinternet.com/en/products). \r\n\r\n_XiTi:_ XiTi is an audience measuring and statistics service for websites. It provides audience and usage statistics regarding website traffic, including mobile internet. XiTi \"many indicators of visitor activity: audience, navigation, origin of the visit, geolocation. Like similar services for commercial use, it tracks the return on investment (ROI) of marketing campaigns (e-mailing campaigns, sponsored links, contextual advertising) and measures the evolution of the turnover of a online shopping website\". XiTi Free offers personal websites limited analytics for free, whereas XiTi Pro \"is intended for showcases or small sites, especially for SMEs / SMIs. It offers a first professional evaluation of the performance of a website\" [Wikipedia, 01, translated from French](https://fr.wikipedia.org/wiki/XiTi). \r\n\r\n\"To use XiTi on a given page you must add in its source code a marker in the form of a JavaScript script that will allow the company's servers to access the information to be saved (based on the headers of which Cookies , the IP address , and the JavaScript environment). An alternative is to insert a small logo (visible for the free version and invisible for paid versions) on each page to be audited\" [Wikipedia, 01, translated from French](https://fr.wikipedia.org/wiki/XiTi).\r\n\r\n_AT Analytics Dashboard:_ \r\n\r\n* \"Build Dashboards: Understand and drive your business at a glance! Create digital analytics dashboards that can be customised down to the pixel and shared across your company.\" \r\n* Tag with Agility: Take control of your tagging with our modular, customisable SmartTag for web and mobile. Speed up implementation and improve load times.\" \r\n* App Analytics: Get rich mobile analytics, in-app, app store and benchmark data. Track mobile user engagement and retention over time\" [AT Internet, 01](https://www.atinternet.com/en/products). \r\n\r\n_Explorer Service:_ \r\n\r\nExplorer's \"iterative analysis...means giving analysts \u2013 whether they are beginners or experts \u2013 the ability to gradually access data, by first offering an intelligent analysis recommendation system based on machine learning, and then offering the ability to slice and dice the data as much and however they wish. Our objective here is simple: offer these users a tool which will help them find the value in their data, step by step, and then help them share the data so that the most can be made of it. To that end, Explorer offers tools that let you work with and refine your data indefinitely notably via filters, drill-downs, on-the-fly segmentation, and custom cross-calculations. \r\n\r\n...with just one click, the analyst can access Data Query to extract data via our API, and then activate that data by creating relevant retargeting campaigns, for example.\r\n\r\nThe analyst can also transform the analysis into a KPI to be directly displayed in a dashboard, thanks to Explorer\u2019s integration in the Analytics Suite. This KPI will allow business users to understand what\u2019s happening, follow the KPI\u2019s evolution, and potentially implement actions as a result\" [Ad Internet, 03](https://blog.atinternet.com/en/interview-finding-the-value-in-your-data-step-by-step). \r\n\r\n_Mobile developments:_ \r\n\r\n\"There are also mobile features that continue to be developed. For example, we are working on the analysis of the customer journey, which is now done on several devices. This cross-device tracking is simple in theory, because in practice, it's more complicated than just following log-in users ... Above all, unlike others, we are very concerned about the respect of Internet users, and everything must be done with their consent, in accordance with the law. We have many other features in preparation. We will also work on marking and its reliability, a \"smart SDK\" for mobile apps, a tool to know the traffic pages and links by surfing the site, or a benchmark mobile apps using data from the app stores\" [JDN, 01](http://www.journaldunet.com/solutions/analytics/1179294-mathieu-llorens-at-internet-ces-4-millions-d-euros-vont-nous-aider-a-passer-un-nouveau-cap). \r\n\r\nXiTi will \"examine any profiling activities done on their advertising networks, especially when analytics data is being used to establish this profiling\" [At Internet, 02, PDF](https://www.atinternet.com/uploads/Digital-Analytics-the-GDPR-5-Things-You-Must-Know.pdf).\r\n\r\n_Trackers:_ \r\n\r\n* Android initialisation (see [AT Internet, 06](https://developers.atinternet-solutions.com/android-en/getting-started-android-en/tracker-initialisation-android-en)) \r\n* Apple iOS (see [AT Internet, 07](https://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/configuration-apple-en)) \r\n* JavaScript (see [AT Internet, 08](https://developers.atinternet-solutions.com/javascript-en/getting-started-javascript-en/tracker-initialisation-javascript-en))\r\n\r\n## Privacy Policy\r\n\r\n_Personal Data:_ XiTi states, \"By default, AT Internet considers all data related to IP address, GPS location and cookies as personal data. We store all this data within the EU. \r\n\r\nWe only keep: \r\n\r\n* IP address data for 6 months maximum \r\n* [Learn more about how we process and anonymise IP addresses.](https://www.atinternet.com/en/company/data-protection/data-collection-on-our-customers-sites/#geolocation)\r\n* GPS location data for 6 months maximum \r\nDuring collection, we truncate all GPS coordinates to two decimal degrees \u2013 we never collect GPS coordinates in their entirety. Truncated coordinates are then converted into a heatmap graphic providing country-level-only informa-tion. Full details are never displayed. \r\n* Our cookies are active during a fixed period of 13 months, and are then deleted from a user\u2019s computer AT Internet\u2019s cookie only contains a unique alphanumeric ID \u2013 no other data is stored in the cookie.\" \r\n\r\n_Transparency:_ XiTi states, \"The GDPR requires companies and organisations (\u201cdata controllers\u201d) to be completely transparent, \u201cusing clear and plain language\u201d, when informing end users (\u201cdata subjects\u201d) about which personal data is collected, where it is stored, and for how long it is kept (see previous section).\" \r\n\r\n\"... AT Internet has the resources required to retrieve, edit or erase any personal data in a timely manner. We will liaise directly with end users on this matter when necessary. We communicate clearly and transparently about end users\u2019 rights in our privacy policy. We also offer an opt-out option for end users who do not wish their activity to be tracked via our web analytics solution.\" \r\n\r\n_Storage Location:_ \r\n\r\n\"AT Internet processes and stores all personal data within the European Union, with no personal data being transferred outside the EU. This information is clearly accessible in our privacy policy, and in our customer contracts.\" \r\n\r\n_Co-Responsibility:_ \"Under the GDPR, when two different organisations (\u201cdata controllers\u201d) work together to establish the purpose and means of processing personal data, they are considered \u201cjoint controllers\u201d and share responsibility. Joint controllers must together determine the details of their \u201crespective responsibilities\u201d for GDPR compliance, especially as it relates to their duties in responding to data subject requests.\"\r\n\r\n\"... AT Internet\u2019s Analytics Suite is GDPR-compliant. We therefore commit to sharing full responsibility with our customers for any potential privacy breaches and sanctions under the GDPR. We will provide each of our customers with a contract addendum \u2013 a Data Protection Agreement, or DPA \u2013 to precisely define the scope of responsibility. If you work with a different digital analytics provider, we strongly recommend you verify the terms of your contract to ensure that responsibility is not automatically transferred to you (via limitations on liability clauses).\" \r\n\r\n_Purposes of Analytics / Cominations and Correlations with Other Customer Data:_ \"Under the GDPR, personal data must only be \"collected for specified, explicit and legitimate purposes and not further processed in a manner that is incompatible with those purposes.\" In other words, your visitors\u2019 data should only be used to achieve the specific thing(s) you\u2019ve informed them of, such as (in the case of analytics) improving their experience on your site, or providing them with tailored content. Your visitors\u2019 data should NOT be used in other ways for which they have not given consent.\" Data profiling requires a Data Protection Impact Assessment (DPIA) \" to determine how this profiling affects the protection of your users\u2019 personal data.\" \r\n\r\n\"... With AT Internet, you always remain the owner of your data. We never use or merge our customers\u2019 analytics data for our own purposes. We do not carry out any profiling activities, and in light of the GDPR, we strongly encourage our customers and prospects to carefully any profiling activities done on their advertising networks, especially when analytics data is being used to establish this profiling.\"\r\n\r\n## Relationships\r\n\"AT Internet has more than 3,800 web analytics customers worldwide from all industries, including more than half of the companies listed on the French stock exchange (CAC 40), as well as many other leading international groups.\" \r\n\r\n\"The power of AT Internet\u2019s Analytics Suite and the quality of its services (consulting, training and support) are recognised worldwide.\" XiTi is \" in all industries\", including \"e-commerce, media, finance/banking, corporate institutions... With more than 200 employees, the group is present in 32 countries via its customers, subsidiaries and partners\" [XiTi, 01](https://www.xiti.com/en). \r\n\r\n\"Our solution is used on more than 20,000 sites and apps around the globe. Discover how our clients have improved their results (ROI, conversion rate, online sales\u2026) thanks to our solutions and services. Learn from their experiences and best practices in web marketing, digital intelligence and digital analytics\" [Ad Internet, 04](https://www.atinternet.com/en/resources/customer-success-stories).\r\n\r\n_AT Internet Clients (from \"Case Studies\"):_ L'Equipe / Groupe La Poste / Younited Credit (Pret D'Union) / Vente-Privee / Lagardere Active / Meinestadt.de / Rambler.ru / Soundcloud / Caradisiac / France Televisions / Reed Expositions / Oxybul Eveil et Jeux / Solocal Group / Nexity / Le Parisien / Priceminister / Ryanair / French Government Information Service (SIG) / Total [Ad Internet, 04](https://www.atinternet.com/en/resources/customer-success-stories)\r\n\r\n## Details\r\n_Financial details:_ AT Internet was founded in 1996, and has raised \u20ac10,250,000 from funders [Crunchbase, 01](https://www.crunchbase.com/organization/at-internet). In 2016, AT Internet obtained 4 million Euros in financing to expand its business [French Chamber Singapore, 01](http://www.fccsingapore.com/publications/internet-obtains-4-million-euros-financing-continue-its-international-growth-and), after having raised approximately 6 million Euros over three years prior [JDN, 01](http://www.journaldunet.com/solutions/analytics/1179294-mathieu-llorens-at-internet-ces-4-millions-d-euros-vont-nous-aider-a-passer-un-nouveau-cap).\r\n\r\n_Devices:_ Desktop / Mobile (Android / iOS)\r\n\r\n_History:_ \"For more than 15 years AT Internet has provided website owners with free access to their web traffic data. Thanks to an easy-to-use solution, you can benefit from key information such as traffic sources, visitor geolocation, and more, in order to manage and improve your site\u2019s impact (whether it\u2019s a blog, a personal website, or otherwise).\r\n\r\nThe XiTi Free project was launched back in 2000 by AT Internet, one of the world\u2019s leading digital analytics companies, and today continues to illustrate the company\u2019s desire to make digital analytics accessible to everyone. The decision to continue supporting a free version to the benefit of a large user community has been the success behind XiTi Free, an essential solution for measuring the traffic of personal websites. [XiTi, 01](https://www.xiti.com/en)\r\n\r\n_Slogans:_ \"The leading free solution for measuring website traffic\" [XiTi, 01](https://www.xiti.com/en)\r\n\r\n## References\r\n\r\n* _AT Internet, 01._ [https://www.atinternet.com/en/products](https://www.atinternet.com/en/products) \r\n* _At Internet, 02, PDF._ [https://www.atinternet.com/uploads/Digital-Analytics-the-GDPR-5-Things-You-Must-Know.pdf](https://www.atinternet.com/uploads/Digital-Analytics-the-GDPR-5-Things-You-Must-Know.pdf)\r\n* _Ad Internet, 03._ [https://blog.atinternet.com/en/interview-finding-the-value-in-your-data-step-by-step](https://blog.atinternet.com/en/interview-finding-the-value-in-your-data-step-by-step) \r\n* _Ad Internet, 04._ [https://www.atinternet.com/en/resources/customer-success-stories](https://www.atinternet.com/en/resources/customer-success-stories) \r\n* _AT Internet, 05._ [https://www.atinternet.com/en/glossary/xiti-free-2](https://www.atinternet.com/en/glossary/xiti-free-2) \r\n* _AT Internet, 06._ [https://developers.atinternet-solutions.com/android-en/getting-started-android-en/tracker-initialisation-android-en](https://developers.atinternet-solutions.com/android-en/getting-started-android-en/tracker-initialisation-android-en)\r\n* _AT Internet, 07._ [https://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/configuration-apple-en](https://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/configuration-apple-en)\r\n* _AT Internet, 08._ [https://developers.atinternet-solutions.com/javascript-en/getting-started-javascript-en/tracker-initialisation-javascript-en](https://developers.atinternet-solutions.com/javascript-en/getting-started-javascript-en/tracker-initialisation-javascript-en) \r\n* _French Chamber Singapore, 01._ [http://www.fccsingapore.com/publications/internet-obtains-4-million-euros-financing-continue-its-international-growth-and](http://www.fccsingapore.com/publications/internet-obtains-4-million-euros-financing-continue-its-international-growth-and)\r\n* _JDN, 01._ [http://www.journaldunet.com/solutions/analytics/1179294-mathieu-llorens-at-internet-ces-4-millions-d-euros-vont-nous-aider-a-passer-un-nouveau-cap](http://www.journaldunet.com/solutions/analytics/1179294-mathieu-llorens-at-internet-ces-4-millions-d-euros-vont-nous-aider-a-passer-un-nouveau-cap) \r\n* _Wikipedia, 01, translated from French._ [https://fr.wikipedia.org/wiki/XiTi](https://fr.wikipedia.org/wiki/XiTi) \r\n* _Xiti, 01._ [https://www.xiti.com/en](https://www.xiti.com/en) \r\n\r\n## External Links\r\n* _Wikipedia (AT Internet):_ [https://en.wikipedia.org/wiki/AT_Internet](https://en.wikipedia.org/wiki/AT_Internet)\r\n* _XiTi (AT Internet):_ [https://www.crunchbase.com/organization/at-internet](https://www.crunchbase.com/organization/at-internet)\r\n* _Ghostery (AT Internet):_ [https://apps.ghostery.com/apps/at_internet](https://apps.ghostery.com/apps/at_internet)", "creation_date": "2017-09-24", "code_signature": "", "network_signature": "", "website": "http://Xiti.com", "categories": []}, "11": {"id": 11, "name": "OutBrain", "description": "\"Our Mission Help people discover content that they can trust to be interesting, relevant and timely for them. OUTBRAIN BY THE NUMBERS We were first in creating content discovery and we are first in markets across the world. We reach more than a half billion people globally each month. 557 MILLION The global audience Outbrain reaches each month. 200 BILLION The total recommendations we serve consumers monthly. 80% Of the world\u2019s leading brands use Outbrain.\" \r\n\r\n[Privacy Policy](http://www.outbrain.com/legal/privacy)\r\n\r\n## Data Collected\r\n * Anonymous (Ad Views, Analytics, Browser Information, Cookie Data , Date/Time, Demographic Data, Hardware/Software Type, Internet Service Provider, Interaction Data , Page Views , Serving Domains)\r\n * Pseudonymous (IP Address (EU PII), Location Based Data, Clickstream Data, Device ID (EU PII))\r\n * PII (Name , Phone Number, Email Address, Login, EU- IP Address, EU- Unique Device ID )\r\n\r\n## Data Sharing\r\nAggregate data is shared with 3rd parties., Anonymous data is shared with 3rd parties., PII data is shared with 3rd parties.\r\n\r\n## Data Retention\r\nAs long as necessary to fulfill a business need or as required by law.", "creation_date": "2017-09-24", "code_signature": "com.outbrain.", "network_signature": "outbrain\\.com", "website": "http://www.outbrain.com/", "categories": []}, "12": {"id": 12, "name": "AppsFlyer", "description": "## Primary Location\r\nIsrael (Herzliya)\r\n\r\n## Website\r\n[https://www.appsflyer.com](https://www.appsflyer.com)\r\n\r\n## About\r\nA mobile & attribution analytics platform that aims to help marketers make better decisions [AppsFlyer, 01](https://www.appsflyer.com)\r\n\r\n## Ownership\r\nAppsFlyer\r\n\r\n## Documentation\r\n[https://support.appsflyer.com/hc/en-us/articles/207032126-AppsFlyer-SDK-Integration-Android](https://support.appsflyer.com/hc/en-us/articles/207032126-AppsFlyer-SDK-Integration-Android)\r\n\r\n## Products and Services\r\nAppsFlyer provides the following services: \r\n\r\n* Fraud prevention, malware protection [AppsFlyer, 04](https://www.appsflyer.com/product/protect360)\r\n* Identity attribution services. AppsFlyer fingerprints devices by their IDs and tracks across datasets (to solve the problem of fragmentation across devices). This works with all Windows 10 devices (including mobile), Android, and iOS [AppsFlyer, 03](https://www.appsflyer.com/product/mobile-attribution-for-user-acquisition).\r\n* Mobile services for targeted advertising [AppsFlyer, 05](https://www.appsflyer.com/product/mobile-ecosystem)\r\n* Marketing across devices and channels [AppsFlyer, 06](https://www.appsflyer.com/product/marketing-analytics)\r\n* Generates reports based on user behavior [AppsFlyer, 06](https://www.appsflyer.com/product/marketing-analytics)\r\n* Tracks which users install apps; tracks successful re-targeting marketing campaigns [AppsFlyer, 07](https://www.appsflyer.com/product/overview)\r\n\r\nAppsFlyer uses artificial intelligence and machine learning for big data analytics [AppsFlyer, 04](https://www.appsflyer.com/product/protect360); [VentureBeat, 01](https://venturebeat.com/2017/05/25/appsflyer-helps-mobile-advertisers-beat-back-ad-fraud-via-machine-learning).\r\n\r\n## Privacy Policy\r\n_Third Parties:_ AppsFlyer states it does not sell data to third parties [AppsFlyer, 02](https://www.appsflyer.com/we-are-appsflyer)\r\n\r\n## Relationships\r\nOver 2,000 network and analytics partners have integrated with AppsFlyer.\r\n\r\n_Investors include:_ Goldman Sachs / Deutsche Telekom / Qumra Capital / Magma Venture Partners / Pitango [AppsFlyer, 02](https://www.appsflyer.com/we-are-appsflyer) \r\n\r\n_Partners:_ Google [Google, 01](https://adwords.googleblog.com/2015/05/new-media-partnerships-and-ad-solutions.html); [TechCrunch, 02](https://techcrunch.com/2015/05/28/google-expands-its-app-promotion-business-with-universal-app-campaigns-and-new-media-partnerships) / Snap / Tencent / HBO / Playtika / Waze / Alibaba / Kayak / Activision [VentureBeat, 01](https://venturebeat.com/2017/05/25/appsflyer-helps-mobile-advertisers-beat-back-ad-fraud-via-machine-learning) / Facebook / Twitter / Accuweather / AdlQuity/Flipkart / Bing Search / Pandora / Opera Software / Ad4Screen / Cooladata / Fiksu / EveryAds / Nanigans / Fyber / HeyZap / Tapjoy / Adroll / Flurry / GameAnalytics / Jampp / Inmobi / Appnexus / Vserv / AppLovin / Vungle / URX / Mobvista / Inneractive / Aarki / Bidalgo / Avazu / Taptica / NativeX / AirPush / Amobee / PlayHaven / Mobilecore / Accesstrade / ADS / ADSNative / Ad County Media / AccordantMedia / Ad2games / Ad2iction / Abakus / APUS / ADyes / Accruo / AID / Aarki / Ad4Game / APPROUND MOBILE / AML / APPSILON / ART DMP / ActionAds / APPAniac / ADvantage / AdBuddiz / ADRW / ADXMI Exchange / ADSAXIS / APPAVE / AVH digital / Actionpay / Ad2Click / ART Ad Platform / ASB / Ad2c / ADPRESSO / Ad@m (kakao) / ADZ JUNCTION MEDIA / ADVERTISE.RU / Ad County / AWIN / Adbird / AdCorsa / Adamas / Adbert / AdReady / Adbrain / Adacts / AdChakra / AdCare / Adattract / AdTiming / AdWyze / AdTen / Adboosters / Adara / AdDeals / Adblender / AdView / AdTiger / AdFit / AdTriba / AdPacker / and many more. For a longer list, see [AppsFlyer, 03](https://www.appsflyer.com/partners)\r\n\r\n## Details\r\n### Financial details & history \r\nAppsFlyer received early seed funding from Microsoft Accelerator and Magma Venture Partners [CrunchBase, 01](https://www.crunchbase.com/funding_round/appsflyer-seed--4b06b119). As of November 2017, AppsFlyer's website lists $84M raised from Top VC's, $6B+ annual mobile ad spend measured, 3k+ mobile tech partners, and 13 global offices (and growing) [AppsFlyer, 02](https://www.appsflyer.com/we-are-appsflyer).\r\n\r\n### Scope\r\nAccording to VentureBeat, AppsFlyer leverages metadata from 98% of the world's mobile devices [VentureBeat, 01](https://venturebeat.com/2017/05/25/appsflyer-helps-mobile-advertisers-beat-back-ad-fraud-via-machine-learning).\r\n\r\n### Devices\r\nThe AppsFlyer SDK is available for Android, iPhone, and Windows Phone\r\n\r\n## References\r\n* _AppsFlyer, 01_. [https://www.appsflyer.com](https://www.appsflyer.com) \r\n* _AppsFlyer, 02_. [https://www.appsflyer.com/we-are-appsflyer](https://www.appsflyer.com/we-are-appsflyer) \r\n* _AppsFlyer, 03_. [https://www.appsflyer.com/partners](https://www.appsflyer.com/partners) \r\n* _AppsFlyer, 04_. [https://www.appsflyer.com/product/protect360](https://www.appsflyer.com/product/protect360) \r\n* _AppsFlyer, 05_. [https://www.appsflyer.com/product/mobile-ecosystem](https://www.appsflyer.com/product/mobile-ecosystem) \r\n* _AppsFlyer, 06_. [https://www.appsflyer.com/product/marketing-analytics](https://www.appsflyer.com/product/marketing-analytics) \r\n* _AppsFlyer, 07_. [https://www.appsflyer.com/product/overview](https://www.appsflyer.com/product/overview)\r\n* _CrunchBase, 01_. [https://www.crunchbase.com/funding_round/appsflyer-seed--4b06b119](https://www.crunchbase.com/funding_round/appsflyer-seed--4b06b119) \r\n* _Google, 01_. [https://adwords.googleblog.com/2015/05/new-media-partnerships-and-ad-solutions.html](https://adwords.googleblog.com/2015/05/new-media-partnerships-and-ad-solutions.html) \r\n* _TechCrunch, 02_. [https://techcrunch.com/2015/05/28/google-expands-its-app-promotion-business-with-universal-app-campaigns-and-new-media-partnerships](https://techcrunch.com/2015/05/28/google-expands-its-app-promotion-business-with-universal-app-campaigns-and-new-media-partnerships)\r\n* _VentureBeat, 01_. [https://venturebeat.com/2017/05/25/appsflyer-helps-mobile-advertisers-beat-back-ad-fraud-via-machine-learning](https://venturebeat.com/2017/05/25/appsflyer-helps-mobile-advertisers-beat-back-ad-fraud-via-machine-learning)\r\n\r\n## External Links\r\n* _Wikipedia (AppsFlyer)_: [https://en.wikipedia.org/wiki/AppsFlyer](https://en.wikipedia.org/wiki/AppsFlyer)\r\n* _AppBrain_: [https://www.appbrain.com/app/appsflyer-sdk-integration-test/com.appsflyer.referrerSender](https://archive.is/ufCAR)", "creation_date": "2017-09-24", "code_signature": "com.appsflyer.", "network_signature": "appsflyer\\.com", "website": "http://AppsFlyer.com", "categories": ["Analytics"]}, "13": {"id": 13, "name": "Ligatus", "description": "\"Ligatus is a performance-marketing system permanently integrated into more than 260 premium-partner portals. Using its own optimisation algorithm, Ligatus enables advertising clients and agencies to position their advertising messages intelligently so that they precisely match the respective target group.\"\r\n\r\n## Data Collected\r\n * Anonymous (Browser Information, Cookie Data )\r\n * Pseudonymous (IP Address (EU PII))\r\n * PII (Name , Address, Phone Number, Email Address)\r\n * Undisclosed \r\n\r\n## Data Sharing\r\nUndisclosed\r\n\r\n## Data Retention\r\nUndisclosed\r\n\r\n[source Ghostery](https://apps.ghostery.com/en/apps/ligatus)", "creation_date": "2017-09-24", "code_signature": ".LigatusManager|.LigatusViewClient|com.ligatus.android.adframework", "network_signature": "ligatus\\.com", "website": "http://ligatus.com", "categories": []}, "14": {"id": 14, "name": "Widespace", "description": "\"Widespace is an international mobile advertising marketplace connecting mobile advertisers with mobile publishers.\"\r\n\r\n## Data Collected\r\n * Anonymous (Analytics, Browser Information, Hardware/Software Type)\r\n\r\n## Data Sharing\r\nAggregate data is shared with 3rd parties.\r\n\r\n## Data Retention\r\nUndisclosed\r\n\r\n[source Ghostery](https://apps.ghostery.com/en/apps/widespace)", "creation_date": "2017-09-24", "code_signature": "com.widespace.", "network_signature": "widespace\\.com", "website": "http://widespace.com", "categories": []}, "15": {"id": 15, "name": "AppNexus", "description": "## Primary Location\r\nUnited States (New York City) [Bloomberg, 01](https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=48973441)\r\n\r\n## Website\r\n[https://www.appnexus.com](https://www.appnexus.com)\r\n\r\n## About\r\nAppNexus offers services for auction-based and directly negotiated media campaigns across the Internet. According to CEO Brian O'Kelley, \"the AppNexus platform\" is \"a single point where all key stakeholders in our ecosystem -- marketers, ad networks, demand side platforms (DSPs), agency networks, exchanges, inventory aggregators, third party data providers, and more -- connect with one another through a powerful technology platform\" [PR Newswire, 01](https://www.prnewswire.com/news-releases/appnexus-officially-launches-ad-platform-fueling-the-real-time-bidding-revolution-in-display-advertising-87460287.html).\r\n\r\n## Ownership\r\nAppNexus\r\n\r\n## Documentation\r\n[https://wiki.appnexus.com/display/sdk/Integrate+the+SDK](https://wiki.appnexus.com/display/sdk/Integrate+the+SDK)\r\n\r\n## Products and Services\r\nFor publishers:\r\n\r\n* Segments audiences\r\n* Uses data analytics to predict delivery risk (ie, delivery of ads)\r\n* Connects ads across devices\r\n* Run bidding ad processes [AppsNexus, 01](https://www.appnexus.com/en/publishers)\r\n\r\nFor advertisers:\r\n\r\n* Harnesses machine learning for \"targeted ads to tens of millions of users, spread out across billions of interconnected devices, all over the world\"\r\n* Real-time data solutions\r\n* Services are used to \"deliver intelligent and customized campaigns to hundreds of millions of consumers each day\"\r\n* Provide over 100 data points at the (consumer) impression level [AppNexus, 02](https://www.appnexus.com/en/buyers)\r\n* 10 billion impressions transactions each day [AppNexus, 03](https://www.appnexus.com/en)\r\n\r\n## Privacy Policy\r\n_Data use and sharing:_ \"The AppNexus Platform allows clients to collect and use Platform data. The Platform ingests information provided by third-party sources to allow clients to use such data to target ads. To do this, clients and data providers may use ID synching to enable the use of this information through the Platform.\" \r\n\r\n\"... The Platform enables AppNexus's clients to collect, buy, and sell data and to use Platform Data to buy and sell online advertising. Sometime AppNexus staff give \"hands-on\" help to clients using the Platform for these purposes, for example by configuring advertising campaigns for clients to best meet their objectives.\"\r\n\r\n\"... The AppNexus Platform allows clients to provide and share Platform Data with each other. Clients also have access to their Platform Data that they collect, acquire, or use on the Platform, and may remove it from the Platform for their own use. AppNexus may provide Platform Data to service providers in order to provide, operate, manage, maintain, and enhance AppNexus' services. AppNexus may provide, or enable others to collect, information for purposes of protecting the safety and security of the online ecosystem, including to detect and prevent malicious activity or fake traffic. AppNexus may also disclose such information in the event we reasonably suspect malicious activity or fake traffic or when we reasonably believe it is required by law, subpoena or other legal process, including to meet national security or law enforcement requirements. AppNexus may also share aggregated data derived from the Platform, including, for example, statistics about Platform activity. Finally, we may transfer Platform Data to a successor entity in connection with a corporate merger, consolidation, sale of assets, bankruptcy, or other corporate change.\"\r\n\r\n_Precise location data collection:_ \"The Platform may ingest Precise Location Information when, for example, an app makes such information available through the Platform.\" \r\n\r\n_PII:_ \"AppNexus does not collect, use, or allow its clients to transfer to or use on the Platform, data that, by itself, directly identifies an individual, such as name, address, phone number, email address, or government identifier. We also prohibit certain categories of sensitive data from being collected, used, or transferred on the Platform.\" \r\n\r\n_Opt-Out:_ In browsers, AppNexus offers an opt-out web browser cookie to opt out of interest-based advertising. On mobile, AppNexus lists an opt-out option through general device settings in Android and iOS. In Android, the setting is \"Opt out of Interest-Based Ads\". To stop location collection, AppNexus tells users to either change the preferences on their device or adjust settings in individual apps. \r\n\r\n_Data Retention:_ AppNexus retains data according to \"industry standards\". \"Platform Data is stored using generally accepted security standards. It is usually aggregated or deleted within 30-60 days, but may be retained in the Platform for up to 18 months from the date of collection before aggregation or deletion. Aggregated data is used for reporting and analysis, and may be stored in the Platform for up to 2 additional years. When clients remove their data from the Platform, their storage and retention of data is governed by their own privacy policies and applicable laws, rules, or regulations.\"\r\n\r\n_Regulation:_ AppNexus supports industry self-regulation, and is \"a member in good standing of the Network Advertising Initiative (NAI), and adheres to the NAI Code of Conduct for Web and Mobile\" [AppNexus, 04](https://www.appnexus.com/en/company/platform-privacy-policy#choices). \r\n\r\n## Relationships\r\n_Clients:_ Affiperf / Air France / Hearst / MEDIA.figaro / The Guardian / Wayfair [AppNexus, 03](https://www.appnexus.com/en) / Underdog Media / Liftoff / Advance Digital / USA Today / Xaxis / Accuen / Bloomberg / Defy Media / Dow Jones / Spectrum Platform Company / District M / BannerConnect / Hitch Digital / ESPN / Fox News / Saavn [AppNexus, 05](https://www.appnexus.com/en/customer-stories)\r\n\r\n## Details\r\n_History:_ AppNexus is \"Founded and managed by the pioneers of the Web's original and most successful ad exchanges at Yahoo!'s Right Media and Google's DoubleClick\" [PR Newswire, 01](https://www.prnewswire.com/news-releases/appnexus-officially-launches-ad-platform-fueling-the-real-time-bidding-revolution-in-display-advertising-87460287.html). AppNexus claims to be \"The world's largest independent digital marketplace\" [AppsNexus, 01](https://www.appnexus.com/en/publishers). \r\n\r\n_Collection Methods:_ \"The Platform uses cookies, beacons, tags, mobile SDKs, and in some cases non-cookie technologies, to collect Platform Data associated with particular web browsers or devices\" [AppNexus, 04](https://www.appnexus.com/en/company/platform-privacy-policy#choices).\r\n\r\n_AppNexus Platform Data Uses:_\r\n\r\n* Interest-based advertising (To opt out of interest-based advertising on the Platform, go to the \"What are your choices?\" section below.)\r\n* Limiting the number of times a user sees a particular ad\r\n* Showing ads in a particular sequence\r\n* Customizing ads to a particular location\r\n* Showing ads related to the content of the web page on which they are shown\r\n* Determining how users respond to ads\r\n* Reporting aggregated statistics regarding, for example, the effectiveness of online advertising campaigns\r\n* The Platform may use Platform Data for cross-device mapping in order to serve or measure advertising on related devices on behalf of our clients\r\n* Typically, companies using technology like the AppNexus Platform own the data that they provide to and get from the Platform. While the AppNexus Platform is designed to use only certain types of data, and Platform clients are prohibited from bringing data onto the Platform that directly identifies an individual, when clients remove their data from the Platform, their use of that data is governed by their own privacy policies and applicable laws, rules, or regulations [AppNexus, 04](https://www.appnexus.com/en/company/platform-privacy-policy#choices).\r\n\r\n## References\r\n* _AppNexus, 01_. [https://www.appnexus.com/en/publishers](https://www.appnexus.com/en/publishers) \r\n* _AppNexus, 02_. [https://www.appnexus.com/en/buyers](https://www.appnexus.com/en/buyers) \r\n* _AppNexus, 03_. [https://www.appnexus.com/en](https://www.appnexus.com/en) \r\n* _AppNexus, 04_. [https://www.appnexus.com/en/company/platform-privacy-policy#choices](https://www.appnexus.com/en/company/platform-privacy-policy#choices) \r\n* _AppNexus, 05_. [https://www.appnexus.com/en/customer-stories](https://www.appnexus.com/en/customer-stories) \r\n* _Bloomberg, 01_. [https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=48973441](https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=48973441) \r\n* _PR Newswire, 01_. [https://www.prnewswire.com/news-releases/appnexus-officially-launches-ad-platform-fueling-the-real-time-bidding-revolution-in-display-advertising-87460287.html](https://www.prnewswire.com/news-releases/appnexus-officially-launches-ad-platform-fueling-the-real-time-bidding-revolution-in-display-advertising-87460287.html)\r\n\r\n## External Links\r\n* _Wikipedia (AppNexus)_: [https://en.wikipedia.org/wiki/AppNexus](https://en.wikipedia.org/wiki/AppNexus)\r\n* _AppBrain_: [https://www.appbrain.com/dev/AppNexus/](https://archive.is/rI5Hu)", "creation_date": "2017-09-24", "code_signature": "com.appnexus.opensdk.", "network_signature": "247realmedia\\.com|adnxs\\.com|appnexus\\.com|appnexus\\.net", "website": "https://www.appnexus.com/", "categories": []}, "16": {"id": 16, "name": "Localytics", "description": "## Primary Location\r\nUnited States (Boston) [Localytics, 01](https://www.localytics.com/company/about)\r\n\r\n## Website\r\n[https://www.localytics.com](https://www.localytics.com)\r\n\r\n## About\r\nLocalytics offers an analytics and marketing platform for targeted and personalized engagement campaigns on mobile [Localytics, 01](https://www.localytics.com/company/about); [Crunchbase, 01](https://www.crunchbase.com/organization/localytics).\r\n\r\n## Ownership\r\nSelf-owned\r\n\r\n## Products and Services\r\nLocalytics performs a variety of services for clients: \r\n\r\n* Uniquely identify users and devices via the Localytics tracker: \"The Localytics SDK automatically captures and uploads device IDs which the Localytics backend uses to uniquely identify users. Some apps connect to their own backend systems that use different IDs for uniquely identifying users\" [Localytics, 04](https://docs.localytics.com/dev/android.html#android) \r\n* Store and transmit user personal information, such as end user name [Localytics, 05](http://docs.localytics.com/dev/ios.html#identifying-users-ios) \r\n* Identify users who uninstall an app containing the tracker [Localytics, 06](http://docs.localytics.com/dev/ios.html#uninstall-tracking-ios)\r\n* Track detailed geolocation, even without the use of GPS: \"Most apps don't track user geolocation so Localytics uses an IP-to-location lookup service to determine which country they are located in. If your app does track user geolocation, you can use the following code to set latitude and longitude in Localytics much more precisely\" [http://docs.localytics.com/dev/ios.html#location-ios](http://docs.localytics.com/dev/ios.html#location-ios)\r\n\r\nLocalytics leverages the same tracking platform in iOS and Android.\r\n\r\n## Privacy Policy\r\n\r\n_Personally identifiable information collection (via Services):_ Localytics requests that its Customers not provide to it PII about their End Users. However, Localytics states that End Users should be aware Customers may request PII for their own use for their mobile apps. To the extent that Localytics does receive PII from Customers, it pledges to maintain the confidentiality of the PII. Localytics does obtain information from website log files, and maintains the right to combine automatically collected log data with other information they have about you. \r\n\r\n_Information sharing:_ Localytics \"does not rent, sell or share PII, including your Personal Information, with any third parties\" expect with your express consent, or in the event of \"a merger, acquisition, or sale of all or a portion of its assets\", at which case you will be prominently notified \"of any change in ownership or uses of your Personal Information, as well as any choices you may have regarding your Personal Information\" [Localytics, 07](https://www.localytics.com/privacy-policy)\r\n\r\n## Relationships\r\n_Customers:_ Comcast / A&E / OLA / Runkeeper / Microsoft / CVS Pharmacy / The New York Times / Avis / Salesforce Marketing Cloud / Amazon / Wendy's / Zipcar [Localytics, 02](https://www.localytics.com) / Oracle Marketing Cloud / Adobe Marketing Cloud / Facebook Marketing Partners / Twitter \r\n\r\n_Alliance partners:_ Bitbang / Cainkade / Cube Loco / Epicfy / Exicon / Jackrabbit / Jargon / Kapitec Software / Keystone Solutions / Mobiquity / NorthBay / Northout / Pollfish / Rocket Insights / Scholarly iQ / Scientific Computers Ltd. / Semba Mobile / Social Fulcrum / Somo / SP2 Servi\u00e7os Empresariais Ltda / Stratigent / Vendus Labs Inc.\r\n\r\n_Technology partners:_ Aarki / adjust / Applift / Applovin / AppsFlyer / Apptimize / Apsalar / Branch Metrics / ExactTarget / Facebook / Fiksu / Greystripe / IBM PartnerWorld / Impact Radius / InMobi / Jampp / Kochava / Liftoff / Mag+ / Marketo / Method Mill / Millennial Media / NativeX / Optimizely / Phunware / Pinsight Media+ / Rocket Fule / StrikeAd / Supersonic / Tapstream / Taptica / Textur / TUNE / Twitter / Yozio [Localytics, 03](https://www.localytics.com/company/partners)\r\n\r\n## Details\r\n_Financial details:_ Localytics was founded in 2009 and and has raised over $69 million from funders [Localytics, 01](https://www.localytics.com/company/about); [Crunchbase, 01](https://www.crunchbase.com/organization/localytics).\r\n\r\n## References\r\n* _Localytics, 01._ [https://www.localytics.com/company/about](https://www.localytics.com/company/about) \r\n* _Localytics, 02._ [https://www.localytics.com](https://www.localytics.com) \r\n* _Localytics, 03._ [https://www.localytics.com/company/partners](https://www.localytics.com/company/partners) \r\n* _Localytics, 04._ [https://docs.localytics.com/dev/android.html#android](https://docs.localytics.com/dev/android.html#android) \r\n* _Localytics, 05._ [http://docs.localytics.com/dev/ios.html#identifying-users-ios](http://docs.localytics.com/dev/ios.html#identifying-users-ios) \r\n* _Localytics, 06._ [http://docs.localytics.com/dev/ios.html#uninstall-tracking-ios](http://docs.localytics.com/dev/ios.html#uninstall-tracking-ios) \r\n* _Localytics, 07._ [https://www.localytics.com/privacy-policy](https://www.localytics.com/privacy-policy](https://www.localytics.com/privacy-policy)", "creation_date": "2017-09-24", "code_signature": "com.localytics.android.", "network_signature": "analytics\\.localytics\\.com|manifest\\.localytics\\.com|profile\\.localytics\\.com|sdk-assets\\.localytics\\.com", "website": "http://localytics.com", "categories": ["Analytics", "Profiling"]}, "17": {"id": 17, "name": "Braze (formerly Appboy)", "description": "## Primary Location\r\nUnited States (New York City) [Crunchbase, 01](https://www.crunchbase.com/organization/braze)\r\n\r\n## Website\r\n[https://www.braze.com](https://www.braze.com)\r\n\r\n## About\r\nBraze is a mobile marketing company that offers CRM solutions and mobile marketing automation software for mobile applications.\r\n\r\n## Ownership\r\n\r\n\r\n## Products and Services\r\n_Cross-Channel Personalization:_ Target customers based on personal interests, location, past purchases, and more [Braze, 02](https://www.braze.com/product/cross-channel-personalization)\r\n\r\n_Identification and Analytics:_ Profile users, segment audiences, and utilize analytics for targeted advertisements [Braze, 02](https://www.braze.com/product/cross-channel-personalization); [Braze, 02](https://www.braze.com/product/cross-channel-personalization); [Braze, 01](https://www.braze.com); [Braze, 02](https://www.braze.com/product/cross-channel-personalization); [Braze, 03](https://www.slideshare.net/Appboy/appboy-urban-outfitters-placeiq-case-study)\r\n\r\n### Advertising Networks\r\n* Data sharing (vague) [Braze, 07](https://www.braze.com/product/integrations)\r\n\r\n## Privacy Policy\r\n_Data Collection:_ Braze collects data through the use of Developer apps. This includes:\r\n\r\n* Device information (OS version, IP address, carrier information, country code) and a unique Braze-generated ID\r\n* Application usage\r\n* Personally identifiable information: Braze \"may collect personally identifiable information shared with Developer Applications. We may also collect personally identifiable information from third parties used for authentication, such as when a user logs in to a Developer Application using a Facebook account, and from third party partners such as Facebook, Twitter, and Klout. Personally identifiable information collected may include information like name, email address, location, gender, interests, device, app usage, user ID, and contact information\".\r\n\r\n_Location Information:_ Braze \"may collect device location information if location services are enabled for any Developer Applications on the device. We use location information to provide Developers with information about the use of their Developer Applications\".\r\n\r\n_Information Use:_ Braze can \"use information we collect to provide partner Developers with information about usage of Developer Applications that integrate the Braze Service.\"\r\n\r\n_Data Sharing:_ Data is shared with app Developers \"in the form of aggregated, anonymous data about the way Developer Applications are used so that Developers can improve their respective Developer Applications.\" Braze may disclose information to third parties as required by law; to trusted service providers working on their behalf; to protect their rights, the safety of others, or in response to a government request; and in conjunction with a merger, acquisition, or sale of Braze.\r\n\r\n_Automatic Data Collection:_ Braze will \"automatically collect information about how Developer Applications are used, such as the frequency and duration of usage. This includes details about mobile devices, such as a unique Braze-generated ID for the mobile device. We share anonymous information about use of their respective Developer Applications with Developers, including which Developer Applications users have downloaded and the way those Developer Applications are used, which facilitates improvements to Developer Applications.\"\r\n\r\n_Opt-Out:_ End users may opt out of location collection by turning off location services for Developer apps in their mobile device. They can opt out of personally identifiable information by not providing that information to the Developer apps, and in the case of third parties, not providing that information to the third parties. Braze states, \"You can prevent collection of all information by uninstalling Developer Applications that integrate the Braze Service.\"\r\n\r\n_Data retention:_ Braze \"will retain information collected throughout the life of each user\u2019s use of Developer Applications except where prohibited by law.\" Users can email privacy@braze.com to request data deletion. Braze \"will keep anonymous information and may need to retain some identifying information to ensure that your request continues to be honored. Your information will be deleted from our active database but may remain in our archives. If we are required to maintain certain information about you, we will comply with your deletion request after fulfilling any legal requirements.\"\r\n\r\n_International Law:_ Braze complies with the U.S.-EU Safe Harbor Framework and the U.S.-Swiss Safe Harbor Framework.\r\n\r\n_Consent:_ Braze states, \"By using a Developer Application, you are consenting to our collection and processing of information as set forth in this Privacy Policy now and as amended by us. 'Processing' means using cookies on a computer/hand held device or using or touching information in any way, including, but not limited to, collecting, storing, deleting, using, combining and disclosing information, all of which activities will take place in the United States. If you reside outside the U.S. your information will be transferred to the U.S., and processed and stored there under U.S. privacy standards. By using the Application and providinginformation to us, you consent to such transfer to, and processing in, the U.S.\" [Braze, 11](https://www.braze.com/privacy).\r\n\r\n## Relationships\r\nABC News / Citi / GAP / Axel Springer / Dominos / Delivery Hero / Hearst / KFC / Microsoft / Nascar / iHeartMedia / RTR / Postmates / OKCupid / Urban Outfitters [Braze, 01](https://www.braze.com) / American Cancer Society / Dots / ibotta / 1-800-Flowers.com / Momondo [Braze, 02](https://www.braze.com/customers)\r\n\r\n## Details\r\n_Financial details:_ Braze was founded in 2011 and has raised over $95 million from funders. Braze changed its name from Appboy in 2017 [Crunchbase, 01](https://www.crunchbase.com/organization/braze).\r\n\r\n### Methods\r\n* Targeted advertisments [Braze, 01](https://www.braze.com) \r\n* Location-based targeting [Braze, 07](https://www.braze.com/product/integrations)\r\n* Real-world location targeting (including real-time targeting) [Braze, 02](https://www.braze.com/product/cross-channel-personalization) [Braze, 03](https://www.slideshare.net/Appboy/appboy-urban-outfitters-placeiq-case-study); [Braze, 07](https://www.braze.com/product/integrations); [Braze, 08](https://www.braze.com/academy/User_Targeting); [Braze, 09](https://www.braze.com/blog/appboy-location-targeting-tool); [Braze, 10](http://www.prweb.com/releases/2013/10/prweb11275487.htm)\r\n* Targeted advertising based on consumer actions [Braze, 02](https://www.braze.com/product/cross-channel-personalization)\r\n* Timed advertisements [Braze, 02](https://www.braze.com/product/cross-channel-personalization)\r\n* Targeting across devices and channels [Braze, 02](https://www.braze.com/product/cross-channel-personalization)\r\n* Real-time services [Braze, 04](https://www.braze.com/customers/postmates); [Braze, 05](https://www.braze.com/product/lifecycle-engagement-orchestration)\r\n* Artificial intelligence for analytics [Braze, 06](https://www.braze.com/product/optimization-ai)\r\n* Reports for clients [Braze, 06](https://www.braze.com/product/optimization-ai)\r\n\r\n## References\r\n* _Braze, 01._ [https://www.braze.com](https://www.braze.com)\r\n* _Braze, 02._ [https://www.braze.com/product/cross-channel-personalization](https://www.braze.com/product/cross-channel-personalization)\r\n* _Braze, 03._ [https://www.slideshare.net/Appboy/appboy-urban-outfitters-placeiq-case-study](https://www.slideshare.net/Appboy/appboy-urban-outfitters-placeiq-case-study) \r\n[Braze, 04._ [https://www.braze.com/customers/postmates](https://www.braze.com/customers/postmates)\r\n* _Braze, 05._ [https://www.braze.com/product/lifecycle-engagement-orchestration](https://www.braze.com/product/lifecycle-engagement-orchestration)\r\n* _Braze, 06._ [https://www.braze.com/product/optimization-ai](https://www.braze.com/product/optimization-ai)\r\n* _Braze, 07._ [https://www.braze.com/product/integrations](https://www.braze.com/product/integrations)\r\n* _Braze, 08._ [https://www.braze.com/academy/User_Targeting](https://www.braze.com/academy/User_Targeting)\r\n* _Braze, 09._ [https://www.braze.com/blog/appboy-location-targeting-tool](https://www.braze.com/blog/appboy-location-targeting-tool)\r\n* _Braze, 10._ [http://www.prweb.com/releases/2013/10/prweb11275487.htm](http://www.prweb.com/releases/2013/10/prweb11275487.htm)\r\n* _Braze, 11._ [https://www.braze.com/privacy](https://www.braze.com/privacy)\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/braze](https://www.crunchbase.com/organization/braze)\r\n\r\n## External Links\r\n* _Crunchbase (Braze):_ [https://www.crunchbase.com/organization/braze](https://www.crunchbase.com/organization/braze)", "creation_date": "2017-09-24", "code_signature": "com.appboy", "network_signature": "appboy\\.com", "website": "https://www.braze.com", "categories": ["Analytics", "Advertisement", "Location"]}, "18": {"id": 18, "name": "mParticle", "description": "## Primary location\r\nUnited States (New York) [Crunchbase, 01](https://www.crunchbase.com/organization/mparticle)\r\n\r\n## Website\r\n[https://www.mparticle.com](https://www.mparticle.com)\r\n\r\n## About\r\nmParticle offers \"a customer data platform built for mobile and native apps across all devices\" [mParticle, 04](https://www.mparticle.com/news/mparticle-raises-15-million-series-a-led-by-social-capital)\r\n\r\n## Ownership\r\nmParticle\r\n\r\n## Documentation\r\n[https://docs.mparticle.com/developers/sdk/android/getting-started](https://docs.mparticle.com/developers/sdk/android/getting-started)\r\n\r\n## Products and Services\r\nmParticle's core features include:\r\n\r\n* _Simplicity and organization:_ Clients \"collect and control all\" their \"customer data through a single API\"\r\n* _Cross-device identification:_ \"Recognize customers at every step of the buying process\"\r\n* _Market orchestration:_ \"Personalize experiences across channels, partners, and screens\"\r\n\r\nProducts and services include:\r\n\r\n* _Customer Data Platform (CDP):_\r\n* * _Understand the entire buying process:_ Merge online and offline data through collection of digital and offline customer journey data; stream it to platforms and systems\r\n* * _Understand and predict customers:_ \"Link customer identities and profile information across internal and external systems for...customer insights\"\r\n* * _Integration:_ \"Integrate with 175+ of the leading marketing, analytics and data warehousing solutions\"\r\n* * _Control your data:_ \"Set rules to transform and filter data without having to make changes to client-side code, and monitor all integrations in real-time\"\r\n* * * _IDSync:_ \"Create fine-grained identity mappings and logic to meet nuanced business requirements and share them across providers\"\r\n* * * _AudienceSync:_ \"Transform raw data into actionable audience segments and sync them across paid media, CRM, and other platforms\"\r\n* * * _Enrichment:_ \"Manage integrations with third-party profile enrichment providers and supplement existing data with additional customer insights\"\r\n* * * _Warehouses:_ \"Instantly load data into Amazon Redshift, BigQuery and other data warehouses, BI tools, and machine learning extensions\" [mParticle, 05](https://www.mparticle.com/product)\r\n* _Enhance analytics:_ \"Unify data around a single customer profile to fuel better insights and attribution reporting\" \r\n* _Segmentation:_ Build and sync audience segments across platforms [mParticle, 06](https://www.mparticle.com/marketer)\r\n* _Data integration:_ \"Unite disparate data sources to better understand the customer and key business metrics\" [mParticle, 07](https://www.mparticle.com/productmanager)\r\n* _Cross-device identification:_ \"Improve media measurement, customer journey analytics, lifetime value modeling, and more by resolving customer identity data across disparate sources\" [mParticle, 08](https://www.mparticle.com/analytics)\r\n\r\n* _Location tracking with SafeGraph integration:_ By integrating with SafeGraph, clients have the tools to track user physical locations, and harness machine learning to analyze the data: \"mParticle customers can now create, monitor, and control server-to-server integrations with SafeGraph via the mParticle platform. With the integration enabled, brands can stream real-time mobile location data directly from their apps to SafeGraph, which will then translate long/lat coordinates into known locations and use machine learning to help brands understand their customers offline movement patterns\" [mParticle, 10](https://www.mparticle.com/integrations/integration-safegraph)\r\n\r\n## Privacy Policy\r\n\r\n_Data Collection:_ Clients \"collect information based on User interaction with their mobile application(s), mobile website(s) or other digital properties where Clients have integrated with the\" mParticle Platform. mParticle calls this \"Client Digital Properties\". Data collected through \"via Client Digital Properties for the Platform includes: the date/time for a visit to a Client Digital Property, referrer information such as what search engine and search keywords Users may have used to get to a Client Digital Property, information about the browser or device your User is on such as their Operating System, as well as the city/country location of Users, and any pseudonymous tokens and mobile advertising IDs (e.g., IDFA in iOS). In addition, our Clients can choose what other User data they want to collect and store on the platform such as an IP address, location information, a User\u2019s age, user names, real names, email addresses and other custom data points as determined by each Client.\" \r\n\r\nmParticle places restrictions on data practices. They state, \"We contractually prohibit Clients from placing sensitive information (e.g., passwords, authentication credentials, credit cards, social security or driver\u2019s license numbers) or information that is deemed sensitive by applicable law or self-regulatory codes such as the Digital Advertising Alliance. mParticle functions strictly as the data processing agent of our Clients. Accordingly, other than those aforementioned restrictions, the data stored on the Platform is subject to the privacy policies of each Client\".\r\n\r\n_Information sharing:_ Third party sharing may proceed as follows:\r\n\r\n* Third-party agents working as subprocessors (who must adhere to mParticle's privacy policy)\r\n* \"To protect the rights and property of mParticle, our agents, Clients and others \"\r\n* \"In an emergency, including protection of the personal safety of any person\"\r\n* \"For the purposes of a business deal (or negotiation of a business deal) involving sale or transfer of all or a part of our business or assets\"\r\n* In response to a lawful request by public authorities\r\n* mParticle \"may also share aggregate or anonymous information without restriction\"\r\n\r\n_Security:_ mParticle asserts that they take reasonable steps to protect information. They state, \"We encrypt transmission of data on pages where you provide payment information or otherwise provide sensitive information. However, no security or encryption method can be guaranteed to protect information from hackers or human error. Information we collect may be stored or processed on computers located in any country where we do business\".\r\n\r\n_Data retention:_ mParticle \"retains Client data for so long as you remain are a Client and will delete Client\u2019s information within 12 months of either party\u2019s termination of applicable Client agreement upon written request. We retain User level data on the Platform as directed by our Clients and for a reasonable time thereafter for audit purposes and as otherwise required by law\".\r\n\r\n_Opt-out:_ mParticle has an email-based opt-out procedure for Clients, but does not list opt-out procedures for End Users on its Privacy Policy web page. The opt-out procedure for Clients is as follows: \"You may opt out of receiving promotional emails from mParticle by following the instructions in those emails. If you opt out, we may still send you non-promotional emails, such as emails about your mParticle projects or our ongoing business relationship. An individual wishing to limit the use or sharing of their data should contact email support@mparticle.com. mParticle will respond within ninety (90) days to any request to delete your information. Individuals who have provided information directly to one of mParticle\u2019s Clients must send follow-up requests to change or delete such information to that particular mParticle Client\"\r\n\r\n_International law:_ mParticle complies with the EU-US Privacy Shield Framework and the Swiss-US Privacy Shield Framework [mParticle, 12](https://www.mparticle.com/privacypolicy).\r\n\r\n## Relationships\r\n_Customers:_ Airbnb / King / Spotify / Jet / EA / SeatGeek / Ticketmaster / Gilt / Bleacher Report / Chick-fil-A / Postmates / Lilly Pulitzer [mParticle, 01](https://www.mparticle.com) / Venmo / Via / Stash / Starwood Preferred Guest / Draft / StockTwits / OKCupid / NBCUniversal / Turner / theSkimm / Lakes Fifth Avenue / Lululemon Athletica / Goat / Live Nation [mParticle, 02](https://www.mparticle.com/customers) / Walmart [mParticle, 03](https://www.mparticle.com/news/mparticle-gartner-magic-quadrant-digital-marketing-hubs) / iHeartRadio / Starwood / SoulCycle [mParticle, 04](https://www.mparticle.com/news/mparticle-raises-15-million-series-a-led-by-social-capital) \r\n\r\n_Integrations:_ mParticle offers \"Full-featured integrations with the top marketing, advertising, analytics, and data warehousing platforms\". Integrations include: Amazon Redshift / Amplitude / Appboy / Kahuna / Kochava / SendGrid [mParticle, 04](https://www.mparticle.com/news/mparticle-raises-15-million-series-a-led-by-social-capital) / Facebook / Snap / Twitter / TUNE / Adobe Marketing Cloud / Oracle Marketing Cloud / Salesforce Marketing Cloud / Zendesk / MailChimp / Google Analytics / Looker / Mixpanel / comScore [mParticle, 01](https://www.mparticle.com). For a detailed database of integrations, see [mParticle, 09](https://www.mparticle.com/integrations).\r\n\r\n_Key partnerships:_ Some key partnerships include integration with SafeGraph [mParticle, 10](https://www.mparticle.com/integrations/integration-safegraph) and Salesforce Marketing Cloud [mParticle, 11](https://www.mparticle.com/blog/salesforce-partnership).\r\n\r\n## Details\r\n_Financial details:_ mParticle was founded in 2013 and has raised over $76 million from funders [Crunchbase, 01](https://www.crunchbase.com/organization/mparticle). \r\n\r\n_Location-based tracking:_ Via, an \"on-demand ride-sharing app based in NYC\", integrates with mParticle for geofencing services [mParticle, 13](https://www.mparticle.com/blog/via-predictive-analytics-radar).\r\n\r\n## References\r\n* _mParticle, 01._ [https://www.mparticle.com](https://www.mparticle.com) \r\n* _mParticle, 02._ [https://www.mparticle.com/customers](https://www.mparticle.com/customers) \r\n* _mParticle, 03._ [https://www.mparticle.com/news/mparticle-gartner-magic-quadrant-digital-marketing-hubs](https://www.mparticle.com/news/mparticle-gartner-magic-quadrant-digital-marketing-hubs) \r\n* _mParticle, 04._ [https://www.mparticle.com/news/mparticle-raises-15-million-series-a-led-by-social-capital](https://www.mparticle.com/news/mparticle-raises-15-million-series-a-led-by-social-capital) \r\n* _mParticle, 05._ [https://www.mparticle.com/product](https://www.mparticle.com/product) \r\n* _mParticle, 06._ [https://www.mparticle.com/marketer](https://www.mparticle.com/marketer) \r\n* _mParticle, 07._ [https://www.mparticle.com/productmanager](https://www.mparticle.com/productmanager) \r\n* _mParticle, 08._ [https://www.mparticle.com/analytics](https://www.mparticle.com/analytics) \r\n* _mParticle, 09._ [https://www.mparticle.com/integrations](https://www.mparticle.com/integrations) \r\n* _mParticle, 10._ [https://www.mparticle.com/integrations/integration-safegraph](https://www.mparticle.com/integrations/integration-safegraph) \r\n* _mParticle, 11._ [https://www.mparticle.com/blog/salesforce-partnership](https://www.mparticle.com/blog/salesforce-partnership)\r\n\r\n## External Links\r\n* _Crunchbase (mParticle):_ [https://www.crunchbase.com/organization/mparticle](https://www.crunchbase.com/organization/mparticle)", "creation_date": "2017-09-24", "code_signature": "com.mparticle", "network_signature": "mparticle\\.com", "website": "http://mparticle.com", "categories": ["Analytics"]}, "20": {"id": 20, "name": "S4M", "description": "## Websites\r\n * http://www.s4m.io/", "creation_date": "2017-09-24", "code_signature": "com.sam4mobile.|.S4MAnalytic", "network_signature": "s4m\\.io|sam4m\\.com", "website": "http://www.s4m.io/", "categories": ["Analytics"]}, "22": {"id": 22, "name": "Sizmek", "description": "\"Sizmek (NASDAQ: SZMK) fuels digital advertising campaigns for advertisers and agencies around the world with the most cutting-edge technology to engage audiences across any screen. ...Sizmek has proudly pioneered industry firsts in digital, including rich media, video and online targeted advertising across channels. Sizmek's open ad management stack delivers the most creative and impactful multiscreen digital campaigns, across mobile, display, rich media, video and social, all powered by an unrivaled data engine.\"\r\n\r\n[Privacy Policy](http://www.sizmek.com/privacy-policy/)\r\n\r\n## Data Collected\r\n * Anonymous (Browser Information, Date/Time, Demographic Data, Hardware/Software Type, Page Views )\r\n * Pseudonymous (IP Address (EU PII), Location Based Data)\r\n\r\n## Data Sharing\r\nAnonymous data is shared with 3rd parties., PII data is shared with 3rd parties.\r\n\r\n## Data Retention\r\n0-3 Months\r\n\r\n[source Ghostery](https://apps.ghostery.com/en/apps/sizmek)", "creation_date": "2017-09-24", "code_signature": ".sizmek.", "network_signature": "serving-sys\\.com", "website": "https://www.sizmek.com", "categories": ["Analytics"]}, "23": {"id": 23, "name": "Batch", "description": "## Websites\r\n * https://batch.com", "creation_date": "2017-09-24", "code_signature": "com.batch.android.", "network_signature": "batch\\.com", "website": "https://batch.com", "categories": ["Analytics", "Profiling"]}, "24": {"id": 24, "name": "Sync2Ad", "description": "## Websites\r\n * https://www.sync2ad.com/\r\n\r\n## Infos\r\n * https://www.crunchbase.com/organization/sync2television#/entity", "creation_date": "2017-09-24", "code_signature": "com.visiware.sync2ad.dmp.", "network_signature": "sync2ad\\.com", "website": "https://www.sync2ad.com/", "categories": ["Analytics"]}, "25": {"id": 25, "name": "Flurry", "description": "## Primary Location\r\nUnited States\r\n\r\n## Website\r\n[https://developer.yahoo.com](https://developer.yahoo.com)\r\n\r\n## About\r\nFlurry is part of the Yahoo Developer network suite. Flurry's product, Flurry Analytics, offers mobile analytics, monetization, and advertising services [Yahoo, 01](https://developer.yahoo.com/analytics); [Yahoo, 14](https://developer.yahoo.com/flurry/docs); [Wikipedia, 01](https://en.wikipedia.org/wiki/Flurry_(company)).\r\n\r\n## Ownership\r\nOath Inc. (subsidiary of Verizon Communications; Oath includes Yahoo and AOL) [Wikipedia, 01](https://en.wikipedia.org/wiki/Oath_Inc.); [Ars Technica, 01](https://arstechnica.com/information-technology/2017/06/oath-verizon-completes-4-5-billion-buy-of-yahoo-and-merges-it-with-aol)\r\n\r\n## Products and Services\r\nFlurry Analytics:\r\n\r\n* Utilizes tracking to analyze user interaction, correlating with other users\r\n* Groups and correlates user data\r\n* Tracks in-app actions of users\r\n* Segments users\r\n* Funnels users into specific in-app paths\r\n* Monitors user churn and retention\r\n* Determines user \"personas\"\r\n* Predicts user demographics\r\n* Monitors user acquisition efforts\r\n* Measures the impact of advertising campaigns or channels [Yahoo, 02](https://developer.yahoo.com/analytics/features.html).\r\n\r\nAnalytics services cover in-app behaviors like \"making a purchase, playing a song, or sharing on Facebook\" [Yahoo, 03](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/events/android). \r\n\r\nFlurry Pulse provides \"the ability to share your app data with integrated partners\" [Yahoo, 13](https://developer.yahoo.com/flurry-pulse). \r\n\r\n## Privacy Policy\r\n_Data sharing:_ As of September 18, 2017, Yahoo stated that Yahoo and Oath \"plan to share some user information within the Verizon family of companies which will enable us to integrate our business, allowing us to coordinate more and improve your experiences\". Yahoo further explained, \"We will share the same information that our companies have previously collected and used for the development and operation of our products and services. This may include your account registration information (such as your user ID, gender, name, email address, postcode & age), your content and advertising interests, content associated with your account, the types of services you use and how you engage with them, cookie and device IDs, IP addresses, geolocation information and activity information from across our websites, apps, software and other services. All of the information that we collect about you may be shared across the various Oath brands and within our Verizon family of companies\" [Yahoo, 02](https://policies.yahoo.com/ie/en/yahoo/privacy/euoathnoticefaq). \r\n\r\nYahoo shares data with third parties, and allows third parties to place tracking technologies like cookies, web beacons, applicaitons (or \"widgets), SDKs, and similar technologies on Yahoo sites and apps. Yahoo adds that \"We do not share your personally identifiable information from your Yahoo account with our advertisers or our partners as part of our analytics programs. We may, however, share pseudonymous information - including demographic information - with our advertisers or partners\" [Yahoo, 04](https://policies.yahoo.com/ie/en/yahoo/privacy/topics/thirdparties/index.htm). \r\n\r\n_Opt-out:_ Yahoo offers an option to opt out of \"interest-based advertising, analysis of communications content for advertising purposes, and the sharing of your information with partners for data matching and appends using the tools\" on their Ad Interest Manager website. This includes \"Your advertising choices\" both \"across the web\" and \"On Yahoo\" [Yahoo, 05](https://aim.yahoo.com/aim/ie/en/optout). Their Privacy Controls page offers settings for Marketing Preferences, Ad Interest Manager, Content preferences, Search history, and Location management [Yahoo, 06](https://policies.yahoo.com/ie/en/yahoo/privacy/tools/index.htm). \r\n\r\n\"You must allow cookies from Yahoo in order to opt out. To make your opt-out apply to every computer that you use, you must be signed in to your Yahoo account\". Yahoo's opt out page also includes \"Your interest categories\" [Yahoo, 05](https://aim.yahoo.com/aim/ie/en/optout).\r\n\r\nYahoo offers opt-out options for third parties, including the recommendation to visit their websites individually [Yahoo, 04](https://policies.yahoo.com/ie/en/yahoo/privacy/topics/thirdparties/index.htm).\r\n\r\n## Relationships\r\n_Yahoo partners:_ Adxpose (comScore product) / Audience Science / comScore/ScorecardResearch / DoubleVerify / Integral Ads / KN Dimestore / Nielsen / Facebook / Google+ / LinkedIn / Pinterest / Twitter / 30 Boxes / Amazon / Basil (Backstage Technologies) / Bunchball Games / ChitChat (Monusoft) / CoverGirl Beauty Consultant Live Chat / Dropbox / eBay / enDICEr / Love Match/Fun Center (B4U.com) / NDCSA / NewsGator / OtherInBox / Pandaf Games / StumbleUpon / WackyB Twitter Sync / WebEx Co-Browse / YouSendIt / ABC / Astrology.com/iVillage / Cars.com / Healthline / Match.com / Monster Inc. / Nokia Maps / Orbitz / PriceGrabber / Shopzilla / Spotify / Team Fan Shop (Pro Football Weekly) / Tenor / TripAdvisor / TrueCar / Turner / Vast (Autos) / Zillow / ABC News / Blastro.com / Blip.tv / CNBC / CNN / CollegeHumor.com / Dailymotion / Ebaumsworld.com / Ehow.com / Fox News / Gametrailers.com / Good Morning America / Guardian News / Hulu / Metacafe / Metatube.com / Myspace.com / NBC / NFL / PBS / Ustream / Vevo / Videobash.com / Vimeo / Washington Post / Worldstarhiphop.com / YouTube / Chitika / Google / Media.net / Microsoft / NetSeer / Yandex / Abaca Technology Corporation / AOL / Authentication Metrics / Aviary / Bankrate / Bloomreach (Commerce SEO) / Branch.io / Detroit Trading Company / Dropbox / Google / HelloWorld, Inc. / HortonWorks / Lashback / Luminate / Manilla / Outbrain / Paypal / Project Slice / SigFig / Symantec / Trend Micro / Truedomain / Urban Airship / Vantage (Yahoo Real Estate) [Yahoo, 04](https://policies.yahoo.com/ie/en/yahoo/privacy/topics/thirdparties/index.htm)\r\n\r\n## Details\r\n_Financial Details:_ Flurry was founded in 2005. By December 2013, it had raised $62.5 million [TechCrunch, 01](https://techcrunch.com/2013/12/06/flurry-funding). On July 21, 2014 Yahoo bought Flurry for a reported $200-300 million [TechCrunch, 02](https://techcrunch.com/2014/07/21/yahoo-is-buying-mobile-analytics-firm-flurry-for-north-of-200m). Flurry partnered with Research Now, a digital data collecting firm, in 2014, for the purpose of \"to track mobile app users, offline\" [AdAge, 01](http://adage.com/article/digital/flurry-research-build-mobile-app-advertising-database/292287). \r\n\r\n_Scope:_ By December 6, 2013, Flurry told TechCrunch \"400,000 apps are using its analytics product, with 20,000 additions each month, and that it's tracking activity from 1.2 billion smartphones and tablets. It also said that it's working with 125,000 developers\" [TechCrunch, 01](https://techcrunch.com/2013/12/06/flurry-funding). \r\n\r\n_Additional services:_ Additional Flurry Analytics features for Android include:\r\n\r\n* Revenue Analytics [Yahoo, 07](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/revenue/android)\r\n* Crash Analytics [Yahoo, 08](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/trackcrashes/android)\r\n* Track Geographic Location (at the city level where the app is being used; or, without that level of detail, the country level as based on IP address)\r\n* Track user ID and demographics\r\n* Track page views [Yahoo, 09](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/technicalquickstart/android)\r\n* Object-based API for Native, Interstatial and Banner ads [Yahoo, 10](https://developer.yahoo.com/flurry/docs/publisher/code/android-ad-publishing)\r\n* User paths reporting [Yahoo, 11](https://developer.yahoo.com/flurry/docs/analytics/lexicon/analyticsusage)\r\n* Utilizes mobile SDK in apps to inject advertising, including video: \"Monetize your app with native and video ads from Yahoo, Flurry, and BrightRoll advertisers\" [Yahoo, 12](https://developer.yahoo.com/monetize)\r\n\r\n## References\r\n* _AdAge, 01_. [http://adage.com/article/digital/flurry-research-build-mobile-app-advertising-database/292287](http://adage.com/article/digital/flurry-research-build-mobile-app-advertising-database/292287) \r\n* _Ars Technica, 01_. [https://arstechnica.com/information-technology/2017/06/oath-verizon-completes-4-5-billion-buy-of-yahoo-and-merges-it-with-aol](https://arstechnica.com/information-technology/2017/06/oath-verizon-completes-4-5-billion-buy-of-yahoo-and-merges-it-with-aol) \r\n* _TechCrunch, 01_. [https://techcrunch.com/2013/12/06/flurry-funding](https://techcrunch.com/2013/12/06/flurry-funding) \r\n* _TechCrunch, 02_. [https://techcrunch.com/2014/07/21/yahoo-is-buying-mobile-analytics-firm-flurry-for-north-of-200m](https://techcrunch.com/2014/07/21/yahoo-is-buying-mobile-analytics-firm-flurry-for-north-of-200m) \r\n* _Yahoo, 01_. [https://developer.yahoo.com/analytics](https://developer.yahoo.com/analytics) \r\n* _Yahoo, 02_. [https://policies.yahoo.com/ie/en/yahoo/privacy/euoathnoticefaq](https://policies.yahoo.com/ie/en/yahoo/privacy/euoathnoticefaq) \r\n* _Yahoo, 03_. [https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/events/android](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/events/android) \r\n* _Yahoo, 04_. [https://policies.yahoo.com/ie/en/yahoo/privacy/topics/thirdparties/index.htm](https://policies.yahoo.com/ie/en/yahoo/privacy/topics/thirdparties/index.htm) \r\n* _Yahoo, 05_. [https://aim.yahoo.com/aim/ie/en/optout](https://aim.yahoo.com/aim/ie/en/optout) \r\n* _Yahoo, 06_. [https://policies.yahoo.com/ie/en/yahoo/privacy/tools/index.htm](https://policies.yahoo.com/ie/en/yahoo/privacy/tools/index.htm) \r\n* _Yahoo, 07_. [https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/revenue/android](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/revenue/android) \r\n* _Yahoo, 08_. [https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/trackcrashes/android](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/trackcrashes/android) \r\n* _Yahoo, 09_. [https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/technicalquickstart/android](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/technicalquickstart/android) \r\n* _Yahoo, 10_. [https://developer.yahoo.com/flurry/docs/publisher/code/android-ad-publishing](https://developer.yahoo.com/flurry/docs/publisher/code/android-ad-publishing) \r\n* _Yahoo, 11_. [https://developer.yahoo.com/flurry/docs/analytics/lexicon/analyticsusage](https://developer.yahoo.com/flurry/docs/analytics/lexicon/analyticsusage) \r\n* _Yahoo, 12_. [https://developer.yahoo.com/monetize](https://developer.yahoo.com/monetize) \r\n* _Yahoo, 13_. [https://developer.yahoo.com/flurry-pulse](https://developer.yahoo.com/flurry-pulse) \r\n* _Yahoo, 14_. [https://developer.yahoo.com/flurry/docs](https://developer.yahoo.com/flurry/docs)\r\n\r\n## External links\r\n* _Ghostery_: [https://apps.ghostery.com/apps/flurry](https://apps.ghostery.com/apps/flurry) \r\n* _Wikipedia_: [https://en.wikipedia.org/wiki/Flurry_(company)](https://en.wikipedia.org/wiki/Flurry_(company)) \r\n* _Flurry FAQ_: [https://developer.yahoo.com/flurry/docs/faq](https://developer.yahoo.com/flurry/docs/faq)\r\n* _AppBrain_: [https://www.appbrain.com/dev/Yahoo/](https://archive.is/7BNpX)\r\n* _GitHub_: https://github.com/flurry", "creation_date": "2017-09-24", "code_signature": "com.flurry.", "network_signature": "flurry\\.com", "website": "http://www.flurry.com", "categories": ["Analytics", "Advertisement"]}, "26": {"id": 26, "name": "HockeyApp", "description": "## Primary Location\r\nMicrosoft: United States (Seattle) / Bit Stadium: Germany (Stuttgart) [Crunchbase, 01](https://www.crunchbase.com/organization/bit-stadium-gmbh)\r\n\r\n## Website\r\n[https://www.hockeyapp.net](https://www.hockeyapp.net)\r\n\r\n## About\r\nHockeyApp is utilized for crash reporting, app distribution, user feedback, and the collection of user metrics. \"HockeyApp is a service for app developers to support them in various aspects of their development process, including the management and recruitment of testers, the distribution of apps and the collection of crash reports.\" [HockeyApp 01](https://support.hockeyapp.net/kb/general-account-management-2/general-questions)\r\n\r\n## Ownership\r\nBit Stadium is a subsidiary of Microsoft [Bloomberg, 01](https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=279701634)\r\n\r\n## Documentation\r\n[https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk)\r\n\r\n## What it does\r\nAnalyzes user behavior and app usage. \"Understand user behavior to improve your\r\napp. Track app adoption through daily active users, monthly active users, and net\r\nnew users. Measure customer engagement through session count and verify your apps\r\nreliability day by day with Crash Free Users.\" [HockeyApp, 02](https://www.hockeyapp.net/features/user-metrics/)\r\n\r\n\"When enabled, the SDK anonymously tracks the users of your app by creating a UUID that is then securely stored. The UUID is securely stored in the preferences of the client app.\" [HockeyApp, 03](https://support.hockeyapp.net/kb/app-management-2/what-data-is-collected-with-the-hockeysdks-2#data-collected-for-the-user-metrics-features)\r\n\r\n## Privacy Policy\r\n\r\nMicrosoft Privacy Statement [https://privacy.microsoft.com/en-us/PrivacyStatement](https://privacy.microsoft.com/en-us/PrivacyStatement)\r\n\r\nDevelopers can opt out of statistical analysis of their app's users. \"Just in case you want to opt-out of the automatic collection of anonymous users and sessions statistics, there is a way to turn this functionality off at any time.\" [HockeyApp, 04](https://support.hockeyapp.net/kb/general-account-management-2/getting-started-with-user-metrics)\r\n\r\n## Details\r\n\r\nHockeyApp was launched in 2012. It was acquired by Microsoft in 2014 [Crunchbase, 01](https://www.crunchbase.com/organization/bit-stadium-gmbh). The company existed in some form in 2011, with Microsoft as a customer [HockeyApp, 05](https://www.hockeyapp.net/blog/2014/12/11/hockeyapp-joins-microsoft.html).\r\n\r\n\"HockeyApp does not collect any PII (Personable Identifiable Information) and the user tracking is done anonymously... Keep in mind that whenever the HockeySDK sends metric data to our backend, a corresponding app version gets automatically added to the app.\" [HockeyApp, 04](https://support.hockeyapp.net/kb/general-account-management-2/getting-started-with-user-metrics)\r\n\r\n\"You can get more insights into user behavior for the testers of your app. You can see basic user metrics, gauge customer engagements and even check your app\u2019s reliability throughout the day. More than that, you can drill down on the users that have experienced a particular crash type or a crash that happened during a specific time period. This will help you know if the crash has affected a lot of people over a cross section of your users or if there are specific groups of people who experience the same type of crashes repeatedly.\" [Stackify, 01](https://stackify.com/what-is-hockeyapp/)\r\n\r\n## References\r\n* _HockeyApp, 01._ [https://support.hockeyapp.net/kb/general-account-management-2/general-questions](https://support.hockeyapp.net/kb/general-account-management-2/general-questions)\r\n* _HockeyApp, 02._ [https://www.hockeyapp.net/features/user-metrics/](https://www.hockeyapp.net/features/user-metrics/)\r\n* _HockeyApp, 03._ [https://support.hockeyapp.net/kb/app-management-2/what-data-is-collected-with-the-hockeysdks-2#data-collected-for-the-user-metrics-features](https://support.hockeyapp.net/kb/app-management-2/what-data-is-collected-with-the-hockeysdks-2#data-collected-for-the-user-metrics-features)\r\n* _HockeyApp, 04._ [https://support.hockeyapp.net/kb/general-account-management-2/getting-started-with-user-metrics](https://support.hockeyapp.net/kb/general-account-management-2/getting-started-with-user-metrics)\r\n* _HockeyApp, 05._ [https://www.hockeyapp.net/blog/2014/12/11/hockeyapp-joins-microsoft.html](https://www.hockeyapp.net/blog/2014/12/11/hockeyapp-joins-microsoft.html)\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/bit-stadium-gmbh](https://www.crunchbase.com/organization/bit-stadium-gmbh)\r\n* _Bloomberg, 01._ [https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=279701634](https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=279701634)\r\n* _Stackify, 01._ [https://stackify.com/what-is-hockeyapp/](https://stackify.com/what-is-hockeyapp/)\r\n\r\n## External Links\r\n* _Crunchbase (HockeyApp):_ [https://www.crunchbase.com/organization/bit-stadium-gmbh](https://www.crunchbase.com/organization/bit-stadium-gmbh)\r\n* _Wikipedia (List of mergers and acquisitions by Microsoft):_ [https://en.wikipedia.org/wiki/List_of_mergers_and_acquisitions_by_Microsoft#cite_note-195](https://en.wikipedia.org/wiki/List_of_mergers_and_acquisitions_by_Microsoft#cite_note-195)\r\n* _Owler company profile:_ [https://www.owler.com/iaApp/1149223/hockeyapp-company-profile](https://www.owler.com/iaApp/1149223/hockeyapp-company-profile)", "creation_date": "2017-09-24", "code_signature": "net.hockeyapp.", "network_signature": "hockeyapp\\.net", "website": "http://hockeyapp.net", "categories": ["Crash reporting"]}, "27": {"id": 27, "name": "Google CrashLytics", "description": "## Primary Location\r\nUnited States (Boston) [Crunchbase, 01](https://www.crunchbase.com/organization/crashlytics)\r\n\r\n## Website\r\n[http://try.crashlytics.com](http://try.crashlytics.com)\r\n\r\n## About\r\nCrashlytics offers a crash reporting solution for app developers.\r\n\r\n## Ownership\r\nGoogle [Recode, 01](https://www.recode.net/2017/1/18/14313164/google-twitter-acquisition-fabric-crashlytics)\r\n\r\n## Documentation\r\n[https://fabric.io/kits/android/crashlytics](https://fabric.io/kits/android/crashlytics)\r\n\r\n## Products and Services\r\nCrashlytics offers a variety of services for app developers. Crashlytics:\r\n\r\n* Receives and analyzes app crash reports which may contain user and device-specific data.\r\n\r\n* Performs analytics on app logs \"even the exact line of code your app crashed on\" [Crashlytics, 03](https://fabric.io/kits/ios/crashlytics)\r\n\r\n* Performs analytics on app users and utilizes social media advertising. \"Get insight into your users, what they\u2019re doing, and inject live social content to delight them\" [Fabric, 01](https://get.fabric.io)\r\n\r\n* Performs cross-device user identity and authentication via \"Fabric\" [Wired, 01](https://www.wired.com/2014/10/twitter-fabric-sdk)\r\n\r\n## Privacy Policy\r\nCrashlytics Privacy Policy can be viewed at [Crashlytics, 04](https://try.crashlytics.com/terms/privacy-policy.pdf).\r\n\r\n## Relationships\r\n_Customers:_ Square / Walmart / Paypal / Yelp / Paperless Post / Blackboard / Path / Groupon / Domino's / Expedia / Orbitz / Kayak / 5 Infinity / Waze / OpenTable [Crashlytics, 01](https://try.crashlytics.com)\r\n\r\n_Integrations:_ Redmine / Pivotal Tracker / Jira / PagerDuty / Asana / OpsGenie / GitHub / Campfire / Sprintly / Hall / YouTrack / Bitbucket / Trello / FogBugz / Zoho / Slack / GitLab / Asana / YouTrack / Sprint.ly / Bitbucket / HipChat [Crashlytics, 02](http://try.crashlytics.com/integrations)\r\n\r\n## Details\r\n_Financial details:_ Crashlytics was founded in 2011 and had raised $6 million from funders. Twitter acquired Crashlytics in in 2013 for a reported $38 million [Crunchbase, 01](https://www.crunchbase.com/organization/crashlytics); [Boston Business Journal, 01](https://www.bizjournals.com/boston/blog/techflash/2013/10/twitter-crashlytics-bluefin-labs.html). In 2017, Google acquired Twitter's developer suite Fabric, which included Crashlytics, for integration into Google Firebase. The details of the deal were not publicly disclosed [Recode, 01](https://www.recode.net/2017/1/18/14313164/google-twitter-acquisition-fabric-crashlytics). Crashlytics is a business division of Google, Inc. [Crashlytics, 04](https://try.crashlytics.com/terms/privacy-policy.pdf).\r\n\r\n## References\r\n* _Boston Business Journal, 01._ [https://www.bizjournals.com/boston/blog/techflash/2013/10/twitter-crashlytics-bluefin-labs.html](https://www.bizjournals.com/boston/blog/techflash/2013/10/twitter-crashlytics-bluefin-labs.html) \r\n* _Crashlytics, 01._ [https://try.crashlytics.com](https://try.crashlytics.com) \r\n* _Crashlytics, 02._ [http://try.crashlytics.com/integrations](http://try.crashlytics.com/integrations) \r\n* _Crashlytics, 03._ [https://fabric.io/kits/ios/crashlytics](https://fabric.io/kits/ios/crashlytics) \r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/crashlytics](https://www.crunchbase.com/organization/crashlytics) \r\n* _Fabric, 01._ [https://get.fabric.io](https://get.fabric.io) \r\n* _Recode, 01._ [https://www.recode.net/2017/1/18/14313164/google-twitter-acquisition-fabric-crashlytics](https://www.recode.net/2017/1/18/14313164/google-twitter-acquisition-fabric-crashlytics) \r\n* _Wired, 01._ [https://www.wired.com/2014/10/twitter-fabric-sdk](https://www.wired.com/2014/10/twitter-fabric-sdk) \r\n\r\n## External Links\r\n* _Crunchbase (Crashlytics):_ [https://www.crunchbase.com/organization/crashlytics](https://www.crunchbase.com/organization/crashlytics) \r\n* _Wikipedia (Crashlytics):_ [https://en.wikipedia.org/wiki/Crashlytics](https://en.wikipedia.org/wiki/Crashlytics) \r\n* _TechCrunch, 01:_ [https://techcrunch.com/2013/01/28/twitter-acquires-crash-reporting-tool-crashalytics-development-of-the-product-will-continue-unabated](https://techcrunch.com/2013/01/28/twitter-acquires-crash-reporting-tool-crashalytics-development-of-the-product-will-continue-unabated) \r\n* _Fabric, 02:_ [https://blog.twitter.com/developer/en_us/a/2015/fabric-leading-the-sdk-market-in-performance-and-mobile-analytics.html](https://blog.twitter.com/developer/en_us/a/2015/fabric-leading-the-sdk-market-in-performance-and-mobile-analytics.html) \r\n* _The Register, 01:_ [https://www.theregister.co.uk/2017/01/19/google_buys_twitters_mobile_app_development_team_fabric](https://www.theregister.co.uk/2017/01/19/google_buys_twitters_mobile_app_development_team_fabric)", "creation_date": "2017-09-24", "code_signature": "io.fabric.|com.crashlytics.|com.google.firebase.crashlytics|com.google.firebase.crash.", "network_signature": "crashlytics\\.com", "website": "http://crashlytics.com", "categories": ["Crash reporting"]}, "28": {"id": 28, "name": "LeanPlum", "description": "## Primary Location\r\nUnited States (San Francisco)\r\n\r\n## Website\r\n[https://www.leanplum.com](https://www.leanplum.com)\r\n\r\n## About\r\nLeanplum offers a mobile marketing platform with solutions for mobile messaging, in-app experiences, and detailed analytics.\r\n\r\n## Ownership\r\nLeanplum\r\n\r\n## Documentation\r\n[https://www.leanplum.com/docs/android](https://www.leanplum.com/docs/android)\r\n\r\n## Products and Services\r\nLeanplum has a number of services. They include:\r\n\r\n* _Messaging:_ Send push notifications, in-app messages, email, and more, using wide broadcasts or personalized content. Deliver messages with \"triggers or drip campaigns across the customer lifecycle\". Other targeting strategies include \"onboarding, engagement, conversion, reactivation, and loyalty\" [Leanplum, 05](https://www.leanplum.com/platform/push-notifications-messaging).\r\n* _Mobile Marketing Automation:_ Create \"context-rich campaigns that understand and respond to user actions\". Target users based on \"what users do and who they are\", and engage along the full customer journey. Tailor interactions based on behavior, location, timing, and channel. Automate self-activating messages in response to \"personalized behaviors\" [Leanplum, 06](https://www.leanplum.com/platform/mobile-marketing-automation).\r\n* _App Experience Command Center:_ A mobile content management system [Leanplum, 07](https://www.leanplum.com/platform/app-editor).\r\n* _App Personalization:_ Leanplum \"provides context and personalization enabled by individual user profiles that get richer over time. Demographic, behavior, location, time, and external data provide the deep insights that power relevance. The key to meaningful engagement is understanding who users are and what they do inside your app.\" They \"capture limitless user events and behaviors to fuel highly contextual messaging campaigns\" [Leanplum, 08](https://www.leanplum.com/platform/personalization).\r\n* _A/B Testing:_ Leanplum claims to have \"the most extensive mobile A/B testing solution in the industry\". Their product \"comes equipped with the ability to run A/B and multivariate tests\" to maximize return on investment [Leanplum, 09](https://www.leanplum.com/platform/mobile-ab-testing-optimization).\r\n* _Analytics:_ Leanplum's approach is to \"capture all events and behaviors associated with a user, without limits or data point costs\" in order to \"inspire real-time action\". Clients can \"customize parameters, reports, and metrics\". Insights examine \"engagement, retention, revenue, uninstalls, and more\" [Leanplum, 10](https://www.leanplum.com/platform/mobile-app-analytics).\r\n\r\nLeanplum gathers detailed user profile information and correlates with behavioral data [Leanplum, 11](https://leanplum-wordpress.storage.googleapis.com/Pers_new@1x-min.png). Their platoform is \"built on a foundation of A/B Testing and Analytics\" to deliver \"deep customer understanding\" [Leanplum, 12](https://www.leanplum.com/platform).\r\n\r\n## Privacy Policy\r\nIt is not clear if Leanplum's Privacy Policy listed on its website also applies to its mobile tracker. The Privacy Policy posted on their website covers a number of topics:\r\n\r\n_PII collection:_ Leanplum collects both PII (\"personal information\") and non-PII data. They collect information that is voluntarily provided (eg, through email newsletters, accounts, or profiles users sign up for), passively provided (eg, IP address, mobile device ID, server logs, cookies, web beacons, user actions like clicks, and so on).\r\n\r\n_Third party collection:_ Leanplum \"may receive information about you, including Personal Information, from third parties (e.g., opt-in lists where you have requested information about Leanplum or the Service while visiting a Third-Party Site). We may combine this information with other Personal Information we maintain about you. If we do so, this Policy governs any combined information that we maintain in personally identifiable format\".\r\n\r\n_Data sharing:_ Leanplum states, \"Except as described in this Policy, we will not disclose your Personal Information that we collect on the Service to third parties without your consent. We may disclose your Personal Information to third parties if you consent to us doing so, as well as in...circumstances\" involving service providers, business transfers, the protection of Leanplum's interests, and public authorities.\r\n\r\n_Opt-out:_ Leanplum offers an ability to opt out from the disclosure of information to third parties, as well as for use cases that are \"incompatible with the purpose(s) for which it was originally collected or subsequently authorized\". Individuals must contact Leanplum by email to exercise their choice.\r\n\r\n_Access and retention:_ Individuals with user accounts or profiles on the Leanplum Service can email Leanplum requesting access to their Personal Information; they can also request to amend or update the data. Users can also request Leanplum delete their data. However, Leanplum states they \"may need to retain some of your Personal Information in order to satisfy our legal obligations, or where we reasonably believe that we have a legitimate reason to do so\".\r\n\r\n_International law:_ Leanplum states it is in compliance with the EU-U.S. Privacy Shield and the Swiss-U.S. Privacy Shield.\r\n\r\n_Security:_ Leanplum states it takes reasonable security measures, but also states that \"no data security measures can be guaranteed to be completely effective. Consequently, we cannot ensure or warrant the security of any information that you provide to us. You transmit information to us at your own risk\" [Leanplum, 13](https://www.leanplum.com/privacy).\r\n\r\n## Relationships\r\n_Customers:_ Grab / NBC / QVC / TED / Tinder / Zynga [Leanplum, 01](https://www.leanplum.com) / Bleacher Report / Hotwire / Macy's / Red Bull [Leanplum, 02](https://www.leanplum.com/customers) / Tesco / App Annie / Last Minute Travel / Pixowl / Mixbook / Wanelo / Pixelberry Studios / Big Fish / TextNow / MobilityWare / Fetch Rewards / Via [Leanplum, 03](https://www.leanplum.com/customers/case-studies)\r\n\r\n## Details\r\n_Financial details:_ Leanplum was founded in 2012. It has raised over $93 million [Crunchbase, 01](https://www.crunchbase.com/organization/leanplum). In November 2017, it raised $47 million from investors. The company was founded by former Google engineers [Business Insider, 01](http://www.businessinsider.com/why-i-quit-google-to-become-a-startup-founder-2015-11). \r\n\r\n_Scope:_ Leanplum says it handles 14 billion events per day. \r\n\r\n_Infrastructure:_ Leanplum built their service on the Google Cloud Platform \"to optimize for fault-tolerance and availability\" [Leanplum, 04](https://www.leanplum.com/plans).\r\n\r\n## References\r\n* _Business Insider, 01_. [http://www.businessinsider.com/why-i-quit-google-to-become-a-startup-founder-2015-11](http://www.businessinsider.com/why-i-quit-google-to-become-a-startup-founder-2015-11) \r\n* _Crunchbase, 01_. [https://www.crunchbase.com/organization/leanplum](https://www.crunchbase.com/organization/leanplum) \r\n* _Leanplum, 01_. [https://www.leanplum.com](https://www.leanplum.com) \r\n* _Leanplum, 02_. [https://www.leanplum.com/customers](https://www.leanplum.com/customers) \r\n* _Leanplum, 03_. [https://www.leanplum.com/customers/case-studies](https://www.leanplum.com/customers/case-studies) \r\n* _Leanplum, 04_. [https://www.leanplum.com/plans](https://www.leanplum.com/plans) \r\n* _Leanplum, 05_. [https://www.leanplum.com/platform/push-notifications-messaging](https://www.leanplum.com/platform/push-notifications-messaging) \r\n* _Leanplum, 06_. [https://www.leanplum.com/platform/mobile-marketing-automation](https://www.leanplum.com/platform/mobile-marketing-automation)\r\n* _Leanplum, 07_. [https://www.leanplum.com/platform/app-editor](https://www.leanplum.com/platform/app-editor) \r\n* _Leanplum, 08_. [https://www.leanplum.com/platform/personalization](https://www.leanplum.com/platform/personalization) \r\n* _Leanplum, 09_. [https://www.leanplum.com/platform/mobile-ab-testing-optimization](https://www.leanplum.com/platform/mobile-ab-testing-optimization) \r\n* _Leanplum, 10_. [https://www.leanplum.com/platform/mobile-app-analytics](https://www.leanplum.com/platform/mobile-app-analytics) \r\n* _Leanplum, 11_. [https://leanplum-wordpress.storage.googleapis.com/Pers_new@1x-min.png](https://leanplum-wordpress.storage.googleapis.com/Pers_new@1x-min.png) \r\n* _Leanplum, 12_. [https://www.leanplum.com/platform](https://www.leanplum.com/platform)\r\n\r\n## External Links\r\n* _Crunchbase (Leanplum)_: [https://www.crunchbase.com/organization/leanplum](https://www.crunchbase.com/organization/leanplum)", "creation_date": "2017-09-24", "code_signature": "com.leanplum.", "network_signature": "leanplum\\.com", "website": "https://www.leanplum.com/", "categories": ["Analytics", "Profiling", "Location"]}, "29": {"id": 29, "name": "Tinder Analytics", "description": "## Primary Location\r\nUnited States\r\n\r\n## Website\r\n[https://www.tinder.com](https://www.tinder.com)\r\n\r\n## About\r\nTinder is a location-based social search mobile app geared towards dating and hook-up culture.\r\n\r\n## Ownership\r\nMatch Group (a division of IAC/InterActiveCorp) [BusinessInsider, 01](http://www.businessinsider.com/match-the-company-that-owns-tinder-just-filed-to-go-public-2015-10); [CrunchBase, 01](https://www.crunchbase.com/organization/match-group)\r\n\r\n## Documentation\r\nNot public\r\n\r\n## Products and Services\r\nIt is note entirely clear what the Tinder Analytics SDK does. Some news outlets have published details about Tinder analytical practices, often in conjunction with third parties. Minor press about Tinder and \"swiping right\" offers clues:\r\n\r\n\"Earlier this year, to combat this collection of overzealous swipers, the company set a limit on the number of right swipes users could make daily. Then it rounded up profiles of the most prolific right-swipers and watched what happened. Would they get upset and leave? Would they stop using for a while and lick their wounds? Or would they realize the error in their ways and be a little more discriminating in suggesting possible hookups?\" [Fortune, 01](http://fortune.com/2015/09/29/tinder-interana-analytics/)\r\n\r\n## Privacy Policy\r\nThe privacy policy for the Tinder Analytics SDK tracker is not public. In September 2017, French journalist Judith Duportail published details about her data request from Tinder which revealed that Tinder had 800 pages of information about her. The profile was created over four years of use, and included information about her Facebook \"likes\", links to (now-deleted) Instagram photos, her education, the age-rank of men she was interested in, number of Facebook friends, the when and where of every one of her Tinder match conversations, and more [The Guardian, 01](https://www.theguardian.com/technology/2017/sep/26/tinder-personal-data-dating-app-messages-hacked-sold).\r\n\r\n### General Tinder Privacy Policy\r\n_PII:_ Tinder collects Personal Information (Personally Identifiable Information), including Sensitive Data, and other information. Sensitive Data includes \"information, comments or content (e.g. photographs, video, profile, lifestyle) that you optionally provide that may reveal your ethnic origin, nationality, religion and/or sexual orientation\". Users consent to the \"collection, use, and disclosure of Sensitive Data\" in accordance with the law. \r\n\r\n_Geolocation:_ Tinder states \"We may also collect your geolocation information with your consent. We may collect this information through a website, mobile application, or other online services... the information may be sent to servers located in the United States and countries around the world\". \r\n\r\n_Collection of data through Facebook:_ By registering with Tinder, you authorize Tinder to access certain Facebokk information, such as \"your public Facebook profile (consistent with your privacy settings in Facebook), your email address, interests, likes, gender, birthday, education history, relationship interests, current city, photos, personal description, friend list, and information about and photos of your Facebook friends who might be common Facebook friends with other Tinder users\". \r\n\r\n_Collection of conversations:_ \"If you chat with other Tinder users, you provide us the content of your chats\".\r\n\r\n_Third Party data collection:_ \"Tinder is part of The Match Group family of businesses, which as of the date of this policy includes websites and apps such as OurTime.com, BlackPeopleMeet.com, OkCupid, Twoo, POF, Meetic, LoveScout24, Match and ParPerfeito. We may obtain both personal and non-personal information about you from other Match businesses, business partners and other third parties.\" \r\n\r\n_Technologies used to collect data:_ \r\n\r\n* When visiting Tinder's Service, you automatically provide Tinder with your \"IP address, device ID and type, your browser type and language, the operating system used by your device, access times, your mobile device\u2019s geographic location while our application is actively running, and the referring website address.\"\r\n* _Cookies_ are used track users. They state, \"If we advertise, we (or third parties) may use certain data collected on our Service to show you Tinder advertisements on other sites or applications\".\r\n* _Pixel tags_ (aka, web beacons or clear GIFs) are used in web pages, ads, and emails. These are used to access cookies and track user activities.\r\n* _Mobile device IDs_ are used to store your preferences and track your use of the Tinder app. \r\n * \"Ad companies also use device IDs or Advertising IDs to track your use of the app, track the number of ads displayed, measure ad performance and display ads that are more relevant to you. Analytics companies use device IDs to track information about app usage.\"\r\n\r\n_Third Party data collecting:_ \"We may allow service providers, advertising companies and ad networks, and other third parties to display advertisements on our Service and elsewhere. These companies may use tracking technologies, such as cookies or web beacons, to collect information about users who view or interact with their advertisements. We do not provide any non-masked or non-obscured personal information to third parties.\" \r\n\r\n_Data Sharing with Third Parties:_ Tinder may share information with: \r\n\r\n* _Service providers:_ Third parties that perform services on behalf of Tinder may include \"fulfilling orders, providing customer service and marketing assistance, performing business and sales analysis, ad tracking and analytics, member screenings, supporting our Service functionality, and supporting contests, sweepstakes, surveys and other features offered through our Service. These service providers may have access to personal information needed to perform their functions but are not permitted to share or use such information for any other purposes.\"\r\n* _Other Match Group businesses:_ Including \"Match.com, OkCupid, OurTime.com, BlackPeopleMeet.com, Twoo, Meetic, POF, LoveScout24, ParPerfeito and others... subject to your consent where required under applicable law.\"\r\n* _Other situations:_ Some other situations include actions in response to a subpeona or similar investigative demand; when Tinder believes it is appropriate in connection with illegal activity; and \"In connection with a substantial corporate transaction, such as the sale of our business, a divestiture, merger, consolidation, or asset sale, or in the unlikely event of bankruptcy\". \r\n\r\n_Aggregated and non-personal Information:_ Tinder states, \"We may use and share non-personal information we collect under any of the above circumstances. We may also share it with other Match Group companies and third parties to develop and deliver targeted advertising on our Service and on websites or applications of third parties, and to analyze and report on advertising you see. We may combine non-personal information we collect with additional non-personal information collected from other sources. We also may share aggregated, non-personal information, or personal information in hashed, non-human readable form, with third parties, including advisors, advertisers and investors, for the purpose of conducting general business analysis, advertising, marketing, or other business purposes. For example, we may engage a data provider who may collect web log data from you (including IP address and information about your browser or operating system), or place or recognize a unique cookie on your browser to enable you to receive customized ads or content. The cookies may re\ufb02ect de-identified demographic or other data linked to data you voluntarily have submitted to us (such as your email address), that we may share with a data provider solely in hashed, non-human readable form. We may also share your geolocation information in de-identified form with Match Group companies and third parties for the above purposes.\" \r\n\r\n_Opt-Out (geolocation:_ \"To opt out of the sharing of your geolocation information, please discontinue use of the Tinder application\".\r\n\r\n_Opt-Out (third party):_ Some \"third-party advertising companies may be advertising networks that are members of the Network Advertising Initiative, which offers a single location to opt out of ad targeting from member companies (www.networkadvertising.org). Opting out will not decrease the number of advertisements you see. To opt-out of cookies that may be set by third party data or advertising partners, please go to http://www.aboutads.info/choices\". \r\n\r\n_Security:_ Tinder states that \"although we take steps to secure your information, we do not promise, and you should not expect, that your personal information, chats, or other communications will always remain secure\" \r\n\r\n_Data Retention:_ Tinder states, \"We keep your information only as long as we need it for legitimate business purposes and as permitted by applicable legal requirements. If you close your account, we will retain certain data for analytical purposes and recordkeeping integrity, as well as to prevent fraud, enforce our Terms of Use, take actions we deem necessary to protect the integrity of our Service or our users, or take other actions otherwise permitted by law. In addition, if certain information has already been provided to third parties as described in this Privacy Policy, retention of that information will be subject to those third parties\u2019 policies.\" \r\n\r\n_Jurisdictional issues:_ Tinder states, \"we cannot always know where personal information may be accessed or processed. While our primary data centers are in the United States, we may transfer personal information or other information to our offices outside of the United States. In addition, we may employ other companies and individuals to perform functions on our behalf. If we disclose personal information to a third party or to our employees outside of the United States, we will seek assurances that any information we may provide to them is safeguarded adequately and in accordance with this Privacy Policy and the requirements of applicable privacy laws.\r\n\r\nIf you are visiting from the European Union or other regions with laws governing data collection and use, please note that you are agreeing to the transfer of your personal data, including sensitive data, by Tinder from your region to countries which do not have data protection laws that provide the same level of protection that exists in countries in the European Economic Area, including the United States. By providing your personal information, you consent to any transfer and processing in accordance with this Policy\" [Tinder, 01](https://www.gotinder.com/privacy).\r\n\r\n## Relationships\r\n_Match Group businesses:_ Match.com / OkCupid / OurTime.com / BlackPeopleMeet.com / Twoo / Meetic / POF / LoveScout24 / ParPerfeito [Tinder, 01](https://www.gotinder.com/privacy)\r\n\r\n## Details\r\n_Usage requirements:_ Tinder users are required to have a Facebook account and turn on loction-based tracking in order to use the app. [Tinder, 01](https://www.gotinder.com/privacy) \r\n\r\n_Analytics:_ Tinder uses Spotify and Facebook data to match users [Tech Times, 01](http://www.techtimes.com/articles/199964/20170302/tinder-users-finding-more-matches-thanks-spotify-popular-anthems-include.htm)\r\n\r\n## References\r\n* _BusinessInsider, 01._ [http://www.businessinsider.com/match-the-company-that-owns-tinder-just-filed-to-go-public-2015-10](http://www.businessinsider.com/match-the-company-that-owns-tinder-just-filed-to-go-public-2015-10) \r\n* _CrunchBase, 01._ [https://www.crunchbase.com/organization/match-group](https://www.crunchbase.com/organization/match-group) \r\n* _Fortune, 01._ [http://fortune.com/2015/09/29/tinder-interana-analytics/](http://fortune.com/2015/09/29/tinder-interana-analytics/])\r\n* _Tech Times, 01._ [http://www.techtimes.com/articles/199964/20170302/tinder-users-finding-more-matches-thanks-spotify-popular-anthems-include.htm](http://www.techtimes.com/articles/199964/20170302/tinder-users-finding-more-matches-thanks-spotify-popular-anthems-include.htm) \r\n* _The Guardian, 01._ [https://www.theguardian.com/technology/2017/sep/26/tinder-personal-data-dating-app-messages-hacked-sold](https://www.theguardian.com/technology/2017/sep/26/tinder-personal-data-dating-app-messages-hacked-sold) \r\n* _Tinder, 01._ [https://www.gotinder.com/privacy](https://www.gotinder.com/privacy)\r\n\r\n## External Links\r\n* _Wikipedia (Tinder app):_ [https://en.wikipedia.org/wiki/Tinder_(app)](https://en.wikipedia.org/wiki/Tinder_(app))", "creation_date": "2017-09-24", "code_signature": "com.tinder.analytics|com.tinder.ads", "network_signature": "etl\\.tindersparks\\.com", "website": "http://tinder.com", "categories": ["Analytics"]}, "30": {"id": 30, "name": "Schibsted", "description": "## Websites\r\n * http://www.schibsted.com/en/ir/", "creation_date": "2017-09-25", "code_signature": ".schibsted.", "network_signature": "schibsted\\.com|schibsted\\.io", "website": "http://www.schibsted.com/en/ir/", "categories": []}, "31": {"id": 31, "name": "ATInternet", "description": "## Websites\r\n * https://www.atinternet.com/en/", "creation_date": "2017-09-25", "code_signature": "com.atinternet.", "network_signature": "ati-host\\.net", "website": "https://www.atinternet.com/en/", "categories": ["Analytics"]}, "32": {"id": 32, "name": "Tealium", "description": "## Primary location\r\nUnited States (San Diego) [Crunchbase, 01](https://www.crunchbase.com/organization/tealium)\r\n\r\n## Website\r\n[https://www.tealium.com](https://www.tealium.com)\r\n\r\n## About\r\nTealium offers a universal data hub that unites its clients' tools and teams with \"universally acceptable, real-time customer data\" [Tealium, 01](https://www.tealium.com).\r\n\r\n## Ownership\r\nTealium\r\n\r\n## Documentation\r\nhttps://community.tealiumiq.com/t5/Tealium-for-Android/Adding-Tealium-to-Your-Android-App/ta-p/16846\r\n\r\n## Products and Services\r\nTealium integrates technologies and services. Products and services include:\r\n\r\n* Build & Stitch Profiles\r\n* Define Audiences\r\n* Trigger Actions\r\n* Analytics\r\n* Big Data\r\n* Customer Relations Management\r\n* Display Ad\r\n* Email\r\n* Personalization\r\n* Search\r\n* Social [Tealium, 01](https://www.tealium.com)\r\n\r\nProducts include:\r\n\r\n* _Tealium iQ Tag Management:_ Integrate with other vendors through tags [Telium, 02](https://tealium.com/products/tealium-iq-tag-management-system).\r\n* _Tealium Event Stream:_ Data collection from any source (web, mobile, OTT), monitor data stream in real time, and leverage data in real time, especially for use on mobile devices [Tealium, 03](https://tealium.com/products/tealium-eventstream).\r\n* _Tealium AudienceStream Customer Data Platform:_ A CDP that offers \"robust audience management and data enrichment capabilities resulting in unified customer profiles and the ability to take immediate, relevant action... Tealium AudienceStream allows users to connect all of their customer data, creating a single view of customers and the ability to automate actions across every channel, touchpoint and vendor in your entire digital ecosystem\". Tealium's Audience Sizing \"allows users to connect all of their customer data, creating a single view of customers and the ability to automate actions across every channel, touchpoint and vendor in your entire digital ecosystem\" [Tealium, 04](https://tealium.com/products/audiencestream).\r\n* _Tealium DataAccess:_ DataAccess \"offers the richest source of clean and correlated omnichannel, event and audience data collected across web and mobile touch points, and makes that data available for real-time action\". It focuses on unifying data and offers the capacity to \"Correlate and stitch online and offline data assets to provide a rich \u201cready to query\u201d visitor dataset\" [Tealium, 05](https://tealium.com/products/tealium-dataaccess).\r\n\r\nTealium's \"Visitor Stitching\" tracks user behavior on and offline, across devices. With this technology, Tealium states, \"Previously anonymous visitor behavior will fulfill critical gaps in customer knowledge when cross device activity is merged with known customer profiles\". Tealium has a patent on their visitor stitching approach that combines the details from two or more profiles into one. Their \"proprietary technology \u2018replays\u2019 the data from each of the stitched profiles back in order, so that the profile can be built taking into account the sequence of the customer\u2019s journey\". \r\n\r\nTealium \"tracks visitor IDs from a variety of sources including Facebook, Amazon, Twitter, LinkedIn, Google Plus and more. When any known ID is matched, visitors, their behaviors, and devices are automatically stitched together. AudienceStream then enables you to take actions using these profile-based attributes and create unique audiences, facilitating compelling omnichannel campaigns that may begin on a mobile device and follow the user to his or her desktop\" [Tealium, 06](https://tealium.com/resources/visitor-stitching).\r\n\r\n## Privacy Policy\r\nTealium lists a Privacy Policy on its website; it is unclear if there are any differences in policy as it applies to their mobile tracker. \r\n\r\n_Data collection:_ Tealium collects both PII and non-PII from individuals visiting its website or using its services. PII may be collected when signing up for Tealium services. Non-PII may be collected when visiting the Tealium website from a web browser or mobile device. Tealium collects information from web browser through the use of cookies and web beacons. They also collect data on IP addresses to \" administer the Tealium Website, analyze trends, track visitor movements, and gather broad demographic information that assists us in identifying visitor preferences\". They \"may collect aggregated data regarding use of the Services and the Tealium Website, including, without limitation, number of Site Visitors, frequency and patterns of use, tag usage, feedback request trends, etc. (\u201cAggregated Data\u201d)\". They state they use \"Aggregated Data as a statistical measure and not in a manner that would identify you personally\" and that they \"may make use of, or make such Aggregated Data available to, third parties, in any manner in our sole discretion\". Details on what constitutes \"aggregated data\" or not available. \r\n\r\n_Data sharing:_ Tealium shares data with service providers, affiliates, partners and affiliated businesses not controlled by Tealium, billing, and when compelled by authorities.\r\n\r\n_International law:_ Tealium \"participates in and has certified its compliance with the EU-U.S. Privacy Shield Framework (Privacy Shield) and Swiss Safe Harbor\".\r\n\r\n_Opt-out:_ Tealium states, \"You may correct, update and delete your Customer Information, change your choices for alerts and other messages, choose whether to receive offers and promotions from us or you may request access to the Personal Information we hold about you and ask us to amend or delete such Personal Information. You can send your request to support@tealium.com.\" They also honor Do Not Track headers and \"allows its users to opt\u2010out of having their personal information collected by Tealium\". It is not clear how individuals could opt-out of data collection from the Telium mobile device tracker.\r\n\r\n_Data retention:_ Tealium \" retains the information we receive as described in this Privacy Statement for as long as needed to provide our Services, comply with our legal obligations, resolve disputes, establish legal defenses, conduct audits, pursue legitimate business purposes, and enforce our agreements\".\r\n\r\n_Security:_ Tealium states that it \"takes precautions, including administrative, technical, and physical measures \u2013 to help safeguard Customer Information against loss, theft, and misuse as well as unauthorized access, disclosure, alteration, and destruction. While we follow generally accepted standards to protect information submitted to us, no method of storage or transmission is 100% secure. Users are solely responsible for protecting their passwords, limiting access to their computers, and signing out of the Services after their sessions\" [Tealium, 07](https://tealium.com/privacy).\r\n\r\n## Relationships\r\n_Integrations (technological):_ Amazon Web Services / Bronto / Campaign Monitor / Twitter Campaigns / Facebook / CheetahMail / Criteo / Demandware [Tealium, 01](https://www.tealium.com).\r\n\r\n## Details\r\n_Financial details:_ Tealium was founded in 2008 and has raised over $112 million from funders [Crunchbase, 01](https://www.crunchbase.com/organization/tealium).\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/tealium](https://www.crunchbase.com/organization/tealium) \r\n* _Tealium, 01._ [https://www.tealium.com](https://www.tealium.com) \r\n* _Tealium, 02._ [https://tealium.com/products/tealium-iq-tag-management-system](https://tealium.com/products/tealium-iq-tag-management-system) \r\n* _Tealium, 03._ [https://tealium.com/products/tealium-eventstream](https://tealium.com/products/tealium-eventstream) \r\n* _Tealium, 04._ [https://tealium.com/products/audiencestream](https://tealium.com/products/audiencestream) \r\n* _Tealium, 05._ [https://tealium.com/products/tealium-dataaccess](https://tealium.com/products/tealium-dataaccess) \r\n* _Tealium, 06._ [https://tealium.com/resources/visitor-stitching](https://tealium.com/resources/visitor-stitching) \r\n* _Tealium, 07._ [https://tealium.com/privacy](https://tealium.com/privacy)\r\n\r\n## External Links\r\n* _Wikipedia (Tealium):_ [https://en.wikipedia.org/wiki/Tealium](https://en.wikipedia.org/wiki/Tealium) \r\n* _Ghostery (Tealium):_ [https://apps.ghostery.com/apps/tealium](https://apps.ghostery.com/apps/tealium)\r\n* _Crunchbase (Tealium):_ [https://www.crunchbase.com/organization/tealium](https://www.crunchbase.com/organization/tealium)", "creation_date": "2017-09-25", "code_signature": ".tealium.", "network_signature": "tealiumiq\\.com|tiqcdn\\.com", "website": "https://tealium.com/", "categories": ["Analytics"]}, "33": {"id": 33, "name": "Nexage", "description": "## Primary Location\r\nUnited States (Boston) [Crunchbase, 01](https://www.crunchbase.com/organization/nexage)\r\n\r\n## Website\r\n[http://www.nexage.com](http://www.nexage.com)\r\n\r\n## About\r\nNexage \"offers a mobile advertising platform that provides private and public exchanges, data enrichment, and real-time targeting solutions\" [Crunchbase, 01](https://www.crunchbase.com/organization/nexage).\r\n\r\n## Ownership\r\nMillenial Media, which became part of ONE by AOL; the AOL company name has changed to Oath, which is a subsidiary of Verizon Communications [AOL, 01](http://privacy.aol.com)\r\n\r\n## Documentation\r\n[http://docs.onemobilesdk.aol.com/android-ad-sdk/integration-guide.html](http://docs.onemobilesdk.aol.com/android-ad-sdk/integration-guide.html)\r\n\r\n## Products and Services\r\nServices (ostensibly now under Millenial Media):\r\n\r\n* Real-time bidding to help automate the buying and selling of mobile advertising [MillenialMedia, 01](http://www.millennialmedia.com/press/millennial-media-to-acquire-nexage-a-leading-mobile-ssp-and-advertising-exchange).\r\n* Millenial Media has a \"mobile-first\" data management platform (DMP) which can \"ingest publisher and advertiser data to enable re-targeting, audience extensions, and cross-device attribution\" [MillenialMedia, 01](http://www.millennialmedia.com/press/millennial-media-to-acquire-nexage-a-leading-mobile-ssp-and-advertising-exchange).\r\n* Targeted advertising through channel and demographic segments: \"Leveraging Millennial Media's audience and channel targeting, the campaign reached women ages 25-55 with an emphasis on the following conditions: pregnancy, stress, and bleaching/coloring. The consumer interaction garnered from the precise targeting far exceeded expectations.\" [MillenialMedia, 02](http://www.millennialmedia.com/mobile-insights/client-stories/fall-for-unilever-singapore-dove-hair-rescue)\r\n\r\n## Privacy Policy\r\nNexage's current privacy policy links to a URL at AOL.com, which displays privacy policy for \"Oath: A Verizon company\" [AOL, 01](http://privacy.aol.com). \r\n\r\n_Location tracking:_ According to Oath, \"Depending on how you access and use our Services, we may receive... _Location Information._ This information can include your device's GPS signal and information about Bluetooth connections, nearby WiFi networks, cell towers, and other types of precise location. We get this information, for example, when you use location-enabled services\" [AOL, 04](http://privacy.aol.com/privacy-policy). \r\n\r\nThey further state, \"With your consent, we may use available services on your device to determine or derive your precise location, including cellular, Wi-Fi, Bluetooth, and GPS information. In addition and with your consent, we may share your precise location information or personal information with third parties for their independent use. You may opt-out of providing precise location information to Oath, and having that information shared with third parties, at any time by adjusting the settings on your device. Please note that you may need to adjust multiple settings, and not just your location preference, to opt out of providing precise location information to Oath. If you subsequently opt in to sharing location information for an individual service, your location information will be shared with that service. Note that if you consent to share your location information within a particular app, your location information collected from within that app may continue to be shared even after you have opted-out on your device. If you opt-out of providing precise location information to Oath, we may continue to derive your approximate location from your IP address and other information we may collect. For more information, please review your app and device settings.\" \r\n\r\n_Location tracking and third parties:_ Oath states, \"We may use third-party providers to help operate our Services, including to deliver ads and understand how people use our Services on various devices. These providers may collect information about other apps on your various devices, the websites you visit, location information, inaudible audio waves, and other information in order to help analyze usage and target advertising on the site or app and elsewhere across your devices. These providers may use cookies, web beacons, and other technologies (including audio beacons) to collect this information\" [AOL, 07](http://legal.aol.com/mobileTOS).\r\n\r\n_Other information collected:_ \r\n\r\n* Log information (interactions with web sites, search queries, information about your operating system, IP address, etc)\r\n* Device information (the type of device, such as iPhone; device identifiers which may be unique to your device; your Internet Service Provider)\r\n* \"Other information\" (such as information from AOL Mail or Instant Messenger, but not the private communications without your consent)\r\n* Third Party data: Oath states, \"We may receive additional information about you that is publicly or commercially available and combine it along with the information we have collected or received about you in other ways. Also, we receive information about you when you choose to connect with social networking services while using our Services\" [AOL, 04](http://privacy.aol.com/privacy-policy).\r\n\r\n_Mobile device information:_ Oath states, \"When you use our Services on a mobile device, Oath, our partners, and service providers may collect certain information automatically, such as the type of device you use, unique device ID, wireless mobile subscriber ISDN numbers, Verizon Wireless UIDH, IP address, operating system, browser type, and information about your use of our Services. We may use this information as described in the Oath Privacy Policy, which explains, among other things, that we may combine information about your use of our various Services in all the ways you may connect to Oath.\r\n\r\nCertain Services may require the collection of the phone number of your device. We may associate that phone number with other information; however, we will not use that number for telemarketing to you without your consent\" [AOL, 07](http://legal.aol.com/mobileTOS).\r\n\r\n_Oath Standard Categories (segments) for targeted advertising:_ See Oath website for their list of Standard Categories [AOL, 05](https://advertising.aol.com/advisibility/standard-categories).\r\n\r\n_Opt-out on mobile:_ Oath states users can opt out of interest-based (targeted) advertising through general device settings in iOS and Android. However, to stop data collection of an Oath app, users must uninstall the app. \r\n\r\n_PII vs non-PII:_ Oath defines PII as \"name, address, telephone number, email address, payment card number, and government-issued identification number\", and non-PII to include \"without limitation cookie IDs, device identifiers, hashed values (such as email addresses and other types of information that are transformed into a sequence of random-looking characters that are no longer recognizable as an email address), and IP addresses\" [AOL, 02](http://privacy.aol.com/definitions). \r\n\r\nOath states it abides by \"standards restricting the use of sensitive financial account number data and other types of sensitive data as defined by these programs. For example, we do not use or allow others to use sensitive data to determine eligibility for health insurance, life insurance, or employment. We also do not target ads to users based on sensitive health data, including cancer, mental health-related conditions, and sexually-related areas\". They add, \"If a user appears interested in non-sensitive, health-related topics, (such as, by visiting pages related to a topic) an ad relevant to those interests may be displayed. We may also display non-sensitive, health-related ads to users who we or our advertisers believe may be an appropriate audience for such topics\" [AOL, 06](http://privacy.aol.com/advertising-and-privacy).\r\n\r\n_Information sharing:_ Oath states it \"may share your information in limited circumstances, including when we have your consent to do so or when sharing is necessary to protect Oath or comply with the law. Our agents and contractors may have access to your information, but only to perform services for Oath. We do not sell or rent your personal information to third parties. We may, however, share non-personally identifiable information with select business partners\" [AOL, 01](http://privacy.aol.com). Oath also states it does not \"rent or sell personal information to third parties for their marketing purposes. But we may share certain information we collect or receive with our affiliates and others to respond to your requests, provide our Services, when we have your consent, or as described in\" their Privacy Policy.\r\n\r\nParties Oath may share data with include:\r\n\r\n* Affiliates (any company that is controlled by or under common control with Oath Inc. Oath is part of the Verizon family of companies, which includes Yahoo Inc. For a list of Oath's major content brands\") [AOL, 02](http://privacy.aol.com/definitions)\r\n* Business partners (non-personally identifiable information)\r\n* Other parties in response to legal process or when necessary to protect our Services\r\n* Companies that provide services to Oath\r\n\r\nThird Parties that Provide Content, Advertising Services, or Functionality on Our Services:\r\n\r\n* Advertising providers (for targeted advertising or analytics)\r\n* Audience-measurement companies (to measure and compare usage on Oath Services, in comparison to other online services)\r\n* Social networking services \" (like Facebook, Twitter, LinkedIn, and Google) that enable you to login to certain of our Services and to share things you find on our Services with your social network. If you choose to connect with a social networking service, we may share information with that service, and that service may share information about you with us. We may use the information for the reasons explained in this Privacy Policy, including to make your experience on our Services more personal and social. For example, we might show you what content is popular among your connections on the social networking service or give you a glimpse of what your friends are saying about that content.\"\r\n\r\nAccording to Oath, \"These and other third parties may collect or receive information about your use of our Services, including through the use of cookies, web beacons and other technologies, and this information may be collected over time and combined with information collected on different websites and online services across your devices\" [AOL, 04](http://privacy.aol.com/privacy-policy). \r\n\r\nKey third parties Oath works with include, but are not limited to: \r\n\r\nAnalytics Providers:\r\n\r\n* Google Analytics\r\n* Nielsen Digital Measurement\r\n* Scorecard Research\r\n\r\nOther companies:\r\n\r\n* Acxiom\r\n* Session M\r\n* Taboola\r\n* Tapad \r\n\r\nOath states that, \"like Oath, these companies and other third parties not listed above may use cookies, web beacons, and similar technologies on or in connection with our Services\" [AOL, 06](http://privacy.aol.com/advertising-and-privacy).\r\n\r\n_Regulation:_ Oath is committed to self-regulatory requiremets for online advertising, including the Digital Advertising Alliance's Self-Regulatory Program for Online Behavioral Advertising and the Network Advertising Initiative's Self-Regulatory Code of Conduct.\r\n\r\n_Retention:_ Oath states, \"Data used to create segments for ad targeting is retained for no longer than 2 years. Other data (for example, data used to determine long-term or seasonal trends) may be retained for as long as Oath has a legitimate business reason for retaining it\" [AOL, 06](http://privacy.aol.com/advertising-and-privacy).\r\n\r\n_Tracking technologies:_ Oath Services use cookies, web beacons, and other technologies, as well as device fingerprinting and a \"device graph\" to link multiple devices to the same user [AOL, 03](http://privacy.aol.com/cookies-web-beacons).\r\n\r\n## Relationships\r\n_Media relationships:_ Oath offers free Services such as Oath.com, HuffPost, Moviefone, and TechCrunch with support from ads displayed on those Services. \r\n\r\nOath brands include: #BuiltByGirls / Yahoo! Finance / Yahoo! / AOL / Yahoo! Sports / Yahoo! Mail / TechCrunch / Yahoo! News / HuffPost / Yahoo! Fantasy / Flurry / Yahoo! Gemini / Verizon / BrightRoll by Yahoo! / ONE by AOL / kanvas / flickr / tumblr / Yahoo! Weather / Alto / Yahoo! Messenger / engadet / Style Me Pretty / autoblog / Polyvore / Makers / Moviefone / Build / Ryot / Convertro / BBG Ventures / Cambio / rivals / alephd by AOL [Oath, 01](https://www.oath.com/our-brands)\r\n\r\n## Details\r\n_Financial details:_ Nexage was founded in 2006 and had raised $19.5 million by 2012. It was acquired by Millenial Media for approximately $108 million in 2014 [Crunchbase, 01](https://www.crunchbase.com/organization/nexage); [AdExchanger.com, 01](https://adexchanger.com/mobile/millennial-media-to-buy-nexage-mobile-ssp-and-exchange-for-108m). \r\n\r\n## References\r\n* _AdExchanger.com, 01._ [https://adexchanger.com/mobile/millennial-media-to-buy-nexage-mobile-ssp-and-exchange-for-108m](https://adexchanger.com/mobile/millennial-media-to-buy-nexage-mobile-ssp-and-exchange-for-108m)\r\n* _AOL, 01._ [http://privacy.aol.com](http://privacy.aol.com)\r\n* _AOL, 02._ [http://privacy.aol.com/definitions](http://privacy.aol.com/definitions)\r\n* _AOL, 03._ [http://privacy.aol.com/cookies-web-beacons](http://privacy.aol.com/cookies-web-beacons)\r\n* _AOL, 04._ [http://privacy.aol.com/privacy-policy](http://privacy.aol.com/privacy-policy)\r\n* _AOL, 05._ [https://advertising.aol.com/advisibility/standard-categories](https://advertising.aol.com/advisibility/standard-categories)\r\n* _AOL, 06._ [http://privacy.aol.com/advertising-and-privacy](http://privacy.aol.com/advertising-and-privacy) \r\n* _AOL, 07._ [http://legal.aol.com/mobileTOS](http://legal.aol.com/mobileTOS)\r\n* _Millenial Media, 01._ [http://www.millennialmedia.com/press/millennial-media-to-acquire-nexage-a-leading-mobile-ssp-and-advertising-exchange](http://www.millennialmedia.com/press/millennial-media-to-acquire-nexage-a-leading-mobile-ssp-and-advertising-exchange)\r\n* _Millenial Media, 02._ [http://www.millennialmedia.com/mobile-insights/client-stories/fall-for-unilever-singapore-dove-hair-rescue](http://www.millennialmedia.com/mobile-insights/client-stories/fall-for-unilever-singapore-dove-hair-rescue)\r\n* _Oath, 01._ [https://www.oath.com/our-brands](https://www.oath.com/our-brands)\r\n\r\n## External Links\r\n* _Ghostery (Nexage)_: [https://apps.ghostery.com/apps/nexage](https://apps.ghostery.com/apps/nexage)", "creation_date": "2017-09-27", "code_signature": "com.nexage.android.|org.nexage.", "network_signature": "nexage\\.com", "website": "http://nexage.com/", "categories": []}, "34": {"id": 34, "name": "Ogury Presage", "description": "*\"Ogury is activating proprietary true mobile data from more than 300 million global users.\r\nNo other player in the market has such an ultra-granular knowledge of the complete mobile user journey.\r\nOgury\u2019s omniscient mobile data platform gives businesses the tools to harness the power of mobile data.\r\nBetter Insights = Better Targeting = Better App Monetisation = Better Mobile Experience.\"* - from Ogury website", "creation_date": "2017-09-27", "code_signature": "io.presage.", "network_signature": "presage\\.io", "website": "http://www.presage.io/", "categories": []}, "35": {"id": 35, "name": "Twitter MoPub", "description": "## Primary location\r\nUnited States\r\n\r\n## Website\r\n[https://www.mopub.com](https://www.mopub.com)\r\n\r\n## About\r\nMoPub offers services aimed th help publishers acquire and serve advertisements and advertisers to reach audiences that may be interested in their products and services [MoPub, 03](https://www.mopub.com/legal/privacy).\r\n\r\n## Ownership\r\nTwitter\r\n\r\n## Documentation\r\n[https://www.mopub.com/resources/docs/android-sdk-integration](https://www.mopub.com/resources/docs/android-sdk-integration)\r\n\r\n## Products and Services\r\nMopub describes itself as \"The leading monetization platform for mobile app publishers and developers\" [MoPub, 01](https://www.mopub.com). \r\n\r\n* They connect publishers with advertisers in a way aimed to \"drive the highest price for every ad impression\" [MoPub, 01](https://www.mopub.com).\r\n* They \"flexible mediation system allows publishers to target the right inventory with the right network partner, based on each publisher\u2019s unique business goals\" [MoPub, 01](https://www.mopub.com).\r\n* They offer \"ad serving tools, interface, and analytics.\"\r\n\r\nFor publishers: [Mopub, 02](https://www.mopub.com/publishers/overview)\r\n* Offer a \"dependable back-end systems powered by Twitter\u2019s world-class data center strength.\"\r\n* Offer consultative services.\r\n* Offer a creative dashboard for ad serving tools, interface, and ad formats.\r\n* Offer publishers access to over 180 demand-side platforms.\r\n* Help publishers reach an audience across 49,000 apps and 1.5 billion devices [MoPub, 03](https://www.mopub.com/dsp/overview).\r\n\r\n## Privacy Policy\r\n\r\n### Section 1: End User Policies\r\n_Information Collection on End Users:_ MoPub states, \"we may collect information about your device and the ads you view or click. The MoPub Services are designed to avoid collecting information that identifies you personally, such as your name, address, or email address, but the information we collect does enable us to recognize your device over time\". Data collected includes, but is not limited to:\r\n\r\n* \"Information about your device, such as the type and model, manufacturer, operating system (e.g. iOS or Android), carrier name, IP address, mobile browser (e.g. Chrome, Safari), applications using the MoPub Services and the version of such applications, and identifiers assigned to your device, such as its iOS Identifier for Advertising (IDFA), Android Advertising ID, or unique device identifier (a number uniquely allocated to your device by your device manufacturer).\r\n* Log information, including the app or website visited, session start/stop time, time zone, and network connection type (e.g., WiFi, cellular), and cookie information.\r\n* The geo-location of your device (using GPS or other geo-location data), when location services have been enabled for the mobile app or website that uses the MoPub Services.\r\n* Information about ads served, viewed, or clicked on, such as the type of ad, where the ad was served, whether you clicked on it, and whether you visited the advertiser\u2019s website or purchased the product or service advertised.\r\n* Information that MoPub Customers and other third parties have collected and share with MoPub, such as information about activity in their services. This may include the content you view or searches you made, the language you prefer, or other non-personally identifying demographic or interest information, to help make the ads served to you more relevant.\" \r\n\r\n_Information Use on End Users:_ This includes for the following purposes:\r\n\r\n* Serving Ads\r\n* Ad Reporting and Conversations\r\n* Frequency Capping\r\n* Fraud Detection and Prevention\r\n* Interest-Based Advertising\r\n* Geo-Targeting\r\n* Providing and Improving MoPub Services\r\n\r\n_PII:_ \"MoPub will not combine the non-personally identifiable information collected to provide the MoPub Services with your personally-identifying information without your express consent.\" \r\n\r\n_Information sharing:_ \r\n\r\n* With advertiser customers: for the purposes of the ad bidding process.\r\n* Aggregated and non-PII data: \"We share aggregate or non-personally identifiable information about the use of our Services with MoPub Customers. For example, we provide advertisers reports showing how many users viewed or clicked on their ads. We also provide publishers reports about the types of ads served to their apps.\"\r\n* With partners: who help with anti-fraud, quality, and security efforts.\r\n* With partners: who help MoPub improve mobile advertising exchange services.\r\n* Within \"our corporate family to provide, understand, or improve their or our services.\"\r\n\r\nMoPub also shares data as described in Section 3 of the Privacy Policy (see below). \r\n\r\n_Opt-Out:_ \"Your iOS mobile device may provide a 'Limit Ad Tracking' setting. On Android devices, your settings may allow you to 'Opt out of Interest-Based Ads.' When you have opted out using this setting on a device, MoPub will not use in-app information collected from that device to infer your interests or serve ads to that device that are targeted based on your inferred interests.\" MoPub also observes \"Do Not Track\" requests in web browsers. MoPub \"requires its advertising customers to honor opt-out preferences expressed using these controls.\" \r\n\r\n_Requirements of MoPub Customers:_ \"MoPub requires MoPub Customers to comply with all applicable laws and regulations and to provide end users with notice of the collection of data for advertising purposes as outlined in this Privacy Policy. We encourage all users to review the privacy policies of sites and apps they visit for information about those sites\u2019 and apps\u2019 data collection and use practices.\" \r\n\r\n### Section 3: General Information\r\n_Other sharing policies:_ MoPub \"may preserve or disclose information if we believe that it is reasonably necessary to comply with a law, regulation, legal process, or governmental request; to protect the safety of any person; to address fraud, security or technical issues; or to protect the rights or property of MoPub, MoPub Customers, users of our website, or end users.\"\r\n\r\n_Information from Third Parties:_ MoPub \"may receive information about you from third parties, including MoPub Customers, data partners, and our corporate family. This information may include, for example, browser cookie IDs, mobile device IDs, demographic or interest data, and content viewed or actions taken on a website or app.\" \r\n\r\n_Other sites:_ MoPub \"is not responsible for the privacy practices or content of these other sites.\" \r\n\r\n_Confidentiality and Security:_ MoPub \"has implemented reasonable security measures in order to protect both personal and non-personal information from loss, misuse and unauthorized access, disclosure, alteration or destruction.\"\r\n\r\n## Relationships\r\n_Clients:_ Apalon / ASKfm / FEO Media / First Touch Games / glu / Gram Games / Jorudan / LA Place Media / Lotum / Lovoo / MeetMe / Miniclip / MobilityWare / Outfit7 / theScore / Simeji / Spinrilla / timehop / truecaller / tunein / Ubisoft / Paper.io / The Weather Channel / Zynga [MoPub, 04](https://www.mopub.com/publishers/clients)\r\n\r\n## Details\r\n_Financial history:_ MoPub was founded in 2010 [CrunchBase, 01](https://www.crunchbase.com/organization/mopub). It was acquired by Twitter in 2013; the details of the deal were not disclosed. Media outlets estimated the deal at around $300 million [CCN Tech, 01](http://money.cnn.com/2013/09/10/technology/social/twitter-acquisition/index.html)\r\n\r\n## References\r\n* _CNN Tech, 01_. [http://money.cnn.com/2013/09/10/technology/social/twitter-acquisition/index.html](http://money.cnn.com/2013/09/10/technology/social/twitter-acquisition/index.html) \r\n* _CrunchBase, 01_. [https://www.crunchbase.com/organization/mopub](https://www.crunchbase.com/organization/mopub)\r\n* _MoPub, 01_. [https://www.mopub.com](https://www.mopub.com) \r\n* _MoPub, 02_. [https://www.mopub.com/publishers/overview](https://www.mopub.com/publishers/overview) \r\n* _MoPub, 03_. [https://www.mopub.com/legal/privacy](https://www.mopub.com/legal/privacy) \r\n* _MoPub, 04_. [https://www.mopub.com/publishers/clients](https://www.mopub.com/publishers/clients)\r\n\r\n## External Links\r\n* _Ghostery (MoPub)_: [https://apps.ghostery.com/ko/apps/mopub](https://apps.ghostery.com/ko/apps/mopub)\r\n* _GitHub_: https://github.com/mopub", "creation_date": "2017-09-27", "code_signature": "com.mopub.", "network_signature": "mopub\\.com", "website": "https://www.mopub.com/", "categories": ["Analytics", "Advertisement"]}, "36": {"id": 36, "name": "Add Apt Tr", "description": "", "creation_date": "2017-09-27", "code_signature": "com.intentsoftware.addapptr.", "network_signature": "aatkit\\.com", "website": "https://www.addapptr.com", "categories": []}, "37": {"id": 37, "name": "Vectaury", "description": "", "creation_date": "2017-09-28", "code_signature": "io.vectaury.", "network_signature": "vectaury\\.io", "website": "http://vectaury.io/", "categories": ["Analytics", "Profiling", "Location"]}, "38": {"id": 38, "name": "Tune", "description": "## Primary Location\r\nUnited States (Seattle) [Crunchbase, 01](https://www.crunchbase.com/organization/tune)\r\n\r\n## Website\r\n[https://www.tune.com](https://www.tune.com)\r\n\r\n## About\r\nTUNE offers products and services for the digital marketing and advertising industry, including the TUNE Marketing Console, a mobile marketing technology stack [TUNE, 08](https://www.tune.com/who-we-are).\r\n\r\n## Ownership\r\nTUNE\r\n\r\n## Documentation\r\n[https://developers.tune.com/sdk/android-quick-start](https://developers.tune.com/sdk/android-quick-start)\r\n\r\n## Products and Services\r\nMany of TUNE's services are provided through the TUNE Marketing Console (TMC). The TMC \"is designed to collect and use data such as Unique Advertising Identifiers, Statistical Identifiers, Geographic Location Data, Email Addresses, and other data provided by the Advertiser for attribution, app store optimization, and in-app marketing. Advertisers are able to view and measure data provided by TUNE, as well as third-party Partners that the Advertiser selects, in the TMC. For instance, an Advertiser can compare the results of advertising campaigns conducted with different Partners in the TMC. Advertisers and Partners may also send information to the TMC via Postback\" [TUNE, 10](https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy).\r\n\r\nTUNE products and services offered include:\r\n\r\n* _In-App Marketing:_ Leverage customer segmentation tools and contextual insight to send personalized messages, guide users through from onboarding to conversion, and take action with real-time reporting, A/B testing, and optimization. Features include location-based triggers, deep links, automatic actions, automated triggers, and scheduled campaigns [TUNE, 02](https://www.tune.com/solutions/tune-marketing-console/in-app-marketing).\r\n* _TUNE Marketing Console:_ \r\n* * Track user behavior on and offline, across devices, via TUNE's understanding of the \"customer journey\".\r\n* * Uniques identify users and target their \"proximity\" via location tracking.\r\n* * Help clients to \"Streamline your mobile marketing and measurement\" with services that are \"people-centric\". \r\n* * Unify data into one place, and give ownership of the data to the client. \r\n* * TUNE's APIs allows clients to sync with thousands of integrated partners [TUNE, 03](https://www.tune.com/solutions/tune-marketing-console/our-difference).\r\n* _Attribution Analytics:_ TUNE offers mobile analytics based on detailed performance reports and people-centric segmentation to maximize return on investment; analytics for re-engagement; analytics for return on ad spend; as well as analytics for fraud prevention [TUNE, 04](https://www.tune.com/solutions/tune-marketing-console/attribution-analytics).\r\n* _App Store Analytics:_ TUNE provides tools to optimize success in app stores [ TUNE, 05](https://www.tune.com/solutions/tune-marketing-console/app-store-analytics).\r\n* _Fraud prevention:_ TUNE Fraud services identify install and click fraud, allows businesses to set custom fraud rules, and provides analytics to detect and classify potential fraud [TUNE, 06](https://www.tune.com/solutions/tune-marketing-console/mobile-ad-fraud-detection-prevention) \r\n\r\nTUNE is \"a 'data processor' that collects and analyzes End User data at the specific request of our client Advertisers, the 'data controllers'\" [TUNE, 10](https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy).\r\n\r\nTUNE also tracks in-app user behavior and correlates it with a unique identifier [TUNE, 07](https://developers.tune.com/sdk/measuring-in-app-events).\r\n\r\nA simple version of TUNE's targeted advertising is provided on their opt-out website. It is explained as follows: \r\n\r\n\"Within the TMC, two features allow advertisers to use data to target advertising to an end user:\r\n\r\n1. AUDIENCES allows Advertisers to build segments based on previously acquired attribution data (from the TMC's Attribution Analytics feature)...\r\n2. IN APP MARKETING allows advertisers to send end users push notifications outside of the app environment, as well as in-app messages - for promotional and other activities...\" [TUNE, 09](http://www.optoutmobile.com).\r\n\r\nIn this context, TMC covers \"Attribution Analytics, App Store Analytics, Audiences, and In-App Marketing\" [TUNE, 10](https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy).\r\n\r\n## Privacy Policy\r\nTUNE \"defines privacy as the end user\u2019s rights to receive notice, give consent, and opt-out of the collection, use, and sharing of data that is about or can identify that end user\".\r\n\r\n_Opt-out:_ TUNE has an opt-out website, www.optoutmobile.com, which details how end users can opt out of features in the TUNE Marketing Console (TMC) that target users online. Users can opt out of the \"audiences\" segment-based targeted advertising if they \"enable Limit Ad Tracking or \u201cLAT\u201d or re-set their ad identifier on their device OR opt out within the app itself\". They can opt out of \"in app marketing\" if they \"use the appropriate settings on their mobile platform (Android, iPhone, or Windows)\". Additional details of how to opt out of mobile on the outoutmobile.com website. TUNE will pass on LAT requests to Advertisers, and will honor opt-outs provided to them by Advertisers. They also honor push notification opt outs set by the End User on their device. \r\n\r\nOpting out of the TMC \"will not stop those users from receiving interest-based advertisements from Advertisers or other publishers or ad networks. End Users who want to opt out of a particular ad network, publisher, or Advertiser\u2019s ads must contact those companies directly to opt out.\"\r\n\r\n_Data ownership (TMC):_ \"Unless otherwise specified, and pursuant to the TUNE Data Pledge, Advertisers own the data that they provide to and collect through the TMC. When Advertisers remove or export their data from the TMC, their use of End User data is governed by their own privacy policies and applicable laws, rules, or regulations.\" \r\n\r\n_Data collected (TMC):_ The TMC \"is designed to collect and use data such as Unique Advertising Identifiers, Statistical Identifiers, Geographic Location Data, Email Addresses, and other data provided by the Advertiser for attribution, app store optimization, and in-app marketing.\" \r\n\r\n_Data sharing (TMC):_ Advertisers \"are able to view and measure data provided by TUNE, as well as third-party Partners that the Advertiser selects, in the TMC. For instance, an Advertiser can compare the results of advertising campaigns conducted with different Partners in the TMC. Advertisers and Partners may also send information to the TMC via Postback\"... Advertisers can share all data collected through the TMC with Partners via Postback, data exports, and/or API calls\". TUNE itself may provide or disclose, or enable others to provide, End User Data for the purposes of detecting and preventing malicious activity of invalid traffic, or believe that we are legally required to do so.\" \r\n\r\n_Personally identifiable information:_ \"The TMC does not primarily rely on data that is considered \u201cpersonal\u201d in other jurisdictions for Attribution and App Store Optimization. The TMC does support automatic hashing in cases where the Advertiser chooses to upload \u201cpersonal\u201d data into the TMC to ensure that the TMC does not process such data in raw form\". A detailed list of what TUNE considers PII and non-PII can be found at their data & security web page [TUNE, 13](https://help.tune.com/marketing-console/the-importance-of-securing-data-in-the-tmc). \r\n\r\n_Advertiser data use permissions (TMC):_ Advertisers can use information collected through by the TMC for:\r\n\r\n* Attribution (eg, ad campaign analytics, cross-device attribution)\r\n* App Store Analytics (eg, A/B testing, analytics)\r\n* Audiences (eg, segments, behavioral and demographic profiling)\r\n* In-App Marketing (eg, push notifications, A/B testing of push notifications)\r\n\r\n_Regulation:_ TUNE complies with the Digital Advertising Alliance self-regulatory requirements.\r\n\r\n_International Law:_ TUNE adheres to the Privacy Shield Principles. \r\n\r\n_Security:_ TUNE \" uses commercially reasonable efforts including a variety of security technologies and procedures to secure client and End User Data from unauthorized access, use or disclosure\" [TUNE, 10](https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy).\r\n\r\n## Relationships\r\n_Customers:_ ebay / Sony / Expedia / LINE / Supercell / Flipkart / Staples / Zillow / Sephora / Kabam / Starz / Draft Kings [TUNE, 01](https://www.tune.com) / MovieStarPlanet / Zoosk / Cheerz / SaferVPN / Schoold / Appromoters [TUNE, 12](https://www.tune.com/resources/resource-library/#customer-stories)\r\n\r\n## Details\r\n_Financial details:_ TUNE was founded in 2009 and has raised over $36 million from funders [Crunchbase, 01](https://www.crunchbase.com/organization/tune). \r\n\r\n_Innovation:_ TUNE claims to be at the forefront of many innovations in the advertising industry. They state they are \"the first self-service performance marketing platform, the original mobile app measurement product, and the first multi-touch attribution for app advertising. We were also the first to combine app and web measurement, and the first to measure performance on nearly every mobile advertising platform like Google, Twitter, Snapchat and others\" [TUNE, 08](https://www.tune.com/who-we-are).\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/tune](https://www.crunchbase.com/organization/tune) \r\n* _TUNE, 01._ [https://www.tune.com](https://www.tune.com) \r\n* _TUNE, 02._ [https://www.tune.com/solutions/tune-marketing-console/in-app-marketing](https://www.tune.com/solutions/tune-marketing-console/in-app-marketing) \r\n* _TUNE, 03._ [https://www.tune.com/solutions/tune-marketing-console/our-difference](https://www.tune.com/solutions/tune-marketing-console/our-difference) \r\n* _TUNE, 04._ [https://www.tune.com/solutions/tune-marketing-console/attribution-analytics](https://www.tune.com/solutions/tune-marketing-console/attribution-analytics) \r\n* _TUNE, 05._ [https://www.tune.com/solutions/tune-marketing-console/app-store-analytics](https://www.tune.com/solutions/tune-marketing-console/app-store-analytics) \r\n* _TUNE, 06._ [https://www.tune.com/solutions/tune-marketing-console/mobile-ad-fraud-detection-prevention](https://www.tune.com/solutions/tune-marketing-console/mobile-ad-fraud-detection-prevention) \r\n* _TUNE, 07._ [https://developers.tune.com/sdk/measuring-in-app-events](https://developers.tune.com/sdk/measuring-in-app-events) \r\n* _TUNE, 08._ [https://www.tune.com/who-we-are](https://www.tune.com/who-we-are) \r\n* _TUNE, 09._ [http://www.optoutmobile.com](http://www.optoutmobile.com) \r\n* _TUNE, 10._ [https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy](https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy) \r\n* _TUNE, 11._ [https://www.tune.com/resources/data-and-privacy](https://www.tune.com/resources/data-and-privacy) \r\n* _TUNE, 12._ [https://www.tune.com/resources/resource-library/#customer-stories](https://www.tune.com/resources/resource-library/#customer-stories) \r\n* _TUNE, 13._ [https://help.tune.com/marketing-console/the-importance-of-securing-data-in-the-tmc](https://help.tune.com/marketing-console/the-importance-of-securing-data-in-the-tmc)\r\n\r\n## External Links\r\n* _Crunchbase (TUNE):_ [https://www.crunchbase.com/organization/tune](https://www.crunchbase.com/organization/tune)", "creation_date": "2017-11-02", "code_signature": "com.tune|com.mobileapptracker", "network_signature": "mobileapptracking\\.com", "website": "https://www.tune.com", "categories": ["Analytics"]}, "39": {"id": 39, "name": "Pushwoosh", "description": "## Primary Location\r\nUnited States (Washington, DC) [CrunchBase, 01](https://www.crunchbase.com/organization/pushwoosh)\r\n\r\n## Website\r\n[https://www.pushwoosh.com](https://www.pushwoosh.com)\r\n\r\n## About\r\nPushwoosh pushes in-app messaging across platforms [Pushwoosh, 01](https://www.pushwoosh.com)\r\n\r\n## Ownership\r\nPushwoosh\r\n\r\n## Documentation\r\n[http://docs.pushwoosh.com/docs/fcm-integration](http://docs.pushwoosh.com/docs/fcm-integration)\r\n\r\n## Products and services\r\nFeatures include:\r\n\r\n* _Data collection (via tags):_ \"Collect additional data from your users as Tags - gender, city and DOB, or the amount of money spent on in-app purchases. Then use this data for precise segmentation, personal communication, push automation and analytics.\"\r\n* _Real world location targeting:_ \"Try real-time location-based feature to send automated push notifications to users entering a specific area. Send your sale offers, discount alerts and welcoming messages automatically\" [Pushwoosh, 02](https://www.pushwoosh.com/features). \r\n * _Targeting in geozones:_ \"pins on the map that allow sending automatically triggered push notifications right at the moment a user enters the specified area on the map. Its range can be set from 50 to 1000 meters, and it has an adjustable cooldown period\" [Pushwoosh, 03](http://docs.pushwoosh.com/docs/geozones).\r\n * _iBeacon micro-targeting_ [Pushwoosh, 10](https://www.pushwoosh.com/blog/features-guides/ibeacons)\r\n* _Segmentation of audiences for marketing campaigns_ [Pushwoosh, 02](https://www.pushwoosh.com/features). Segments could include \"username, ID, city, favorite football team, preferred news categories, or any other piece of information about your users\" [Pushwoosh, 04](http://docs.pushwoosh.com/docs/segmentation-tags-and-filters).\r\n* _In-apps tracking:_ In-app purchases (\"The total amount of money spent on in-app purchases for the device\"); Last In-App Purchase Date (\"The date of the last in-app purchase made on the device\"); and In-App Product (\"Names of in-app products that were purchased on the device\") [Pushwoosh, 05](https://docs.pushwoosh.com/v1.0/docs/in-apps-tracking).\r\n* 250+ million pushes per day.\r\n* _Personalized messages:_ \"Address your users by name, and use any of their preferences in the message to make it relevant for every single user\"\r\n* _Statistics:_ \"Measure app installs and opens, push subscription, sent & open rates, all tag data statistics, and much more.\"\r\n* _In-app messaging:_ \"deeply customizable rich content in-app banners and full-screen interstitials.\"\r\n* _A/B Tests:_ \"Perform A/B tests on your audience to figure out which push configuration works better for you.\"\r\n* _Multiple languages_ [Pushwoosh, 02](https://www.pushwoosh.com/features)\r\n* _Conversion Tracking:_ Track \"the number of users who perform specific actions in your application or on your website after opening the push\" [Pushwoosh, 06](https://www.pushwoosh.com/conversion-tracking)\r\n* _Push Recovery Campaigns:_ Target abandon carts by returning customers to finish the transaction [Pushwoosh, 07](https://www.pushwoosh.com/abandoned-cart).\r\n* _Loyalty:_ Boost audience loyalty with personalized messages.\r\n* _Targeted messaging:_ Send targeted messages to segments [Pushwoosh, 09](https://www.pushwoosh.com/business-cases).\r\n\r\n## Privacy Policy\r\nPrivacy policy is listed at [Pushwoosh, 08](https://www.pushwoosh.com/privacy-policy). The Privacy Policy web page does not address opt-out; it appears to be directed at prospective business clients.\r\n\r\n## Relationships\r\nNissan / Mercedes / Leica / Bosch / Sabre / runtastic / Abbyy / Silicon Beach Media / Reaktor / redBit games / Saatchi & Saatchi / RTL Group / Skyjey / STC / SurfStitch / rtve / Ubisoft / Unaversidad APEC / Tripcase / Suzuki / VANSO / Veikkaus / Urban Rivals / XiMad / Sony Entertainment Television / MSC Cruises / Rayman Jungle Run / World Wide Fund for Nature (WWF) / Red Cross / Diner Dash / Plymouth University / Playscape / MLB.com / Marmalade / Mastercard / Hewlett-Packard / MTN / 3rd Sense / ixigo.com / JDG / Elektromarked / LOT Polish Airlines / FX Guru / G5 Games / Haaretz / Frima Studio / FunPlus / Concentra / Fanfair / Deloitte Digital / Exhibit Force / Firezoo / AppPresser / Autoliv / Bag It! / Carrefour / Chicago Tribune Trivia [Pushwoosh, 01](https://www.pushwoosh.com)\r\n\r\n## Details\r\n_Financial details:_ Pushwoosh was founded in 2011 [Crunchbase, 01](https://www.crunchbase.com/organization/pushwoosh).\r\n\r\n## References\r\n* _CrunchBase, 01._ [https://www.crunchbase.com/organization/pushwoosh](https://www.crunchbase.com/organization/pushwoosh) \r\n* _Pushwoosh, 01._ [https://www.pushwoosh.com](https://www.pushwoosh.com) \r\n* _Pushwoosh, 02._ [https://www.pushwoosh.com/features](https://www.pushwoosh.com/features)\r\n* _Pushwoosh, 03._ [http://docs.pushwoosh.com/docs/geozones](http://docs.pushwoosh.com/docs/geozones) \r\n* _Pushwoosh, 04._ [http://docs.pushwoosh.com/docs/segmentation-tags-and-filters](http://docs.pushwoosh.com/docs/segmentation-tags-and-filters) \r\n* _Pushwoosh, 05._ [https://docs.pushwoosh.com/v1.0/docs/in-apps-tracking](https://docs.pushwoosh.com/v1.0/docs/in-apps-tracking) \r\n* _Pushwoosh, 06._ [https://www.pushwoosh.com/conversion-tracking](https://www.pushwoosh.com/conversion-tracking) \r\n* _Pushwoosh, 07._ [https://www.pushwoosh.com/abandoned-cart](https://www.pushwoosh.com/abandoned-cart) \r\n* _Pushwoosh, 08._ [https://www.pushwoosh.com/privacy-policy](https://www.pushwoosh.com/privacy-policy) \r\n* _Pushwoosh, 09._ [https://www.pushwoosh.com/business-cases](https://www.pushwoosh.com/business-cases)\r\n\r\n## External Links\r\n* Owler company profile: [https://www.owler.com/iaApp/4589235/pushwoosh-company-profile](https://www.owler.com/iaApp/4589235/pushwoosh-company-profile)\r\n* Pushwoosh on Github: [https://github.com/Pushwoosh](https://github.com/Pushwoosh)", "creation_date": "2017-11-12", "code_signature": "com.pushwoosh", "network_signature": "pushwoosh\\.com", "website": "https://www.pushwoosh.com/", "categories": []}, "40": {"id": 40, "name": "Demdex", "description": "## Primary Location\r\nUnited States\r\n\r\n## Website\r\n[https://www.adobe.com/data-analytics-cloud/audience-manager.html](https://www.adobe.com/data-analytics-cloud/audience-manager.html)\r\n\r\n## About\r\nDemdex offers audience management solutions for parts of Adobe's advertising ecosystem.\r\n\r\n## Ownership\r\nAdobe Systems Incorporated\r\n\r\n## Documentation\r\n[https://marketing.adobe.com/developer/get-started/mobile/c-measuring-mobile-applications](https://marketing.adobe.com/developer/get-started/mobile/c-measuring-mobile-applications)\r\n\r\n## Products and Services\r\nAdobe's Audience Manager service was build on top of the Demdex data bank product they acquired in 2011 [Analytics Demystified, 01](http://analyticsdemystified.com/adobe-analytics/adobes-new-marketing-cloud-visitor-id-how-does-it-work). Some services include:\r\n\r\n* _Segmenting:_ \"Build, test, and activate...audiences...based on a set of traits\". \"Divide millions of records into trait-specific categories\" like \"moms of grade school kids\". Find new prospects with \"look-alike modeling\"; \"pinpoint your most frequent users, as well as how recently they've interacted with your marketing.\" \r\n* _Cross-device identification:_ Use the \"profiling feature\" in Audience Manager \"to tie one profile to multiple devices\" and \"discover if users are sharing a device, for instance, within a household\". Target customers \"after they may logged off your site or app.\"\r\n* _Reports:_ Generate reports like Optimal Frequency reports, Advertiser Performance Reports to gain insight about user interactions like impressions, clicks, and conversions \r\n* _Predictive analytics:_ Performs predictive analytics\r\n* Organize your own first party data and augment it with second or third party data with the Audience Marketplace feature\r\n* Price your data for sale and partners [Adobe, 19](https://www.adobe.com/data-analytics-cloud/audience-manager.html)\r\n* _Geotargeting and location-based targeting:_ Adobe Mobile Marketing offers \"support for many location services, including GPS, geofencing, beacons, and more\". Geolocation services allow marketers to \"measure and respond to user engagement in mobile apps connected to beacons in sports stadiums, retail stores, and other points of interest. Marketers can also easily deliver \u201clocal\u201d notifications and promotions based on proximity to a beacon. In addition, companies can tie app interactions to all other app engagement data in Adobe Analytics\" [Adobe, 23](https://blogs.adobe.com/digitalmarketing/mobile/10-things-you-need-to-know-about-adobes-mobile-marketing). Adobe states that \"app targeting based on GPS location and proximity to a particular area in a store or event venue\", built into Analytics and Target products [MarketWatch, 01](https://www.marketwatch.com/story/adobe-launches-mobile-services-for-adobe-marketing-cloud-2013-11-07); [Forbes, 01](https://www.forbes.com/sites/roberthof/2013/11/07/adobe-takes-its-marketing-cloud-services-mobile); [PCWorld, 01](https://www.pcworld.com/article/2061880/adobe-adds-geolocation-targeting-to-marketing-cloud.html).\r\n* Real-time geo- and location-based targeting: Adobe's in-app messaging feature \" allows marketers to promote real-time content (e.g., new video, breaking news) or cross-promote apps, products, or services to people who are actively using their app. Messages, such as full-screen communications, alerts, and local notifications, can be triggered by analytics data, including user behavior, lifecycle metrics, or location (GPS or iBeacons), that is collected with the Mobile Services SDK. In-app messaging can be deployed without the need for app development or a new app update in the app store\" [Adobe, 23](https://blogs.adobe.com/digitalmarketing/mobile/10-things-you-need-to-know-about-adobes-mobile-marketing)\r\n* A/B testing [Forbes, 01](https://www.forbes.com/sites/roberthof/2013/11/07/adobe-takes-its-marketing-cloud-services-mobile) \r\n\r\nA variety of other services extend across the Adobe Marketing & Analytics ecosystem. The Demdex SDK may collect information for those services, including Adobe Campaign and Adobe Experience Manager [MarketWatch, 01](https://www.marketwatch.com/story/adobe-launches-mobile-services-for-adobe-marketing-cloud-2013-11-07). See \"Details\" below.\r\n\r\n## Privacy Policy\r\nAdobe business customers \"use Adobe Marketing Cloud services to collect and analyze information, such as clicks made by visitors on their websites\" [Adobe, 21](https://www.adobe.com/privacy/opt-out.html).\r\n\r\n_Data Privacy:_ \"App publishers can easily manage opt-in or opt-out functionality to enable compliance with data collection and privacy laws for specific countries including the Children's Online Privacy Protection Act (COPPA). In addition, Adobe Mobile services customers own their data - not Adobe\" [Forbes, 01](https://www.forbes.com/sites/roberthof/2013/11/07/adobe-takes-its-marketing-cloud-services-mobile). \r\n\r\nIn 2013, Adobe's Ray Pun stated that users must opt-in for geotargeting services, and that companies must write their terms in conditions \"in a language that a normal person can understand, not an attorney\" [PCWorld, 01](https://www.pcworld.com/article/2061880/adobe-adds-geolocation-targeting-to-marketing-cloud.html). \r\n\r\n_Mobile privacy policy:_ Adobe Marketing Cloud states that a \"company may also use Adobe Marketing Cloud technologies within its mobile apps. These technologies allow the company to send information to its Adobe Marketing Cloud account -- for example, how you use the company\u2019s mobile apps as well as other information your mobile device may make available to apps, such as location information.\"\r\n\r\n_Mobile opt-out:_ For opting out of mobile data collection and use in connection with Adobe Marketing Cloud, Adobe states that \"Most mobile devices allow you to the limit use of mobile advertising identifiers for interest-based advertising. For more information, please review the instructions provided by your mobile device manufacturer. The Digital Advertising Alliance\u2019s AppChoices app may also provide you with more options to opt out of receiving interest-based advertising within mobile apps. Please see Your Privacy Choices to learn more about your choices for opting out of companies\u2019 use of Adobe Marketing Cloud solutions.\"\r\n\r\nAdobe has an opt-out web page [Adobe, 21](https://www.adobe.com/privacy/opt-out.html) and a page for Audience Manager privacy policy [Adobe, 22](https://marketing.adobe.com/resources/help/en_US/aam/faq_privacy.html).\r\n\r\nAdobe suggests users \"review the privacy policy\" of the mobile app company \"as well as privacy information provided by your mobile device manufacturer\" [Adobe, 20](http://www.adobe.com/privacy/marketing-cloud.html). They also recommend \"self-regulatory sites\" like the Digital Advertising Alliance to opt out of advertising solutions by companies who are members of those groups [Adobe, 21](https://www.adobe.com/privacy/opt-out.html).\r\n\r\n## Relationships\r\n_Clients:_ Princess / Conde Nast / Lenovo [Adobe, 17](http://www.adobe.com/data-analytics-cloud/audience-manager.html) \r\n\r\n_Partners:_ Accenture Interactive / Cognizant / Deloitte Digital / dentsu aegis network / Epsilon / Havas / IBM / iCrossing / Infosys / IPG / OmnicomGroup / Publicis Groupe / pwc / Tata Consultancy Services / wipro / WPP [Adobe, 24](http://www.adobe.com/experience-cloud/service-support/partners.html)\r\n\r\n## Details\r\n### Financial details & history\r\nIn 2011, Adobe acquired Demdex for $109 million [Crunchbase, 01](https://www.crunchbase.com/organization/demdex). Demdex offered a \"behavioral data bank\" for advertising purposes. The data bank was used for audience segmenting, and could be plugged into ad servers or services, giving websites and advertisers control over the data. DemDex was added to Adobe's \"Online Marketing Suite\" (powered by Adobe-acquired Omniture) [TechCrunch, 01](https://techcrunch.com/2011/01/18/adobe-buys-behavioral-data-management-platform-demdex). \r\n\r\n### Adobe Audience Manager\r\nAdobe Audience Manager is Adobe's data management platform, built on top of the Demdex product they acquired in 2011 [Analytics Demystified, 01](http://analyticsdemystified.com/adobe-analytics/adobes-new-marketing-cloud-visitor-id-how-does-it-work). Audience Manager:\r\n\r\n* Gives a \"complete view\" of an audience by combining clients' data sources into one place [Adobe, 17](http://www.adobe.com/data-analytics-cloud/audience-manager.html)\r\n* Segments audiences for \"smart targeting\" and \"personalization\" for targeted advertisements [Adobe, 02](https://www.adobe.com/data-analytics-cloud/audience-manager/audience-segmentation.html)\r\n* Targets \"specific segments on any platform\" [Adobe, 19](https://www.adobe.com/data-analytics-cloud/audience-manager.html)\r\n\r\nIt aims to provide \"a seamless experience and a seamless profile for all the different marketing cloud solutions to use. It's also a gateway for the broader ecosystem\" such that clients with their own proprietary platforms or working with other technologies outside of Adobe, \"audience manager helps with the syndication and consistency of that audience regardless of the actual technology that is serving and delivering that audience experience. Ultimately Audience Manager allows marketers to take this vast amount of information, transform it into meaningful audience segments, to deliver the most effective message at the right time\" [Adobe, 18](https://www.adobe.com/data-analytics-cloud/audience-manager.html#m226a251c23c15530b6f70ef20da2003c)\r\n\r\nProducts it integrates with include Adobe Target and Adobe Media Optimizer, as well as solutions beyond the Marketing Cloud [Adobe, 19](https://www.adobe.com/data-analytics-cloud/audience-manager.html#x).\r\n\r\n### Adobe Marketing & Analytics ecosystem: The Adobe Experience Cloud\r\nThe Adobe Experience Cloud provides \"access to an integrated set of solutions to build campaigns, manage your advertising, and gain deep intelligence about your business. And it\u2019s all unified through powerful core services that give you access to your customer profiles, centralized assets, powerful tagging, and an ecosystem of partners and developers to extend the value of all the solutions\". Adobe's Experience Cloud website features the Adobe Advertising Cloud, Adobe Analytics Cloud, and Adobe Marketing Cloud [Adobe, 07](www.adobe.com/experience-cloud/overview.html).\r\n\r\n#### Adobe Marketing Cloud\r\nProvides a \"set of integrated digital marketing solutions...to organize, access, and personalize your marketing content\". Adobe Marketing Cloud solutions fall into four categories:\r\n\r\n* _Measurement solutions_, \"which help companies measure and understand how you use their websites, apps, social networking pages, as well as how you interact with their online marketing campaigns\"\r\n* _Personalization solutions_, \"which help companies test new content and make their websites, apps, social networking pages, and emails more relevant to you\"\r\n* _Content management solutions_, \"which help companies store, update, and deliver images and other content on their websites, within their apps, and in online marketing materials\"\r\n* _Advertising solutions_, which help companies improve their online advertising on websites, search engines, and social media platforms. These solutions also help companies send emails, text messages, and other online and offline marketing campaigns\" [Adobe, 20](http://www.adobe.com/privacy/marketing-cloud.html)\r\n\r\nProducts include:\r\n\r\n* _Adobe Experience Manager:_ \"helps you manage all your assets, build websites and mobile apps, and integrate content from online communities\" [Adobe, 03](http://www.adobe.com/marketing-cloud.html); [Adobe, 10](http://www.adobe.com/marketing-cloud/experience-manager.html)\r\n* _Adobe Campaign:_ \"helps you personalize and deliver your campaigns across all your channels, from web and mobile to email and display\" [Adobe, 03](http://www.adobe.com/marketing-cloud.html); [Adobe, 11](http://www.adobe.com/marketing-cloud/campaign.html)\r\n* _Adobe Target:_ \"helps you turn data into results by testing and personalizing your content so you can deliver the best content to the right audience\" [Adobe, 03](http://www.adobe.com/marketing-cloud.html); [Adobe, 12](http://www.adobe.com/marketing-cloud/target.html)\r\n* _Adobe Primetime:_ \"helps you create, deliver, and monetize personal video experiences\" [Adobe, 03](http://www.adobe.com/marketing-cloud.html); [Adobe, 13](http://www.adobe.com/marketing-cloud/primetime.html)\r\n* _Adobe Social:_ \"helps you create relevant social content and quantify your social marketing results\" [Adobe, 03](http://www.adobe.com/marketing-cloud.html)\r\n\r\n#### Adobe Advertising Cloud\r\nAdobe states this is \"the industry\u2019s first end-to-end platform for managing advertising across traditional TV and digital formats\". It is a cross-channel platform that delivers \"video, display, and search advertising across any screen in any format\"; \"media planning and buying are integrated into one programmatic solution\" [Adobe, 04](http://www.adobe.com/advertising-cloud.html). Produce include:\r\n\r\n* _Demand Side Platform:_ A \"unified cross-channel, software-based solution\" to \"streamline global advertising from a single platform\" [Adobe, 05](https://www.adobe.com/advertising-cloud/media-optimizer/demand-side-platform.html)\r\n* _Adobe Media Optimizer:_ This \"uses unified campaign tracking and reporting, real-time bidding, impression-level decisioning abilities, attribution reporting and simulations, and integration with the top ad exchanges to help you meet display objectives\" [Adobe, 06](https://www.adobe.com/advertising-cloud/media-optimizer/display-advertising-management.html)\r\n* _Brand Safety:_ Prevent advertising campaigns from \"mixing with content and properties that don't align with your brand's image\" [Adobe, 08](https://www.adobe.com/advertising-cloud/protecting-brand-equity.html)\r\n* _Dynamic creative optimization:_ Reach \"specific audiences with flexible ad creative that\u2019s personalized in real time to drive user engagement, conversions, and integrated experiences\". Use dynamic creatives to \"target customers with flexible ad creative that\u2019s personalized in real time based on site actions, customer and partner data, and third-party demographic data\" [Adobe, 09](https://www.adobe.com/advertising-cloud/media-optimizer/dynamic-creative-optimization.html)\r\n\r\n#### Adobe Analytics Cloud\r\nAdobe Analytics Cloud aims to provide a business' \"core intelligence engine\". It strives to bring \"context to online and offline data\" and build \"loyalty with customers\". It offers \"intelligence\" and \"precise audience creation\" to help put \"real-time insights into action\". \r\n\r\nServices include:\r\n\r\n* _Accessible analytics:_ \"Make enterprise-level marketing analytics understandable and accessible to everyone in your organization\"\r\n* _Precise segmentation:_ \"Continuously refine the view of your customers. As you do, you\u2019ll discover and create high-value audiences and understand the best way to reach them\"\r\n* _Real-time tageting:_ \"Connect your analytics with real-time activation so the transition from insight to action is as fast as it can be\"\r\n* _Next-generation attribution:_ \"To understand your ROI, you need an objective view of the customer journey across every device and channel \u2014 paid, earned, and owned\" [Adobe, 15](http://www.adobe.com/data-analytics-cloud.html)\r\n\r\nProducts include:\r\n\r\n* _Adobe Analytics:_ \"Discover your most valuable customer segments and use these insights to steer your entire business with customer intelligence\" [Adobe, 16](http://www.adobe.com/data-analytics-cloud/analytics.html)\r\n* _Adobe Audience Manager:_ A \"data management platform (DMP) that helps you build unique audience profiles so you can identify your most valuable segments and use them across any digital channel\" [Adobe, 17](http://www.adobe.com/data-analytics-cloud/audience-manager.html)\r\n\r\n### Device support\r\nAdobe's platform support \"includes Apple App Store, Google Play, Amazon Appstore, Windows Store, and Windows Phone Store, as well as analytics support for Roku, Xbox, AppleTV, PlayStation, and other connected devices\" [Adobe, 23](https://blogs.adobe.com/digitalmarketing/mobile/10-things-you-need-to-know-about-adobes-mobile-marketing)\r\n\r\n## References\r\n* _Adobe, 01_. [http://www.adobe.com/marketing-cloud.html](http://www.adobe.com/marketing-cloud.html) \r\n* _Adobe, 02_. [https://www.adobe.com/data-analytics-cloud/audience-manager/audience-segmentation.html](https://www.adobe.com/data-analytics-cloud/audience-manager/audience-segmentation.html) \r\n* _Adobe, 03_. [http://www.adobe.com/marketing-cloud.html](http://www.adobe.com/marketing-cloud.html) \r\n* _Adobe, 04_. [http://www.adobe.com/advertising-cloud.html](http://www.adobe.com/advertising-cloud.html) \r\n* _Adobe, 05_. [https://www.adobe.com/advertising-cloud/media-optimizer/demand-side-platform.html](https://www.adobe.com/advertising-cloud/media-optimizer/demand-side-platform.html) \r\n* _Adobe, 06_. [https://www.adobe.com/advertising-cloud/media-optimizer/display-advertising-management.html](https://www.adobe.com/advertising-cloud/media-optimizer/display-advertising-management.html) \r\n* _Adobe, 07_. [https://www.adobe.com/experience-cloud/overview.html](https://www.adobe.com/experience-cloud/overview.html) \r\n* _Adobe, 08_. [https://www.adobe.com/advertising-cloud/protecting-brand-equity.html](https://www.adobe.com/advertising-cloud/protecting-brand-equity.html) \r\n* _Adobe, 09_. [https://www.adobe.com/advertising-cloud/media-optimizer/dynamic-creative-optimization.html](https://www.adobe.com/advertising-cloud/media-optimizer/dynamic-creative-optimization.html) \r\n* _Adobe, 10_. [http://www.adobe.com/marketing-cloud/experience-manager.html](http://www.adobe.com/marketing-cloud/experience-manager.html) \r\n* _Adobe, 11_. [http://www.adobe.com/marketing-cloud/campaign.html](http://www.adobe.com/marketing-cloud/campaign.html) \r\n* _Adobe, 12_. [http://www.adobe.com/marketing-cloud/target.html](http://www.adobe.com/marketing-cloud/target.html) \r\n* _Adobe, 13_. [http://www.adobe.com/marketing-cloud/primetime.html](http://www.adobe.com/marketing-cloud/primetime.html) \r\n* _Adobe, 14_. [http://www.adobe.com/marketing-cloud/social.html](http://www.adobe.com/marketing-cloud/social.html) \r\n* _Adobe, 15_. [http://www.adobe.com/data-analytics-cloud.html](http://www.adobe.com/data-analytics-cloud.html) \r\n* _Adobe, 16_. [http://www.adobe.com/data-analytics-cloud/analytics.html](http://www.adobe.com/data-analytics-cloud/analytics.html) \r\n* _Adobe, 17_. [http://www.adobe.com/data-analytics-cloud/audience-manager.html](http://www.adobe.com/data-analytics-cloud/audience-manager.html) \r\n* _Adobe, 18_. [https://www.adobe.com/data-analytics-cloud/audience-manager.html#m226a251c23c15530b6f70ef20da2003c](https://www.adobe.com/data-analytics-cloud/audience-manager.html#m226a251c23c15530b6f70ef20da2003c) \r\n* _Adobe, 19_. [https://www.adobe.com/data-analytics-cloud/audience-manager.html#x](https://www.adobe.com/data-analytics-cloud/audience-manager.html#x) \r\n* _Adobe, 20_. [http://www.adobe.com/privacy/marketing-cloud.html](http://www.adobe.com/privacy/marketing-cloud.html) \r\n* _Adobe, 21_. [https://www.adobe.com/privacy/opt-out.html](https://www.adobe.com/privacy/opt-out.html) \r\n* _Adobe, 22_. [https://marketing.adobe.com/resources/help/en_US/aam/faq_privacy.html](https://marketing.adobe.com/resources/help/en_US/aam/faq_privacy.html) \r\n* _Adobe, 23_. [https://blogs.adobe.com/digitalmarketing/mobile/10-things-you-need-to-know-about-adobes-mobile-marketing](https://blogs.adobe.com/digitalmarketing/mobile/10-things-you-need-to-know-about-adobes-mobile-marketing) \r\n* _Adobe, 24_. [http://www.adobe.com/experience-cloud/service-support/partners.html](http://www.adobe.com/experience-cloud/service-support/partners.html) \r\n* _Analytics Demystified, 01_. [http://analyticsdemystified.com/adobe-analytics/adobes-new-marketing-cloud-visitor-id-how-does-it-work](http://analyticsdemystified.com/adobe-analytics/adobes-new-marketing-cloud-visitor-id-how-does-it-work) \r\n* _Crunchbase, 01_. [https://www.crunchbase.com/organization/demdex](https://www.crunchbase.com/organization/demdex) \r\n* _Forbes, 01_. [https://www.forbes.com/sites/roberthof/2013/11/07/adobe-takes-its-marketing-cloud-services-mobile](https://www.forbes.com/sites/roberthof/2013/11/07/adobe-takes-its-marketing-cloud-services-mobile) \r\n* _MarketWatch, 01_. [https://www.marketwatch.com/story/adobe-launches-mobile-services-for-adobe-marketing-cloud-2013-11-07](https://www.marketwatch.com/story/adobe-launches-mobile-services-for-adobe-marketing-cloud-2013-11-07) \r\n* _PCWorld, 01_. [https://www.pcworld.com/article/2061880/adobe-adds-geolocation-targeting-to-marketing-cloud.html](https://www.pcworld.com/article/2061880/adobe-adds-geolocation-targeting-to-marketing-cloud.html) \r\n* _TechCrunch, 01_. [https://techcrunch.com/2011/01/18/adobe-buys-behavioral-data-management-platform-demdex](https://techcrunch.com/2011/01/18/adobe-buys-behavioral-data-management-platform-demdex)\r\n\r\n## External links\r\n* _Wikipedia (Adobe Marketing Cloud_: [https://en.wikipedia.org/wiki/Adobe_Marketing_Cloud](https://en.wikipedia.org/wiki/Adobe_Marketing_Cloud) \r\n* _Adobe Audience Manager_: [https://www.adobe.com/data-analytics-cloud/audience-manager.html](https://www.adobe.com/data-analytics-cloud/audience-manager.html) \r\n* _Adobe Marketing Cloud_: [http://www.adobe.com/marketing-cloud.html](http://www.adobe.com/marketing-cloud.html)", "creation_date": "2017-11-15", "code_signature": "com.adobe.mobile.Analytics|com.adobe.mobile.Config.", "network_signature": "demdex\\.net", "website": "https://www.adobe.com/data-analytics-cloud/audience-manager.html", "categories": ["Analytics"]}, "41": {"id": 41, "name": "AdsWizz", "description": "", "creation_date": "2017-11-15", "code_signature": ".adswizz.", "network_signature": "adswizz\\.com|cdn\\.adswizz.com\\.edgesuite\\.net", "website": "http://www.adswizz.com/", "categories": []}, "42": {"id": 42, "name": "ExactTarget", "description": "Belongs to SalesForce", "creation_date": "2017-11-16", "code_signature": "com.exacttarget.", "network_signature": "\\.exacttarget\\.", "website": "http://help.exacttarget.com/en/technical_library/API_Overview/", "categories": ["Analytics"]}, "43": {"id": 43, "name": "Omniture", "description": "## About\r\n\r\nOmniture, originally a online marketing and web analytics company, was acquired by Adobe in 2009 and it was run as a separate business unit until 2012 when it was integrated into the Adobe Marketing Cloud. Several of Omniture's LLC filings remain active. [Source: OpenCorporates](https://opencorporates.com/companies/us_de/3077923)\r\n\r\n## Ownership\r\n\r\nAdobe (NASDAQ: ADBE) is a publicly-traded multinational software company. \r\n\r\n## What it does\r\n\r\n* Behavioral Analytics\r\n* Online Marketing\r\n* Machine-learning Analysis\r\n\r\n## Privacy Policy\r\n\r\n[Onminture's Privacy Policy is the same as Adobe's. Policy dated 3/5/18 and reviewed 17/11/2018:](https://www.adobe.com/privacy/policy.html)\r\n\r\n* Adobe's Privacy Policy is broad and covers the span of its wide-ranging services. It is unclear what is specifially covered by the Omniture business line. \r\n\r\n* Users must opt-out of each segment of data collection individually: Desktop Identifiable Data Collection, Device Identifiable Data Collection, Mobile Data Collection, Experience Cloud service usage data, \r\nMachine learning analysis of user content, Interest-based ads, and Adobe websites. [Link to opt-out](https://www.adobe.com/privacy/opt-out.html)\r\n\r\n* Data may be shared with fraud prevention services, law enforcement services in the context of an investigation, social media marketers and platforms, sales and advertising partners, retailers, research organizations, advertisers, ad agencies, advertising networks and platforms, information service providers, publishers, and non-profit organizations.", "creation_date": "2017-11-16", "code_signature": "com.omniture.|com.adobe.adms.measurement.", "network_signature": "omniture\\.com|omtrdc\\.net", "website": "https://www.adobe.com/analytics/adobe-analytics-features.html", "categories": ["Analytics", "Profiling"]}, "44": {"id": 44, "name": "OpenLocate", "description": "## Primary Location\r\nUnited States (San Francisco) [Crunchbase, 01](https://www.crunchbase.com/organization/safegraph)\r\n\r\n## Website\r\n[https://www.safegraph.com](https://www.safegraph.com)\r\n\r\n## About\r\nSafeGraph specializes in the collection of physical location data for data mining and analytics.\r\n\r\n## Ownership\r\nSafeGraph\r\n\r\n## Documentation\r\n[https://github.com/OpenLocate/openlocate-android](https://github.com/OpenLocate/openlocate-android)\r\n\r\n## Products and Services\r\nSafeGraph is a data company which aims to build a robust and detailed location-based tracking service for advertisers, industry, government and researchers. Products and services include:\r\n\r\n* _SafeGraph Movement Panel:_ SafeGraph's \"database of ultra-accurate GPS-location data that comes from anonymized mobile devices.\" The Movement panel offers:\r\n * _Sink detection:_ Detection of inaccurate location data based on \" specific coordinates occurring at impossibly high rates\".\r\n * _Teleporting detection:_ Detection of inaccurate location data when \"devices appear to move at impossibly fast speeds, ostensibly traveling large distances between data points that occur next to each other\" in data streams like bid streams.\r\n * _Jumpiness detection:_ Detection of innacurate location data when \"we see two consecutive points in time that are fairly close but still implausibly spaced\" (eg, \"the GPS receiver in your phone lags or if a nearby skyscraper interferes with the location signal\") [SafeGraph, 01](https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475)\r\n* _SafeGraph Places API:_ This \"to easily find the places of interest that are near a given lat/long, ordered by distance or relevance\" [SafeGraph, 03](https://developers.safegraph.com/docs/places.html).\r\n* _OpenLocate:_ The OpenLocate SDK will \"collect location data (like GPS) from phones\" [SafeGraph, 04](https://github.com/OpenLocate). This includes an Android and iOS SDK. The service is built to provide developers complete control over their location data. Developers can build location-enabled features into their apps and \"maintain complete control over how end-user data is collected, where it is stored, and which APIs it will be sent to\". This includes sending to storage services (like Amazon S3) or APIs (such as Google Places API or SafeGraph's Places API) [SafeGraph, 05](https://blog.safegraph.com/introducing-openlocate-the-open-source-location-sdk-f5c5d2739a48).\r\n\r\nOther services include:\r\n* \"Detailed polygon maps on 50+ million U.S. places of interest\r\n* Understanding of each business's popularity, taxonomy, hours, etc.\r\n* Core investments in benchmarking via truth sets\"\r\n * This includes Explicit Truth Sets (Check-ins, Daily diaries, Web surveys) and Implicit Truth Sets (Credit card data, Receipt data, First-party transactions) \r\n\r\nData from visits may include:\r\n\r\n* _Core truth set for matching:_\r\n * High-res GPS data\r\n * Deterministic data\r\n * Explicit and implicit truth\r\n * Data collected in background from large population\r\n* _Deep places map:_\r\n * Best polygons\r\n * Footprint geometries\r\n * Metadata\r\n * Categories\r\n * Hours of operation\r\n* Machine learning technology\r\n * Cross-validated against multiple independent 3rd party truth sets about where people go\r\n* _Truth and accuracy_\r\n * High Precision // Low false positive rate; High recall // Low false negative rate\" [SafeGraph, 06](https://www.safegraph.com/truth)\r\n\r\n## Privacy Policy\r\n_Data collection (method and use):_ SafeGraph collects data from \"trusted third-party data partners such as mobile application developers, through APIs and other delivery methods\". The data collection and use is \"governed by the privacy policy and legal terms of the data collector and the website using the data; it is not governed by SafeGraph.\" SafeGraph \"aggregates data collected from our data partners, and allows third party customers to access the Data for a variety of purposes such as ad targeting, traffic analysis, and market research.\" SafeGraph may also use data for their own \"internal and operational purposes\", and share data in response to requests from law enforcement or a governmental agency, \"to protect or enforce our rights or those of others, or to investigate potential wrongdoing.\" Data can also be transferred to a successor entity in the event of a merger or acquisition.\r\n\r\n_Information collected:_ Information collected includes \"data regarding a device\u2019s precise geographic location, as well as other mobile identifiers such as Apple IDFAs and Google Android IDs, and other information about users and their devices.\" \r\n\r\n_Jurisdictions:_ \"SafeGraph stores and processes information on servers in many countries around the world. We therefore may process your information on a server located outside the country where you live... Our customers (or companies that help us process the Data) may be located in other countries, so the Data we provide may be processed or used in a variety of countries, other than those our users reside in.\" Customers of SafeGraph may create cross-device capabilities \"to enable marketers to target users across various channels and devices.\"\r\n\r\n_Opt-out:_ SafeGraph informs users of opt-out procedures for interest-based advertising and location tracking. To opt out of interest-based advertising, they state, users can adjust settings in their Android or iOS devices. This procedure, which they note may change, is mentioned in the SafeGraph privacy policy \"purely for informational purposes.\" SafeGraph further notes that \"You also can remove your consent to having your location data collected by changing the settings on your device. (Certain services may lose functionality as a result.)\" SafeGraph's Privacy Policy provides links to the Network Advertising Initiative and the Digital Advertising Alliance, as well as www.youronlinechoices.com. It informs users that these websites may provide additional opt-out options.\r\n\r\n_Retention:_ Information SafeGraph collects is \"retained indefinitely unless there has been a direct opt-out with us as directed above.\"\r\n\r\n_Security:_ SafeGraph has security policies and procedures to \" ensure compliance with industry best practices.\" They state, \"no physical or technological safeguards are 100 percent secure, we do not guarantee the security of any particular elements of Data that we hold\" [SafeGraph, 07](https://www.safegraph.com/privacy-policy).\r\n\r\n## Relationships\r\n_Clients and partners:_ Statiq / AirSage / Stanford University / GroundTruth (formerly xAd) / UCLA / Baylor University / Weborama / Tufts University / The University of Chicago / Alphonzo / Freckle IoT / Georgia Tech / Esri / Appnext / 4Info / Research Now / Tapfwd / Arrivalist / Placecast / ThinkNear by Telenav / Pitney Bowes / Columbia University / Purdue University / UC San Diego / Sidewalk Labs / Temple University / Citilabs / PlaceIQ / Moovit / Skyhook / Postie / PicsArt / Oklahoma State University / Santa Clara University / OpenLocate\r\n\r\n## Details\r\n_Financial details:_ SafeGraph was founded in 2016, and has raised $16 million from funders [Crunchbase, 01](https://www.crunchbase.com/organization/safegraph); [SafeGraph, 02](https://blog.safegraph.com/safegraph-raises-16-million-series-a-e8e88eeb7beb) \r\n\r\n_Scope:_ SafeGraph \"has access to super-accurate, anonymized location data on over 5% of all mobile phones in the U.S. (as of August 2017)\" and is \"increasing that percentage every day\" [SafeGraph, 01](https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475).\r\n\r\n_Slogans:_\r\n\r\n* \"SafeGraph maintains the ground truth dataset for human movement across the globe\"\r\n* \"We provide high-quality location data products to help organizations make better decisions and improve lives\"\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/safegraph](https://www.crunchbase.com/organization/safegraph) \r\n* _SafeGraph, 01._ [https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475](https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475) \r\n* _SafeGraph, 02._ [https://blog.safegraph.com/safegraph-raises-16-million-series-a-e8e88eeb7beb](https://blog.safegraph.com/safegraph-raises-16-million-series-a-e8e88eeb7beb) \r\n* _SafeGraph, 03._ [https://developers.safegraph.com/docs/places.html](https://developers.safegraph.com/docs/places.html) \r\n* _SafeGraph, 04._ [https://github.com/OpenLocate](https://github.com/OpenLocate) \r\n* _SafeGraph, 05._ [https://blog.safegraph.com/introducing-openlocate-the-open-source-location-sdk-f5c5d2739a48](https://blog.safegraph.com/introducing-openlocate-the-open-source-location-sdk-f5c5d2739a48) \r\n* _SafeGraph, 06._ [https://www.safegraph.com/truth](https://www.safegraph.com/truth) \r\n* _SafeGraph, 07._ [https://www.safegraph.com/privacy-policy](https://www.safegraph.com/privacy-policy)\r\n\r\n## External Links\r\n* _Crunchbase (SafeGraph):_ [https://www.crunchbase.com/organization/safegraph](https://www.crunchbase.com/organization/safegraph) \r\n* _Gigya:_ [https://www.gigya.com/blog/exploring-future-identity](https://www.gigya.com/blog/exploring-future-identity) \r\n* _Even:_ [https://evenfinancial.com/press/mit-brings-together-fintech-financial-services-first-ever-hackathon](https://evenfinancial.com/press/mit-brings-together-fintech-financial-services-first-ever-hackathon) \r\n* _SafeGraph:_ [https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475](https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475) \r\n* _Stanford Economics:_ [https://web.archive.org/web/20171116110210if_/https://economics.stanford.edu/sites/default/files/sharable_fulldraft.pdf](https://web.archive.org/web/20171116110210if_/https://economics.stanford.edu/sites/default/files/sharable_fulldraft.pdf) \r\n* _Washington Post:_ [https://www.washingtonpost.com/news/wonk/wp/2017/11/15/politics-really-is-ruining-thanksgiving-according-to-data-from-10-million-cellphones](https://www.washingtonpost.com/news/wonk/wp/2017/11/15/politics-really-is-ruining-thanksgiving-according-to-data-from-10-million-cellphones) \r\n* _The Outline:_ [https://theoutline.com/post/2490/why-is-this-company-tracking-where-you-are-on-thanksgiving](https://theoutline.com/post/2490/why-is-this-company-tracking-where-you-are-on-thanksgiving)", "creation_date": "2017-11-16", "code_signature": "com.safegraph.|com.openlocate", "network_signature": "api\\.safegraph\\.com", "website": "https://www.safegraph.com/", "categories": ["Location"]}, "45": {"id": 45, "name": "TagCommander (Commanders Act.)", "description": "Take control of your Data, from Collection to Activation\r\n\r\nOur tools and services allow you to collect, match and activate your data.\r\n\r\nYou can now send the right message, at the right time, to every single one of your clients and prospects, whatever their preferred channel.\r\n\r\nImprove relevance and optimise your media budget.\r\n\r\nCUSTOMER DATA PLATFORM Commanders Act Customer Data Platform lets you increase sales and loyalty through meaningful relationships with your leads and customers.\r\n\r\nENTERPRISE TAG MANAGEMENT Harness the power of your vendor tags to create unique and omni-channel customer experiences.\r\n\r\nCONSENT MANAGEMENT PLATFORM Increase brand loyalty by allowing users to control the data collected about them.\r\n\r\nIDENTITY MANAGER Let FuseCommander help you identify the people behind the devices to create awesome customer experiences.\r\n\r\nMULTI-TOUCH ATTRIBUTION Make the most of your advertising budgets with MixCommander.\r\n\r\nDATA ACTIVATION PLATFORM DataCommander supercharges your targeted marketing efforts and decreases your ad spend.", "creation_date": "2017-11-28", "code_signature": "com.tagcommander.", "network_signature": "\\.commander1\\.com|\\.tagcommander.com", "website": "https://www.commandersact.com/", "categories": ["Analytics"]}, "46": {"id": 46, "name": "CrowdTangle", "description": "We can only detect network activity of this tracker.\r\n\r\n * [API doc](https://github.com/CrowdTangle/API/wiki)\r\n * [Mediapart article](https://www.mediapart.fr/journal/france/011217/comment-facebook-achete-la-presse-francaise)", "creation_date": "2017-12-03", "code_signature": "", "network_signature": "api\\.crowdtangle\\.com", "website": "https://www.crowdtangle.com/", "categories": []}, "47": {"id": 47, "name": "Facebook Audience", "description": "", "creation_date": "2017-12-03", "code_signature": "com.facebook.audiencenetwork", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android/", "categories": ["Analytics"]}, "48": {"id": 48, "name": "Google Analytics", "description": "", "creation_date": "2017-12-03", "code_signature": "com.google.android.apps.analytics.|com.google.android.gms.analytics.", "network_signature": "google-analytics\\.com", "website": "http://www.google.com/analytics/", "categories": ["Analytics"]}, "49": {"id": 49, "name": "Google Firebase Analytics", "description": "Firebase gives you functionality like analytics, databases, messaging and crash reporting\r\n\r\n[API documentation](https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/package-summary)", "creation_date": "2017-12-03", "code_signature": "com.google.firebase.analytics.|com.google.android.gms.measurement.", "network_signature": "firebase\\.com", "website": "https://firebase.google.com/", "categories": ["Analytics"]}, "51": {"id": 51, "name": "Eulerian", "description": "## About\r\n\r\nEulerian Technologies is a privately-held e-marketing and web analytics company based in France. [Source: OpenCorporates](https://opencorporates.com/companies/gb/04437532) It has offices in Paris, Madrid, Lille, and staff in Canada. [Source: Linkedin](https://www.linkedin.com/company/eulerian-technologies/])\r\n\r\n## Ownership\r\n\r\nGuillaume Fougnies and Mathieu Jondet founded Eulerian Technologies in 2002. [Source: Eulerian.com](https://www.eulerian.com/en/about-us/)\r\n\r\n## What it does\r\n\r\n* Behavioral Analytics \r\n* Data Collection\r\n* Attribution Modeling\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 5/9/2018](https://www.eulerian.com/en/privacy/):\r\n\r\n* Eulerian's policy acknowledges that it may receive (\"including personal data\") data from from its clients' partners for statistical and analytical reporting. It states that it acts as a \"data processor\" on behalf of its clients' instructions.\r\n\r\n* Collected data is the \"property of our clients, [who] are data controllers, at all times.\" It is \"not used on behalf of Eulerian Technologies.\"\r\n\r\n* Users looking to request deletion of their data are referred to contact their clients directly using the contact details on their respective websites. The policy then provides a list of websites that use their software.", "creation_date": "2017-12-03", "code_signature": "com.eulerian.android.sdk", "network_signature": "eulerian\\.com", "website": "https://www.eulerian.com/en/", "categories": ["Analytics"]}, "52": {"id": 52, "name": "Adjust", "description": "Mobile retargeting\r\n\r\n*Retargeting users is a proven way to drive growth, but it can be challenging to gather all the necessary data required for partners to carry out retargeting campaigns. What should be a day-long task can take much longer. With Audience Builder, you can define audiences using your Adjust data and act immediately upon them.*\r\n\r\n* https://www.adjust.com/product/adjust-audience-builder/\r\n* https://github.com/adjust/android_sdk\r\n* https://github.com/adjust/sdks", "creation_date": "2017-12-03", "code_signature": "com.adjust.sdk.", "network_signature": "adj\\.st|adjust\\.com", "website": "https://www.adjust.com/", "categories": ["Analytics"]}, "53": {"id": 53, "name": "ChartBoost", "description": "", "creation_date": "2017-12-03", "code_signature": "com.chartboost.sdk.", "network_signature": "\\.chartboost\\.com", "website": "https://answers.chartboost.com/en-us/", "categories": []}, "54": {"id": 54, "name": "Backelite", "description": "By *CapGemini*", "creation_date": "2017-12-03", "code_signature": "com.backelite.android.|com.backelite.bkdroid.", "network_signature": "backelite\\.com", "website": "https://www.backelite.com/", "categories": ["Analytics"]}, "55": {"id": 55, "name": "Areametrics", "description": "Geo-location data that powers business intelligence\r\n\r\n[SDK documentation](https://areametrics-android-sdk.readme.io/)\r\n\r\nAreaMetrics\u2019 location data is used by marketers and brands to drive fresh insights and competitive advantages\r\n\r\nAreaMetrics provides geo-location data that powers insights for marketers and brands.\r\nWe access a network of in-store sensors to understand offline foot-traffic and to deliver the highest-quality in alternative data intelligence.\r\n\r\nCOMPETITIVE INTELLIGENCE\r\nTransform enterprise decision-making. Connect analytics to action and gain a competitive information advantage.\r\n\r\nPROXIMITY MARKETING\r\nEnable effective ad targeting and offline attribution studies. Use geo-location to deliver high-performing location-based at campaigns and unlock new customer insights.\r\n\r\nTRANSPARENT APP MONETIZATION\r\nIn today\u2019s privacy-centric climate, apps need a responsible way to earn revenue. We\u2019ve created a simple way for apps to earn revenue with three key benefits: No SDK, No Ads, No GPS.\r\n\r\nWe\u2019re Committed to GDPR\r\nAreaMetrics is committed to data protection and privacy. That\u2019s why we are ensuring strict compliance with the General Data Protection Regulation and taking extra care to make sure data is handled safely and securely. Learn more about how we\u2019re keeping data protected.", "creation_date": "2017-12-03", "code_signature": "com.areametrics.areametricssdk|com.areametrics.nosdkandroid", "network_signature": "areametrics\\.com", "website": "https://areametrics.com/", "categories": ["Analytics"]}, "56": {"id": 56, "name": "ComScore", "description": "collects data while online and offline", "creation_date": "2017-12-03", "code_signature": "com.comscore.", "network_signature": "comscore\\.com", "website": "https://comscore.com/", "categories": ["Analytics", "Advertisement"]}, "57": {"id": 57, "name": "Cuebiq", "description": "## About\r\n\r\n[Cuebiq](https://www.cuebiq.com/about/) is a location data intelligence and analytics company with 51-200 employees. It has offices in New York, San Francisco, Chicago, Milan, Italy, and Shanghai, China. [See also: OpenCorporates](https://opencorporates.com/companies/us_de/5068833)\r\n\r\n## Ownership\r\n\r\nCuebiq was founded by Antonio Tomarchio in 2011. The privately-held company's investors include: Goldman Sachs Principal Strategic Investments (PSI), Nasdaq Ventures, DRW Venture Capital, Tribeca Venture Partners, Tribeca Angels, and TLcom Capital. [Source: BusinessWire](https://www.businesswire.com/news/home/20180518005397/en/Cuebiq-Raises-27-Million-Growth-Capital)\r\n\r\nIts trusted partners include: Clear Channel, Oracle, Google, Facebook, Ubimo, and more. [Source: website](https://go.cuebiq.com/trusted-partners.html)\r\n\r\n## What it does\r\n\r\n* Location Tracking (iBeacons, WiFi, NFC or Near Field Communication) & Analytics\r\n* Footfall Attribution\r\n* Mobile Data Triangulation\r\n* Blockchain-based open-data marketing platform\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 18/5/2018, reviewed 18/11/2018:](https://www.cuebiq.com/privacypolicy/)\r\n\r\n* Cuebiq uses a blockchain platform it developed to encrypt and anonymize the personally identifiable information it collects. This is advantageous because (1) it more seamlessly complies with GDPR and (2) enables its partners to efficiently access its ledgers.\r\n\r\n* Cuebiq's policy openly states it ignores DNR (Do Not Track) requests in web browsers. \r\n\r\n* Cuebiq's policy states that it shares information with third parties such as \"advertising agency trading desks, proximity solution providers, [and] advertising technology providers\" in addition to \"other companies and organizations... for instance (without limitation) for scientific, medical, civic, meteorological, automotive, and market-related research.\"\r\n\r\n* For users outside the EU looking to opt-out, they may limit disclosure by \"adjusting the settings on [their] mobile device\" and web browsers. Users are refered to the Network Advertising Initiative\u2019s [website](http://optout.networkadvertising.org/?c=1#!%2F) and the Digital Advertising Alliance (DAA) [website](http://optout.aboutads.info/?c=2&lang=EN) regarding cookies and interest-based advertising. Users are also refered to unnamed individual Publishers and Advertisers, who \"may also provide ways [] to opt out from or limit their collection of information.\"", "creation_date": "2017-12-03", "code_signature": "com.cuebiq.cuebiqsdk.model.Collector|com.cuebiq.cuebiqsdk.receiver.CoverageReceiver", "network_signature": "cuebiq\\.com", "website": "http://www.cuebiq.com/", "categories": ["Analytics", "Location"]}, "58": {"id": 58, "name": "HelpShift", "description": "", "creation_date": "2017-12-03", "code_signature": "com.helpshift", "network_signature": "helpshift\\.com", "website": "https://www.helpshift.com", "categories": []}, "59": {"id": 59, "name": "Kontakt", "description": "Bluetooth Beacons & Location Solutions", "creation_date": "2017-12-03", "code_signature": "com.kontakt.sdk.android.", "network_signature": "kontakt\\.io", "website": "https://kontakt.io/", "categories": ["Analytics"]}, "60": {"id": 60, "name": "Locuslabs", "description": "Indoor location", "creation_date": "2017-12-03", "code_signature": "com.locuslabs.sdk", "network_signature": "locuslabs\\.com", "website": "http://locuslabs.com", "categories": []}, "61": {"id": 61, "name": "Moat", "description": "Track what ads users are viewing", "creation_date": "2017-12-03", "code_signature": "com.moat.analytics.mobile.", "network_signature": "apx\\.moatads\\.com|geo\\.moatads\\.com|js\\.moatads\\.com|mb\\.moatads\\.com|moat\\.com|pixel\\.moatads\\.com|px\\.moatads\\.com|sejs\\.moatads\\.com|yt\\.moatads\\.com|yts\\.moatads\\.com|z\\.moatads\\.com", "website": "https://moat.com/analytics", "categories": ["Analytics", "Advertisement"]}, "62": {"id": 62, "name": "Segment", "description": "Collects behavioral data", "creation_date": "2017-12-03", "code_signature": "com.segment.analytics.", "network_signature": "api\\.segment\\.io|segment\\.com", "website": "https://segment.com/", "categories": ["Analytics", "Profiling"]}, "63": {"id": 63, "name": "Mobile Engagement", "description": "Microsoft", "creation_date": "2017-12-04", "code_signature": "com.ubikod.capptain.|com.microsoft.azure.engagement.", "network_signature": "login\\.microsoftonline\\.com|management\\.azure\\.com", "website": "https://docs.microsoft.com/en-us/azure/mobile-engagement/mobile-engagement-android-sdk-overview", "categories": ["Analytics"]}, "64": {"id": 64, "name": "Colocator", "description": "", "creation_date": "2017-12-04", "code_signature": "net.crowdconnected.androidcolocator", "network_signature": "colocator\\.net", "website": "https://developers.colocator.net", "categories": ["Analytics"]}, "65": {"id": 65, "name": "Facebook Ads", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.ads", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": ["Advertisement"]}, "66": {"id": 66, "name": "Facebook Analytics", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.appevents|com.facebook.marketing.|com.facebook.CampaignTrackingReceiver", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": ["Analytics"]}, "67": {"id": 67, "name": "Facebook Login", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.login", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": ["Identification"]}, "68": {"id": 68, "name": "Facebook Notifications", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.notifications", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": []}, "69": {"id": 69, "name": "Facebook Places", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.places", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": []}, "70": {"id": 70, "name": "Facebook Share", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.share", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": []}, "71": {"id": 71, "name": "Google Ads", "description": "** Deprecated and replaced by Google AdMob**\r\n\r\nhttps://developers.google.com/admob/android/mediation", "creation_date": "2017-12-05", "code_signature": "", "network_signature": "\\.google\\.com", "website": "https://developers.google.com/admob/android", "categories": []}, "72": {"id": 72, "name": "AppLovin (MAX and SparkLabs)", "description": "* Website: https://www.applovin.com/\r\n* Comment: AppLovin is a mobile advertising technology company that enables brands to create mobile marketing campaigns that are fueled by data. \r\n* Category: Advertising\r\n* Code signature: `com.applovin.`\r\n* Network signature: `applovin\\.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `applovin-sdk`\r\n* Group ID: `com.applovin` \r\n* Gradle: `com.applovin:applovin-sdk:7.6.0`\r\n* Additional links: [Crunchbase](https://www.crunchbase.com/organization/applovin)\r\n* Notes: AppLovin SDK requires Google Ads Identifier `com.google.android.gms.ads.identifier.*`", "creation_date": "2018-01-05", "code_signature": "com.applovin", "network_signature": "applovin\\.com|applvn\\.com", "website": "https://www.applovin.com/", "categories": ["Analytics", "Profiling", "Identification", "Advertisement"]}, "73": {"id": 73, "name": "Glispa Connect (Formerly Avocarrot)", "description": "* Website: https://www.avocarrot.com/\r\n* Comment: Avocarrot is a native mobile advertising platform which provides real rewards on mobile apps. \r\n* Category: Advertising\r\n* Code signature: `com.avocarrot.sdk`\r\n* Network signature: `\\.avocarrot\\.com`\r\n* Maven repository: `https://s3.amazonaws.com/avocarrot-android-builds/dist/`\r\n* Artifact ID: `mediation-sdk-nativead`\r\n* Group ID: `com.avocarrot.sdk` \r\n* Gradle: `com.avocarrot.sdk:mediation-sdk-nativead:4.7.1`\r\n* Additional links: [Crunchbase](https://www.crunchbase.com/organization/avocarrot) [Dev doc](https://docs.avocarrot.com/android/native-list-feed)\r\n* Notes: Uses Google Ads", "creation_date": "2018-01-05", "code_signature": "com.avocarrot.sdk", "network_signature": "\\.avocarrot\\.com|ads\\.glispa\\.com|exp\\.glispa\\.com|rtb\\.platform\\.glispa\\.com|templates\\.glispaconnect\\.com|trk\\.glispa\\.com", "website": "https://www.glispa.com", "categories": []}, "74": {"id": 74, "name": "NativeX", "description": "* Website: http://www.nativex.com/\r\n* Comment: NativeX is the leading ad technology for mobile games. \r\n* Category: Advertising\r\n* Code signature: `com.nativex.`\r\n* Network signature: `mobvista\\.com|nativex\\.com`\r\n* Maven repository: `NC`\r\n* Artifact ID: `NC`\r\n* Group ID: `NC` \r\n* Gradle: `NC`\r\n* Additional links: [Crunchbase](https://www.crunchbase.com/organization/nativex) [NativeX Android SDK](https://github.com/nativex/NativeX-Android-SDK/archive/master.zip) [Dev doc](http://www.help.nativex.com/monetize/android-monetization/android-sdk-integration-guide/)\r\n* Notes: Acquired by MobVista", "creation_date": "2018-01-05", "code_signature": "com.nativex", "network_signature": "nativex\\.com", "website": "http://www.nativex.com/", "categories": []}, "75": {"id": 75, "name": "Baidu Maps", "description": "* Website: https://map.baidu.com\r\n* Comment: Baidu is the Web giant in China, the homegrown counterpart to Google.\r\n* Category: Maps, Location\r\n* Code signature: `com.baidu.BaiduMap`\r\n* Network signature: `map.baidu\\.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.baidu` \r\n* Gradle: `NC`\r\n* Additional links: [Android SDK documentation](http://lbsyun.baidu.com/index.php?title=android-locsdk), [iOS SDK](https://github.com/iosmvn/BaiduMap-iOS-SDK)\r\n* Notes: [\"Baidu uses millions of users\u2019 location data to make predictions\", New Scientist](https://www.newscientist.com/article/2098206-baidu-uses-millions-of-users-location-data-to-make-predictions/)", "creation_date": "2018-01-05", "code_signature": "com.baidu.BaiduMap", "network_signature": "map\\.baidu\\.com", "website": "https://map.baidu.com", "categories": []}, "76": {"id": 76, "name": "WeChat Location", "description": "* Website: https://wechat.com, https://weixin.qq.com\r\n* Comment: WeChat is the most popular chat client in China and may become the official app for state identification.\r\n* Category: Maps, Location\r\n* Code signature: `com.tencent.map.geolocation|com.tencent.mm.plugin.location.|com.tencent.mm.plugin.location_soso.|com.tencent.mm.plugin.location_google.`\r\n* Network signature: `map.qq\\.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.tencent` \r\n* Gradle: `NC`\r\n* Additional links: [Reverse-engineered WeChat code](https://github.com/reverseengineeringer/com.tencent.mm)\r\n* Notes: [\"WeChat poised to become China\u2019s official electronic ID system\", South China Morning Post](http://www.scmp.com/tech/social-gadgets/article/2125736/wechat-poised-become-chinas-official-electronic-id-system)", "creation_date": "2018-01-05", "code_signature": "com.tencent.map.geolocation|com.tencent.mm.plugin.location.|com.tencent.mm.plugin.location_soso.|com.tencent.mm.plugin.location_google", "network_signature": "map\\.qq\\.com", "website": "https://wechat.com", "categories": []}, "77": {"id": 77, "name": "HyperTrack", "description": "* Website: http://hypertrack.com, https://github.com/hypertrack\r\n* Comment: HyperTrack implements live location sharing and activity tracking.\r\n* Category: [Maps, Location]\r\n* Code signature: `com.hypertrack.|com.hypertracklive.|io.hypertrack.`\r\n* Network signature: `trck.at|hypertrack\\.amazonaws.com|api\\.hypertrack\\.com`\r\n* Maven repository: `http://hypertrack-android-sdk.s3-website-us-west-2.amazonaws.com/`\r\n* Artifact ID: `hypertrack-live-android`\r\n* Group ID: `com.hypertrack` \r\n* Gradle: `com.hypertrack:android:0.4.22:release@aar`\r\n* Additional links: [HyperTrack SDK repo](https://github.com/hypertrack/hypertrack-live-android), [Documentation](https://docs.hypertrack.com/)\r\n* Notes: HyperTrack SDK for Android is MIT/Expat licensed.", "creation_date": "2018-01-05", "code_signature": "com.hypertrack|com.hypertracklive.|io.hypertrack", "network_signature": "api\\.hypertrack\\.com|hypertrack\\.amazonaws\\.com|trck\\.at", "website": "http://hypertrack.com", "categories": ["Location"]}, "78": {"id": 78, "name": "Uber Analytics", "description": "* Website: https://uber.com\r\n* Comment: Uber Analytics tracks location and behavior as part of its suite of apps such as Uber, UberEATS, and Uber Driver.\r\n* Category: Location, Analytics\r\n* Code signature: `com.ubercab.analytics.|com.ubercab.library.metrics.analytics.|com.ubercab.client.core.analytics.`\r\n* Network signature: `events.uber.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.ubercab` \r\n* Gradle: `NC`\r\n* Additional links: [Dissassembled Uber code](https://github.com/IRMobydick/AndroidDissambleApps/tree/master/com.ubercab), [Reverse-engineered Uber code](https://github.com/reverseengineeringer/com.ubercab)\r\n* Notes: Uber acquired map and location startup deCarta, which included data and maps from TomTom.", "creation_date": "2018-01-05", "code_signature": "com.ubercab.analytics.|com.ubercab.library.metrics.analytics.|com.ubercab.client.core.analytics.", "network_signature": "events\\.uber\\.com", "website": "https://uber.com", "categories": ["Analytics"]}, "79": {"id": 79, "name": "Lisnr", "description": "* Website: http://lisnr.com\r\n* Comment: LISNR tracks users via audio beacons in retail outlets, as well as collecting behavioral data on a mobile device. Retailers broadcast a \"Smart Tone\" on speaker systems and LISNR reacts to the sound.\r\n* Category: [Audio Beacon, Analytics]\r\n* Code signature: `com.lisnr.|com.lisnr.sdk.`\r\n* Network signature: `lisnr\\.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.lisnr.sdk` \r\n* Gradle: `com.lisnr.sdk:sdk:5.0.0.+`\r\n* Additional links: [LISNR demo app repo](https://github.com/LISNR/LISNR-Auth-Demo-Android), [\"Privacy Threats through Ultrasonic Side Channels on Mobile Devices\", Technische Universit at Braunschweig](http://christian.wressnegger.info/content/projects/sidechannels/2017-eurosp.pdf)\r\n* Notes:", "creation_date": "2018-01-05", "code_signature": "com.lisnr.", "network_signature": "lisnr\\.com", "website": "http://lisnr.com", "categories": ["Analytics"]}, "80": {"id": 80, "name": "SilverPush", "description": "* Website: http://silverpush.co, http://silverpush.com\r\n* Comment: SilverPush tracks users via audio beacons in retail outlets, as well as collecting behavioral and location data on a mobile device. Retailers broadcast a ultrasonic tone on speaker systems and SilverPush reacts to the sound.\r\n* Category: [Audio Beacon, Analytics]\r\n* Code signature: `com.silverpush.|com.silverpush.location|com.silverpush.sdk.android.SPService`\r\n* Network signature: `silverpush\\.co|silverpush\\.com|54.243.73.253:8080/SilverPush/`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.silverpush` \r\n* Gradle: `NC`\r\n* Additional links: [\"SilverPush Unmasked\" repo](https://github.com/MAVProxyUser/SilverPushUnmasked), [\"Privacy Threats through Ultrasonic Side Channels on Mobile Devices\", Technische Universit at Braunschweig](http://christian.wressnegger.info/content/projects/sidechannels/2017-eurosp.pdf)\r\n* Notes:", "creation_date": "2018-01-05", "code_signature": "com.silverpush.|com.silverpush.location|com.silverpush.sdk.android.SPService", "network_signature": "54\\.243\\.73\\.253:8080/SilverPush/|silverpush\\.co|silverpush\\.com", "website": "http://silverpush.co", "categories": ["Analytics"]}, "81": {"id": 81, "name": "Shopkick", "description": "* Website: https://shopkick.com\r\n* Comment: Shopkick tracks users via \"shopBeacon\" beacons (Apple iBeacons) in retail outlets, as well as collecting behavioral and location data on a mobile device.\r\n* Category: [Audio Beacon, Bluetooth Beacon, Analytics]\r\n* Code signature: `com.shopkick.sdk.api.|com.shopkick.fetchers.`\r\n* Network signature: `shopkick\\.com|shopkick\\.de|sdk.shopkick.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.shopkick` \r\n* Gradle: `NC`\r\n* Additional links: [Shopkick on Github](https://github.com/shopkick), [Shopkick on Anaconda Cloud](https://anaconda.org/shopkick), [Shopkick on Docker Hub](https://hub.docker.com/r/shopkick/), [\"Privacy Threats through Ultrasonic Side Channels on Mobile Devices\", Technische Universit at Braunschweig](http://christian.wressnegger.info/content/projects/sidechannels/2017-eurosp.pdf)\r\n* Notes: Shopkick is a very popular shopping app \"companion\" used by millions. Shopkick has a close relationship with Scandit barcode scanner SDK.", "creation_date": "2018-01-05", "code_signature": "com.shopkick.sdk.api.|com.shopkick.fetchers.", "network_signature": "sdk\\.shopkick\\.com|shopkick\\.com|shopkick\\.de", "website": "https://shopkick.com", "categories": ["Analytics"]}, "82": {"id": 82, "name": "Alphonso", "description": "* Website: http://alphonso.tv\r\n* Comment: Alphonso listens to audio signals in TV advertisements and is included in games and other apps for children.\r\n* Category: [Audio Beacon, Analytics]\r\n* Code signature: `tv.alphonso.service`\r\n* Network signature: `prov.alphonso.tv|api.alphonso.tv`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `tv.alphonso` \r\n* Gradle: `NC`\r\n* Additional links: [Presentation about TV ads data from Alphonso](https://github.com/kupagulova/alphonso-analysis-demo), [\"That Game on Your Phone May Be Tracking What You\u2019re Watching on TV\", New York Times](https://www.nytimes.com/2017/12/28/business/media/alphonso-app-tracking.html)\r\n* Notes: Alphonso SDK makes heavy use of the Google Admob mediation service.", "creation_date": "2018-01-05", "code_signature": "tv.alphonso.service", "network_signature": "api\\.alphonso\\.tv|prov\\.alphonso\\.tv", "website": "http://alphonso.tv", "categories": ["Analytics"]}, "83": {"id": 83, "name": "Smaato", "description": "* Website: https://smaato.com\r\n* Comment: Smaato is a mobile ad platform that includes video ads.\r\n* Category: [Advertising, Analytics]\r\n* Code signature: `com.smaato.soma.`\r\n* Network signature: `soma.smaato.net|smaato.net`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.smaato.soma` \r\n* Gradle: `NC`\r\n* Additional links: [Smaato SDK Documentation](https://wiki.smaato.com/display/IN/Android)\r\n* Notes:", "creation_date": "2018-01-05", "code_signature": "com.smaato.", "network_signature": "smaato\\.net|soma\\.smaato\\.net", "website": "https://smaato.com", "categories": []}, "84": {"id": 84, "name": "Scandit", "description": "* Website: https://scandit.com\r\n* Comment: Scandit is a barcode scanner SDK that offers real-time analytics (\"scanalytics\") to track what barcodes users have scanned and profile users for targeted advertising.\r\n* Category: [Barcode Scanner, Analytics]\r\n* Code signature: `com.scandit.`\r\n* Network signature: `scandit\\.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `scanditsdk-android`\r\n* Group ID: `com.scandit` \r\n* Gradle: `ScanditBarcodeScanner`\r\n* Additional links: [Scandit SDK Documentation](https://docs.scandit.com/stable/android/), [\"Scandit launches first-of-its-kind barcode scanning analytics\", Analytics Magazine](http://analytics-magazine.org/scandit-launches-first-of-its-kind-barcode-scanning-analytics/), [\"Shopkick Partners with Scandit to Boost Consumer Engagement with Products in Store\", PRWeb](http://www.prweb.com/releases/2012/10/prweb9954971.htm), [Shopkick Case Study](https://www.scandit.com/resources/case-studies/shopkick/)\r\n* Notes: Shopkick is a close partner with Scandit.", "creation_date": "2018-01-05", "code_signature": "com.scandit.", "network_signature": "scandit\\.com", "website": "https://scandit.com", "categories": ["Analytics"]}, "85": {"id": 85, "name": "Inrix", "description": "* Website: http://inrix.com/\r\n* Comment: INRIX offers real-time traffic information solutions that help develop traffic data and traffic speed for freeways, highways and arterials. \r\n* Category: Location\r\n* Code signature: `com.inrix.sdk`\r\n* Network signature: `inrix\\.com|inrix\\.io`\r\n* Maven repository: `NC`\r\n* Artifact ID: `NC`\r\n* Group ID: `NC` \r\n* Gradle: `NC`\r\n* Additional links: [Inrix on Crunchbase](https://www.crunchbase.com/organization/inrix), [Inrix population analytics](http://inrix.com/resources/inrix-population-analytics-video/)\r\n* Notes:", "creation_date": "2018-01-06", "code_signature": "com.inrix.sdk", "network_signature": "inrix\\.com|inrix\\.io", "website": "http://inrix.com/", "categories": []}, "86": {"id": 86, "name": "Signal360", "description": "* Website: http://www.signal360.com\r\n* Comment: Signal360 (formerly Sonic Notify) is a leader in proximity marketing via audio beacons and bluetooth beacons in sports stadiums, retail outlets, and vending machines.\r\n* Category: [Audio Beacon, Bluetooth Beacon]\r\n* Code signature: `com.signal360.sdk.core.|com.sonicnotify.sdk.core.|com.rnsignal360|`\r\n* Network signature: `signal360\\.com|sonicnotify\\.com`\r\n* Maven repository: `NA`\r\n* Gradle: `NA`\r\n* Group ID: `com.signal360.sdk` \r\n* Gradle: `NA`\r\n* Additional links: [React Native Bridge for Signal 360 SDK on Github](https://github.com/EwyynTomato/react-native-signal360), [\"Scandit launches first-of-its-kind barcode scanning analytics\", Sport Techie](https://www.sporttechie.com/signal360-is-bringing-sponsor-messaging-to-nba-teams-and-heres-how-to-get-creative-with-it/)\r\n* Notes: Signal360 has partnerships with PlayNetwork, YinzCam, and Coca-Cola Amatil.", "creation_date": "2018-01-13", "code_signature": "com.signal360.sdk.core.|com.sonicnotify.sdk.core.|com.rnsignal360", "network_signature": "signal360\\.com|sonicnotify\\.com", "website": "http://www.signal360.com", "categories": ["Analytics"]}, "87": {"id": 87, "name": "TeleQuid", "description": "* Website: http://www.telequid.com/\r\n* Comment: Ads synced to the TV\r\n* Category: Advertising\r\n* Code signature: `com.telequid.`\r\n* Network signature: `mars\\.telequid\\.com`\r\n* Maven repository: `xxx.com`\r\n* Artifact ID: `xxx`\r\n* Group ID: `xxx` \r\n* Gradle: `xxx`\r\n* Additional links: xxx xxx\r\n* Notes: \r\n> TAAS (Telequid Augmented Advertising Server) can be embedded in an existing app to detect images in any printed document or TV spots and display related multimedia content on mobile screen.", "creation_date": "2018-03-04", "code_signature": "com.telequid.", "network_signature": "mars\\.telequid\\.com", "website": "http://www.telequid.com/", "categories": []}, "88": {"id": 88, "name": "Retency", "description": "* Website: http://retency.com\r\n* Comment: xxxx\r\n* Category: Analytics\r\n* Code signature: `com.retency.sdk.android`\r\n* Network signature: `NC`\r\n* Maven repository: `NC`\r\n* Artifact ID: `NC`\r\n* Group ID: `NC` \r\n* Gradle: `NC`\r\n* Additional links: \r\n* Notes:", "creation_date": "2018-03-04", "code_signature": "com.retency.sdk.android", "network_signature": "", "website": "http://retency.com", "categories": ["Analytics"]}, "89": {"id": 89, "name": "MAdvertise", "description": "* Website: http://madvertise.com\r\n* Comment: xxxx\r\n* Category: Advertising\r\n* Code signature: `com.mngads.sdk|com.mngads.views|com.mngads.`\r\n* Network signature: `NC`\r\n* Maven repository: `NC`\r\n* Artifact ID: `NC`\r\n* Group ID: `NC` \r\n* Gradle: `NC`\r\n* Additional links: \r\n* Notes:", "creation_date": "2018-03-04", "code_signature": "com.mngads.sdk|com.mngads.views|com.mngads.", "network_signature": "dispatcher\\.mng\\-ads\\.com|mobile\\.mng\\-ads\\.com", "website": "http://madvertise.com", "categories": []}, "90": {"id": 90, "name": "AdColony", "description": "_AdColony delivers zero-buffering, full-screen Instant-Play\u2122 HD video, interactive Aurora\u2122 Video, and Aurora\u2122 Playable ads that can be displayed anywhere within your application. Our advertising SDK is trusted by the world\u2019s top gaming and non-gaming publishers, delivering them the highest monetization opportunities from brand and performance advertisers. AdColony\u2019s SDK can monetize a wide range of ad formats including in-stream/pre-roll, out-stream/interstitial and V4VC\u2122, a secure system for rewarding users of your app with virtual currency upon the completion of video and playable ads._ from [AdColony on Github](https://github.com/AdColony/).", "creation_date": "2018-03-04", "code_signature": "com.adcolony.|com.jirbo.adcolony.", "network_signature": "adc3-launch\\.adcolony\\.com|adcolony\\.com|ads30\\.adcolony\\.com|androidads20\\.adcolony\\.com|androidads21\\.adcolony\\.com|androidads23\\.adcolony\\.com|events3alt\\.adcolony\\.com|wd\\.adcolony\\.com", "website": "http://adcolony.com/", "categories": ["Advertisement"]}, "91": {"id": 91, "name": "AccountKit", "description": "## About\r\n\r\nAccountKit is a product of Facebook lets users quickly register/login to apps by using just their phone number or email address. No password is needed. [Link to weblink](https://www.accountkit.com/faq/)\r\n\r\n## Ownership\r\n\r\nAccountKit is owned by Facebook (NASDAQ: FB). \r\n\r\nNote: there is an unaffiliated Australian Accounting firm of the same name. \r\n\r\n## What it does\r\n\r\n* User Verification\r\n* Phone number collection\r\n* Permits direct app logins without SMS code\r\n\r\n## Data Policy\r\n\r\n[Policy as of 8/9/2018:](https://www.facebook.com/privacy/explanation/)\r\n\r\n* Identical to Facebook's Policy. This provides controls for users to opt out but no actual commitment to reduce the collection and use of personal data. \r\n\r\n* Data will be used to \"reasearch and innovate for social good\", \"promote satety, integrity and security\", personalize advertising, communicate with users, and measure analytics for business services. \r\n\r\n* Third-party apps and websites integrated with Facebook and its products receive information on what users post and share. This \"information collected by these third-party services is subject to their own terms and policies, not this one.\" \r\n\r\n* Facebook's policy states that it doesn't \"sell any of your information to anyone and we never will.\" It imposes \"strict restrictions\" on how partners use and disclose the data it provides. \r\n\r\n* Information may be accessed, preserved, and shared with regulators, law enforcement, and others in response to legal requests (including those in outside jurisdictions if there is a \"good faith belief\" they're required to respond), prevention of fraud, unauthorized use of products or services, breaches of Terms or Policies, to prevent harm to Facebook or its property, and harmful or illegal activity.", "creation_date": "2018-03-04", "code_signature": "com.facebook.accountkit", "network_signature": "graph\\.accountkit\\.com", "website": "https://www.accountkit.com/", "categories": []}, "92": {"id": 92, "name": "Amazon Advertisement", "description": "", "creation_date": "2018-03-04", "code_signature": "com.amazon.device.ads", "network_signature": "", "website": "https://developer.amazon.com/public/apis/earn/mobile-ads/docs/quick-start", "categories": []}, "93": {"id": 93, "name": "Amazon Mobile Associates", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.amazon.device.associates", "network_signature": "", "website": "https://developer.amazon.com/mobile-associates", "categories": []}, "94": {"id": 94, "name": "Radius Networks", "description": "* Website: https://www.radiusnetworks.com/\r\n* Comment: Radius Networks offers a wide range of hardware, software and proximity services designed to enable hyper-proximity, micro-location engagement capabilities and analytics in today's leading mobile apps, products and technologies\r\n* Category: Analytics, Tracking, Beacons, Location\r\n* Additional links: http://developer.radiusnetworks.com/ , http://altbeacon.github.io/android-beacon-library/", "creation_date": "2018-03-04", "code_signature": "com.radiusnetworks", "network_signature": "proximitykit\\.radiusnetworks\\.com", "website": "https://www.radiusnetworks.com/", "categories": ["Analytics"]}, "95": {"id": 95, "name": "Amazon Analytics (Amazon insights)", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.amazon.insights|com.amazonaws.mobileconnectors.pinpoint.analytics.|com.amazonaws.mobileconnectors.amazonmobileanalytics", "network_signature": "mobileanalytics\\.us-east-1\\.amazonaws\\.com", "website": "https://developer.amazon.com/docs/apps-and-games/sdk-downloads.html", "categories": ["Analytics"]}, "96": {"id": 96, "name": "Baidu APPX", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.baidu.appx", "network_signature": "", "website": "https://app.baidu.com/", "categories": []}, "97": {"id": 97, "name": "Baidu Location", "description": "Map/LBS", "creation_date": "2018-03-04", "code_signature": "com.baidu.location", "network_signature": "", "website": "https://developer.baidu.com/", "categories": []}, "99": {"id": 99, "name": "Baidu Map", "description": "Map/LBS", "creation_date": "2018-03-04", "code_signature": "com.baidu.mapapi", "network_signature": "", "website": "http://lbsyun.baidu.com/", "categories": []}, "100": {"id": 100, "name": "Baidu Mobile Ads", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.baidu.mobads", "network_signature": "", "website": "https://developer.baidu.com/", "categories": []}, "101": {"id": 101, "name": "Baidu Mobile Stat", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.baidu.mobstat", "network_signature": "", "website": "https://developer.baidu.com/", "categories": ["Analytics"]}, "102": {"id": 102, "name": "Estimote", "description": "## About\r\n\r\nEstimote is private company that creates and sells sensor-based proximity tracking devices. These \"physical world\" beacons allow retailers to track users by compelling their cell phone microphones to emit high-frequency tones that are inaudible to humans. \r\n\r\nEstimote is registered in Delaware [Source:OpenCorporates](https://opencorporates.com/companies/us_de/5201683) and has offices in San Francisco, New York, and Krakow, Poland. In 2017, the company registered in the Dominican Republic. [Source:OpenCorporates](https://opencorporates.com/companies/do/491544)\r\n\r\n## Ownership\r\n\r\nEstimote's founders are Jakub Krzych and Lukasz Kostka. [Source: website](https://estimote.com/about/)\r\n\r\n## What it does\r\n\r\n* Ultrasonic proximity tracking\r\n* Indoor location beacons for use in retail stores, museums, and stadiums. Also deployed with in conjunction with robotic technology.\r\n* Integrates wireless APIs that take control over nearby displays\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 15/9/2018, last modified 13/5/15](https://estimote.com/legal/privacy-policy.html)\r\n\r\n* Estimote's policy mainly concerns its relationship with business affiliates and account holders. It does, however, refer to \"Customer Data\" collected from its services.\r\n\r\n* Personal data collected is treated by Estimote as \"strictly confidential\" and subject to internal controls and protections. This may include \"latitude/longitude coordinates\", the time of day, and user locations when their device is near a beacon. \r\n\r\n* If users do not want Estimote's beacon to identify their device, it directs them to \"(a) delete the Customer app or adjust the in-app settings of the Customer app if the app makes that option available, or (b) turn \u201coff\u201d Bluetooth through [their] device\u2019s Settings feature.\"\r\n\r\n* In the event of a data breach, Estimote will \"take reasonable steps to investigate the situation and to notify our Customers if the security, integrity or confidentiality of personal information has been compromised, in accordance with any applicable laws and regulations.\"", "creation_date": "2018-03-04", "code_signature": "com.estimote.", "network_signature": ".*\\.estimote\\.com", "website": "https://estimote.com/", "categories": ["Analytics", "Location"]}, "103": {"id": 103, "name": "Baidu Navigation", "description": "Map/LBS", "creation_date": "2018-03-04", "code_signature": "com.baidu.navi", "network_signature": "", "website": "http://lbsyun.baidu.com/index.php?title=android-navsdk", "categories": []}, "104": {"id": 104, "name": "Fyber", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.fyber.", "network_signature": "adproxy\\.fyber\\.com|appengage-video\\.fyber\\.com|banner\\.fyber\\.com|engine\\.fyber\\.com|interstitial\\.fyber\\.com|mbe-cdn\\.fyber\\.com|offer\\.fyber\\.com|service\\.fyber\\.com|tracker\\.fyber\\.com|video-interstitial-assets-cdn\\.fyber\\.com|video\\.fyber\\.com", "website": "https://www.fyber.com/", "categories": ["Advertisement"]}, "105": {"id": 105, "name": "Google Tag Manager", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.google.tagmanager|com.google.android.gms.tagmanager", "network_signature": "www\\.googletagmanager\\.com|www\\.googletagservices\\.com", "website": "https://www.google.com/analytics/tag-manager/", "categories": ["Analytics"]}, "106": {"id": 106, "name": "Inmobi", "description": "## About\r\n\r\n[InMobi](https://www.inmobi.com/) is a private, Indian-based advertising behemoth. It has relationships with over 30,000 companies and app developers. It has approximately 1,500 employees in offices in 12 different countries. [See also: OpenCorporates](https://opencorporates.com/companies/us_ca/C3422070)\r\n\r\nInMobi's founder, in a recent [Forbes article,](http://www.forbesindia.com/article/leaderboard/inmobi-wants-to-glue-your-attention-to-your-lock-screen/53095/1) stated that \"Consumers will move from seeking content to consuming what is shown to them.\" \r\n\r\n## Ownership\r\n\r\nInMobi was founded in Mumbai, India, as mKhoj, in 2007 by Naveen Tewari, Abhay Singhal, Amit Gupta and Mohit Saxena. Its investors include Softbank and its debt financier is Tennenbaum Capital Partners. \r\n\r\n## What it does\r\n\r\n* Native/Targeted Advertising\r\n* E-Commerce\r\n* In-app Mobile Advertising\r\n* Market Research Platform\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 17/2/2017, reviewed 21/4/2019:](https://www.inmobi.com/privacy-policy/)\r\n\r\n* InMobi's opt-out is [located here.](https://www.inmobi.com/page/opt-out/) Users will need their iOS or Android ID. \r\n\r\n* InMobi's privacy policy states that it collects information about the \"device type (e.g. smartphone, tablet, etc.),operating system (e.g. iOS, Android, Windows, Blackberry), network provider, mobile browser used (e.g. Safari, Internet Explorer etc.),platform, SDK version, timestamp, API key (identifier for application), application version, iOS Identifier for Advertising, iOS Identifier for Vendors, model, manufacture of device, OS version of device, session start/stop time, locale (specific location where a given language is spoken), time zone, network status such as WiFi, the geo-location of your device (using GPS or other geo-location data) and the Identifier for Advertising (IDFA) or the Google Advertising ID (AAID) etc\" which it may infer from WiFi identifiers in the area. \r\n\r\n* It also collects information regarding \"(i) the content type of the ad (what the ad is about, e.g. games, finance, entertainment, news); (ii) the ad type (e.g. whether the ad is a text, image, or video based ad); (iii) where the ad is being served (e.g. the address of the site on which the ad appears); and (iv) certain information about post-click activity in relation to the ad including user interaction with such ad.\" It may also collect email addresses in a hashed format. \r\n\r\n* This information is shared with \"Publishers, Developers, Advertisers, Data Partners, Measurement Companies, InMobi Affiliates, and third parties such as advisors and law enforcement authorities.\" \r\n\r\n* Data is kept for a 13-month period, after which InMobi \"may retain and use such data in an aggregated format, as necessary for internal analytical purposes, to comply with its legal obligations, resolve disputes and enforce agreements.\"\r\n\r\n## Lawsuits and Settlements\r\n\r\n* In 2016, InMobi settled with the FTC (US Federal Trade Commission) for $950,000 over the Children's Online Privacy Protection Act violations (\"COPPA\"). [See more information](https://www.ftc.gov/news-events/press-releases/2016/06/mobile-advertising-network-inmobi-settles-ftc-charges-it-tracked)", "creation_date": "2018-03-04", "code_signature": "com.inmobi|in.inmobi.", "network_signature": "c\\.w\\.inmobi\\.com|china\\.inmobi\\.com|config-ltvp\\.inmobi\\.com|config\\.inmobi\\.com|et\\.w\\.inmobi\\.com|i\\.l\\.inmobicdn\\.net|i\\.w\\.inmobi\\.com|inmobi\\.cn|inmobi\\.com|inmobi\\.info|inmobi\\.net|inmobi\\.us|inmobicdn\\.com|inmobicdn\\.net|inmobisdk\\-a\\.akamaihd\\.net|japan\\.inmobi\\.com|r\\.w\\.inmobi\\.com|sdkm\\.w\\.inmobi\\.com|sdktm\\.w\\.inmobi\\.com|w\\.inmobi\\.com", "website": "http://inmobi.com", "categories": []}, "107": {"id": 107, "name": "Millennial Media", "description": "## About\r\n\r\nMillennial Media was founded in 2006 and publicly acquired by AOL in 2015. Oath Inc., a Verizon subsidiary, acquired AOL in 2017. \r\n\r\n## Ownership\r\n\r\nOath, Inc., owns Millennial Media as a legacy product. Oath is a subsidiary of Verizon Communications. [See: OpenCorporates](https://opencorporates.com/companies/us_de/4107146)\r\n\r\n## What it does\r\n\r\n* Behavorial Analytics\r\n* Personalized Advertising\r\n* Data Collection\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 27/12/2018:](https://policies.oath.com/us/en/oath/privacy/index.html)\r\n\r\n* Oath's policy states that it collects device and location information; \"the kind of content or ads served, viewed or clicked on; the frequency and duration of your activities; the sites or apps you used before accessing our Services and where you went next; whether you engaged with specific content or ads; and whether you went on to visit an advertiser's website, downloaded an advertiser\u2019s app, purchased a product or service advertised, or took other actions.\"\r\n\r\n* Information may be collected from third-parties and affilates, publicly-available sources, and appended and matched data from [other companies.](https://policies.oath.com/us/en/oath/privacy/topics/appenddata/index.html)\r\n\r\n* Oath states that it has \"technical, administrative and physical safeguards in place to help protect against unauthorized access, use or disclosure of customer information we collect or store.\" It also states that while it may share aggregated or pseudonymous information with other companies, this is not personally identifiable information (example given: \"name or email address\").\r\n\r\n* Oath's privacy controls and opt-out can be found [here.](https://policies.oath.com/us/en/oath/privacy/controls/index.html)", "creation_date": "2018-03-04", "code_signature": "com.millennialmedia.", "network_signature": "adtech\\.de|contextual\\.media\\.net|media\\.net|millennialmedia\\.com", "website": "https://www.millennialmedia.com/", "categories": []}, "108": {"id": 108, "name": "Snowplow", "description": "* Website: https://snowplowanalytics.com/\r\n* Comment: Cloud-native web, mobile and event analytics, running on AWS and on-premise with Kafka\r\n* Category: Analytics, Trackers\r\n* Code signature: `com.snowplowanalytics`\r\n* Network signature: `xxx.com`\r\n* Maven repository: `xxx`\r\n* Artifact ID: `xxx`\r\n* Group ID: `xxx` \r\n* Gradle: ``\r\n* Additional links: https://github.com/snowplow/snowplow\r\n* Notes: Mobile, Web, Game, IoT trackers", "creation_date": "2018-03-04", "code_signature": "com.snowplowanalytics.", "network_signature": "", "website": "https://snowplowanalytics.com/", "categories": ["Analytics"]}, "109": {"id": 109, "name": "Fyber SponsorPay", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.sponsorpay", "network_signature": "appengage-video\\.sponsorpay\\.com|cdn1\\.sponsorpay\\.com|cdn2\\.sponsorpay\\.com|cdn3\\.sponsorpay\\.com|cdn4\\.sponsorpay\\.com|engine\\.sponsorpay\\.com", "website": "http://www.sponsorpay.com", "categories": []}, "110": {"id": 110, "name": "Supersonic Ads", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.supersonic.adapters.supersonicads|com.supersonicads.sdk", "network_signature": "click-haproxy\\.supersonicads\\.com|cx\\.ssacdn\\.com|init\\.supersonicads\\.com|logs\\.supersonic\\.com|outcome\\.supersonicads\\.com|ow-gateway\\.supersonicads\\.com|pixel-tracking\\.sonic-us\\.supersonicads\\.com|rv-gateway\\.supersonicads\\.com|static\\.ssacdn\\.com|supersonic\\.com|supersonicads-a\\.akamaihd\\.net|tag\\-mediation.supersonic.com|ua\\.supersonicads\\.com|v\\.ssacdn\\.com|www\\.supersonicads\\.com", "website": "https://www.supersonic.com/", "categories": []}, "111": {"id": 111, "name": "Carnival", "description": "* Website: http://carnival.io/\r\n* Comment: Carnival mobile marketing automation drives app engagement and customer conversions.\r\n* Category: Analytics, Advertising\r\n* Code signature: `com.carnival.sdk, com.carnivalmobile`\r\n* Network signature: `xxx.com`\r\n* Maven repository: `xxx.com`\r\n* Artifact ID: `xxx`\r\n* Group ID: `xxx` \r\n* Gradle: `xxx`\r\n* Additional links: https://devices.carnivalmobile.com\r\n* Notes: FakePhoneCallActivity, \"fake_call_message\"", "creation_date": "2018-03-04", "code_signature": "com.carnival.sdk|com.carnivalmobile", "network_signature": "devices\\.carnivalmobile\\.com", "website": "http://carnival.io/", "categories": ["Analytics"]}, "112": {"id": 112, "name": "Tencent Map LBS", "description": "Map/LBS", "creation_date": "2018-03-04", "code_signature": "com.tencent.lbs", "network_signature": "", "website": "https://lbs.qq.com/", "categories": []}, "113": {"id": 113, "name": "Tencent MobWin", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.tencent.mobwin", "network_signature": "", "website": "https://www.tencent.com/en-us/", "categories": []}, "114": {"id": 114, "name": "Tencent MTA", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.tencent.mta", "network_signature": "", "website": "https://mta.qq.com/", "categories": ["Analytics"]}, "115": {"id": 115, "name": "Apptentive", "description": "* Website: https://www.apptentive.com/\r\n* Comment: Build brands customers love by understanding their behavior and expectations\r\n* Category: [Analytics, Engagment]\r\n* Code signature: `com.apptentive`\r\n* Network signature: `?`\r\n* Maven repository: `?`\r\n* Artifact ID: `?`\r\n* Group ID: `?` \r\n* Gradle: `com.apptentive:apptentive-android:5.0.2`\r\n* Additional links: https://github.com/apptentive/apptentive-android\r\n* Notes: Founded 2011, Seattle, USA. Total Funding 11.9M$", "creation_date": "2018-03-04", "code_signature": "com.apptentive.", "network_signature": "api\\.apptentive\\.com", "website": "https://www.apptentive.com/", "categories": ["Analytics"]}, "116": {"id": 116, "name": "Tencent Stats", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.tencent.stat|com.tencent.wxop.stat", "network_signature": "", "website": "http://stat.qq.com/", "categories": ["Analytics"]}, "117": {"id": 117, "name": "Tencent Weiyun", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.tencent.weiyun", "network_signature": "", "website": "https://www.weiyun.com", "categories": []}, "118": {"id": 118, "name": "MixPanel", "description": "## About\r\n\r\nMixPanel, Inc. is a privately-held marketing technology company with 250+ employees and offices in San Francisco, New York, Seattle, Salt Lake City, and London, UK. [Source: OpenCorporates](https://opencorporates.com/companies/us_de/4689044); [Source: Linkedin](https://www.linkedin.com/company/mixpanel-inc-)\r\n\r\n## Ownership\r\n\r\nMixPanel was founded in 2009 by Suhail Doshi and Tim Trefren. [Source: website](https://mixpanel.com/about/)\r\n\r\n## What it does\r\n\r\n* Behavioral Analytics\r\n* Data Collection\r\n* Media Trend analysis [See: Forbes article on 2018 report](https://www.forbes.com/sites/curtissilver/2018/05/08/mixpanel-2018-media-benchmarks-report-reveals-the-truth-of-our-media/#19fc268d2349)\r\n* Anonymous Profiling \"Firmographics\"\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of May 2018, reviewed 25/10/18:](https://mixpanel.com/legal/privacy-policy/)\r\n\r\n* MixPanel's privacy policy does not apply to end-users. Its policy refers to \"Customers\", who are MixPanel's clients. MixPanel tracks its clients by default but they have the right to delete their personal information at any time. Personal information includes location, name, email, pixel tag, and online tracking data. \r\n\r\n* End-users who are tracked by MixPanel's \"Customers\" have no right to delete their personal information and are refered to their individual client privacy policies. MixPanel's clients are not identifed anywhere in the policy. The client is referred to as the \"data controller.\"\r\n\r\n* Interestingly, MixPanel's policy notes that it \"does not respond\" to its clients' Do Not Track signals, by default, since there is \"no standard that governs what, if anything, websites should do if they receive these signals.\"\r\n\r\n* Per the [Terms of Use](https://mixpanel.com/legal/terms-of-use/) end-users can opt-out of MixPanel website tracking through this [link.](https://mixpanel.com/optout) NOTE: this is strictly limited to the use of Mixpanel's website and does not apply to tracking done by their clients or through MixPanel's services.", "creation_date": "2018-03-04", "code_signature": "com.mixpanel.", "network_signature": "api\\.mixpanel\\.com|decide\\.mixpanel\\.com|mixpanel\\.com|switchboard\\.mixpanel\\.com", "website": "https://mixpanel.com/", "categories": ["Analytics", "Advertisement"]}, "119": {"id": 119, "name": "Umeng Analytics", "description": "## About\r\n\r\nUmeng is a Private company founded by Fan Jiang in April 2010 and acquired by Alibaba Group in 2013. [(Source)](https://techcrunch.com/2013/11/20/umeng-alibaba/) It is based in Beijing, China and has approxmately 50-100 employees. \r\n\r\nTwo company filings were found in Hong Kong: [here](https://opencorporates.com/companies/hk/1579937) and [here.](https://opencorporates.com/companies/hk/2756553) \r\n\r\n## Ownership\r\n\r\nUmeng is owned by the Alibaba Group. Alibaba is listed on the NYSE under the ticker BABA. \r\n\r\n## What it does\r\n\r\n* Behavioral analytics\r\n* Data Collection and usage statistics\r\n* Advertising platforms\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 12/27/2018:](http://mobile.umeng.com/privacypolicy/)\r\n\r\n* An english-version of Umeng's privacy policy could not be located. As such, it was not reviewed. \r\n\r\n* An opt-out page in Mandarin language was located [here.](https://outdip.umeng.com/opt_out.html?spm=a211g2.181323.0.0.3cb23604DDAijH)", "creation_date": "2018-03-04", "code_signature": "com.umeng.analytics", "network_signature": "alog\\.umeng\\.com|alogs\\.umeng\\.com|ar\\.umeng\\.com|oc\\.umeng\\.com|umeng\\.com|uop\\.umeng\\.com", "website": "https://www.umeng.com/analytics", "categories": []}, "120": {"id": 120, "name": "Umeng Feedback", "description": "## About\r\n\r\nUmeng is a Private company founded by Fan Jiang in April 2010 and acquired by Alibaba Group in 2013. [(Source)](https://techcrunch.com/2013/11/20/umeng-alibaba/) It is based in Beijing, China and has approxmately 50-100 employees. \r\n\r\nTwo company filings were found in Hong Kong: [here](https://opencorporates.com/companies/hk/1579937) and [here.](https://opencorporates.com/companies/hk/2756553) \r\n\r\n## Ownership\r\n\r\nUmeng is owned by the Alibaba Group. Alibaba is listed on the NYSE under the ticker BABA. \r\n\r\n## What it does\r\n\r\n* Behavioral analytics\r\n* Data Collection and usage statistics\r\n* Advertising platforms\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 12/27/2018:](http://mobile.umeng.com/privacypolicy/)\r\n\r\n* An english-version of Umeng's privacy policy could not be located. As such, it was not reviewed. \r\n\r\n* An opt-out page in Mandarin language was located [here.](https://outdip.umeng.com/opt_out.html?spm=a211g2.181323.0.0.3cb23604DDAijH)", "creation_date": "2018-03-04", "code_signature": "com.umeng.fb", "network_signature": "alog\\.umeng\\.com|alogs\\.umeng\\.com|ar\\.umeng\\.com|oc\\.umeng\\.com|umeng\\.com|uop\\.umeng\\.com", "website": "http://dev.umeng.com/feedback", "categories": []}, "121": {"id": 121, "name": "Unity3d Ads", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.unity3d.services|com.unity3d.ads", "network_signature": "adserver\\.unityads\\.unity3d\\.com|analytics\\.social\\.unity\\.com|api\\.uca\\.cloud\\.unity3d\\.com|auction\\.unityads\\.unity3d\\.com|cdn-highwinds\\.unityads\\.unity3d\\.com|cdn\\.unityads\\.unity3d\\.com|config\\.uca\\.cloud\\.unity3d\\.com|config\\.unityads\\.unity3d\\.com|stats\\.unity3d\\.com|webview\\.unityads\\.unity3d\\.com", "website": "https://unity3d.com/", "categories": ["Advertisement"]}, "122": {"id": 122, "name": "Countly", "description": "* Comment: Countly is the best analytics platform for tracking customer journeys in web, desktop and mobile applications. We process billions of data points every day and help businesses across the globe understand their product usage and act on highly detailed data.\r\n* Notes: Open Source. Founded 2013, London, England", "creation_date": "2018-03-04", "code_signature": "ly.count.android.", "network_signature": "", "website": "https://count.ly/", "categories": ["Analytics", "Profiling"]}, "123": {"id": 123, "name": "Urbanairship", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.urbanairship", "network_signature": "device-api\\.urbanairship\\.com|urbanairship\\.com", "website": "https://www.urbanairship.com/", "categories": []}, "124": {"id": 124, "name": "Yandex Ad", "description": "## About\r\n\r\nYandex (NASDAQ: YNDX) is a multinational corporation dealing in Internet-related products and services. It is the largest technology company in Russia. Its parent company, Yandex N.V., is based in the Netherlands. [Source: OpenCorporates](https://opencorporates.com/companies/nl/27265167) \r\n\r\n## Ownership\r\n\r\nYandex's current CEO and founder is Arkady Volozh. In 2018, Volozh was added the US Treasury Department's list of Russian \"oligarchs\" linked to Russian President Vladmir Putin. [Source: Boston Globe](https://www.bostonglobe.com/news/world/2018/01/30/releases-putin-list-russian-politicians-oligarchs/PUw8A93TCiXGMMOMNSKTUI/story.html) \r\n\r\n## What it does\r\n\r\n* Behavioral Analytics\r\n* Mobile Advertising\r\n* Enables tracking by unspecified third parties\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 29/8/2018](https://yandex.ru/legal/confidential/):\r\n\r\n* Yandex's policy does not define personal information but refers the reader to \"applicable laws and regulations.\" \r\n\r\n* Personal information can be obtained by advertising partners. \r\n\r\n* Yandex \"does not actively collect any sensitive personal data (such as racial origins, political opinions, health or biometric data).\" They \"do not engage in any form of profiling that has the potential to significantly impact your rights and freedoms.\" Employees must follow internal rules and protocols to ensure confidentiality when processing personal information. \r\n\r\n* Yandex may transfer personal information to business partners, advertisers, any third party with whom they contract, and to any governmental body, regulatory or enforcement agency at their request or as required by law. \r\n\r\n* If provided by law within the user's jurisdiction, users may: request erasure of their personal information and restriction of its processing. Users may also request a copy of the Standard Contractual Clauses enabling the transfer of their personal information to Russia. \r\n\r\n* Users may possess other rights not mentioned within this policy to the extent provided by applicable law.", "creation_date": "2018-03-04", "code_signature": "com.yandex.mobile.ads", "network_signature": "analytics\\.mobile\\.yandex\\.net|appmetrica\\.yandex\\.com|banners-slb\\.mobile\\.yandex\\.net|banners\\.mobile\\.yandex\\.net|mc\\.yandex\\.ru|report\\.appmetrica\\.yandex\\.net|startup\\.mobile\\.yandex\\.net", "website": "https://www.yandex.com/", "categories": ["Advertisement"]}, "125": {"id": 125, "name": "Amplitude", "description": "Analytics and behavioral targeting", "creation_date": "2018-03-04", "code_signature": "com.amplitude.", "network_signature": "amplitude\\.com|api\\.amplitude\\.com", "website": "http://www.amplitude.com", "categories": ["Analytics", "Profiling"]}, "126": {"id": 126, "name": "AppSee", "description": "* Website: https://www.appsee.com\r\n* Comment: Via user session recordings, touch heatmaps, and single-user journey data, mobile professionals get a complete picture of what\u2019s going on in their app, without having to guess the \u201cwhys\u201d behind certain KPIs. Instead of focusing on tracking everything, these tools support an actionable, lean approach to being \u201cdata-driven\u201d. \r\n* Category: [Analytics]\r\n* Code signature: `com.appsee`\r\n* Network signature: `?`\r\n* Maven repository: `NA`\r\n* Artifact ID: `?`\r\n* Group ID: `?` \r\n* Gradle: `com.appsee:appsee-android:+`\r\n* Additional links: https://www.appsee.com/docs/android/native\r\n* Notes: Founded 2012, Israel Total Funding Amount 3M$", "creation_date": "2018-03-04", "code_signature": "com.appsee.", "network_signature": "api\\.appsee\\.com", "website": "https://www.appsee.com/", "categories": ["Analytics", "Profiling", "Identification"]}, "127": {"id": 127, "name": "Kochava", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.kochava.base.Tracker|com.kochava.android.tracker.", "network_signature": "control\\.kochava\\.com|kvinit\\-prod\\.api\\.kochava\\.com", "website": "https://www.kochava.com/", "categories": ["Analytics", "Profiling", "Advertisement"]}, "129": {"id": 129, "name": "Webtrends", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.webtrends.mobile.analytics.|com.webtrends.mobile.android", "network_signature": "dc\\.webtrends\\.com|webtrends\\.com", "website": "https://www.webtrends.com/", "categories": ["Analytics"]}, "130": {"id": 130, "name": "New Relic", "description": "* Website: https://www.newrelic.com\r\n* Comment: App usage stats\r\n* Category: Analytics\r\n* Code signature: `com.newrelic.agent`\r\n* Network signature: `nr-data.net|newrelic.com`\r\n* Maven repository: \r\n* Artifact ID: `android-agent`\r\n* Group ID: `com.newrelic.agent.android` \r\n* Gradle: `com.newrelic.agent.android:android-agent` `com.newrelic.agent.android:agent-gradle-plugin`\r\n* Additional links: \r\n* Notes: Requires `android.permission.INTERNET` and `android.permission.ACCESS_NETWORK_STATE`", "creation_date": "2018-03-04", "code_signature": "com.newrelic.agent.", "network_signature": "js-agent\\.newrelic\\.com|mobile-collector\\.newrelic\\.com|newrelic\\.com|nr-data\\.net", "website": "http://www.newrelic.com", "categories": ["Analytics"]}, "131": {"id": 131, "name": "AppAnalytics", "description": "* Website: http://appanalytics.io\r\n* Comment: Real-time mobile app analytics for the entire customer lifecycle with event-based analytics, crash analytics, heat map analytics and gesture recognition!\r\n* Category: [Analytics]\r\n* Additional links: http://appanalytics.io/Support#IntegratingSDK\r\n* Notes: Founded 2015, USA (San Jose) Seed round 300k$ \r\nApp Analytics records all touch events of your users and shows as a heat map. App Analytics allows you to see all specific touches (first touch, second touch, etc.) as a heat map analytics", "creation_date": "2018-03-04", "code_signature": "io.appanalytics.sdk", "network_signature": "", "website": "http://appanalytics.io/", "categories": ["Analytics"]}, "132": {"id": 132, "name": "Applause", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.applause.android.", "network_signature": "", "website": "http://www.applause.com", "categories": ["Crash reporting", "Analytics"]}, "133": {"id": 133, "name": "Quantcast", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.quantcast.measurement.service.", "network_signature": "quantcast\\.com|quantcast\\.net", "website": "http://www.quantcast.com", "categories": ["Analytics", "Profiling"]}, "135": {"id": 135, "name": "Apptimize", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.apptimize.", "network_signature": "brahe\\.apptimize\\.com|md-a-c\\.apptimize\\.com|md-a-s\\.apptimize\\.com", "website": "http://www.apptimize.com", "categories": ["Analytics"]}, "136": {"id": 136, "name": "AppBrain", "description": "* Website: https://www.appbrain.com/info/help/sdk/index.html\r\n* Comment: The AppBrain SDK is present in over 50,000 apps and is downloaded onto millions of phones every day. 2 main services: Promotion: pay-per-install based app promotion to drive installs of your Android app. Monetization: earn money with your app using the interstitials and banners of the AppBrain SDK. \r\n* Category: [Analytics, Advertising]\r\n* Code signature: `com.appbrain`\r\n* Network signature: `?`\r\n* Maven repository: `?`\r\n* Artifact ID: `NA`\r\n* Group ID: `NA`\r\n* Gradle: `com.appbrain:appbrain-sdk:+@aar`\r\n* Additional links: https://github.com/swisscodemonkeys/appbrain-sdk http://www.appbrain.com/ \r\n* Notes: Launched in 2009 by two former Googlers. Suisse (Zurich)\r\nAppBrain is saying to dev that integrate the SDK: *It is your sole responsibility to communicate the privacy implications of your use of the AppBrain SDK to your users.* http://www.appbrain.com/info/help/sdk/policy.html\r\nThe potentially privacy sensitive data that\u2019s collected includes the phone model information, phone identifier (Google Advertiser ID), IP address of the phone, country and carrier of the connected mobile network and of the SIM card, and the AppBrain AppMetric\u2122, a token that conveys information about which categories of apps a user is interested in in a privacy-conserving way. Demographic data (gender, age) is only collected when the developer receives this information and forwards it to the AppBrain SDK. When the app has permission to acquire geographic location, this is collected and deleted at most seven days after collection. IP address and phone identifier for COPPA-enabled apps are also deleted at most 7 days after collection.", "creation_date": "2018-03-04", "code_signature": "com.appbrain.", "network_signature": "sdk\\.appbrain\\.com", "website": "https://www.appbrain.com/info/help/sdk/index.html", "categories": []}, "137": {"id": 137, "name": "Dynatrace", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.dynatrace.android.app|com.dynatrace.agent|com.dynatrace.tools", "network_signature": "\\.dynatrace\\.com", "website": "https://www.dynatrace.com", "categories": ["Analytics"]}, "138": {"id": 138, "name": "Matomo (Piwik)", "description": "* Website: https://matomo.org/mobile\r\n* Comment: Matomo (formerly Piwik) is the leading open-source analytics platform.\r\n* Category: Analytics\r\n* Code signature: `org.piwik|org.piwik.mobile|org.matomo`\r\n* Network signature: `matomo\\.org`\r\n* Maven repository: `NA`\r\n* Gradle: `NA`\r\n* Group ID: `org.piwik` \r\n* Gradle: `NA`\r\n* Additional links: [Piwik SDK on Github](https://github.com/matomo-org/piwik-sdk-android), [Matomo Analytics on Github](https://github.com/matomo-org), [Matomo Documentation](https://developer.matomo.org/integration), [Matomo API Reference](https://developer.matomo.org/api-reference), [Matomo on English Wikipedia](https://en.wikipedia.org/wiki/Matomo_(software)), [Piwik PRO on English Wikipedia](https://en.wikipedia.org/wiki/Piwik_PRO)\r\n* Notes: [Piwik PRO](https://piwik.pro) is an enterprise fork of Piwik with proprietary components.", "creation_date": "2018-03-04", "code_signature": "org.piwik|org.piwik.mobile|org.matomo", "network_signature": "matomo\\.org", "website": "https://matomo.org/mobile", "categories": ["Analytics"]}, "140": {"id": 140, "name": "AppMetrica", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.yandex.metrica.", "network_signature": "analytics\\.mobile\\.yandex\\.net|appmetrica\\.yandex\\.com|banners-slb\\.mobile\\.yandex\\.net|banners\\.mobile\\.yandex\\.net|mc\\.yandex\\.ru|report\\.appmetrica\\.yandex\\.net|startup\\.mobile\\.yandex\\.net", "website": "https://tech.yandex.com/metrica-mobile-sdk/", "categories": []}, "142": {"id": 142, "name": "Singlespot", "description": "Capabilities:\r\n* Targets users via geotargeting\r\n* Tracks users using GPS\r\n* Tracks users using WiFi\r\n* Tracks users using location data\r\n\r\nAdvertising:\r\n* Location-based ad pushing\r\n* Real-world location targeting\r\n* Targeted advertising based on consumer actions\r\n\r\nAnalytic:\r\n* Identifies users via Google ID (AAID)\r\n* Identifies users via iOS ID (IDFA)", "creation_date": "2018-08-16", "code_signature": "com.sptproximitykit.", "network_signature": "singlespot\\.com", "website": "https://www.singlespot.com/", "categories": ["Analytics"]}, "143": {"id": 143, "name": "Sensoro", "description": "*SENSORO is committed to the convergence of the physical and digital world through the application of sensing technologies. SENSORO\u2019s Alpha Product Suite delivers a comprehensive solution for implementing an easily managed and monitored IoT sensor network.*\r\n\r\nCapability:\r\n* Tracks users using bluetooth\r\n* Tracks users using location data", "creation_date": "2018-08-16", "code_signature": "com.sensoro.beacon.kit.|com.sensoro.cloud", "network_signature": "", "website": "https://www.sensoro.com/", "categories": []}, "144": {"id": 144, "name": "Sense360", "description": "*At the core of our research is our sensor-technology which uses the mobile sensors built into smartphones to understand a user\u2019s location and activity. We have trained our algorithms with hundreds of thousands of labeled data points and incorporate data from GPS, accelerometer, gyroscope, barometer, wifi, ambient light, and many other sensors. This provides us with an anonymous, but highly accurate understanding of where, how, and when people interact with physical locations and businesses.\r\nSense360\u2019s sensor-technology is on dozens of apps and more than 2 million devices in the US. Our panel generates more than a terabyte of sensor data every single day and provides a detailed view of more than 150 million anonymous user visits a month.*\r\n\r\nCapability:\r\n* Tracks users using bluetooth", "creation_date": "2018-08-16", "code_signature": "com.sense360.android.", "network_signature": "android-quinoa-config-prod\\.sense360eng\\.com|incoming-data-sense360\\.s3\\.amazonaws\\.com|quinoa-personal-identify-prod\\.sense360eng\\.com", "website": "https://sense360.com/", "categories": ["Analytics", "Location"]}, "145": {"id": 145, "name": "Rubicon Project", "description": "Capability:\r\n* Tracks users using GPS", "creation_date": "2018-08-16", "code_signature": "com.rfm.sdk", "network_signature": "ads\\.rubiconproject\\.com|fastlane\\.rubiconproject\\.com|optimized-by\\.rubiconproject\\.com|pixel\\.rubiconproject\\.com|stats\\.aws\\.rubiconproject\\.com|tap2-cdn\\.rubiconproject\\.com|video-ads\\.rubiconproject\\.com", "website": "https://rubiconproject.com", "categories": ["Analytics"]}, "146": {"id": 146, "name": "ironSource", "description": "*ironSource builds monetization, engagement, analytics and discovery tools for app developers, device manufacturers, mobile carriers and advertisers. We empower content creators across platforms to turn their digital content into viable businesses without having to charge for them. Our technologies make free-to-play and free-to-use possible for the internet community.*", "creation_date": "2018-08-16", "code_signature": "com.ironsource.", "network_signature": "", "website": "https://www.ironsrc.com", "categories": ["Analytics"]}, "147": {"id": 147, "name": "Heyzap (bought by Fyber)", "description": "", "creation_date": "2018-08-16", "code_signature": "com.heyzap.sdk.ads.", "network_signature": "ads\\.heyzap\\.com|fyc\\.heyzap\\.com|img-cloudflare-2\\.haizap\\.com|img-cloudflare\\.haizap\\.com|med\\.heyzap\\.com|x\\.heyzap\\.com", "website": "https://www.heyzap.com", "categories": []}, "148": {"id": 148, "name": "Gigya", "description": "*700 leading companies trust Gigya to turn unknown online visitors into known, loyal customers, with the industry\u2019s number one customer identity management platform.*", "creation_date": "2018-08-16", "code_signature": "com.gigya.", "network_signature": "cdn1\\.gigya\\.com|cdn2\\.gigya\\.com|cdn3\\.gigya\\.com|cdn\\.gigya\\.com|cdns\\.us1\\.gigya\\.com", "website": "https://www.gigya.com", "categories": ["Analytics"]}, "149": {"id": 149, "name": "Foresee", "description": "", "creation_date": "2018-08-16", "code_signature": "com.foresee.sdk.ForeSee", "network_signature": "4seeresults\\.com|analytics\\.foresee\\.com|foresee\\.com|foreseeresults\\.com|i\\.4see\\.mobi|rec\\.replay\\.answerscloud\\.com", "website": "https://www.foresee.com", "categories": ["Analytics"]}, "150": {"id": 150, "name": "Fiksu", "description": "*Fiksu DSP joins a massive, proprietary dataset with powerful segmentation tools to target and retain high-quality mobile audiences*\r\n\r\nAnalytic:\r\n* Audience segmenting", "creation_date": "2018-08-16", "code_signature": "com.fiksu.asotracking", "network_signature": "a\\.fiksu\\.com|sdk\\.fiksu\\.com", "website": "https://fiksu.com", "categories": []}, "151": {"id": 151, "name": "Ensighten", "description": "Analytic:\r\n* Offers analytics activity to app developers\r\n* Offers reports to app developers", "creation_date": "2018-08-16", "code_signature": "com.ensighten.", "network_signature": "nexus\\.ensighten\\.com", "website": "https://www.ensighten.com", "categories": ["Analytics"]}, "152": {"id": 152, "name": "Dynamic Yield", "description": "Capability:\r\n* Targets user location and proximity via geofencing\r\n* Targets users via geotargeting\r\n* Tracks users using GPS\r\n* Tracks users using WiFi\r\n* Tracks users using location data\r\n\r\nAdvertising:\r\n* Alters app functionality based upon user profiles\r\n* Loads advertisements\r\n* Loads targeted advertisements\r\n* Location-based ad pushing\r\n* Real-world location targeting\r\n* Targeted advertising based on consumer actions\r\n* Targets across devices, channels and/or platforms (omni-channel marketing, customer journey)\r\n* Timed advertisements\r\n\r\nAnalytic:\r\n* Analytics AI and machine learning\r\n* Audience segmenting\r\n* Collects Personally Identifiable Information (PII)\r\n* Collects Sensitive Personal Information (SPI)\r\n* Identifies users via Google ID (AAID)\r\n* Identifies users via iOS ID (IDFA)\r\n* Offers analytics activity to app developers\r\n* Offers reports to app developers\r\n* Performs cross-device identification\r\n* Profiles users via Personally Identifiable Information (PII)\r\n* Profiles users via Sensitive Personal Information (SPI)\r\n* Stores personal profile data (name, address, phone)", "creation_date": "2018-08-16", "code_signature": "com.dynamicyield.", "network_signature": "adm\\.dynamicyield\\.com|api\\.dynamicyield\\.com|cdn\\.dynamicyield\\.com|px\\.dynamicyield\\.com|st\\.dynamicyield\\.com", "website": "https://www.dynamicyield.com", "categories": ["Analytics"]}, "153": {"id": 153, "name": "BlueKai (acquired by Oracle)", "description": "", "creation_date": "2018-08-16", "code_signature": "com.bluekai.sdk.", "network_signature": "stags\\.bluekai\\.com|tags\\.bluekai\\.com", "website": "http://bluekai.com/registry/", "categories": ["Analytics"]}, "154": {"id": 154, "name": "BlueConic", "description": "## About\r\n\r\nBlueConic, Inc. is a privately-held e-marketing company that sells targeted advertising through marketing management systems, or CDPs (Customer Data Platforms). The company has 50-100 employees and is headquartered in Boston, MA with a European office in Nijmegen, The Netherlands. [For more information, see OpenCorporates.](https://opencorporates.com/companies/us_ma/001126438)\r\n\r\nBlueConic's customers include the Boston Globe, Hearst Newspapers, Moen, T-Mobile, ING, America's Test Kitchen, and the American Kennel Club. [Source: website](https://www.blueconic.com/about/)\r\n\r\n## Ownership\r\n\r\nBlueConic was founded by Bart Heilbron and Martjin van Berkum in 2010. [Source: website](https://www.blueconic.com/about/)\r\n\r\n## What it does\r\n\r\n* Behavioral Analytics\r\n* Customer Data Platform (CDP) Marketing Management Systems\r\n* Targeted Advertising/Personalization\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 1/11/2018, last updated 1/11/2017:](https://www.blueconic.com/privacy-policy/)\r\n\r\n* BlueConic's privacy policy applies to both its website and its services platform. It is not clear to what extent end users have rights under the policy separate from clients.\r\n\r\n* Personal data is not defined in the policy. It may be used by third party affiliates in the ordinary course of business, however, \"the use of information collected through BlueConic Services Platform shall be limited to the purpose of providing the service for which the Client has engaged BlueConic.\"\r\n\r\n* Infomation gathered may include \"Internet Protocol (IP) addresses, browser type and language, Internet service provider (ISP), referring and exit pages, operating system, date/time stamp, and other data\", including \"social networking pages.\" \r\n\r\n* BlueConic may \"share or publish aggregate information that doesn\u2019t specifically identify you, such as statistical information about visitors to our Websites or statistical information about how customers use our applications.\"\r\n\r\n* The policy states that BlueConic will \"follow generally accepted standards to protect the personal information submitted to us, both during transmission and once it is received, including requiring our suppliers to meet such standards to protect your personal data from unauthorized access, use, and disclosure. If you have questions about the security of your personal data, you can contact us at info@blueconic.com. \"\r\n\r\n* BlueConic has certified its compliance with the EU-U.S. Privacy Shield Framework and the Swiss-U.S. Privacy Shield Framework.", "creation_date": "2018-08-16", "code_signature": "com.blueconic", "network_signature": "", "website": "https://www.blueconic.com", "categories": ["Analytics"]}, "155": {"id": 155, "name": "Apteligent by VMWare (formerly Crittercism)", "description": "Formerly **Crittercism**\r\n\r\n*Capture real time event data from key user flows in your app: screen load time, network events, crash reports, and more. Track key metrics, improve your app release-over-release, and focus on issues that matter to your users. Leverage billions of data points about the mobile ecosystem to benchmark your app and make data-driven decisions.*", "creation_date": "2018-08-16", "code_signature": "com.crittercism.app.Crittercism", "network_signature": "api\\.crittercism\\.com|appload\\.ingest\\.crittercism\\.com|txn\\.ingest\\.crittercism\\.com", "website": "http://www.apteligent.com", "categories": []}, "156": {"id": 156, "name": "AdFit (Daum)", "description": "", "creation_date": "2018-08-16", "code_signature": "com.kakao.adfit.", "network_signature": "analytics\\.ad\\.daum\\.net|statistics\\.videofarm\\.daum\\.net", "website": "https://www.daum.net", "categories": []}, "157": {"id": 157, "name": "Adform", "description": "", "creation_date": "2018-08-16", "code_signature": "com.adform.sdk.", "network_signature": "adform\\.com|adformdsp\\.net|adx\\.adform\\.net|files\\.adform\\.net|track\\.adform\\.net", "website": "https://site.adform.com", "categories": []}, "158": {"id": 158, "name": "Adfurikun", "description": "", "creation_date": "2018-08-16", "code_signature": "jp.tjkapp.adfurikunsdk.", "network_signature": "adfurikun\\.jp|ginf\\.adfurikun\\.jp", "website": "https://adfurikun.jp/adfurikun/", "categories": []}, "159": {"id": 159, "name": "Mobvista", "description": "Mobvista companies:\r\nNativex\r\nMintegral\r\nGameAnalytics\r\n\r\nMobvista is a leading technology platform providing mobile advertising and mobile analytics services to the app developers globally.\r\nAdvanced real-time data analysis and predictive technology let you target the right users for your products.\r\nLeverage our robust big data and AI capabilities to deliver better engagement.\r\nPowerful audience profiling, optimization and retargeting are combined to amplify your campaigns\u2019 impact and achieve a higher ROI\r\nPowering leading companies in driving more growth through massive coverage of media, innovation ad formats and predictive analytics, all fueled by advanced AI intelligence.", "creation_date": "2019-03-10", "code_signature": "com.mobvista.", "network_signature": "mobvista\\.com", "website": "https://www.mobvista.com/", "categories": ["Analytics", "Profiling"]}, "160": {"id": 160, "name": "Placed", "description": "Placed - The Leader in Offline Attribution\r\nPlaced is trusted by 350+ publishers, networks, and platforms, and 500+ advertisers and agencies to measure advertising's impact on store visits\r\nConsumer Path from TV Screen to Store\r\nPartnering with Inscape and Kantar, Placed closes the loop to store visitation across mobile devices used by 1 in 3 U.S. adults.\r\nPlaced Insights - Analytics for the Real World\r\nOpen-source location analytics platform mapping the real-world relationship between people and places\r\n\r\nBy leveraging one of the world's largest location platforms, billions of directly measured locations, and patent-pending statistical models, Placed is able to turn complex location data into actionable insights for our clients.\r\nPlaced is the leading provider of directly-measured location insights, analyzing billions of locations from its opt-in audience. Accurately measuring location is more than just data volume; it requires models, real-world context, and the ability to observe the complete path of consumer activity.\r\n\r\nBy measuring location continuously, Placed observes when data signals shift from a single point to a cluster of points; identifying a visit has occurred.\r\n\r\nOnce a visit is identified, Placed searches its database of hundreds of millions of business features to determine the likely place of the visit.\r\n\r\nPlaced understands that location accuracy is more than a latitude and longitude. Leveraging the intelligence from Data Clustering and Place Search, the Placed Inference Model applies a statistical probability to each and every visit, bringing the highest level of accuracy to consumer location insights. The Placed Inference Model is continuously trained against millions of first-hand validation points confirmed by panelists in the field.", "creation_date": "2019-03-10", "code_signature": "com.placed.client", "network_signature": "", "website": "http://placed.com/", "categories": []}, "161": {"id": 161, "name": "Adot", "description": "Adot (formerly Adotmob) is a technology company founded in 2014 in Paris that provides agencies and advertisers with powerful insights on their audiences for a more accurate media activation.\r\n\r\nAdot (formerly Adotmob) uses both online and offline data sources.\r\n\r\nThanks to its exclusive partnership with vente-privee, Adot (formerly Adotmob) has access to a pool of exclusive e-commerce data: declared socio-demographic data and e-commerce intent data. Our last online data source arises from our earned bid requests, that allows the company to identify navigation media patterns, in particular through the analysis of keywords based on the visited pages and media interest by topic. Lastly, Adot (formerly Adotmob) owns geolocation data generated through proprietary technology integrated in partners\u2019 mobile apps.", "creation_date": "2019-03-10", "code_signature": "com.adotmob", "network_signature": "sdk\\.adotmob\\.com|sync\\.adotmob\\.com|tracker\\.adotmob\\.com", "website": "https://we-are-adot.com/", "categories": []}, "162": {"id": 162, "name": "Appodeal", "description": "## About\r\nA Full Stack Ad Monetization Platform. Take full control of your monetization strategy with Appodeal\u2019s complete suite of tools.\r\n\r\n## Category\r\nAnalyitics, Location, Advertising, Identity\r\n\r\n## Additional links\r\nhttps://s3.amazonaws.com/appodeal-unity/\r\n\r\n## Notes\r\nAppodeal supports iOS, Android, and Amazon devices. Unity3D and Corona Labs.", "creation_date": "2019-03-10", "code_signature": "com.appodeal.ads.|com.appodealx.", "network_signature": "appodeal\\.com|appodealx\\.com", "website": "https://www.appodeal.com", "categories": []}, "163": {"id": 163, "name": "AppMonet", "description": "AppMonet is a Container technology that enables publishers to have fewer SDKs while maximizing and diversifying their Brand Advertising demand sources. Simply put, almost all of the top 100 brand advertising demand sources work with AppMonet. All of those Video and Display demand sources simply plug into our Container \u2013 No SDKs required", "creation_date": "2019-03-10", "code_signature": "com.monet.", "network_signature": "", "website": "http://appmonet.com", "categories": []}, "164": {"id": 164, "name": "Soomla", "description": "\"Our mission is to help publishers make data-driven decisions for their monetization efforts.\r\n\r\nAt SOOMLA we aim to give mobile app publishers insights into the revenue they are making from advertising. We specifically help track revenue per user, per segment, per cohort and per traffic source. With the help of this data, we want to help facilitate better monetization and marketing decisions for our clients. More often than not, publishers are leaving money on the table. It's time to take control.\"", "creation_date": "2019-03-10", "code_signature": "com.soomla.", "network_signature": "soom\\.la", "website": "https://soomla.com/", "categories": []}, "165": {"id": 165, "name": "Adincube", "description": "AdinCube has been acquired by Ogury.\r\nhttps://www.ogury.com/ogury_resources/ogury-acquires-adincube-faq/\r\n\r\nWhat does Adincube do?\r\n\r\nDespite the abundance of mediation solution options available, mobile publishers still struggle to optimize ad revenue and fill 100% of their inventory. Maximum yield is not being realized, and valuable revenue is being left on the table. Adincube Intelligent Mediation solves this problem.\r\n\r\nThrough one simple integration, Adincube Intelligent Mediation uses artificial intelligence to boost publishers' ad revenue by an average of 218%. The SDK optimizes revenue between all demand sources and buying metrics on the market, ensuring maximum yield from every single impression. Additionally, it gathers publishers\u2019 earnings and pays out immediately.\r\n\r\nHow does Adincube Intelligent Mediation work?\r\n\r\nOne SDK plugs publishers into all demand sources on the market eliminating the need for adapters or manual set up of individual accounts. Adincube Intelligent Mediation technology then analyses every available campaign, ad network, ad exchange, buying metric, and creative format in real-time, at ad request level.", "creation_date": "2019-03-10", "code_signature": "com.adincube.sdk.", "network_signature": "sdk\\.adincube\\.com", "website": "https://www.adincube.com/", "categories": []}, "166": {"id": 166, "name": "Persona.ly", "description": "Persona.ly is a global mobile ad-tech company. We create mobile monetization solutions and acquire engaged users for top grossing app developers. Our team is full of vibrant, proactive and passionate developers and marketers with diverse backgrounds and vast experience in the mobile monetization field, allowing us to overcome almost any challenge and create solutions that exceed our partners' expectations, developers and advertisers alike.\r\n\r\nhttp://knowledge.persona.ly/", "creation_date": "2019-03-10", "code_signature": "ly.persona.sdk", "network_signature": "dev-api\\.persona\\.ly|dev\\.dsp\\.persona\\.ly|dev\\.persona\\.ly|dsp\\.persona\\.ly|persona\\.ly|rtb\\.persona\\.ly|sdk\\.persona\\.ly", "website": "http://persona.ly/", "categories": []}, "167": {"id": 167, "name": "Branch", "description": "View https://branch.io/\r\n\r\n(branch has acquired TUNE)\r\n\r\nSend Local IP, device_fingerprint_id, identity_id, hardware_id, brand, model, screen_dpi, screen_height and other\r\n\r\nIncrease mobile revenue with enterprise-grade links built to acquire, engage, and measure across all devices, channels, and platforms.", "creation_date": "2019-03-10", "code_signature": "io.branch.", "network_signature": "api\\.branch\\.io", "website": "https://branch.io/", "categories": ["Analytics"]}, "168": {"id": 168, "name": "Cheetah Ads", "description": "Cheetah Ads is Cheetah Mobile's self-operated ad platform offering a wide range of ad formats, from high-performing display and native ads, to beautiful, full-screen vertical video. Cheetah Ads offers diverse, global reach with over 600 million users from 200+ countries and regions across Cheetah Mobile's owned and operated inventory, including Clean Master, CM Security, Cheetah Keyboard and LiveMe. Enhanced by Cheetah Mobile's artificial intelligence and big data capabilities, Cheetah Ads helps brands reach the right audience, at the right time, in the right format throughout the entire purchase cycle.", "creation_date": "2019-03-10", "code_signature": "com.cmcm.", "network_signature": "cmcm\\.com", "website": "https://www.cmcm.com/", "categories": []}, "169": {"id": 169, "name": "Vungle", "description": "*Target high-value consumers with our proprietary LTV optimization technology.\r\nGet transparent user acquisition reporting with our third-party UA data integrations.\r\nReach unique consumers globally with our first-party supply in the world's top apps.*\r\n\r\nAdditional links:\r\nhttps://support.vungle.com/hc/en-us\r\nhttps://github.com/Vungle/Android-SDK\r\nhttps://bintray.com/vungle/com.vungle/publisher-sdk-android\r\nhttps://vungle.bintray.com/com.vungle", "creation_date": "2019-03-10", "code_signature": "com.vungle.publisher.|com.vungle.warren.", "network_signature": "ads\\.api\\.vungle\\.com|akamai\\.vungle\\-cdn\\.vungle\\.com|api\\.vungle\\.akadns\\.net|api\\.vungle\\.com|bd\\.vungle\\.com|billboard\\.vungle\\.com|cdn\\-lb\\.vungle\\.com|ci\\.vungle\\.com|data\\.vungle\\.com|ingest\\.vungle\\.com|jaeger\\.vungle\\.com|ltv\\-data\\-api\\.kube\\-prod\\.vungle\\.com|monitoring\\.vungle\\.com|ssl\\.vungle\\.com|v\\.vungle\\.com", "website": "https://vungle.com", "categories": ["Advertisement"]}, "170": {"id": 170, "name": "Criteo", "description": "https://en.wikipedia.org/wiki/Criteo\r\n\r\nCriteo is a personalized retargeting company that works with Internet retailers to serve personalized online display advertisements to consumers who have previously visited the advertiser's website. The company currently operates in a total of 30 markets around the world and is headquartered in Paris, FranceCriteo enables online businesses to follow up visitors who have left their website without making a purchase using personalized banners which aim to drive potential customers back to the business website.", "creation_date": "2019-03-10", "code_signature": "com.criteo.", "network_signature": "criteo\\.com", "website": "https://www.criteo.com/", "categories": []}, "171": {"id": 171, "name": "Mapbox", "description": "*Our tools let developers build a new world powered by location data. Real-time updates. Total customization. Developers first.*\r\n\r\nhttps://docs.mapbox.com/android/maps/overview/\r\nhttps://github.com/mapbox/mapbox-gl-native", "creation_date": "2019-03-10", "code_signature": "com.mapbox.mapboxsdk.|com.mapbox.android.telemetry.", "network_signature": "a\\.tiles\\.mapbox\\.com|api\\.tiles\\.mapbox\\.com", "website": "https://www.mapbox.com/", "categories": []}, "172": {"id": 172, "name": "Optimizely", "description": "Optimizely is the world\u2019s leading experimentation platform, enabling businesses to deliver continuous experimentation and personalization across websites, mobile apps and connected devices. Optimizely enables businesses to experiment deeply into their technology stack and broadly across the entire customer experience.", "creation_date": "2019-03-10", "code_signature": "com.optimizely.", "network_signature": "optimizely\\.com", "website": "https://www.optimizely.com/", "categories": ["Analytics"]}, "173": {"id": 173, "name": "Taboola", "description": "Thousands of leading publishers, marketers, and agencies utilize Taboola\u2019s predictive technology to increase user engagement, monetize their traffic, and distribute their content to engaged audiences across the web. Together, our teams have pioneered a major new marketing channel alongside \u201csearch\u201d and \u201csocial,\u201d proving that \u201cdiscovery\u201d can power successful campaigns for companies of all sizes, throughout the customer journey.\r\n\r\nhttps://sdk.taboola.com/taboolasdk/docs", "creation_date": "2019-03-10", "code_signature": "com.taboola.", "network_signature": "taboola\\.com", "website": "https://www.taboola.com/", "categories": []}, "174": {"id": 174, "name": "CleverTap", "description": "CleverTap brings together real-time user insights, an advanced segmentation engine, and easy-to-use marketing tools in one mobile marketing platform \u2014 giving your team the power to create amazing experiences that deepen customer relationships. \r\nCleverTap enables growth and retention teams to manage and improve the impact of mobile marketing across the entire customer lifecycle. Leverage user data, automation, AI/ML, and personalization techniques in one enterprise platform.\r\n\r\n\"behavioral analytics\"", "creation_date": "2019-03-10", "code_signature": "com.clevertap.", "network_signature": "wzrkt\\.com", "website": "https://clevertap.com/", "categories": ["Analytics", "Profiling", "Location"]}, "175": {"id": 175, "name": "myTracker", "description": "Mobile app marketing platform with predictive analytics.", "creation_date": "2019-03-10", "code_signature": "com.my.tracker.", "network_signature": "tracker-api\\.my\\.com", "website": "https://tracker.my.com/", "categories": []}, "176": {"id": 176, "name": "Cloudmobi", "description": "Cloudmobi provides CloudTech SDK, integrated with Facebook Audience Network and Admob ads resource.\r\n\r\nhttps://github.com/cloudmobi/AndroidSDK/blob/master/AndroidSDK_Integration_Guide.md\r\n\r\nConnections:\r\nhttps://api.cloudmobi.net\r\nhttp://logger.cloudmobi.net", "creation_date": "2019-03-10", "code_signature": "com.cloudtech.", "network_signature": "api\\.cloudmobi\\.net|cloudmobi\\.net|logger\\.cloudmobi\\.net|vast\\.cloudmobi\\.net", "website": "http://www.cloudmobi.net/", "categories": []}, "177": {"id": 177, "name": "ADLIB", "description": "https://developer.adlibr.com/guide/Android", "creation_date": "2019-03-10", "code_signature": "com.mocoplex.adlib.", "network_signature": "adlibr\\.com", "website": "https://adlibr.com", "categories": []}, "178": {"id": 178, "name": "Brightcove", "description": "## About\r\nIdentify your best content and uncover actionable audience behaviors with comprehensive analytics and reporting. Dive into your viewer\u2019s engagement data at an individual level with Brightcove\u2019s advanced profile analytics.\r\n\r\n## Category\r\nAnalytics, Identity, Location\r\n\r\n## Additional links\r\nhttps://www.brightcove.com/en/online-video-platform/analytics https://www.brightcove.com/en/partners?pages=2 https://support.brightcove.com/ https://github.com/BrightcoveOS/android-player-samples\r\n\r\n## Notes\r\nVideo delivery, DRM, Video Streaming, Monetization, partner integration", "creation_date": "2019-03-19", "code_signature": "com.brightcove", "network_signature": "metrics\\.brightcove\\.com", "website": "https://www.brightcove.com", "categories": []}, "179": {"id": 179, "name": "DOV-E", "description": "## About\r\nDOV-E\u2019s patented technology utilizes these speakers and provides secure, quick, easy to use mobile payment and interactive mobile engagement on any platform.\r\n\r\n## Category\r\nBeacon, Advertising\r\n\r\n## Notes\r\nMobile payment methods, advertising cross-device triggers, reference hardware for vendors, browser, iOS", "creation_date": "2019-03-19", "code_signature": "com.dv.", "network_signature": "\\.dov-e\\.com", "website": "https://www.dov-e.com/", "categories": []}, "180": {"id": 180, "name": "InMarket", "description": "## About\r\nInspire shoppers when it matters most - as they enter the store, ready to make purchase decisions. Just as restaurants know to advertise before the lunch rush instead of after, Preceptivity personalizes receptivity for your customer based on unique shopping patterns and how they relate to the product category.\r\n\r\n## Category\r\nLocation, Beacon, Advertising\r\n\r\n## Additional links\r\nhttp://data.altbeacon.org/android-distance.json \r\n\r\n## Notes\r\nintegration with Moat", "creation_date": "2019-03-19", "code_signature": "com.inmarket", "network_signature": "m2m-api\\.inmarket\\.com", "website": "https://inmarket.com/", "categories": []}, "181": {"id": 181, "name": "Pilgrim by Foursquare", "description": "## About\r\nEmbed the most comprehensive location awareness engine into your app to engage users with contextually-relevant and geo-aware content.\r\n\r\n## Category\r\nAdvertising, Location, Identity, Tracking, Beacon\r\n\r\n## Additional links\r\nhttps://github.com/foursquare/pilgrim-unity-sdk https://developer.foursquare.com/docs/pilgrim-sdk/android\r\n\r\n## Notes\r\nFoursquare's location tracker for iOS, Android and Unity3D", "creation_date": "2019-03-19", "code_signature": "com.foursquare.pilgrim|com.foursquare.pilgrimsdk.android", "network_signature": "sdk\\.foursquare\\.com", "website": "https://enterprise.foursquare.com/products/pilgrim", "categories": ["Location"]}, "182": {"id": 182, "name": "OtherLevels", "description": "## About\r\nOtherLevels provides the platform and the knowledge to help you increase conversion and deliver the right content, to the right user, at the right time, on the right channel. Engage and retain your customers better, with relevant, omni-channel campaigns across mobile app, mobile web and desktop.\r\n\r\n## Category\r\nTracking, Location, Messaging, Advertising.\r\n\r\n## Additional links\r\nhttps://www.otherlevels.com/partners/ https://beacons.otherlevels.com/ https://github.com/OtherLevels\r\n\r\n## Notes\r\nrecent promotions of In-Play Messaging Solution for gambling and betting companies.", "creation_date": "2019-03-19", "code_signature": "com.otherlevels.", "network_signature": "api\\.otherlevels\\.com|geodata\\.otherlevels\\.com|mdn\\.otherlevels\\.com|rich\\.otherlevels\\.com|tags\\.otherlevels\\.com|ws\\.otherlevels\\.com", "website": "https://www.otherlevels.com/", "categories": []}, "183": {"id": 183, "name": "PubNative", "description": "Mobile monetization", "creation_date": "2019-03-19", "code_signature": "net.pubnative", "network_signature": "pubnative\\.net", "website": "https://pubnative.net/", "categories": ["Advertisement"]}, "184": {"id": 184, "name": "Appnext", "description": "App marketing and mobile monetization", "creation_date": "2019-03-19", "code_signature": "com.appnext.", "network_signature": "appnext.com", "website": "https://www.appnext.com/", "categories": []}, "185": {"id": 185, "name": "MobFox", "description": "Advertising platform", "creation_date": "2019-03-19", "code_signature": "com.mobfox.|com.adsdk.sdk.", "network_signature": "", "website": "https://www.mobfox.com/", "categories": ["Analytics", "Profiling", "Advertisement"]}, "186": {"id": 186, "name": "ShallWeAD", "description": "Mobile Advertising Platform\r\n\r\nMain Features\r\n- Mobile Ad Server\r\n- In-Application Banner(CPC, CPI, CPA, CPM)\r\n- Mobile App PR(Direct Download)\r\n- iOS & Android(Google Play, T-Store) Promotion", "creation_date": "2019-03-19", "code_signature": "com.jm.co.shallwead.sdk.|com.co.shallwead.sdk.", "network_signature": "", "website": "http://www.shallwead.com", "categories": []}, "187": {"id": 187, "name": "deltaDNA", "description": "Game Analytics and MarketingAt the heart of the deltaDNA offering is the analytics platform, gathering deep and rich data to unlock better player experiences and increase engagement and revenues.\r\n\r\nThe speed and machine-learning power of Vertica enables deltaDNA\u2019s highly accurate LTV and player churn forecasting capability and also drives our predictive segmentation feature-set.\r\n\r\nVertica provides the capability to identify, target and engage with individual players automatically, with personalized interactions, live in-game.", "creation_date": "2019-03-19", "code_signature": "com.deltadna", "network_signature": "deltadna\\.net", "website": "https://deltadna.com/", "categories": ["Analytics"]}, "188": {"id": 188, "name": "Display", "description": "Mobile marketing", "creation_date": "2019-03-19", "code_signature": "io.display.", "network_signature": "display.io", "website": "https://www.display.io/en/", "categories": []}, "189": {"id": 189, "name": "HyprMX", "description": "HyprMX brings brand advertising to mobile apps. Part of Jun Group, an Advantage Solutions company. Founded in 2012, we're headquartered on Fifth Avenue in New York City, with offices in Seattle and San Francisco.\r\n\r\nhttps://documentation.hyprmx.com/", "creation_date": "2019-04-15", "code_signature": "com.hyprmx.android.sdk.", "network_signature": "hyprmx\\.com", "website": "https://www.hyprmx.com", "categories": ["Advertisement"]}, "190": {"id": 190, "name": "Bugly", "description": "Bugly is a software manufacturing company specializing in detecting and tracking bug issues\r\nhttps://www.crunchbase.com/organization/bugly", "creation_date": "2019-04-15", "code_signature": "com.tencent.bugly.", "network_signature": "bugly\\.qq\\.com", "website": "https://bugly.qq.com/v2/", "categories": []}, "191": {"id": 191, "name": "Duapps", "description": "Analysis\r\nApp Monetization", "creation_date": "2019-04-15", "code_signature": "com.duapps.", "network_signature": "duapps\\.com", "website": "http://ad.duapps.com/", "categories": []}, "192": {"id": 192, "name": "Swrve", "description": "Swrve real-time marketing automation increases customer engagement through dynamic campaigns that deliver relevant, personalized messages in micromoments that matter across mobile, email, web, TV and emerging digital channels.", "creation_date": "2019-04-15", "code_signature": "com.swrve.sdk", "network_signature": "api\\.swrve\\.com|content\\.swrve\\.com", "website": "https://www.swrve.com/", "categories": ["Analytics", "Profiling", "Location"]}, "193": {"id": 193, "name": "OneSignal", "description": "Mobile Push Notifications, Web Push, and In-App Messaging", "creation_date": "2019-04-15", "code_signature": "com.onesignal.", "network_signature": "onesignal\\.com", "website": "https://onesignal.com/", "categories": []}, "194": {"id": 194, "name": "Appdynamics", "description": "AppDynamics is a application performance management (APM) company based in San Francisco.\r\nAppDynamics is now a part of Cisco.", "creation_date": "2019-04-15", "code_signature": "com.appdynamics.", "network_signature": "", "website": "https://www.appdynamics.com/", "categories": ["Analytics", "Profiling"]}, "195": {"id": 195, "name": "Startapp", "description": "Data driven mobile media, marketing and monetization.", "creation_date": "2019-04-15", "code_signature": "com.startapp.android.publish|com.startapp.", "network_signature": "c2i\\.startappnetwork\\.com|c2s\\.startappnetwork\\.com|click\\.startappservice\\.com|dts\\.startappservice\\.com|events\\.startappservice\\.com|images\\.startappservice\\.com|imp\\.startappservice\\.com|info\\.static\\.startappservice\\.com|init\\.startappservice\\.com|req\\.startappservice\\.com|soda\\.startappservice\\.com|startappservice\\.com|va\\.origin\\.startappservice\\.com", "website": "https://www.startapp.com", "categories": ["Analytics", "Advertisement"]}, "196": {"id": 196, "name": "AerServ", "description": "Advertisement.\r\nAcquired by InMobi.", "creation_date": "2019-04-15", "code_signature": "com.aerserv.sdk.", "network_signature": "ads\\.aerserv\\.com|debug\\.aerserv\\.com", "website": "https://www.aerserv.com/", "categories": ["Advertisement"]}, "197": {"id": 197, "name": "INFOnline", "description": "INFOnline is the specialist provider of Digital Audience Measurement Services in Germany.", "creation_date": "2019-04-15", "code_signature": "de.infonline.", "network_signature": "de\\.ioam\\.de", "website": "https://www.infonline.de", "categories": []}, "198": {"id": 198, "name": "myTarget", "description": "myTarget is an advertising platform provided by Mail.Ru Group. It includes all the major social networks on the Runet (Russian-speaking Internet) and services that reach more than 140 million people.\r\n\r\n> The myTarget Advertising Network allows developers to monetize their websites and mobile apps using myTarget ads. After you have integrated the myTarget SDK, thousands of myTarget customers will become the target audience for your app or website.", "creation_date": "2019-04-15", "code_signature": "com.my.target.", "network_signature": ".target\\.my\\.com", "website": "https://target.my.com/", "categories": ["Advertisement"]}, "199": {"id": 199, "name": "Tapjoy", "description": "Engagement and monetization for advertisers and app developers.", "creation_date": "2019-04-15", "code_signature": "com.tapjoy.", "network_signature": "tapjoy\\.com|tapjoyads\\.com|www\\.5rocks\\.io", "website": "https://www.tapjoy.com/", "categories": []}, "200": {"id": 200, "name": "Mintegral", "description": "Mintegral is a programmatic advertising platform in the mobile marketing world.", "creation_date": "2019-04-15", "code_signature": "com.mintegral.", "network_signature": "analytics\\.rayjump\\.com|cdn-adn\\.rayjump\\.com|de01\\.rayjump\\.com|de\\.rayjump\\.com|detect\\.rayjump\\.com|fk-mtrack\\.rayjump\\.com|hybird\\.rayjump\\.com|jssdk\\.rayjump\\.com|net\\.rayjump\\.com|online\\.rayjump\\.com|rayjump\\.com|setting\\.rayjump\\.com|sg-mtrack\\.rayjump\\.com|sg01\\.rayjump\\.com|sg\\.rayjump\\.com|tknet\\.rayjump\\.com|us01\\.rayjump\\.com", "website": "https://www.mintegral.com/en/", "categories": ["Analytics", "Advertisement"]}, "201": {"id": 201, "name": "Gimbal", "description": "Advertisement.", "creation_date": "2019-04-15", "code_signature": "com.gimbal.android", "network_signature": "analytics-server\\.gimbal\\.com|api\\.gimbal\\.com|registration\\.gimbal\\.com|sdk-info\\.gimbal\\.com", "website": "https://gimbal.com/", "categories": []}, "202": {"id": 202, "name": "Conviva", "description": "The real-time measurement and intelligence platform for the streaming TV industry.", "creation_date": "2019-04-15", "code_signature": "com.conviva.", "network_signature": "cws\\.conviva\\.com", "website": "https://www.conviva.com/", "categories": []}, "203": {"id": 203, "name": "Auditude", "description": "## About\r\nThe Adobe\u00ae Auditude\u00ae platform is used by companies that want to provide relevant content and advertisements in videos you watch on the web.\r\n\r\nLegacy, superceded by Adobe Primetime\r\n\r\n## Category\r\nAdvertising, Location, Identity, Tracking", "creation_date": "2019-05-02", "code_signature": "com.auditude.ads", "network_signature": "auditude\\.com", "website": "https://www.adobe.com/privacy/policies/auditude.html", "categories": []}, "204": {"id": 204, "name": "Instreamatic (Adman)", "description": "## About\r\nVoice-enabled audio technology is the biggest breakthrough in audio advertising in the last 70 years. Voice-enabled audio ads allow users to interact with ads, literally speaking with the brand\r\n\r\n## Category\r\nAdvertising, Tracking", "creation_date": "2019-05-02", "code_signature": "com.instreamatic", "network_signature": "instreamatic\\.com", "website": "http://instreamatic.com/", "categories": ["Analytics", "Advertisement"]}, "205": {"id": 205, "name": "GameAnalytics", "description": "GameAnalytics is a service that helps game developers learn about their players and improve how their games are monetized\r\n\r\n\"track anything and everything\"", "creation_date": "2019-06-12", "code_signature": "com.gameanalytics.sdk", "network_signature": "", "website": "https://gameanalytics.com/features", "categories": ["Analytics", "Profiling"]}, "206": {"id": 206, "name": "Instabug", "description": "Whenever your app crashes, Instabug reports this with all the stack trace information on all the running threads.", "creation_date": "2019-06-12", "code_signature": "com.instabug.", "network_signature": "", "website": "https://instabug.com/crash-reporting", "categories": ["Crash reporting"]}, "207": {"id": 207, "name": "Bugsnag", "description": "Bugsnag monitors apps for errors that impact customers & reports all diagnostic data.", "creation_date": "2019-06-12", "code_signature": "com.bugsnag.", "network_signature": "", "website": "https://www.bugsnag.com/", "categories": ["Crash reporting"]}, "208": {"id": 208, "name": "Moodmedia", "description": "## About\r\nIn-store Media Solutions to help you connect with your customers, enhance your brand image and grow your business.\r\n\r\n## Category\r\nLocation, Tracking, Advertising, Beacon\r\n\r\n## Additional links\r\nhttps://moodmedia.com.au/\r\n\r\n## Notes\r\n\"Sound masking is specifically engineered to match the frequencies of human speech and sound comfortable to the human ear.\"\r\nbeacon tracking via Presence SDK (com.moodmedia.moodpresence)", "creation_date": "2019-06-20", "code_signature": "com.moodmedia", "network_signature": "moodpresence\\.com", "website": "https://us.moodmedia.com/", "categories": ["Advertisement", "Location"]}, "209": {"id": 209, "name": "Houndify", "description": "## About\r\nIntegrate voice and conversational intelligence into your products through an independent platform that is always learning. Customize, innovate, and differentiate while maintaining your own brand and users.\r\n\r\n## Additional links\r\nhttps://www.soundhound.com/about\r\nhttps://www.midomi.com/\r\nhttps://www.houndify.com/maven/hound/android/\r\n\r\n## Notes\r\nPrivate beta features include: beam forming, echo cancellation, emotion detection, fingerprint identification, automatic language translation, voice biometrics, iris recognition, image recognition, face recognition, and more.\r\nCollective AI TM offers comprehensive knowledge, that is always learning, is crowdsourced to domain experts, and is larger than the sum of its parts \u2014 ensuring that your solutions and smart IoT devices continue to grow smarter into the future.", "creation_date": "2019-06-20", "code_signature": "com.hound", "network_signature": "houndify\\.com", "website": "https://www.houndify.com/", "categories": ["Identification", "Location"]}, "210": {"id": 210, "name": "OpenX", "description": "## About\r\nCreating Quality Programmatic Advertising Markets That Drive Superior Monetization for Publishers & App Developers\r\n\r\n## Additional links\r\nhttps://docs.openx.com/Content/developers/android-sdk/android-sdk.html https://docs.openx.com/Content/developers/containers/prebid-adapter.html https://community.openx.com/s/article/Mobile-SDK-Integration-Instructions\r\n\r\n## Notes\r\nMRAID compliancez", "creation_date": "2019-06-20", "code_signature": "com.openx.view.plugplay|com.openx.android_sdk_openx", "network_signature": "openx\\.com|openx\\.net|openx\\.org|us-ads\\.openx\\.net", "website": "https://www.openx.com/", "categories": ["Analytics", "Advertisement", "Location"]}, "211": {"id": 211, "name": "Taplytics", "description": "## About\r\nTaplytics is an intelligent customer experience cloud specializing in turning first-time users into lifetime customers through magical moments\r\n\r\n## Category\r\nAnalytics, Advertising\r\n\r\n## Additional links\r\nhttps://api.taplytics.com , https://github.com/taplytics , https://js.taplytics.com/jssdk/\r\n\r\n## Notes\r\nMobile, Web, TV and Over The Top devices.", "creation_date": "2019-06-20", "code_signature": "com.taplytics.sdk", "network_signature": "api\\.taplytics\\.com|ping\\.tapylitics\\.com", "website": "https://taplytics.com", "categories": ["Analytics", "Advertisement"]}, "212": {"id": 212, "name": "Yinzcam Sobek", "description": "## About\r\nOur proprietary real-time analytics platform allows administrators to track page-views, dwell-time, social-media shares, push-analytics, and ad clicks, anytime, anywhere. Our analytics platform also helps with segmentation and delivery of content by segment, and the personalization of mobile apps to fans. \r\n\r\n## Category\r\nAnalytics, Location, Beacon, Advertising\r\n\r\n## Additional links\r\nPrivacy policy - http://www.yinzcam.com/?page_id=234 , http://files.yinzcam.com/nathan/csae.js , sobek_base_url: http://172.17.5.204:3002 , http://44.129.0.193:8003/track \r\n\r\n## Notes\r\nPower tracker, System tracker, Telephony tracker, Video tracker, Wifi tracker, video tracking sent to ampr.org held address range", "creation_date": "2019-06-20", "code_signature": "com.yinzcam.sobek", "network_signature": "analytics\\.yinzcam\\.com", "website": "http://www.yinzcam.com/", "categories": ["Analytics", "Advertisement", "Location"]}, "213": {"id": 213, "name": "Ooyala", "description": "Ooyala Flex Media Platform: an open and extensible platform to manage, curate, orchestrate, publish and monetize your content", "creation_date": "2019-07-01", "code_signature": "com.ooyala", "network_signature": "ooyala\\.com", "website": "https://www.ooyala.com/", "categories": ["Advertisement"]}, "214": {"id": 214, "name": "Kiip", "description": "Acquired by NinthDecimal\r\n\r\n*Kiip is an in-app mobile advertising platform that uses moments to create meaningful customer interactions and generate highly targeted, custom audiences.*", "creation_date": "2019-08-20", "code_signature": "me.kiip.sdk", "network_signature": "kiip\\.me", "website": "https://www.ninthdecimal.com/", "categories": ["Advertisement"]}, "215": {"id": 215, "name": "MobPower", "description": "Advertisement", "creation_date": "2019-08-20", "code_signature": "com.mobpower.", "network_signature": "api\\.mobpowertech\\.com|log\\.mobpowertech\\.com|mobpowertech\\.com|scheme\\.mobpowertech\\.com", "website": "https://home.mobpowertech.com/", "categories": ["Advertisement"]}, "216": {"id": 216, "name": "AdBuddiz", "description": "AdBuddiz by Purple Brain\r\n\r\nAdvertisement", "creation_date": "2019-08-20", "code_signature": "com.purplebrain.adbuddiz.sdk.", "network_signature": "sdk\\.adbuddiz\\.com", "website": "http://www.adbuddiz.com/abuse?hl=fr", "categories": ["Advertisement"]}, "218": {"id": 218, "name": "Integral Ad Science", "description": "\"The Integral Ad Science SDK measures ads and addresses issues around fraud, viewability and brand risk. Digital advertising can be an effective way to activate consumer action. But as it\u2019s become increasingly complex, we sometimes forget the most basic marketing principle: your messages need to be viewable to (real) people and in the right environments to make an impact. With this in mind, we\u2019ve developed the most comprehensive brand solutions for you to verify the quality of your media globally \u2014 and optimize your digital ads' effectiveness at every step of a consumer\u2019s journey.\"", "creation_date": "2019-10-26", "code_signature": "com.integralads.avid.library", "network_signature": "adsafeprotected\\.com|iasds01\\.com|integralads\\.com", "website": "https://integralads.com", "categories": []}, "219": {"id": 219, "name": "AltBeacon", "description": "Allows Android devices to use beacons much like iOS devices do. An app can request to get notifications when one or more beacons appear or disappear. An app can also request to get a ranging update from one or more beacons. It also allows Android devices to send beacon transmissions, even in the background.", "creation_date": "2019-10-26", "code_signature": "org.altbeacon.beacon.|com.altbeacon.beacon.", "network_signature": "", "website": "https://altbeacon.org", "categories": []}, "220": {"id": 220, "name": "Salesforce Marketing Cloud", "description": "\"MobilePush allows you to create and send targeted push messages based on cross-channel consumer data to encourage app usage and deliver increased ROI. With MobilePush, you view how users navigate through your app. From the products they view to the amount of time spent on each page, you gain a window into how users interact with your app across their smartphones and tablets. Because MobilePush is built on Marketing Cloud.\"\r\n\r\n\r\nTo target your notifications to the best audience, use data about your users from multiple channels. Easily integrate your push notification campaigns with any email, SMS, or social media campaign. Use MobilePush to do the following:\r\n\r\n Manage segmented audiences of mobile contacts.\r\n Send targeted and personalized push notifications.\r\n Send inbox messages.\r\n Use geofence and beacon messaging for location-based campaigns.\r\n View customer engagement with analytics.\r\n Automate your campaigns with Automation Studio.\r\n Integrate push notifications into customer journeys using Journey Builder.", "creation_date": "2019-10-26", "code_signature": "com.salesforce.marketingcloud", "network_signature": "", "website": "https://www.salesforce.com/products/marketing-cloud/", "categories": []}, "221": {"id": 221, "name": "Mozilla Telemetry", "description": "\"The Telemetry feature provides this capability by sending performance and usage info to Mozilla. As you use Firefox, Telemetry measures and collects non-personal information, such as performance, hardware, usage and customizations. It then sends this information to Mozilla on a daily basis and we use it to improve Firefox. \"", "creation_date": "2019-10-26", "code_signature": "org.mozilla.telemetry|org.mozilla.gecko.telemetry", "network_signature": "", "website": "https://wiki.mozilla.org/Telemetry", "categories": []}, "222": {"id": 222, "name": "nend", "description": "nend is the leading ad network in Japan provides mobile advertising and monetization solutions for advertisers and publishers.", "creation_date": "2019-10-26", "code_signature": "net.nend.android", "network_signature": "", "website": "https://nend.net/en/", "categories": ["Advertisement"]}, "223": {"id": 223, "name": "Pusher", "description": "\"Easily build scalable in-app notifications, realtime graphs, geotracking, multiplayer games, and more in your web and mobile apps with our hosted pub/sub messaging API.\"", "creation_date": "2019-10-26", "code_signature": "com.pusher.client.", "network_signature": "", "website": "https://pusher.com/", "categories": []}, "224": {"id": 224, "name": "FreeWheel", "description": "FreeWheel (a Comcast Company) is an advertising management solution for cross-platform video ads.\r\n\"The most premium TV marketplace for buyers and sellers, FreeWheel combines the targeting and measurement of digital with the scale and quality of linear TV. We use technology, data, and premium inventory to enable buyers and sellers to transact across all screens, data types, and sales channels to achieve one thing:results for marketers.\"", "creation_date": "2019-10-26", "code_signature": "tv.freewheel.ad.", "network_signature": "fwmrm\\.net", "website": "http://freewheel.tv/", "categories": ["Advertisement"]}, "225": {"id": 225, "name": "TNK Factory", "description": "Monetization platform from South Korea", "creation_date": "2019-10-26", "code_signature": "com.tnkfactory.ad", "network_signature": "", "website": "http://www.tnkfactory.com", "categories": ["Advertisement"]}, "226": {"id": 226, "name": "Axonix", "description": "Ad serving and inventory management\r\n\r\nPreviously Mobclix", "creation_date": "2019-10-26", "code_signature": "com.axonix.android.sdk|com.mobclix.android.sdk", "network_signature": "ads\\.mobclix\\.com|axonix\\.com|data\\.mobclix\\.com|mobclix\\.com|s\\.mobclix\\.com", "website": "http://axonix.com/", "categories": []}, "227": {"id": 227, "name": "Gemius HeatMap", "description": "Gemius HeatMap is processing visitor clicks and scrolling into different types of reports.", "creation_date": "2019-10-26", "code_signature": "com.gemius.sdk", "network_signature": "gemius\\.pl", "website": "https://heatmap.gemius.com", "categories": []}, "228": {"id": 228, "name": "YouAppi", "description": "\"YouAppi helps you grow your app\u2019s revenue by retargeting users with the most relevant ads, optimized\r\nfor any life cycle stage\"", "creation_date": "2019-10-26", "code_signature": "com.youappi.sdk.", "network_signature": "", "website": "https://www.youappi.com", "categories": []}, "229": {"id": 229, "name": "Adobe Experience Cloud", "description": "\"A collection of best-in-class solutions for marketing, analytics, advertising, and commerce. All integrated on a cloud platform along with service, support, and an open ecosystem\"", "creation_date": "2019-10-26", "code_signature": "com.adobe.marketing.mobile", "network_signature": "", "website": "https://www.adobe.com/experience-cloud.html", "categories": []}, "230": {"id": 230, "name": "Teads", "description": "Advertisement", "creation_date": "2019-10-26", "code_signature": "tv.teads.", "network_signature": "teads\\.tv", "website": "https://www.teads.tv", "categories": ["Advertisement"]}, "231": {"id": 231, "name": "In Loco", "description": "Technology company that provides intelligence based on location data.", "creation_date": "2019-10-26", "code_signature": "com.inlocomedia.android", "network_signature": "inlocomedia\\.com", "website": "https://inloco.com.br", "categories": []}, "232": {"id": 232, "name": "IQzone", "description": "Advertisement\r\n\r\nMain features:\r\n- The user opens and experiences the app\r\n- Upon closing, a full screen, rich media, or video ad is displayed\r\n- The user can easily close the ad at anytime", "creation_date": "2019-10-26", "code_signature": "com.iqzone", "network_signature": "", "website": "https://iqzone.com", "categories": ["Advertisement"]}, "233": {"id": 233, "name": "Bugfender", "description": "\"Bugfender is a game-changing platform that logs every detail your users experience and feeds the data straight to an easy-to-use web console. Bugfender keeps logging even if the device is offline, giving you a crystal-clear picture of any issue in seconds.\"", "creation_date": "2019-10-26", "code_signature": "com.bugfender.sdk.", "network_signature": "", "website": "https://bugfender.com/", "categories": ["Crash reporting", "Analytics"]}, "234": {"id": 234, "name": "Wootric", "description": "Customer experience management", "creation_date": "2019-10-26", "code_signature": "com.wootric.androidsdk.", "network_signature": ".wootric\\.com\\.herokudns\\.com|wootric\\.com", "website": "http://wootric.com", "categories": ["Analytics"]}, "235": {"id": 235, "name": "KIDOZ", "description": "Kid-friendly monetization and engagement platform for app developers, publishers and brands.", "creation_date": "2019-10-26", "code_signature": "com.kidoz.sdk", "network_signature": "", "website": "https://kidoz.net/kidoz-sdk/", "categories": ["Advertisement"]}, "236": {"id": 236, "name": "PubMatic", "description": "PubMatic is a company which develops and implements online advertising software and strategies for the publishing industry", "creation_date": "2019-10-26", "code_signature": "com.pubmatic.sdk", "network_signature": "ads\\.pubmatic\\.com|aktrack\\.pubmatic\\.com|gads\\.pubmatic\\.com|image2\\.pubmatic\\.com|simage2\\.pubmatic\\.com", "website": "https://pubmatic.com/", "categories": ["Advertisement"]}, "237": {"id": 237, "name": "Kissmetrics", "description": "Behavioral analytics and email and Facebook targeted campaign automation\r\n\r\nMetrics Dashboard, Funnels, customer journey reporting, cohorts, reporting, behavior and trigger-based notifications.", "creation_date": "2019-11-09", "code_signature": "com.kissmetrics", "network_signature": "", "website": "https://www.kissmetricshq.com/", "categories": ["Analytics"]}, "238": {"id": 238, "name": "Microsoft Visual Studio App Center Crashes", "description": "*Automatically generates a crash log every time your app crashes. The log is first written to the device's storage and when the user starts the app again, the crash log will be sent to App Center.*\r\n\r\nhttps://docs.microsoft.com/en-us/appcenter/sdk/crashes/android", "creation_date": "2019-11-09", "code_signature": "com.microsoft.appcenter.crashes", "network_signature": "", "website": "https://appcenter.ms/", "categories": ["Crash reporting"]}, "239": {"id": 239, "name": "Webtrekk", "description": "Track user activities, screen flow and media usage\r\n\r\n*Webtrekk has fully integrated solutions developed for CMOs, analysts and digital marketers with user-centric analytics, advanced dashboards, marketing automation, customer journey tracking, tag integration and more.\r\nProvide visitors with personalized content and take your customer loyalty to a new level. From Product Recommendations to Exit Messages, keep your customers engaged, longer.*", "creation_date": "2019-11-09", "code_signature": "com.webtrekk.webtrekksdk", "network_signature": "", "website": "https://www.webtrekk.com/", "categories": ["Analytics"]}, "240": {"id": 240, "name": "Google Analytics Plugin (Cordova)", "description": "Cordova (PhoneGap) plugin to connect to the native Google's Universal Analytics SDK\r\n\r\nhttps://github.com/danwilson/google-analytics-plugin", "creation_date": "2019-11-09", "code_signature": "com.danielcwilson.plugins.analytics", "network_signature": "", "website": "https://analytics.withgoogle.com/", "categories": ["Analytics"]}, "241": {"id": 241, "name": "Bugsee", "description": "*See video, network and logs that led to bugs and crashes in live apps.*", "creation_date": "2019-11-09", "code_signature": "com.bugsee.library.Bugsee", "network_signature": "", "website": "https://www.bugsee.com/", "categories": ["Crash reporting"]}, "242": {"id": 242, "name": "Splunk MINT", "description": "*Gives developers a platform for monitoring their apps' usage and performance*\r\n\r\n\"The SDK will collect crash, performance and usage data for your app and send it to our Cloud servers.\r\nGet real-time intelligence\"", "creation_date": "2019-11-09", "code_signature": "com.splunk.mint", "network_signature": "", "website": "https://mint.splunk.com/", "categories": ["Analytics"]}, "243": {"id": 243, "name": "Microsoft Visual Studio App Center Analytics", "description": "*Collects real-time analytics that highlight users\u2019 behavior. It also provides push notifications to mobile devices.*\r\n\r\nDocumentation:\r\n\r\n* https://docs.microsoft.com/en-us/appcenter/sdk/#app-center-analytics\r\n* https://libraries.io/github/microsoft/appcenter-sdk-android", "creation_date": "2019-11-09", "code_signature": "com.microsoft.appcenter.analytics|com.microsoft.azure.mobile.analytics", "network_signature": "", "website": "https://appcenter.ms/", "categories": ["Analytics"]}, "244": {"id": 244, "name": "Nielsen", "description": "*Understand online activities and habits of users*\r\n\r\n\"The Nielsen Changing Consumer Prosperity report reveals consumers\u2019 sentiment toward their financial situations and explores the behavior and impact on spending, and how this has changed over time.\"", "creation_date": "2019-11-09", "code_signature": "com.nielsen.app", "network_signature": "", "website": "https://www.nielsen.com", "categories": ["Analytics"]}, "245": {"id": 245, "name": "Reveal Mobile", "description": "Allows developers to provide targeted & opted-in audiences to their ad network based on opted-in location data. Tracks the user's location, a.o. via iBeacons.", "creation_date": "2019-11-09", "code_signature": "com.stepleaderdigital.reveal", "network_signature": "", "website": "https://revealmobile.com/", "categories": ["Analytics", "Location"]}, "246": {"id": 246, "name": "Metrics", "description": "*A Java library which gives you unparalleled insight into what your code does in production.*", "creation_date": "2019-11-09", "code_signature": "com.codahale.metrics", "network_signature": "", "website": "https://metrics.dropwizard.io", "categories": ["Analytics"]}, "247": {"id": 247, "name": "Repro", "description": "Repro is a mobile analytics tool that lets you have much deeper understanding of mobile app users with play-by-play videos.", "creation_date": "2019-11-09", "code_signature": "io.repro.android.", "network_signature": "", "website": "https://repro.io/", "categories": ["Analytics"]}, "248": {"id": 248, "name": "Sensors Analytics", "description": "*Sensors was founded in 2015 by Sang Wenfeng, former technology manager at Baidu Inc's big data department. It currently provides big data analysis services for over 300 companies, including bike sharing company ofo, Chinese workout mobile app Keep, and video sharing and live streaming app Miaopai.*", "creation_date": "2019-11-09", "code_signature": "com.sensorsdata.analytics.android.sdk", "network_signature": "", "website": "https://www.sensorsdata.cn", "categories": ["Analytics"]}, "249": {"id": 249, "name": "Tenjin", "description": "*A marketing platform designed for mobile that features analytics, automated aggregation, and direct data visualization with direct SQL access.*\r\n\r\nTenjin is a mobile measurement platform that gives you everything you need to test user acquisition for your game and then scale it. Our starter package includes free install attribution, basic ad revenue attribution, free cost aggregation, and starter educational materials.", "creation_date": "2019-11-09", "code_signature": "com.tenjin.android.TenjinSDK", "network_signature": "", "website": "https://www.tenjin.com/", "categories": ["Analytics"]}, "250": {"id": 250, "name": "Tapstream", "description": "Real-time data reporting, Analytics, Deep links, App invites, Campaign landers.", "creation_date": "2019-11-09", "code_signature": "com.tapstream.sdk", "network_signature": "", "website": "https://www.tapstream.com/", "categories": ["Analytics"]}, "251": {"id": 251, "name": "Singular", "description": "Marketing Intelligence Platform\r\n\r\n\"Automatically connect and combine siloed marketing data from thousands of sources with attribution data to get an accurate view on marketing performance down to the user-level.\"", "creation_date": "2019-11-09", "code_signature": "com.singular.sdk", "network_signature": "", "website": "https://singular.net/", "categories": ["Analytics"]}, "252": {"id": 252, "name": "CallDorado", "description": "*CallDorado supplies CallerID and injects ads there. Mediator for Admob, Facebook, Smaato, inMobi, MoPub, Flurry \u2026\r\n\r\nAccording to their \"privacy policy\", collect e.g. IP, DeviceID, IMEI, MAC, CallNumbers (in/out) w/ call statistics, location, contact lists, user interactions with ads. Data is shared with \"sub-suppliers\" (i.e. the other networks mediated for), and possible other \"third parties\" not specified in detail. User implicitly agrees by \"using the Services\".*\r\n\r\nList of used permissions:\r\n- INTERNET\r\n- ACCESS_NETWORK_STATE\r\n- ACCESS_WIFI_STATE\r\n- READ_PHONE_STATE\r\n- ACCESS_COARSE_LOCATION\r\n- ACCESS_FINE_LOCATION\r\n- WRITE_EXTERNAL_STORAGE\r\n- RECEIVE_BOOT_COMPLETED\r\n- READ_CONTACTS\r\n- WRITE_CONTACTS\r\n- PROCESS_OUTGOING_CALLS\r\n- SYSTEM_ALERT_WINDOW", "creation_date": "2019-11-09", "code_signature": "com.calldorado.android", "network_signature": "", "website": "http://calldorado.com", "categories": ["Advertisement"]}, "253": {"id": 253, "name": "UXCam", "description": "\"UXCam captures every micro interaction on your app, allowing you to replay, analyze and optimize the User Experience.\"", "creation_date": "2019-11-09", "code_signature": "com.uxcam.UXCam", "network_signature": "", "website": "https://uxcam.com/", "categories": ["Analytics", "Profiling"]}, "254": {"id": 254, "name": "Upsight", "description": "*A set of libraries which enables the use of the Upsight analytics data platform and marketing tools.*", "creation_date": "2019-11-09", "code_signature": "com.upsight.android", "network_signature": "", "website": "https://www.upsight.com/", "categories": ["Analytics", "Profiling", "Advertisement"]}, "255": {"id": 255, "name": "Appcelerator Analytics", "description": "*Collects and presents information in real time about how your application's user acquisition, engagement, and usage*", "creation_date": "2019-11-09", "code_signature": "com.appcelerator.aps.|org.appcelerator.titanium.analytics", "network_signature": "appcelerator\\.com|appcelerator\\.net", "website": "https://www.appcelerator.com", "categories": ["Analytics"]}, "256": {"id": 256, "name": "Adbrix", "description": "Performance tracking and user analytics\r\n\r\n*\"adbrix enables you to measure ad performance and analyze acquired users as you want. Leverage your data to enhance your media execution and operation.\"*", "creation_date": "2019-11-09", "code_signature": "com.igaworks.adbrix", "network_signature": "ad-brix\\.com", "website": "http://ad-brix.com/", "categories": ["Analytics", "Profiling"]}, "257": {"id": 257, "name": "Cauly", "description": "Korean ad server and ad network that provides developers with services ranging from domestic mobile advertising to a platform fully dedicated to mobile marketing and advertising ecosystem.", "creation_date": "2019-11-09", "code_signature": "com.fsn.cauly|com.trid.tridad|com.cauly.android.ad.", "network_signature": "ad\\.cauly\\.co\\.kr", "website": "https://www.cauly.net", "categories": ["Advertisement"]}, "258": {"id": 258, "name": "Tapdaq", "description": "App Monetisation Platform\r\n\r\n*Tapdaq helps mobile developers to maximize their revenue with unbiased ad mediation, and retain their most valuable users through powerful cross promotion campaigns.*\r\n\r\nTapdaq has been acquired by Tapjoy", "creation_date": "2019-11-09", "code_signature": "com.tapdaq.sdk.|com.tapdaq.adapters.", "network_signature": "ads\\.tapdaq\\.com", "website": "https://www.tapdaq.com/", "categories": ["Advertisement"]}, "259": {"id": 259, "name": "Verve", "description": "Location-powered mobile marketing platform.\r\n\r\n\"Verve Kinetic combines a world of location data signals to capture real information about real people.\"\r\n\r\n\"Verve collects location signals to identify where and how consumers spend their time; the resulting behavioral insights inform 75+ Verve Activate audience segments.\"\r\n\r\n\"Verve Foundry is our in-house creative studio committed to driving positive consumer engagement through non-intrusive ad format innovation dedicated to designing data-driven mobile marketing experiences that transcend the ordinary ad unit.\"\r\n\r\n\"Verve Momentum utilizes control group methodology to analyze campaign performance and deliver an accurate assessment of true lift to inform future strategies.\"", "creation_date": "2019-11-09", "code_signature": "com.vervewireless.advert.", "network_signature": "", "website": "https://www.verve.com", "categories": ["Advertisement"]}, "260": {"id": 260, "name": "Apsalar", "description": "Mobile attribution and user-level audience management\r\n\r\nApsalar merged with Singular.", "creation_date": "2019-11-09", "code_signature": "com.apsalar.sdk.", "network_signature": "e-ssl\\.apsalar\\.com|e\\.apsalar\\.com", "website": "https://singular.net", "categories": ["Analytics", "Profiling", "Advertisement"]}, "261": {"id": 261, "name": "PingStart", "description": "Mobile monetization platform", "creation_date": "2019-11-09", "code_signature": "com.pingstart.adsdk.", "network_signature": "api\\.pingstart\\.com", "website": "http://pingstart.com", "categories": ["Advertisement"]}, "262": {"id": 262, "name": "Keen", "description": "Analytics\r\n\r\n\"Keen is the platform that gives you powerful in-product analytics fast with minimal development time.\"", "creation_date": "2019-11-09", "code_signature": "io.keen.client.", "network_signature": "api\\.keen\\.io", "website": "https://keen.io", "categories": ["Analytics"]}, "263": {"id": 263, "name": "Revmob", "description": "Mobile advertisement.\r\n\r\n*The company doesn't seem active anymore.*", "creation_date": "2020-01-02", "code_signature": "com.revmob.ads.", "network_signature": "", "website": "https://www.crunchbase.com/organization/revmob", "categories": ["Advertisement"]}, "264": {"id": 264, "name": "Emarsys Predict", "description": "Web, email and mobile product recommendations.\r\n\r\nhttps://www.emarsys.com", "creation_date": "2020-01-02", "code_signature": "com.emarsys.predict", "network_signature": "recommender\\.scarabresearch\\.com", "website": "https://help.emarsys.com/hc/categories/115000670425-Predict", "categories": []}, "265": {"id": 265, "name": "Lotame", "description": "*Lotame\u2019s data management platform (DMP) allows you to collect, organize, and activate data from any source in real time to gain a holistic view of your consumers, to power efficient and effective marketing campaigns and more relevant content.*", "creation_date": "2020-01-02", "code_signature": "com.lotame.android", "network_signature": "ad\\.crwdcntrl\\.net", "website": "https://www.lotame.com/", "categories": []}, "266": {"id": 266, "name": "FollowAnalytics", "description": "Mobile Marketing Automation, Engagement and Analytics", "creation_date": "2020-01-02", "code_signature": "com.followanalytics.", "network_signature": "sdk\\.follow-apps\\.com", "website": "https://www.followanalytics.com", "categories": []}, "267": {"id": 267, "name": "Chartbeat", "description": "Analytics", "creation_date": "2020-01-02", "code_signature": "com.chartbeat.androidsdk", "network_signature": ".chartbeat\\.com|.chartbeat\\.net", "website": "https://chartbeat.com/", "categories": ["Analytics"]}, "268": {"id": 268, "name": "MoEngage", "description": "User behavior analysis", "creation_date": "2020-01-02", "code_signature": "com.moengage.", "network_signature": "apiv2\\.moengage\\.com", "website": "https://www.moengage.com/", "categories": ["Analytics"]}, "269": {"id": 269, "name": "Altamob", "description": "Advertisement", "creation_date": "2020-01-02", "code_signature": "com.altamob.sdk", "network_signature": "api\\.altamob\\.com", "website": "https://www.altamob.com/en/index.html", "categories": ["Advertisement"]}, "270": {"id": 270, "name": "Tealeaf", "description": "Acoustic Experience Analytics\r\n\r\nhttps://www.ibm.com/digital-marketing/tealeaf", "creation_date": "2020-02-25", "code_signature": "com.tl.uic.Tealeaf", "network_signature": "", "website": "https://acoustic.co/products/experience-analytics/", "categories": ["Analytics"]}, "271": {"id": 271, "name": "AMoAd", "description": "AMoAd is a smart device sites and application ad platform.\r\n\r\n[Crunchbase](https://www.crunchbase.com/organization/amoad)", "creation_date": "2020-02-25", "code_signature": "com.amoad.", "network_signature": "", "website": "https://www.amoad.com", "categories": []}, "272": {"id": 272, "name": "AdAdapted", "description": "*AdAdapted is a digital engagement and insights platform for CPG brands and agencies. The AdAdapted platform offers CPG brands the ability to directly target their primary consumers in the apps they use to plan and shop.*\r\n\r\n[Documentation](https://dev.adadapted.com/android/quickstart.html)", "creation_date": "2020-02-25", "code_signature": "com.adadapted.android.sdk.", "network_signature": "ads\\.adadapted\\.com", "website": "https://www.adadapted.com", "categories": ["Analytics", "Advertisement"]}, "273": {"id": 273, "name": "AdMuing", "description": "Video advertising", "creation_date": "2020-02-25", "code_signature": "com.admuing.danmaku.", "network_signature": "", "website": "https://github.com/admuing", "categories": ["Advertisement"]}, "274": {"id": 274, "name": "Adcash", "description": "Online advertising platform", "creation_date": "2020-02-25", "code_signature": "com.adcash.mobileads.", "network_signature": "", "website": "https://adcash.com", "categories": ["Advertisement"]}, "275": {"id": 275, "name": "Admixer", "description": "Mobile advertising.", "creation_date": "2020-02-25", "code_signature": "com.admixer|net.admixer.sdk", "network_signature": "admixer\\.co\\.kr", "website": "http://admixer.co.kr/", "categories": ["Advertisement"]}, "276": {"id": 276, "name": "Admost", "description": "Plug & Play Mobile App Monetization Engine", "creation_date": "2020-02-25", "code_signature": "admost.sdk.|admost.adserver.ads.", "network_signature": "cdn\\-api\\.admost\\.com|go\\.admost\\.com|med\\-api\\.admost\\.com", "website": "https://admost.com/", "categories": ["Advertisement"]}, "277": {"id": 277, "name": "Alohalytics", "description": "C++/Android/iOS statistics transport", "creation_date": "2020-02-25", "code_signature": "org.alohalytics.", "network_signature": "", "website": "https://github.com/biodranik/Alohalytics", "categories": ["Analytics"]}, "278": {"id": 278, "name": "Amobee", "description": "Advertisement\r\n\r\nEnd-to-end campaign and portfolio management across TV, digital and social.", "creation_date": "2020-02-25", "code_signature": "com.amobee.", "network_signature": "amobee\\.com", "website": "https://amobee.com", "categories": []}, "279": {"id": 279, "name": "Anagog", "description": "*By gathering and analyzing user behavior collected by the smartphone\u2019s built-in sensors, Anagog\u2019s JedAI edge-AI technology understands the user\u2019s location, activity and more, enabling prediction of future movements, and offering up contextual services that improve the user experience.*\r\n\r\nhttps://github.com/AnagogLtd/android-jedai-sample", "creation_date": "2020-02-25", "code_signature": "com.anagog.jedai", "network_signature": "", "website": "https://anagog.com", "categories": ["Analytics", "Location"]}, "280": {"id": 280, "name": "Bazaarvoice", "description": "*Meet shoppers in all the moments that matter*", "creation_date": "2020-02-25", "code_signature": "com.bazaarvoice.bvandroidsdk", "network_signature": "", "website": "https://www.bazaarvoice.com/", "categories": ["Analytics", "Location"]}, "281": {"id": 281, "name": "BeaconsInSpace (Fysical)", "description": "High Accuracy Place Visit Data", "creation_date": "2020-02-25", "code_signature": "com.beaconsinspace.android.beacon.detector.", "network_signature": "", "website": "https://beaconsinspace.com", "categories": ["Location"]}, "282": {"id": 282, "name": "Conversant", "description": "Personalized Ad Marketing\r\n\r\nIncludes Greystripe, mobile advertising platform acquired by Conversant", "creation_date": "2020-02-25", "code_signature": "com.conversantmedia|com.greystripe.android.", "network_signature": "conversantmedia\\.com", "website": "https://www.conversantmedia.com", "categories": []}, "283": {"id": 283, "name": "Glympse", "description": "Location powered customer experiences\r\n\r\n\"*Glympse offers consumers a quick and simple way to share their location in real-time with the people they trust. Now, Glympse also enables businesses and channel partners to provide the benefits of real-time location sharing to their customers. Change the way your customers interact with your brand with Glympse, the pioneer in location communication.*\"", "creation_date": "2020-02-25", "code_signature": "com.glympse.android.", "network_signature": "\\.glympse\\.com", "website": "https://glympse.com", "categories": ["Location"]}, "284": {"id": 284, "name": "Herow", "description": "Formerly Connecthings\r\n\r\n*A mobile engagement platform built around everyday behaviors*", "creation_date": "2020-02-25", "code_signature": "com.connecthings.herow", "network_signature": "", "website": "https://herow.io/", "categories": ["Analytics", "Profiling", "Location"]}, "285": {"id": 285, "name": "Placer", "description": "* Learn how many visitors by hour, day, and month\r\n* Know where customers are coming from and going to\r\n* Identify customer demographics, interests, and intent\r\n* Discover the most important areas generating true economic activity\r\n* Track customer churn and understand evolving consumer patterns\r\n* Understand how large events will impact business", "creation_date": "2020-02-25", "code_signature": "com.placer.client.Placer", "network_signature": "", "website": "https://placer.io/", "categories": ["Analytics", "Profiling", "Location"]}, "286": {"id": 286, "name": "PushSpring", "description": "Mobile audience platform\r\n\r\n*The SDK program has stopped effective 11/01/2019*", "creation_date": "2020-02-25", "code_signature": "com.pushspring.sdk.PushSpring", "network_signature": "api\\.pushspring\\.com", "website": "http://www.pushspring.com/", "categories": []}, "287": {"id": 287, "name": "Pyze", "description": "Analytics & messaging", "creation_date": "2020-02-25", "code_signature": "com.pyze.", "network_signature": "pyze\\.com", "website": "https://pyze.com/", "categories": ["Analytics"]}, "288": {"id": 288, "name": "Radar", "description": "Location data infrastructure - Geofencing SDK", "creation_date": "2020-02-25", "code_signature": "io.radar.sdk.Radar", "network_signature": "", "website": "https://radar.io/", "categories": []}, "289": {"id": 289, "name": "Roximity", "description": "Location-based alert and deals platform\r\n\r\nAcquired by Verve\r\n\r\n* [Crunchbase](https://www.crunchbase.com/organization/roximity)", "creation_date": "2020-02-25", "code_signature": "com.roximity.sdk.", "network_signature": "app\\.roximity\\.com", "website": "http://roximity.com/", "categories": ["Location"]}, "290": {"id": 290, "name": "Sentiance", "description": "Turning IOT sensor data into behavioral insights", "creation_date": "2020-02-25", "code_signature": "com.sentiance.sdk.", "network_signature": "api\\.sentiance\\.com", "website": "https://www.sentiance.com/", "categories": []}, "291": {"id": 291, "name": "SmartLook", "description": "Analyze user behavior", "creation_date": "2020-02-25", "code_signature": "com.smartlook.sdk.smartlook.", "network_signature": "smartlook\\.com", "website": "https://www.smartlook.com/", "categories": ["Profiling", "Location"]}, "292": {"id": 292, "name": "Square Metrics", "description": "*Track & analyze your assets or customers*\r\n\r\nFormerly Beaconinside Proximity DMP", "creation_date": "2020-02-25", "code_signature": "com.beaconinside.proximitysdk.ProximityService", "network_signature": "api\\.beaconinside\\.com", "website": "https://www.squaremetrics.com", "categories": []}, "293": {"id": 293, "name": "TalkingData", "description": "\"*TalkingData\u2019s advanced data statistics and analytic software have reached nearly 1.5 billion mobile devices in China, providing the most data-rich, reliable and profound market reports from benchmark KPIs, to user behavior studies, to industry movements, trends, and forecasts. Our insightful reports can provide you powerful insights into the Chinese Mobile Internet market.*\"\r\n\r\nAnalytics: collect, process, and analyze first-party data.\r\n\r\n* [Crunchbase](https://www.crunchbase.com/organization/talking-data#section-overview)\r\n* [GitHub](https://github.com/TalkingData)", "creation_date": "2020-02-25", "code_signature": "com.talkingdata.sdk.|com.tendcloud.tenddata.|com.talkingdata.appanalytics.|com.talkingdata.adtracking.|com.tendcloud.appcpa.|com.apptalkingdata.push.|com.gametalkingdata.push.", "network_signature": "account\\.talkingdata\\.com|av1\\.xdrig\\.com|cloud\\.xdrig\\.com|m\\.talkingdata\\.com|push\\.xdrig\\.com", "website": "https://www.talkingdata.com/", "categories": ["Analytics", "Advertisement"]}, "294": {"id": 294, "name": "flymob", "description": "Mobile Ad Agency", "creation_date": "2020-02-25", "code_signature": "com.flymob.sdk.", "network_signature": "", "website": "https://flymob.com/", "categories": []}, "295": {"id": 295, "name": "AdFalcon", "description": "The first mobile advertising network in the middle east\r\n\r\nAdFalcon by Noqoush", "creation_date": "2020-06-08", "code_signature": "com.noqoush.adfalcon.android.sdk", "network_signature": "", "website": "http://adfalcon.com", "categories": ["Advertisement"]}, "296": {"id": 296, "name": "Bitly", "description": "[Android SDK documentation](https://dev.bitly.com/sdk_android.html)", "creation_date": "2020-06-08", "code_signature": "com.bitly.Bitly", "network_signature": "", "website": "https://bitly.com/", "categories": []}, "297": {"id": 297, "name": "Enhance", "description": "*\"Implement and update any mobile SDK in minutes, for free. Get the services you want without touching their SDKs.\"*\r\n\r\nhttps://enhance.co/documentation/native-android/setup", "creation_date": "2020-06-08", "code_signature": "co.enhance.Enhance", "network_signature": "app-config\\.enhance\\.co|data-location\\.enhance\\.co", "website": "https://enhance.co", "categories": []}, "298": {"id": 298, "name": "Esri ArcGIS", "description": "Mapping and location analysis apps on Android devices", "creation_date": "2020-06-08", "code_signature": "com.esri.arcgisruntime.", "network_signature": "", "website": "https://www.arcgis.com/", "categories": ["Location"]}, "299": {"id": 299, "name": "GIPHY Analytics", "description": "**GIPHY is now part of Facebook**\r\n\r\n*GIPHY Analytics helps improve your users\u2019 search results and keeps them coming back for more. GIPHY\u2019s Action Register registers each time a user views, clicks, or sends a GIF or Sticker and plays an important role in helping GIPHY improve your user\u2019s search results.*\r\n\r\nhttps://developers.giphy.com/docs/api/endpoint#action-register", "creation_date": "2020-06-08", "code_signature": "com.giphy.sdk.analytics", "network_signature": "api\\.giphy\\.com|pingback\\.giphy\\.com", "website": "https://giphy.com/", "categories": ["Analytics"]}, "300": {"id": 300, "name": "Heap", "description": "*\"With comprehensive data collection and structured processes, Heap helps Product Managers understand their users, make data-driven decisions, and craft delightful digital experiences.\"*", "creation_date": "2020-06-08", "code_signature": "com.heapanalytics", "network_signature": "heapanalytics.com", "website": "https://heap.io/", "categories": ["Analytics"]}, "301": {"id": 301, "name": "Inneractive", "description": "Ad network with global reach and local targeting\r\n\r\n*Acquired and replaced by Fyber*", "creation_date": "2020-06-08", "code_signature": "com.inneractive.api.ads", "network_signature": "", "website": "https://www.crunchbase.com/organization/inneractive", "categories": ["Advertisement"]}, "302": {"id": 302, "name": "MDOTM", "description": "Mobile ad network comprising of iPhone and Android apps.\r\n\r\n*Discontinued library*", "creation_date": "2020-06-08", "code_signature": "com.mdotm.android", "network_signature": "ads\\.mdotm\\.com", "website": "http://mdotm.com/", "categories": ["Advertisement"]}, "303": {"id": 303, "name": "Metaps", "description": "Ad network with Cost Per Install reward-based ads", "creation_date": "2020-06-08", "code_signature": "com.metaps", "network_signature": "", "website": "http://www.metaps.com", "categories": ["Advertisement"]}, "304": {"id": 304, "name": "Parse.ly", "description": "Content Analytics\r\n\r\n*The Parse.ly Android SDK is a Java library providing Parse.ly tracking functionality to native Android apps.*", "creation_date": "2020-06-08", "code_signature": "com.parsely.parselyandroid", "network_signature": "", "website": "https://www.parse.ly/", "categories": ["Analytics"]}, "305": {"id": 305, "name": "Pollfish", "description": "SDK that distributes surveys to mobile apps according to targeting criteria", "creation_date": "2020-06-08", "code_signature": "com.pollfish", "network_signature": "", "website": "https://www.pollfish.com", "categories": ["Profiling"]}, "306": {"id": 306, "name": "Qualtrics", "description": "Experience Management Platform\r\n\r\nhttps://api.qualtrics.com/docs/getting-started-si-with-android", "creation_date": "2020-06-08", "code_signature": "com.qualtrics.digital.", "network_signature": "qualtrics\\.com", "website": "http://www.qualtrics.com/", "categories": []}, "307": {"id": 307, "name": "Tamoco", "description": "Location SDK\r\n\r\n\"We analyse, segment and categorise the data provided by our customers, clients and partners\"", "creation_date": "2020-06-08", "code_signature": "com.tamoco.sdk", "network_signature": "evt\\.tamoco\\.com", "website": "https://www.tamoco.com/", "categories": ["Analytics", "Location"]}, "308": {"id": 308, "name": "Vpon", "description": "Mobile advertising company in Asia\r\n\r\n\"Vpon provides in-depth data analysis giving insights to partners on user profiles.\"\r\n\"...reach new customers, increase audience engagement and grow business revenue through their audience data.\"\r\n\r\nhttp://www.vpon.com/en-us/developer.html", "creation_date": "2020-06-08", "code_signature": "com.vpon.ads", "network_signature": "", "website": "https://www.vpon.com/", "categories": ["Analytics", "Profiling", "Advertisement"]}, "309": {"id": 309, "name": "YuMe", "description": "Multi-screen video ad-solution\r\n\r\n*Discontinued*", "creation_date": "2020-06-08", "code_signature": "com.yume.android", "network_signature": "", "website": "https://www.appbrain.com/stats/libraries/details/yume/yume", "categories": ["Advertisement"]}, "310": {"id": 310, "name": "Zapr", "description": "## About\r\nUnderstand & Reach your offline audience better with our data driven technology\r\n\r\n## Additional links\r\nhttps://github.com/zapr-oss , https://docs.google.com/document/d/1vKGRFt2YoSmSsVvSvtZL4l72HuYrvayvaZ_ZEAGq1Ms/edit (SDK dev doc) , https://bitbucket.org/zapr/ , https://bintray.com/zapr\r\n\r\n## Notes\r\naka Red Brick Lane Marketing Solutions, aka com.hotstar.datasdk , Audio Content Recognition background record audio for ambient finger printing", "creation_date": "2020-06-08", "code_signature": "com.redbricklane.zapr", "network_signature": ".zapr\\.in", "website": "https://www.zapr.in/", "categories": ["Analytics", "Advertisement", "Location"]}, "311": {"id": 311, "name": "mediba", "description": "mediba, Inc provides advertising, business research, media production, and business development services.", "creation_date": "2020-06-08", "code_signature": "com.mediba.jp|mediba.ad.sdk.android.openx", "network_signature": "", "website": "https://www.mediba.jp", "categories": ["Advertisement"]}, "312": {"id": 312, "name": "Google AdMob", "description": "https://developers.google.com/admob/android/quick-start\r\n\r\nhttps://firebase.google.com/docs/admob/android/quick-start\r\n\r\nIncludes:\r\n\r\n* Google AdMob Mediation\r\n\r\n* Google DoubleClick", "creation_date": "2020-06-24", "code_signature": "com.google.ads.|com.google.android.gms.ads.AdView|com.google.android.gms.ads.AdActivity|com.google.android.gms.ads.AdRequest|com.google.android.gms.ads.mediation|com.google.android.gms.ads.doubleclick|com.google.android.ads.|com.google.unity.ads.", "network_signature": "2mdn\\.net|\\.google\\.com|dmtry\\.com|doubleclick\\.com|doubleclick\\.net|mng-ads\\.com", "website": "https://admob.google.com", "categories": ["Advertisement"]}, "313": {"id": 313, "name": "Unacast Pure", "description": "Human mobility insights\r\n\r\nWith the default configuration, the SDK will collect information about nearby wifis, geo location and BLE devices (iBeacon, Eddystone and RawBle). These data comes with information about the device, battery levels, etc.\r\n\r\n*Understanding how people move around the planet leads to better products and stronger business decisions. We combine location data, map data, and strategic intelligence to provide clients with the best possible picture of real-world human activity.*\r\n\r\n*High-quality location data from more than 127 million monthly active users and counting.*", "creation_date": "2020-07-13", "code_signature": "com.pure.internal.|com.pure.sdk.", "network_signature": "", "website": "https://www.unacast.com/", "categories": ["Location"]}, "314": {"id": 314, "name": "Factual", "description": "The Factual Location Engine SDK enables mobile marketers and app developers to easily build location intelligence into apps to better understand customer behavior and build personalized experiences that drive user engagement\r\n\r\nThe SDK requires ACCESS_FINE_LOCATION and INTERNET permissions.\r\n\r\nhttps://developer.factual.com/docs/engine-sdk-android-guide", "creation_date": "2020-09-19", "code_signature": "com.factual.engine|com.factual.Factual", "network_signature": "api.factual.com", "website": "https://www.factual.com", "categories": []}, "315": {"id": 315, "name": "Footmarks", "description": "Footmarks helps the worlds largest CPG brands gain unprecedented visibility into their retail execution and compliance rates. From facilities and warehouses all the way to the retail floor, Footmarks provides actionable data to increase execution rates, increase sales, and reduce waste.", "creation_date": "2020-09-19", "code_signature": "com.footmarks.footmarkssdkm2", "network_signature": "", "website": "https://www.footmarks.com", "categories": ["Location"]}, "316": {"id": 316, "name": "OzTAM", "description": "OzTAM is the official source of television audience measurement (TAM) covering Australia\u2019s five mainland metropolitan markets and nationally for subscription television.", "creation_date": "2020-09-19", "code_signature": "au.com.oztam.", "network_signature": "deliver.oztam.com.au", "website": "https://oztam.com.au/", "categories": ["Analytics"]}, "317": {"id": 317, "name": "Receptiv (formerly Mediabrix)", "description": "Mediabrix, rebranded as Receptiv, acquired by Verve\r\n\r\nIn-app mobile video advertisement platform", "creation_date": "2020-09-19", "code_signature": "com.mediabrix.android", "network_signature": "", "website": "https://www.receptiv.com/", "categories": ["Advertisement"]}, "318": {"id": 318, "name": "Tutela", "description": "Measuring real-world mobile network experience", "creation_date": "2020-09-19", "code_signature": "com.tutelatechnologies.sdk", "network_signature": "", "website": "https://www.tutela.com/", "categories": []}, "319": {"id": 319, "name": "Twine Data", "description": "Twine Is Now TrueData\r\n\r\nTrueData is a mobile data platform that works with app publishers who generate mobile data & the companies who need data for ad targeting", "creation_date": "2020-09-19", "code_signature": "com.twine.sdk", "network_signature": "", "website": "https://www.truedata.co/", "categories": []}, "320": {"id": 320, "name": "Verizon Ads", "description": "The Verizon Ads SDK provides functionality to help monetize your Android or iOS app through in-app advertising.\r\n\r\nhttps://sdk.verizonmedia.com/", "creation_date": "2020-09-19", "code_signature": "com.verizon.ads", "network_signature": "", "website": "https://www.verizonmedia.com/", "categories": ["Analytics", "Profiling", "Identification", "Advertisement", "Location"]}, "321": {"id": 321, "name": "adPOPcorn", "description": "The Largest Mobile Ad Network of Korea adPOPcorn", "creation_date": "2020-09-19", "code_signature": "com.igaworks.adpopcorn", "network_signature": "", "website": "https://adpopcorn.com/", "categories": []}, "322": {"id": 322, "name": "maio by i-mobile", "description": "The largest advertising network in Japan\r\n\r\nhttps://github.com/imobile-maio/maio-Android-SDK", "creation_date": "2020-09-19", "code_signature": "jp.maio.sdk.android.", "network_signature": "", "website": "https://adpf-info.i-mobile.co.jp/en/", "categories": []}, "323": {"id": 323, "name": "360Dialog", "description": "## Unified Messaging API & Marketing Automation\r\n\r\n*Using this SDK you can also send messages to and track Androids.*\r\n\r\nhttps://developers.360dialog.io/mobile/android/sdk_setup.html?android", "creation_date": "2020-09-19", "code_signature": "com.threesixtydialog.sdk.", "network_signature": "", "website": "https://www.360dialog.com", "categories": ["Analytics", "Profiling", "Identification", "Advertisement", "Location"]}, "324": {"id": 324, "name": "ABTasty", "description": "*You can use this library to access AB Tasty endpoints, which can generate a unique visitor ID, allocate a visitor to a test, and push visits and conversions events in order to help you analyze the outcomes of your campaigns.*\r\n\r\nhttps://developers.abtasty.com/android-sdk.html", "creation_date": "2020-09-19", "code_signature": "com.abtasty", "network_signature": "abtasty\\.com", "website": "https://www.abtasty.com", "categories": ["Analytics"]}, "325": {"id": 325, "name": "ACRCloud", "description": "## Audio recognition platform\r\n\r\n*We provide a full suite of API & SDK to enable robust, scalable and flexible integrations. You can not only use SDK & API to receive recognition results, but also control everything on the platform via RESTful API.*\r\n\r\n* Music Recognition\r\n* Broadcast Monitoring\r\n* Live Channel Detection\r\n* Detecting Live Channels And Time-Shifting Channels In Scale\r\n* Second Screen Synchronization\r\n* Detecting Pre-Recorded Content In Scale And Interacting With Selected Television Broadcasts\r\n* Copyright Compliance\r\n* Protecting Music Copyright\r\n* Data deduplication\r\n* Audience Measurement\r\n* Humming Recognition-Find Out The Title Of A Song Simply By Humming The Tune Into Your Device \r\n* Offline Recognition-Detecting Custom Content On Devices Without Network Connection", "creation_date": "2020-09-19", "code_signature": "com.acrcloud", "network_signature": "acrcloud.com|hb-minify-juc1ugur1qwqqqo4.stackpathdns.com", "website": "https://acrcloud.com/", "categories": ["Analytics"]}, "326": {"id": 326, "name": "Aarki", "description": "Integrated Mobile Marketing", "creation_date": "2020-09-19", "code_signature": "com.aarki", "network_signature": "", "website": "https://www.aarki.com", "categories": ["Analytics", "Profiling", "Identification", "Advertisement"]}, "327": {"id": 327, "name": "Actv8me", "description": "## About\r\nDrive user engagement and inspire transactions. A turnkey platform that connects media with mobile commerce.\r\n\r\n## Additional links\r\n* https://api-production-v4.actv8technologies.com\r\n* http://sonar.actv8technologies.com/fdb/\r\n\r\n## Notes\r\nRelies on Cifrasoft, maven repository may be outdated", "creation_date": "2020-09-19", "code_signature": "me.actv8", "network_signature": "actv8technologies\\.com", "website": "https://www.actv8me.com/", "categories": ["Profiling", "Identification", "Advertisement", "Location"]}, "328": {"id": 328, "name": "IAB Open Measurement", "description": "## IAB Open Measurement SDK (OM SDK)\r\n\r\nhttps://iabtechlab.com/standards/open-measurement-sdk/\r\n\r\nAd viewability is often measured by vendors or systems that are independent of the systems that serve and display ads. Access to the data that these measurement providers need could mean having code for multiple providers on one site or app. IAB\u2019s Open Measurement project was initiated to develop a scalable solution that minimizes code used to provide data to measurement providers.\r\n\r\nThe IAB Open Measurement SDK (OM SDK) offers common code and libraries for facilitating third-party access to measurement data. Sites and apps that integrate the OM SDK can send measurement signals to an API, the Open Measurement Interface Definition (OMID). Measurement providers can place tags that collect these signals.\r\n\r\nWhile Open Measurement relies on the OM SDK and OMID during operation, IAB Tech Lab offers several resources to encourage adoption across the industry.", "creation_date": "2020-09-19", "code_signature": "com.iab.omid.library", "network_signature": "", "website": "https://iabtechlab.com/", "categories": ["Identification", "Advertisement"]}, "333": {"id": 333, "name": "Huawei Mobile Services (HMS) Core", "description": "HMS Core is a collection of tools made for Huawei\u2019s partners and app developers. It includes Ads Kit, Analytics Kit, Location Kit, and more.\r\n\r\nhttps://www.huaweicentral.com/hms-core/", "creation_date": "2020-11-25", "code_signature": "com.huawei.hms.analytics|com.huawei.hms.location|com.huawei.hms.plugin.analytics|com.huawei.hms.plugin.ads", "network_signature": "", "website": "https://developer.huawei.com/consumer/en/hms", "categories": ["Analytics", "Advertisement", "Location"]}, "334": {"id": 334, "name": "Akamai MAP", "description": "Akamai Mobile Application Performance\r\n\r\nhttps://developer.akamai.com/tools/sdk/mobile-application-performance", "creation_date": "2020-11-27", "code_signature": "com.akamai.android.sdk.AkaMap", "network_signature": "", "website": "https://www.akamai.com/", "categories": ["Analytics"]}, "336": {"id": 336, "name": "Mail.ru", "description": "", "creation_date": "2020-11-27", "code_signature": "ru.mail.mrgservice.advertising|ru.mail.mrgservice.analytics", "network_signature": "", "website": "http://mail.ru", "categories": []}, "337": {"id": 337, "name": "Airpush", "description": "Mobile App Monetization\r\n\r\nRequired permissions:\r\n* android.permission.\r\n* android.permission.ACCESS_NETWORK_STATE \r\n\r\nOptional permissions:\r\n* android.permission.ACCESS_COARSE_LOCATION\r\n* android.permission.ACCESS_FINE_LOCATION\r\n* com.android.launcher.permission.INSTALL_SHORTCUT", "creation_date": "2020-12-13", "code_signature": "com.airpush.", "network_signature": "api\\.airpush\\.com|apidm\\.airpush\\.com|apistaging\\.airpush\\.com|apportal\\.airpush\\.com|appwall\\.api\\.airpush\\.com|beta\\.airpush\\.com|cdnap\\.airpush\\.com|m\\.airpush\\.com", "website": "https://airpush.com/", "categories": ["Advertisement"]}, "338": {"id": 338, "name": "Alimama (formerly AdsMogo)", "description": "AdsMOGO is the largest Mobile SSP and Ad Exchange in China, which was acquired in January 2015, by Alibaba. It is now called Alimama. Also called AFP \"Alimama for Publishers\".", "creation_date": "2020-12-13", "code_signature": "com.adsmogo.|com.alimama.", "network_signature": "\\.alimama\\.|\\.adsmogo\\.", "website": "https://www.alimama.com/", "categories": ["Advertisement"]}, "339": {"id": 339, "name": "AnySDK", "description": "AnySDK is a third party solution that offers game developers SDK integration", "creation_date": "2020-12-13", "code_signature": "com.anysdk.framework.AnalyticsWrapper|com.anysdk.framework.AdsWrapper", "network_signature": "", "website": "http://www.anysdk.com/", "categories": ["Analytics", "Advertisement"]}, "340": {"id": 340, "name": "Button", "description": "Mobile commerce platform\r\n\r\n*Each Button is a one-tap mobile commerce action that helps the mobile consumer buy when their interest is highest.*\r\n\r\nhttps://developer.usebutton.com/docs/android-application-tap-integration", "creation_date": "2020-12-13", "code_signature": "com.usebutton.sdk.", "network_signature": "\\.usebutton.com", "website": "https://www.usebutton.com", "categories": ["Analytics", "Profiling", "Identification"]}, "341": {"id": 341, "name": "Carto (formerly Nutiteq)", "description": "Spatial analysis doesn't have to be rocket science\r\n\r\nWhether it's optimizing billboard sites, balancing sales territories or designing supply chains - understanding & analyzing spatial data is critical to the future of your business. CARTO's Location Intelligence platform allows organizations to store, enrich, analyze & visualize their data to make spatially-aware decisions.", "creation_date": "2020-12-13", "code_signature": "com.nutiteq|com.carto", "network_signature": "", "website": "https://carto.com", "categories": ["Advertisement", "Location"]}, "342": {"id": 342, "name": "Didomi", "description": "Privacy and consent management platform\r\n\r\n[SDK documentation](https://developers.didomi.io/cmp/mobile-sdk/android)", "creation_date": "2020-12-13", "code_signature": "io.didomi.sdk.Didomi", "network_signature": "", "website": "https://www.didomi.io/", "categories": []}, "343": {"id": 343, "name": "JiGuang Aurora Mobile JPush", "description": "https://blog.appcensus.io/2020/09/15/report-aurora-mobiles-jpush-sdk/\r\n\r\nFounded in 2011, Aurora Mobile is a leading mobile big data solutions platform in China, pioneered in providing mobile developer services such as push notification, instant messaging, analytics, sharing and short message service (SMS). Aurora Mobile has accumulated data from approximately 1.39 million mobile applications that have utilized the Company\u2019s developer services and nearly 30.8 billion installations of the Company\u2019s software development kits (SDKs), with monthly active unique device base of nearly 1.34 billion, as of September 2019. Based on Aurora Mobile\u2019s vast data coverage and insights garnered, the Company has expanded its offerings into big data solutions, including targeted marketing, financial risk management, market intelligence and location-based intelligence. By utilizing artificial intelligence and machine learning, Aurora Mobile strives to help improve productivity for businesses and society through harnessing the power of mobile big data to derive actionable insights and knowledge.", "creation_date": "2020-12-13", "code_signature": "cn.jpush.android", "network_signature": ".*\\.jiguang\\.cn", "website": "https://ir.jiguang.cn/corporate-profile", "categories": ["Analytics"]}, "344": {"id": 344, "name": "Jumio", "description": "At Jumio, we use informed AI to get to the ground truth of customer identity, quickly and easily. With Jumio, you can onboard, convert and authenticate good customers faster and keep fraud from poisoning your online channel.\r\n\r\nEmploy Jumio\u2019s informed AI to automate the online identity verification process and deliver the industry\u2019s highest accuracy rates. Get definitive answers in mere seconds while removing the obstacles that stand between good customers and your business.\r\n\r\nVerify the digital identities of your customers \u2014 anytime, anywhere \u2014 with the device that\u2019s always with them \u2014 their smartphones. After your user snaps a picture of their ID, they just need to take a corroborating selfie and in seconds, their online identities are reliably verified.\r\n\r\nVerify more than 3,500 government-issued ID types from over 200 countries and territories. And enable verifications across channels with mobile SDK, webcam, API or mobile web implementation options.\r\n\r\nCut the number of steps and time it takes to onboard new customers, delivering a more intuitive user journey. When environmental factors, such as glare, blur or bad lighting, prevent a successful online verification, let users course correct in real-time by providing specific reason codes for initial failure.\r\n\r\n\r\nLiveness Detection, Optical Character Recognition, Face-based Biometrics", "creation_date": "2020-12-13", "code_signature": "com.jumio.MobileSDK", "network_signature": "mobile-sdk-resources.jumio.com|nv-sdk.jumio.com", "website": "https://www.jumio.com/", "categories": ["Identification"]}, "345": {"id": 345, "name": "Lenddo", "description": "## About\r\nSee how Lenddo uses non-traditional data to provide credit scoring and verification to economically empower the emerging middle class around the world. We reinvent the consumer finance with life-changing services and give companies the ability to create positive social impact.\r\n\r\n## Additional links\r\nhttps://github.com/Lenddo/android-lenddo \r\n\r\n## Notes\r\nincludes SDK com.androidhiddencamera , PSYCHOMETRICS_SERVICE_SELFIES , identification INDIA INDONESIA PHILLIPINES", "creation_date": "2020-12-13", "code_signature": "com.lenddo.mobile", "network_signature": "\\.partner-service\\.link", "website": "https://www.lenddo.com/", "categories": ["Analytics", "Identification", "Location"]}, "346": {"id": 346, "name": "POKKT", "description": "POKKT brings a wide array of offerings in the advertising and monetization space\r\n\r\nDocumentation:\r\n* https://wiki.pokkt.com/Native_SDK_Download\r\n* https://wiki.pokkt.com/Native_Android", "creation_date": "2020-12-13", "code_signature": "com.pokkt.sdk.", "network_signature": "", "website": "https://www.pokkt.com", "categories": ["Advertisement"]}, "347": {"id": 347, "name": "Prebid Mobile", "description": "Native iOS and Android solutions to enable header bidding within a mobile app.\r\n\r\nHeader bidding is a response to the \u201cwaterfall\u201d method, a fragmented and highly inefficient process for implementing programmatic advertising. Instead of offering impressions to one partner at a time, header bidding lets all partners bid simultaneously. With header bidding, publishers can also receive bids that may be unavailable through their primary ad server.", "creation_date": "2020-12-13", "code_signature": "org.prebid.mobile", "network_signature": ".prebid.org", "website": "https://prebid.org", "categories": ["Advertisement"]}, "348": {"id": 348, "name": "SK planet Tad", "description": "*SK planet provides differentiated customer values with our concentrated data and solution expertise.*\r\n\r\n*We strive to be Korea\u2019s top data & tech company with our customer and market insight, technology and service innovation, and forward-thinking challenging spirit.*", "creation_date": "2020-12-13", "code_signature": "com.skplanet.tad", "network_signature": "", "website": "https://www.skplanet.com/eng", "categories": ["Advertisement"]}, "349": {"id": 349, "name": "Split", "description": "Rigorous, data-driven experiments\r\n\r\n*Extend feature flags to learn from every idea you develop. Don\u2019t just correlate data; determine the statistically significant cause across dozens or hundreds of concurrent experiments. Split offers a full-stack experimentation platform that ingests business and product analytics data to determine the impact of every feature.*", "creation_date": "2020-12-13", "code_signature": "io.split.android.", "network_signature": "event.split.io|sdk.split.io", "website": "https://www.split.io/", "categories": ["Analytics"]}, "350": {"id": 350, "name": "Exponea", "description": "Formerly Infinario\r\n\r\nExponea does customer data collection, customer-centric analytics and segmentation using artificial intelligence.", "creation_date": "2021-01-24", "code_signature": "com.infinario.android.infinariosdk.", "network_signature": "api.infinario.com|sygic-api.infinario.com", "website": "https://exponea.com", "categories": ["Analytics"]}, "351": {"id": 351, "name": "IPQualityScore", "description": "Detect fraudulent or risky behaviors.", "creation_date": "2021-01-24", "code_signature": "com.ipqualityscore.", "network_signature": "ipqualityscore\\.com", "website": "https://www.ipqualityscore.com", "categories": ["Profiling", "Location"]}, "352": {"id": 352, "name": "Opensignal", "description": "Mobile Analytics & Insights\r\n\r\n\"At Opensignal, we collect and analyze billions of mobile network experience measurements and use this data to publish independent reports and insights on the real-world mobile network experience of everyday users worldwide.\"", "creation_date": "2021-01-24", "code_signature": "com.opensignal.datacollection.OpenSignalNdcSdk", "network_signature": "", "website": "https://www.opensignal.com", "categories": ["Analytics", "Location"]}, "353": {"id": 353, "name": "SignalFrame", "description": "SignalFrame (previously Wireless Registry)\r\n\r\nWireless Registry --> SignalGraph --> SignalFrame\r\n\r\nWireless connectivity blankets the world. SignalFrame harnesses billions of detectable WiFi and Bluetooth signals to reveal the world through signals. Our SignalGraph\u2122 platform enables a new generation of proximity services, and delivers unprecedented brand and product market intelligence.\r\n\r\nPowered by the SignalGraph\u2122 \u2014 a purpose-built streaming data and analytics platform that applies machine learning over graph structures to reveal relationships in space and time within massive datasets.\r\n\r\nDocumentation: https://signalframe.com/privacy-policy.html", "creation_date": "2021-01-24", "code_signature": "com.wirelessregistry.observersdk.", "network_signature": "", "website": "https://signalframe.com/", "categories": ["Location"]}, "354": {"id": 354, "name": "X-Mode", "description": "EasyOpt, Picket, The Visualizer App\r\n\r\nFrom their description of EasyOpt: \"helps users to easily opt-out of location data sharing.\"\r\n\r\nFrom their privacy policy, they collect:\r\n\r\n* \"Precise location data\" and \"relative location data\"\r\n\r\n* \"Advertising IDs, or Unique Device Identifiers for Advertising (Android ID or iOS IDFA)\"\r\n\r\n* \"Time and Date Information\"\r\n\r\n* \"Event information about your Device...\"\r\n\r\nDocumentation (privacy policy): https://xmode.io/xmode-privacy-policy-2/#section-2", "creation_date": "2021-01-24", "code_signature": "io.xmode.BcnConfig|io.xmode.locationsdk|io.mysdk.", "network_signature": "api\\.myendpoint\\.io|bin5y4muil\\.execute-api\\.us-east-1\\.amazonaws\\.com|api\\.smartechmetrics\\.com", "website": "https://xmode.io/", "categories": ["Analytics", "Location"]}, "355": {"id": 355, "name": "OneAudience", "description": "\"oneAudience eliminates uncertainty by sourcing real, verified users with our deterministic device ID methods to offer advertisers a fraud-free and personalized way to target mobile users across all devices.\"\r\n\r\n\"oneAudience said it shut down its SDK last Nov. 25\"\r\n\r\nhttp://www.oneaudience.com/privacy-statement-11-25-2019/\r\n\r\n* https://www.adweek.com/digital/facebook-sues-oneaudience-for-improperly-accessing-and-collecting-user-data/\r\n* https://www.zdnet.com/article/facebook-sues-sdk-maker-for-secretly-harvesting-user-data/", "creation_date": "2021-02-14", "code_signature": "com.oneaudience.sdk.", "network_signature": "", "website": "http://www.oneaudience.com/", "categories": ["Analytics", "Profiling"]}, "356": {"id": 356, "name": "OpenBack", "description": "Deliverability & Mobile Engagement Optimisation\r\n\r\nhttps://docs.openback.com", "creation_date": "2021-02-14", "code_signature": "com.openback", "network_signature": "", "website": "https://www.openback.com", "categories": []}, "357": {"id": 357, "name": "PredicIO", "description": "Business Intelligence Data Solutions\r\n\r\nEnhanced understanding of consumer behavior", "creation_date": "2021-02-14", "code_signature": "com.telescope.android", "network_signature": "sdk\\.predic\\.io", "website": "https://www.predic.io/", "categories": ["Identification", "Location"]}, "358": {"id": 358, "name": "AdLocus", "description": "Location-based ads connects you with your audience at the right time at the right place. Target the right users to drive interaction and make influences.", "creation_date": "2021-02-28", "code_signature": "com.adlocus.", "network_signature": "", "website": "https://adlocus.com", "categories": ["Profiling", "Identification", "Advertisement", "Location"]}, "359": {"id": 359, "name": "Adcenix", "description": "http://adcenix.com/application/android", "creation_date": "2021-02-28", "code_signature": "com.adcenix.", "network_signature": "", "website": "http://adcenix.com", "categories": ["Advertisement"]}, "360": {"id": 360, "name": "Admitad", "description": "Admitad helps advertisers and publishers develop their online business around the world.\r\n\r\nHow affiliate marketing works\r\n\r\nYou choose publishers with suitable traffic and give them special affiliate links. They advertise your products and services and lead customers to you through those links. If a customer makes an order, you pay the publisher a commission. Only completed orders are taken into account: if the customer doesn\u2019t buy a product or returns it, you pay nothing.", "creation_date": "2021-02-28", "code_signature": "ru.tachos.admitadstatisticsdk", "network_signature": ".*\\.admitad.com", "website": "https://www.admitad.com", "categories": ["Advertisement"]}, "361": {"id": 361, "name": "AutoNavi / Amap", "description": "AutoNavi Software Co., Ltd. (simplified Chinese: \u9ad8\u5fb7\u8f6f\u4ef6\u6709\u9650\u516c\u53f8; traditional Chinese: \u9ad8\u5fb7\u8edf\u4ef6\u6709\u9650\u516c\u53f8; pinyin: G\u0101od\u00e9 Ru\u01cenji\u00e0n Y\u01d2uxi\u00e0n G\u014dngs\u012b)) is a Chinese web mapping, navigation and location-based services provider, founded in 2001.\r\n\r\nAutoNavi was acquired by Alibaba Group in 2014.\r\n\r\nIt offers its map services at Amap.com and as the Amap mobile app. It is known as Gaode in Chinese. \r\n\r\nhttps://en.wikipedia.org/wiki/AutoNavi", "creation_date": "2021-02-28", "code_signature": "com.amap.api", "network_signature": "grid\\.amap\\.com|tm\\.amap\\.com|mst[0-9]*\\.is\\.autonavi\\.com|mt[0-9]*\\.google\\.cn|abroad\\.apilocate\\.amap\\.com|apilocate\\.amap\\.com|restapi\\.amap\\.com|yuntuapi\\.amap\\.com|m5\\.amap\\.com|wb\\.amap\\.com|wb\\.amap\\.com|wb\\.amap\\.com|wb\\.amap\\.com|apiinit\\.amap\\.com|restapi\\.amap\\.com|logs\\.amap\\.com|cgicol\\.amap\\.com|lbs\\.amap\\.com|wap\\.amap\\.com", "website": "https://mobile.amap.com/", "categories": ["Location"]}, "362": {"id": 362, "name": "IBM Digital Analytics", "description": "", "creation_date": "2021-02-28", "code_signature": "com.digitalanalytics.", "network_signature": "data\\.de\\.coremetrics\\.com", "website": "https://www.ibm.com/customer-engagement/coremetrics-software", "categories": ["Analytics"]}, "363": {"id": 363, "name": "Pangle", "description": "App Monetization", "creation_date": "2021-02-28", "code_signature": "com.bytedance.sdk.openadsdk|com.bytedance.tea.crash.|com.bytedance.embedapplog.", "network_signature": "", "website": "https://www.pangleglobal.com", "categories": ["Advertisement"]}, "364": {"id": 364, "name": "YOC VIS.X", "description": "Advertisement", "creation_date": "2021-02-28", "code_signature": "com.yoc.visx", "network_signature": "yoc-performance\\.com|yoc\\.com", "website": "https://yoc.com", "categories": ["Advertisement"]}, "365": {"id": 365, "name": "Ad Generation", "description": "Advertisement\r\n\r\nhttps://github.com/AdGeneration/ADG-Android-SDK", "creation_date": "2021-03-01", "code_signature": "com.socdm.d.adgeneration.", "network_signature": "", "website": "https://supership.jp/business/adgeneration/", "categories": ["Advertisement"]}, "366": {"id": 366, "name": "Adjoe", "description": "Advertising", "creation_date": "2021-03-01", "code_signature": "io.adjoe.sdk.|io.adjoe.protection.", "network_signature": "", "website": "https://adjoe.io/", "categories": ["Advertisement"]}, "367": {"id": 367, "name": "AppVador", "description": "AppVador operates video advertisement distribution network for smartphone applications.\r\n\r\nFrom Tokyo, Japan\r\n\r\nhttps://www.crunchbase.com/organization/appvador", "creation_date": "2021-03-01", "code_signature": "com.appvador.ads.", "network_signature": "", "website": "http://www.appvador.com/", "categories": ["Advertisement"]}, "368": {"id": 368, "name": "Appodeal Stack", "description": "Ad tech solution", "creation_date": "2021-03-01", "code_signature": "com.explorestack.", "network_signature": "", "website": "https://appodealstack.com/about/", "categories": ["Analytics", "Advertisement"]}, "369": {"id": 369, "name": "AppsGeyser", "description": "Tool to Create, Download, Distribute and Monetize Your App", "creation_date": "2021-03-01", "code_signature": "com.appsgeyser.sdk", "network_signature": "", "website": "https://appsgeyser.com/", "categories": ["Advertisement"]}, "370": {"id": 370, "name": "BidMachine", "description": "Advertisement", "creation_date": "2021-03-01", "code_signature": "io.bidmachine.", "network_signature": "", "website": "https://bidmachine.io/", "categories": ["Advertisement"]}, "371": {"id": 371, "name": "BugSense", "description": "https://github.com/bugsense/docs/blob/master/android.md\r\n\r\nNow Splunk MINT", "creation_date": "2021-03-01", "code_signature": "com.bugsense.trace.", "network_signature": "", "website": "http://www.bugsense.com/", "categories": ["Crash reporting"]}, "372": {"id": 372, "name": "BuzzAd Benefit", "description": "BuzzAd Benefit by Buzzvil\r\n\r\nAdvertisement", "creation_date": "2021-03-01", "code_signature": "com.buzzvil.", "network_signature": "", "website": "https://buzzvil.atlassian.net/wiki/spaces/BDG/pages/486834313/BuzzAd-Benefit+Android+SDK", "categories": ["Advertisement"]}, "373": {"id": 373, "name": "GOM Factory AdPie", "description": "Global real-time advertising platform company", "creation_date": "2021-03-01", "code_signature": "com.gomfactory.adpie.", "network_signature": "", "website": "http://www.gomfactory.com", "categories": ["Advertisement"]}, "374": {"id": 374, "name": "JumpTap", "description": "Targeted mobile advertising\r\n\r\nThis library has been succeeded by Millennial Media", "creation_date": "2021-03-01", "code_signature": "com.jumptap.adtag.", "network_signature": "", "website": "http://www.millennialmedia.com", "categories": ["Advertisement"]}, "375": {"id": 375, "name": "LoopMe", "description": "LoopMe Android SDK\r\n\r\nLoopMe is the largest mobile video DSP and Ad Network, reaching over 1 billion consumers world-wide.", "creation_date": "2021-03-01", "code_signature": "com.loopme.", "network_signature": "", "website": "https://loopme.com/", "categories": ["Advertisement"]}, "376": {"id": 376, "name": "Raygun", "description": "Crash Reporting and User Monitoring solution", "creation_date": "2021-03-01", "code_signature": "com.mindscapehq.android.raygun4android", "network_signature": "", "website": "https://raygun.com", "categories": ["Crash reporting", "Analytics"]}, "377": {"id": 377, "name": "RjFun", "description": "RjFun Cordova plugins", "creation_date": "2021-03-01", "code_signature": "com.rjfun.cordova.ad", "network_signature": "", "website": "https://rjfun.github.io/", "categories": ["Advertisement"]}, "378": {"id": 378, "name": "SuperAwesome", "description": "Kid-safe advertising & monetization", "creation_date": "2021-03-01", "code_signature": "tv.superawesome.sdk", "network_signature": "", "website": "https://www.superawesome.com/", "categories": ["Advertisement"]}, "379": {"id": 379, "name": "TapResearch", "description": "\"Learn what the world thinks\"", "creation_date": "2021-03-01", "code_signature": "com.tapr.sdk.|com.tapr.internal.|com.tapr.helpers.", "network_signature": "", "website": "https://www.tapresearch.com/", "categories": ["Analytics", "Profiling"]}, "380": {"id": 380, "name": "Tappx", "description": "Ad Tech Platform\r\n\r\nhttps://developers.tappx.com/en/android/sdk-integration-android-studio", "creation_date": "2021-03-01", "code_signature": "com.tappx.sdk.", "network_signature": "", "website": "https://www.tappx.com/", "categories": ["Advertisement"]}, "381": {"id": 381, "name": "ThinkingData Analytics", "description": "Public opinion analysis service platform from China", "creation_date": "2021-03-01", "code_signature": "cn.thinkingdata.", "network_signature": "", "website": "http://www.thinkingdata.cn/", "categories": ["Analytics", "Identification"]}, "382": {"id": 382, "name": "VKontakte SDK", "description": "Library for working with VK API, authorization through VK app, using VK functions.", "creation_date": "2021-03-01", "code_signature": "com.vk.sdk.|com.vk.api.sdk.", "network_signature": "", "website": "https://vksdk.github.io/vk-sdk-android/", "categories": ["Identification"]}, "383": {"id": 383, "name": "Virgo Mobile", "description": "Marketing", "creation_date": "2021-03-01", "code_signature": "com.virgo.ads.", "network_signature": "", "website": "http://virgomobile.com/", "categories": ["Advertisement"]}, "384": {"id": 384, "name": "Zoho Analytics", "description": "https://www.zoho.com/crm/developer/docs/mobile-sdk/android.html", "creation_date": "2021-03-01", "code_signature": "com.zoho.zanalytics.", "network_signature": "", "website": "http://analytics.zoho.com/", "categories": ["Analytics"]}, "385": {"id": 385, "name": "fineboost", "description": "", "creation_date": "2021-03-01", "code_signature": "com.fineboost.", "network_signature": "", "website": "http://www.yifants.cn/", "categories": ["Analytics", "Advertisement"]}}} \ No newline at end of file +{"trackers": {"1": {"id": 1, "name": "Teemo", "description": "## Primary Location\r\nFrance (Paris) [Crunchbase, 01](https://www.crunchbase.com/organization/databerries)\r\n\r\n## Website\r\n[https://www.teemo.co](https://www.teemo.co)\r\n\r\n## About\r\nTeemo claims to run the \"World's first and biggest persistent geolocation targeting database\". They provide \"solutions\" for \"retail advertisers\" and \"app publishers\". [Teemo, 01](http://teemo.co). \r\n\r\n## Ownership\r\nTeemo\r\n\r\n## Documentation\r\nhttps://teemo.co/sdkguidelines/\r\n\r\n## Products and Services\r\n\r\n_Retail Advertisers - Real Life Targeting:_ \"We target your prospects based on the places they attend in real life with the geolocation of millions smartphones continuously.\" \r\n\r\n * Exclusive Teemo Data \r\n * SDK accurate collection \r\n * 10 to 15 meters accuracy \r\n * 100k+ points of Interest redefined \r\n * 1,170 billion + geolocation data points \r\n * World's Biggest Real Life Targeting DMP \r\n\r\nOffline measurement & insight: \r\n\r\nTeemo measures the exact number of people who visit your point of sale and give you insights on their habits. \r\n\r\n * 7-day attribution \r\n * Exhaustive data \r\n * Provenance of your customers \r\n * Customer loyalty index \r\n\r\n_App Publishers - We Monetize Your Geolocation Data:_ \"Our SDK: \r\n\r\n * Anonymous collection of IDFA and GAID \r\n * Data collection only \r\n * Only 25 KB \r\n\r\n### Methods\r\n\r\nTeemo utilizes geolocation collection through the Databerries (Teemo) SDK.\r\n\r\n## Privacy Policy\r\n\r\nTeemo states that even without a device identifier, such as Apple's IDFA, they can still identify users: \"without the IDFA, and only with the address and the place of work of a person, to find any French would take 5 seconds to a team of 20 people\", is it added in the article\" (French-English translation; see [L'Expansion, 01](https://lexpansion.lexpress.fr/high-tech/teemo-la-start-up-qui-traque-10-millions-de-francais-en-continu_1937638.html)). \r\n\r\n\"The Databerries / Teemo SDK collects location information, for example precise location using GPS, wireless networks, cell towers, and Wi-Fi access points. You must ensure that all applications that use the Databerries / Teemo SDK comply with all of the Google Play's developer requirements and Apple's App Store requirements (collectively, the **'Requirements'**) including obtaining appropriate consent to the collection of location information... Each application that uses the Databerries / Teemo SDK must (a) notify users of the application's use of location data for third-party advertising purposes via a custom notification window, and (b) provide user of the application the ability to consent or withhold consent through an 'Allow' / 'Don't Allow' option, 'Accept' / 'Don't Accept' option, or similarly-worded option... Each application that uses the Databerries / Teemo SDK must inform users of relevant data collection practices and choices available to them. Users of such applications must consent to the collection of location and device information and the sharing of such information with third parties such as Databerries / Teemo. Applications that use the Databerries / Teemo SDK must be provided with an accurate, current and complete privacy policy that:\r\n\r\na. is available prior to download (i.e. from all applicable app storefronts) and from within the settings of the app; \r\nb. is in compliance with all applicable laws and self-regulatory principles; \r\nc. clearly and truthfully describes what data is collected from the app, how such data is used, and the circumstances under which it is disclosed; \r\nd. discloses that location information and other user information will be shared with third parties for advertising purposes; and \r\ne. explains to users how to opt out of the collection of information about their precise location and how to opt out of the use of information about their app usage for interest-based advertising purposes through the settings available on their Android or iOS device.\" \r\n\r\nThe Databerries / Teemo SDK may not be used in apps designed for use by children below the age of 13 (or the age of consent where offered, if higher than 13) \"or be used to collect information from any user known to be under the age of 13 or under the age of consent where they reside\". [Teemo, 03](https://teemo.co/sdkguidelines) \r\n\r\n_Information Collected Automatically Through the Services:_\r\n\"In order to help advertisers reach their audiences and understand the effect of their advertising, we automatically collect certain information when you access mobile applications that incorporate the Services. This information does not identify you personally, but it does reflect information about the mobile applications you use, your location, and how you interact with our Services. This information includes:\r\n\r\n * Location Information: When you use mobile apps that integrate the Services, we may collect information about your precise location using various technologies, including GPS, wireless networks, cell towers, Wi-Fi access points, and other sensors, such as gyroscopes, accelerometers, compasses, and barometers. For information about how to opt out of the collection of certain location information, please see 'Your Choices' below. \r\n\r\n * Device Information: We collect information about your mobile device, including the advertising identifiers assigned to your device, IP address, device type, operating system, and mobile carrier. \r\n\r\n * Usage Data: We collect information about the mobile apps you use that integrate our Services, including the date and time your device accesses such apps.\" \r\n\r\n_Information Teemo Collects from Other Sources:_\r\n\r\nTeemo \"may also obtain information from other sources and combine that with information we collect through our Services. For example, we may collect information about you from third parties, including our business partners, other advertising companies, and publicly available sources.\"\r\n\r\n_Sharing of Information:_\r\n\r\nTeemo \"may share the information we collect as follows or as otherwise described in this Privacy Policy: \r\n\r\n * With vendors, consultants and other service providers who need access to such information to carry out work or perform services on our behalf; \r\n * In response to a request for information if we believe disclosure is in accordance with, or required by, any applicable law, rule, regulation or legal process; \r\n * If we believe your actions are inconsistent with our user agreements or policies, or to protect the rights, property or safety of Databerries or others; \r\n * In connection with, or during negotiations of, any merger, sale of company assets, financing or acquisition of all or a portion of our business by another company; \r\n * Between and among Databerries and any current or future parent, subsidiary and/or affiliated company; and \r\n * With your consent or at your direction.\" \r\n\r\nTeemo \"may also share aggregated or de-identified information, which cannot reasonably be used to identify you. For example, we may share de-identified information with the partners that use our technology about the users of their apps.\" \r\n\r\n_Your Choices:_ \r\n\r\n\"Location Tracking: You can stop the collection of precise location information by individual apps or by your device as a whole changing the preferences in the settings of your mobile device. \r\n\r\nOpting Out of Teemo Services: You can stop the collection of information from Teemo by opting out of our service. You can opt-out from our service either from our ads or by asking us by contacting us at privacy@teemo.co \r\n\r\nOpting Out of Personalized Ads: You may opt out of the use of information about your mobile app activities to serve ads that are targeted to your interests using the settings available on your mobile device. For information about how to opt out on your Android device, click here. For information about how to opt out on your iOS device, click [here](https://support.apple.com/en-us/HT202074). If you wish to opt out on multiple devices, you must repeat the process on each device where you wish to opt out\" [Teemo, 04](https://teemo.co/privacy)\"\r\n\r\n## Relationships\r\n_Customers:_ Volkswagon / MyMedia / Intersport / Havas / dentsu / OMD / WPP / Publics Groupe / Carrefour / Toys\"R\"Us / McDonald's / Ford / Decathlon / FNAC / Leclerc [Teemo, 01](http://teemo.co)\r\n\r\n## Details\r\n_Financial details:_ Teemo (then Databerries) \"raised $16m (?15m) in a Series A funding round led by new investor Index Ventures with support from existing investors ISAI and Mosaic Ventures and new individual investors Greg Coleman and Pascal Gauthier. The company will use the funds to launch its product in the US and double its workforce.\" [Go4Venture, 01](http://go4venture.com/hti/usd-16m-a-mar-2017-databerries) \r\n\r\n_Background and history:_ Formerly known as Databerries, Teemo \"reinvents offline marketing. Its mobile marketing solution combines user offline behavior understanding and algorithms to drive in-store sales. Its performance-based marketing solution delivers relevant, personalized ads that generate in-store sales it can measure. Co-founded in 2014 by Guillaume Charhon, Fran\u00e7ois Wyss and Benoit Grouchko, Teemo has 50 employees in Paris and New-York.\" [Teemo, 02](https://teemo.co/about) \r\n\r\n\"Founded in 2014, Databerries offers brick and mortar retailers a mobile marketing solution, refferred to as Real Life Targeting, that targets mobile users based on locations they have visited in the past and measures the impact of marketing campaigns on store visits. The solution allows retailers to target users who have visited their stores and those of their competitors. The company\u2019s technology collects geolocation and navigation data from mobile users and targets them with relevant and personalised ads. This allows retailers to generate store visits with a significantly lower cost per physical visit (CPV). Databerries enables retailers to count the cost per visit and therefore measure the impact of a campaign on point-of-sale traffic, offering retailers a solution that works for offline marketing while combining online advertising standards such as accurate targeting, personalisation, performance measurement and return on investment optimisation.\r\n\r\nHeadquartered in Paris, Databerries employs 40 people and plans to double its workforce by the end of 2017. Since its launch, the solution has generated more than one million in-store visits and supports more than 20 prestigious advertisers on a daily basis. It serves more than 100 brick and mortar retailers including Carrefour, Decathlon, FNAC, Leclerc, McDonald's (NYSE: MCD) and Volkswagen (ETR: VOW3).\r\n\r\nAccording to the company, offline retailers spend more than $100bn (\u20ac93.9bn) on advertising every year, relying largely on outdoor and other offline channels to increase store visits with limited ability to track the performance of their advertising campaigns. According to a report by MarketsandMarkets, the cross-platform and mobile advertising market is estimated to grow from $25.2bn (\u20ac23.7bn) in 2015 to $80.5bn (\u20ac75.6bn) by 2020, at a CAGR of 26.1%.\" [Go4Venture, 01](http://go4venture.com/hti/usd-16m-a-mar-2017-databerries)\r\n\r\n_Slogans:_ \r\n* \"Real-life Targeting, Offline Measurement\" \r\n* \"Reinventing offline marketing\"\r\n\r\n_Devices:_ Android (Google Android ID) and Apple (IDFA)\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/databerries](https://www.crunchbase.com/organization/databerries)\r\n* _Teemo, 01._ [http://teemo.co](http://teemo.co) \r\n* _Teemo, 02._ [https://teemo.co/about](https://teemo.co/about) \r\n* _Teemo, 03._ [https://teemo.co/sdkguidelines](https://teemo.co/sdkguidelines) \r\n* _Teemo, 04._ [https://teemo.co/privacy](https://teemo.co/privacy)\r\n\r\n## External Links\r\n* _Go4Venture, 01:_ [http://go4venture.com/hti/usd-16m-a-mar-2017-databerries](http://go4venture.com/hti/usd-16m-a-mar-2017-databerries) \r\n* _L'Expansion, 01:_ [https://lexpansion.lexpress.fr/high-tech/teemo-la-start-up-qui-traque-10-millions-de-francais-en-continu_1937638.html](https://lexpansion.lexpress.fr/high-tech/teemo-la-start-up-qui-traque-10-millions-de-francais-en-continu_1937638.html)", "creation_date": "2017-09-24", "code_signature": "com.databerries.|com.geolocstation.", "network_signature": "databerries\\.com", "website": "https://www.teemo.co", "categories": ["Analytics"]}, "2": {"id": 2, "name": "FidZup", "description": "## Primary Location\r\nFrance (Paris) [Crunchbase, 01](https://www.crunchbase.com/organization/fidzup)\r\n\r\n## Website\r\n[https://www.fidzup.com/en](https://www.fidzup.com/en)\r\n\r\n## About\r\nFidzup merges online and offline mobile marketing for retailers. Their services include fine-grained location tracking through mobile devices for advertising purposes [Fidzup, 02](https://www.fidzup.com/en/team).\r\n\r\n## Ownership\r\nFidzup\r\n\r\n## Documentation\r\nFidzup SDK not listed, other code available at https://github.com/Fidzup\r\n\r\n## Products and Services\r\nFidzup has two primary services:\r\n\r\n1. Drive to store campaign \r\n2. Retargeting campaign \r\n\r\nTheir service is designed to protect retailers for \"showcasing\" whereby consumers view products in retail stores and look for prices and promotions found elsewhere, especially online. \"Thus,\" Fidzup states, \"those consumers who move to a point of sale but do not buy represent a real 'blind spot' for the brand.\"\r\n\r\nGeofencing technologies make it possible to know precisely the location of the consumer and offer new possibilities to harness data for retailers in stores and leverage the same techniques available to retailers in the online space. This helps retailers:\r\n\r\n* Know when the consumer goes to the store, whether they shop or not\r\n* Target their communication with contextualized promotions, or additional services to better inform the consumer during its purchase process\" [Marketing-Professionnel.fr, 01](http://www.marketing-professionnel.fr/parole-expert/distribution-retail-geofencing-geolocalisation-indooor-201411.html) \r\n\r\nFidzup's technology also helps retailers generate in-store traffic through targeting \"specific mobile audiences in your catchment area having an affinity with your brand.\" \r\n\r\nFidzup's in-store tracking helps retailers retarget customers who physically visited their store, according to their in-store behavior. According to Fidzup, their \"Fidzup Retargeting currently manages to detect 40% of point-of-sale traffic, more than 80% of smartphones... Thanks to point-of-sale technologies, Fidzup Retargeting is able to measure the ROI of all the campaigns sent (store visit, download of the application, etc.) and to report to the company. This marketing tool is therefore much more effective than a classic advertising campaign, because it occurs at the psychological moment when the user considers the purchase and allows to finalize the sale it is done in store or on its m-commerce site\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip).\r\n\r\nFidzup's technology helps retailers target competitor prospects to \"Serve ads to customers and prospects of retail/brand competitors\" [Fidzup, 01](https://www.fidzup.com/en).\r\n\r\n_Advertised services for clients:_ \r\n\r\nStores: \r\n1. Encourage impulsive purchasing \r\n2. Direct customers to shelves where discontinued products are placed \r\n3. Boost the use of its mobile application \r\n\r\nShopping malls: \r\n1. Create an attraction in the mall. \r\n2. Promote the release of the mobile application. \r\n3. Attract users of the application to the various shops in the shopping mall (eg, with list of promotions). \r\n\r\nTrade fairs: \r\n1. Provide its exhibitors with a special tool to attract more visitors to their stands. \r\n2. Inform visitors effectively of exhibition conferences and other upcoming events. \r\n\r\nConcerts and museums: \r\nFidzup could allow each visitor to a museum to \"automatically receive information of a work or piece just by being close to it\". At a concert, \"it is possible to send the corresponding clip for the song played, or even send a survey to the crowd to let it choose the next title to be played\" [Fidzup v2, 03](https://web.archive.org/web/20171015030737/http://v2.fidzup.com/en//cas-dusage). \r\n\r\n_Scope:_ \r\nAccording to Viuz, Fidzup has \"more than 250 Fidboxes already installed, more than 5 million unique database clients and more than 150 million covered 'foot traffic'\" [Viuz, 01](https://viuz.com/2015/03/19/fidzup-trophee-espoir-lndr-2015-les-outils-du-web-pour-re-inventer-le-commerce-physique).\r\n\r\n## Privacy Policy\r\n_Data collection and identifiable information:_ Fidzup states it \"collects data from wifi-enabled smartphones. No personal information is ever collected by us. We don't know who you are, we don't have access to your contacts, your messages, etc.\"\r\n\r\n_Retention:_ Collected data \"are stored anonymously on our servers for 12 months.\"\r\n\r\n_Data Use:_ \"Collected data allows: \r\n\r\n1. To enhance your experience while you visit point of sales equipped with our technologies.\r\n2. To provide visitors\u2019 in\u00adstore behavior reports to our customers. Those reports contain point of sales visit trends, made of aggregated data. No personal or individual information is included.\r\n3. To personalize visitors mobile ads on smartphone applications they use.\r\nWe use anonymous visit data to provide a personalized experience on our partners smartphone applications. For example: after visiting a shop you could see a personalized banner for this particular shop instead of a generic one.\"\r\n\r\n_Opt-out:_ Fidzup states, \"The simplest way to prevent data collection from your Wifi is to disable your Wifi connection near places that use it. \r\n\r\nWe also provide a way to delete all data regarding your smartphone with our opt-out form\" [Fidzup, 04](https://www.fidzup.com/en/privacy).\r\n\r\nTheir opt-out form can be located at [https://www.fidzup.com/en/opt-out-en](https://www.fidzup.com/en/opt-out-en).\r\n\r\n## Relationships\r\n_Brands and retailers:_ Gemo / Timberland / Buffalo Grill / Grand Optical / Opel / Renault / Kl\u00e9pierre / Etam / Mercedes / Nissan [Fidzup, 01](https://www.fidzup.com/en) / Hammerson & Les Terrasses du Port shopping center / Vache Noire shopping center (in Arcueil) [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip) / KFC / BMW [BusinessWire, 01](http://www.businesswire.com/news/home/20161130005981/en/Fidzup-Performance-Marketing-Startup-Retailers-Raises-3.7) / Galeries Lafayette / Darty / ITF / La Halle / Peugeot / FDJ Cultura [Tech.eu, 01](http://tech.eu/brief/fidzup-raises-investment) / Kiabi / SNCF [L'Usine Digitale, 01](https://www.usine-digitale.fr/editorial/les-100-du-digital-retail-fidzup-pour-geolocaliser-ses-clients-grace-a-leur-smartphone-et-des-ultrasons.N348982) Paris Region Lab / Petit Poucet / scientipole / oseo / R\u00e9seau Entreprendre [Fidzup, 02](https://www.fidzup.com/en/team)\r\n\r\n_Supporters:_ Mobile Marketing Association France / Electronic Business Group / IAB France / Picom / La Nuit Des Rois [Fidzup, 01](https://www.fidzup.com/en) \r\n\r\n## Details\r\n_Financial details: \"Fidzup was founded in 2011 by two entrepreneurs sharing the same idea: to give a lift to traditional business through technological innovation\" [Fidzup, 02](https://www.fidzup.com/en/team). They raised $3,7 million with venture capitalists CapHorn Invest and Turenne Capital as well as existing investors CapDecisif Management via the FRCI (Fonds R\u00e9gional Co-investissement de la R\u00e9gion Ile de France) and Petit Poucet Participation, the press reported in November 2016 [BusinessWire, 01](http://www.businesswire.com/news/home/20161130005981/en/Fidzup-Performance-Marketing-Startup-Retailers-Raises-3.7); [Tech.eu, 01](http://tech.eu/brief/fidzup-raises-investment). \r\n\r\nFor Product pricing (from old website), see [Fidzup v2, 04](https://web.archive.org/web/20171015030915/http://v2.fidzup.com/en//nos-offres).\r\n\r\n_Awards:_ Fidzup won the 2015 \"Kings of Hope Prize\" [Viuz, 01](https://viuz.com/2015/03/19/fidzup-trophee-espoir-lndr-2015-les-outils-du-web-pour-re-inventer-le-commerce-physique).\r\n\r\n_Fidzup history and ideology:_ Fidzup is \"Aware of the opportunities coming from the use of smartphones in your stores, our teams develop microlocation technologies to help you to reach your goals. Continuous innovation and improvement help us to develop more and more relevant and quicker and quicker solutions to install for our customers\" [Fidzup, 02](https://www.fidzup.com/en/team). Their ambition is to \"Provide physical commerce with the tools that pure players now enjoy\". Where on the web professionals are able to identify a highly qualified target to better send them promotions, no solution existed for retailers to recover these prospects.\r\n\r\nSince its creation in 2011, Fidzup was working on an indoor presence detection technology. The idea was to offer retailers and shopping centers a light technology to deploy and without constraint of use for consumers. This is how Fidzup Microtargeting was created, a platform for sending interactive and location-based content on the mobile of visitors to points of sale. It is the explosion of Criteo, the French giant of online advertising retargeting, which pushed the Fidzup teams to pivot towards a similar solution, but to the brick & mortar business. Since the startup was already able to understand the behavior of consumers in points of sale.\r\n\r\nSpecifically, where Criteo is interested in the behavior of Internet users on e-commerce sites to retarget advertising on partner media pages, Fidzup is interested in the consumer shopper journey in physical stores to address contextualized advertising. on its mobile apps\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip). \r\n\r\n_Devices:_ Mobile (Android, Apple) / Fidbox\r\n\r\n_Slogans:_ \r\n\r\n* \"Online Offline: Performance mobile marketing for retailers\" [Fidzup, 01](https://www.fidzup.com/en)\r\n* \"An innovative technology for interior presence detection\" \r\n* \"A mailing platform for geolocalized interactive content\" [Fidzup v2, 01](http://archive.is/kUZGK) \r\n\r\n### Methods\r\nFidzup \"has developed 3 solutions to detect the presence of a consumer in stores: Fidzup Microtargeting, Fidzup Retargeting and Fidzup Analytics. These technologies, easily deployable, are based on the principle of indoor geolocation (operating by wifi, ultrasound or BLE) and broadcast interactive content on smartphone. Thus, Fidzup captures and reactivates the consumer or simple visitor, either directly at the point of sale, or when he leaves the sign\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip).\r\n\r\nBig Data / Predictive analytics / Programmatic / RTB \r\n\r\n_Consumer targeting:_ Geographical/store / Digital navigation (on devices) / Habits / Purchase intention \r\n\r\n\"The most accurate in-store tracking technology on the market. Measure your online campaigns ROI with adapted offline KPIs\" \r\n_Fidbox:_ \r\n * Works without any mobile app \r\n * 3 meters accuracy; 4 years of R&D, 2 patents registered \r\n * Autonomous in-store sensor [Fidzup, 01](https://www.fidzup.com/en)\r\n\r\nFidbox is \"compatible with 99.9% of smartphones\". Fidboxes \"capture an encrypted identification key, unique to mobile, that Fidzup Retargeting then found on the ad servers. These captured data will be processed to segment the audience of the target brand to address on AdExchanges. This process will thus make it possible to resort to an advertising retargeting by displaying a personalized banner, according to the offline consumption habits of the mobile user, when he / she consults a third-party application (games, news, sports, etc.).\" Fidzup's \"point-of-sale deployment is lightweight and does not require any particular mobile application.\" \r\n\r\n_Fidzup Retargeting:_ Fidzup's \"Totally innovative process allows the Terrasses du Port not to lose its consumers, increase its customer knowledge and optimize its media buying campaigns by addressing a qualified target. Fidzup Retargeting can also measure the visits of the consumer and know the generated downloads in a logic of measurement of the ROI of the carried out campaigns.\" \r\n\r\n_Fidzup Microtargeting:_ Fidzup's microtargeting is \"based on the principle of indoor geofencing and allows shopping centers & retailers to interact instantly with their customers via their smartphone at their points of sale.\" It \"relies on the use of a sound source to send data to a smartphone that will decode and process the received signal. More concretely, Fidzup broadcasts via point of sale via any audio source (speaker system broadcasting music, sound boxes, televisions, etc.) a signal inaudible to the human ear. This signal has the particularity of having a unique identifier corresponding to a specific location. The detection is done when the smartphone receives the signal and decodes it to know where the consumer is.\r\n\r\nFidzup Microtargeting then automatically triggers the sending of interactive and contextualized content on the mobile of the consumer according to his position. Discount coupons, targeted promotion on a product upon entry into the corresponding department, exceptional opening information, contests triggered as soon as they enter the store ... For example, a brand wishes to launch a promotion on its polos: \"1 polo bought, the 2nd to -50% \u00bbFor this, she will have the choice between sending the promotion on the mobile of the consumer as soon as it enters the store or the entrance of the department concerned by the promotion.\r\n\r\nThe consumer then receives relevant content, at the right place and at the best time on his smartphone. With Fidzup technology, the sales area is 'squared': either at the entrance of the store itself or within a specific radius, it is possible for each manager to choose the right place, where the visitor will receive interactive content. \r\n\r\n...Unlike other solutions that require the deployment of a heavy hardware device, and therefore expensive to install and maintain, the technology developed by Fidzup can be deployed without any hardware installation on site if the audio system used is remotely controllable. Indeed, some companies have specialized in the implementation of audio systems, the distribution of music in point of sale can be controlled online. These players cover a majority of the retail and retail market. If, however, the customer is not equipped, Fidzup has developed a battery of inexpensive hardware solutions that are easy to install.\r\n\r\n- Mobile Compatibility: The software brick developed by Fidzup (the SDK) integrates with applications running on iOS mobile OS (iPhone) and Android. Thus, thanks to Fidzup technology it is possible to reach more than 90% of the global mobile market.\r\n\r\n- Use: In the face of the few players capable of detecting presence at the point of sale, Fidzup chose to specialize in consumer care once it is present. Thus, the startup has developed the lightest solution to send promotional content at the best time to maximize efficiency. The end customer has no action to do (except to download the application of the sign or the mall), it is the content that comes to him automatically and at a time when he will be attentive. Since the media is mobile, it is essential to offer end users a limited number of actions to perform for a simple and fluid use.\" \r\n\r\nThis can result in real-time data mining: \"Since the operations implemented are mainly digital, La Vache Noire has the possibility to follow in real time the impact of its operation (participation rate, winning prizes, etc.).\" This can bring businesses that did not previously data mine into the data mining fold: \"Finally, the marketing department of the center has retained a certain interest from brands that have never participated so much in a digital transaction. Thus, prestigious brands such as Celio, Jules, Yves Rocher or Darjeeling participate each week in the operation 'List of promotions'\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip).\r\n\r\n\"Fidzup has developed a means of communication between a sonic emitter and a mobile phone. Thus, by diffusing a tone, inaubible to the human ear, inside a building we can detect the presence of mobile phones and therefore their owners. How does the detection work? Your visitors must have the mobile application already installed on their smartphone. This contains a software layer (a SDK supplied by Fidzup) capable of detecting the signals and decoding them. What kind of sonic emitter can be used? It is possible to use any audio source to diffuse the signals. In fact, Fidzup has come up with a variety of hardware solutions depending on the user\u2019s requirements. \r\n\r\n... We supply you with one or several bespoke sonic signals to diffuse in your establishment. Depending on the type of building and the type of usage you require, Fidzup offers a choice of several hardware and software solutions to simplify and optimize the diffusion of its sonic technology. Depending on the method of emission chosen, a sonic signal can be used to cover a precise zone of a store, the corridors of a shopping mall or even detect a visitor admiring a work of art in an art exhibition.\" \r\n\r\n... \"Installing the SDK into your mobile application: We supply you with a software layer (SDK) to add to your mobile application. this layer detects and decodes the audio signal. The SDK is supplied with full documentation to help you install it swiftly and easily into your mobile application.The SDK is compatible with both iOS (iPhone) and Android operating systems. Minimum requirement for the iOS operating system: iOS version 5; Minimum requirement for the Android operating system: Android 2.3.5 (HTC One X not supported)\" [Fidzup v2, 02](https://web.archive.org/web/20171015025307/http://v2.fidzup.com/en//notre-solution).\r\n\r\n_Fidzup Analytics:_ \"Fidzup Analytics is a technology based on wifi that analyzes the traffic in points of sale, especially for shopping centers and supermarkets. Coupled with the Fidzup Retargeting solution, this technology makes it possible to capture on average 40% of the real traffic, whether the consumers / visitors are carriers of the application of the center or not.\r\n\r\nTo facilitate the handling of its solution, Fidzup gives direct access to the Analytics interface to the shopping center teams. The management can then see the route taken by its visitors from one store to another and analyze the data retrieved by day, week or month. Thus, Fidzup Analytics is able to display the traffic generated in the point of sale, the average duration of a visit, its frequency and to couple all these data to highlight trends or peaks of affluence. For the management of the center, the interest of these crossings of data is of size: to be able to identify the typical course of a customer and thus to define the zones \"cold\" or \"hot\" of the shopping mall (that is to say to say the locations more or less visited). Thanks to Fidzup Analytics, retail professionals can have a perfect knowledge of their customers, their habits in the center, but also know if their rental spaces are properly valued according to the passage of visitors. Finally, with the Analytics solution, shopping centers now have the opportunity to measure the audience generated by their communication devices already in place (promotional video screen, POS, display, totem ...). Indeed, depending on the information provided on these media, Fidzup is able to know the impact on the shopping journey of the customer and sales\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip).\r\n\r\n\"Fidzup\u2019s Programmatic & Analytics Platform is made up of DSP, DMP and Tag management solutions, developed in-house for bricks-and-mortar stores. These technologies enable store managers to direct their campaigns while accurately measuring their return on investment\" [BusinessWire, 01](http://www.businesswire.com/news/home/20161130005981/en/Fidzup-Performance-Marketing-Startup-Retailers-Raises-3.7).\r\n\r\nSonice emission solutions: \r\n\r\n- Web player: The web player allows you to emit the Fidzup sonic signal via your computer. This solution is ideal for small spaces with no audio system in place. \r\n- Standalone emitter unit: This mains connected unit allows you to broadcast your sound signal continuously in the manner of a portable and independent speaker enclosure. This solution is ideal for creating an interactive zone in a specific area of your establishment. \r\n- Mixer emitter unit: The mixer unit, also mains connected, can automatically mix your signal sound with the music played through your audio system. This solution is ideal for users wishing to cover all areas of their establishment through their own public address system. \r\n- Custom installation: Your audio system is managed by an external provider? No problem, Fidzup can work with them to simplify the deployment, as it could then be managed remotely, without any hardware installation in situ\" [Fidzup, 03](http://www.fidzup.com/fidzup-2015.zip). \r\n\r\n_Web interface:_ \"We give you secure access to an administrative interface that allows you to devise promotional content that will be displayed on visitors\u2019 smartphones as soon as they are detected in your establishment. Adjust the parameters and pre-visualize your content: expiry dates, target zones, message type, image uploads, content descriptions, etc., The interface is intuitive and extensive. From a discount coupon to a simple information bulletin, take advantage of the numerous pre- configured items in the interface to send the right content at the right time to your visitors. \r\n\r\n... Following promotional campaigns: Our administrator\u2019s inferface includes a comprehensive dashboard and accurate statistics that allow you to monitor the performance of your promotional campaigns.The number of detections in your location, number of messages sent and received, CTR (click- through rate)... View the impact of your advertising campaigns at a glance and optimize them swiftly\" [Fidzup v2, 02](https://web.archive.org/web/20171015025307/http://v2.fidzup.com/en//notre-solution). \r\n\r\n_Some of the data collected:_ \r\n\r\n* unique visitors\r\n* duration of visits\r\n* frequency of visits\r\n* hot / cold zone of the store\r\n* customer journey\r\n* fast outputs\r\n* volume of smartphones\r\n* brands and OS terminals [Viuz, 01](https://viuz.com/2015/03/19/fidzup-trophee-espoir-lndr-2015-les-outils-du-web-pour-re-inventer-le-commerce-physique)\r\n\r\n## References\r\n* _Ad-exchange.fr, 01._ http://ad-exchange.fr/fidzup-retargeting-unit-le-ciblage-publicitaire-sur-smartphone-et-le-monde-physique-14297._ http://ad-exchange.fr/fidzup-retargeting-unit-le-ciblage-publicitaire-sur-smartphone-et-le-monde-physique-14297\r\n* _Ad-exchange.fr, 02._ http://ad-exchange.fr/fidzup-veut-booster-ladoption-de-boitiers-du-type-beacon-dans-les-magasins-francais-27156._ http://ad-exchange.fr/fidzup-veut-booster-ladoption-de-boitiers-du-type-beacon-dans-les-magasins-francais-27156 \r\n* _BusinessWire, 01._ http://www.businesswire.com/news/home/20161130005981/en/Fidzup-Performance-Marketing-Startup-Retailers-Raises-3.7\r\n* _Crunchbase, 01._ https://www.crunchbase.com/organization/fidzup\r\n[Fidzup, 01._ https://web.archive.org/web/20171124095315/https://www.fidzup.com/en\r\n* _Fidzup, 02._ https://web.archive.org/web/20171124095424/https://www.fidzup.com/en/team \r\n* _Fidzup, 03, .zip file._ https://web.archive.org/web/20171124095525/http://www.fidzup.com/fidzup-2015.zip\r\n* _Fidzup, 04._ https://web.archive.org/web/20171124095616/https://www.fidzup.com/en/privacy\r\n* _Fidzup v2, 01._ http://archive.is/kUZGK\r\n* _Fidzup v2, 02._ https://web.archive.org/web/20171015025307/http://v2.fidzup.com/en//notre-solution \r\n[Fidzup v2, 03._ https://web.archive.org/web/20171015030737/http://v2.fidzup.com/en//cas-dusage\r\n* _Fidzup v2, 04._ https://web.archive.org/web/20171015030915/http://v2.fidzup.com/en//nos-offres\r\n[L'Usine Digitale, 01._ https://www.usine-digitale.fr/editorial/les-100-du-digital-retail-fidzup-pour-geolocaliser-ses-clients-grace-a-leur-smartphone-et-des-ultrasons.N348982\r\n* _Marketing-Professionnel.fr, 01._ http://www.marketing-professionnel.fr/parole-expert/distribution-retail-geofencing-geolocalisation-indooor-201411.html\r\n* _Tech.eu, 01._ http://tech.eu/brief/fidzup-raises-investment\r\n* _Viuz, 01._ https://viuz.com/2015/03/19/fidzup-trophee-espoir-lndr-2015-les-outils-du-web-pour-re-inventer-le-commerce-physique\r\n\r\n## External Links\r\n* _Crunchbase (Fidzup):_ https://www.crunchbase.com/organization/fidzup._ https://www.crunchbase.com/organization/fidzup\r\n* _Fidzup, 05:_ https://web.archive.o]rg/web/20171123081837/https://fidzup.com/en/live._ https://web.archive.org/web/20171123081837/https://fidzup.com/en/live\r\n* _Fidzup, 06:_ https://web.archive.org/web/20171124000206/https://fidzup.com/en/product._ https://web.archive.org/web/20171124000206/https://fidzup.com/en/product\r\n* _Fidzup, 07 https://web.archive.org/web/20171124094502/https://itunes.apple.com/us/app/fidzup-live/id735938167?mt=8._ https://web.archive.org/web/20171124094502/https://itunes.apple.com/us/app/fidzup-live/id735938167?mt=8\r\n* _Fidzup, 08:_ https://web.archive.org/web/20171124094519/https://play.google.com/store/apps/details?id=com.fidzup.fidzuplive._ https://web.archive.org/web/20171124094519/https://play.google.com/store/apps/details?id=com.fidzup.fidzuplive\r\n* _Fidzup, 09:_ https://web.archive.org/web/20171124094739/https://play.google.com/store/apps/details?id=com.fidzup.spotinstore.diagnostic._ https://web.archive.org/web/20171124094739/https://play.google.com/store/apps/details?id=com.fidzup.spotinstore.diagnostic\r\n* _Fidzup, 10:_ https://web.archive.org/web/20171124094810/https://play.google.com/store/apps/details?id=com.fidzup.petitpoucet._ https://web.archive.org/web/20171124094810/https://play.google.com/store/apps/details?id=com.fidzup.petitpoucet\r\n* _Fidzup, 11:_ https://web.archive.org/web/20171124094853/https://www.fidzup.com/en/use-case/._ https://web.archive.org/web/20171124094853/https://www.fidzup.com/en/use-case/\r\n* _Fidzup, 12:_ https://web.archive.org/web/20171124094955/https://vimeo.com/59666867._ https://web.archive.org/web/20171124094955/https://vimeo.com/59666867\r\n* _Fidzup, 13:_ https://web.archive.org/web/20171124095009/https://vimeo.com/80601084._ https://web.archive.org/web/20171124095009/https://vimeo.com/80601084", "creation_date": "2017-09-24", "code_signature": "com.fidzup.", "network_signature": "fidzup", "website": "https://www.fidzup.com", "categories": ["Analytics"]}, "3": {"id": 3, "name": "Audience Studio (Krux)", "description": "## Primary Location\r\nUnited States (San Francisco) [Crunchbase, 01](https://www.crunchbase.com/organization/krux-digital)\r\n\r\n## Website\r\n[https://www.salesforce.com/products/marketing-cloud/data-management](https://www.salesforce.com/products/marketing-cloud/data-management)\r\n\r\n## About\r\nSalesforce DMP is a data management platform that manages data, identifies end users, and cetnralizes user-level data for advertising and content personalization [Salesforce, 24](https://konsole.zendesk.com/hc/en-us/articles/115012398067-What-if-I-just-want-to-import-data-instead-of-using-the-Control-Tag-SDK-or-other-DMP-tracking-)\r\n\r\n## Ownership\r\nSalesforce\r\n\r\n\r\n## Products and Services\r\n\r\nSalesforce DMP offers a vast array of technologies in its data management platform. These are detailed in the Techology section under Details, below.\r\n\r\nServices provided by Salesforce DMP include: \r\n\r\n* Accerlated Mobile Pages (facilitate mobile-optimized content)\r\n* Cross Device Identity Mangement (identify individuals across devices)\r\n* Salesforce DMP Einstein Segmentation (segment multiple personas in an audience)\r\n* Tracking (re-identify and track users using various methods)\r\n* Hashed device management (tracking used in reaction to Safari 3rd party blocking)\r\n* User matching (match users with various techniques to identify individuals)\r\n* Ad Server analytics (understand and analyze audience segment delivery and yield across all ad impressions)\r\n* Content engagement reports (loyalty report cards, site visits, and more)\r\n* Frequency engagement reports (how many times a user has seen an ad)\r\n* Funnels report (track customer behaviors across their customer journey)\r\n* Look-alike modeling (\r\n* Audience Profile Report (such as age, gender, and household income)\r\n\r\n## Privacy Policy\r\n**Opting out** \r\n_DMP Opt-Out_ \"DMP Opt-Out\r\nhttps://apiservices.krxd.net/consumer/optout is the standard DMP opt-out URL. When called directly, this URL will execute the Opt-out action for a user and it will return the following JSON response:\r\n\r\n{\"code\":\"success\"}\r\n\r\nA user must allow cookies from Salesforce DMP in order to opt-out. Calling the DMP opt-out code (by clicking on an opt-out button placed on the client's page) will result in a persistent 'cookie' placed in the user\u2019s web browser by Salesforce, identifying that user as being on the Salesforce DMP 'do not target' list. Taking this opt-out step won't prevent all tracking and targeting online, but it will ensure the user\u2019s wishes are honored by all Salesforce DMP clients.\r\n\r\nNote: If the user uses more than one computer, the process must be repeated for each one as this information is associated with a cookie unique to each machine.\" [Salesforce, 7](https://konsole.zendesk.com/hc/en-us/articles/217039187-Privacy-Policy-and-Opt-Out-Guide)\r\n\r\n_On Mobile:_ \"Users can reset their IDFA or AdID to receive a new one. This is comparable to deleting cookies.\r\n\r\nThey can also block these completely by opting-out of Ad Track or Ads Personalization. In that case, Salesforce DMP cannot track or target these users.\" [Salesforce, 3](https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ)\r\n\r\n_In Safari FAQ:_ \"Is there any difference in the how 1st-party cookies and Hashed Device IDs treat opt-outs?\r\nYes, if the client is utilizing a first-party cookie and has multiple domains, a dedicated opt-out will need to be configured and maintained for each site. Alternatively, if hashed device management is employed a single opt-out link will be applicable for a given client.\r\n\r\nCan users opt-out of Hashed ID tracking?\r\nAbsolutely \u2013 unlike other providers of so-called Fingerprinting techniques, the Salesforce DMP actually can manage fingerprinting users through an opt-out. \r\n\r\nDoes Fingerprinting adhere to PII rules?\r\nYes, our hashed device management solution is fully compliant with PII protocols.\r\n\r\nDo both approaches lose uses when they clear their cookies?\r\nNo, first-party cookies can be cleared, while the hashed ID will persist even if cookies are emptied. [Salesforce, 4](https://konsole.zendesk.com/hc/en-us/articles/115000428307-Safari-FAQ)\r\n\r\n\"Can users opt-out of tracking in Mobile Apps?\r\nUsers can reset their IDFA or AdID to receive a new one. This is comparable to deleting cookies.\r\n\r\nThey can also block these completely by opting-out of Ad Track or Ads Personalization. In that case, Salesforce DMP cannot track or target these users.\" [Salesforce, 58](https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ)\r\n\r\n**Personally Identifiable Information** \r\n\"Personally Identifiable Information (PII) includes any data that could potentially identify a specific individual and can be used for de-anonymizing data. Salesforce does not collect or store PII.\"\r\n\r\nSome examples of PII include: Full name; Email address; Phone numbers; Credit card numbers; Date of birth; Login/screen name; IP address is considered PII in some countries outside of the US; Home address; etc\" [Salesforce, 8](https://konsole.zendesk.com/hc/en-us/articles/115007222048-PII)\r\n\r\n**Data Privacy and Security Considerations**\r\n\r\nSalesforce DMP does not accept PII data and it is a breach of the MSA to send to us. Onboarding might be a better option if you have data connected to email addresses and are concerned with offline data import user matching. Usage and set up fees apply.\" [Salesforce, 32](https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import) \r\n\r\n**Data Retention** \r\n\"Data Expiry\r\n\r\nSalesforce DMP stores any data collected through online mechanisms (including user matching data) for a variable period as defined in the contractual agreement between Salesforce and the client. First-party imports remove any data not included in subsequent imports (full refresh). For best user match results, files should be uploaded frequently, or daily, even if the data output has no change.\" [Salesforce, 32](https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import) \r\n\r\n## Relationships\r\n_Data Onboarding:_\r\ncomScore / LiveRamp / Neustar [Salesforce, 9](https://konsole.zendesk.com/hc/en-us/articles/115010458727-Data-Onboarding-Partners)\r\n\r\n_Data Collection Partners:_\r\n\r\n* Off-Site Ad Servers:_ Conversant / DoubleClick Campaign Manager (DCM) / Flashtalking / Innovid / Medialets / Sizmek\r\n* On-Site Ad Servers:_ DoubleClick for Pulishers - DFP (Data Transfer Files)\r\n* Email Service Providers:_ SalesforceExactTarget\r\n* Data Management Platforms:_ Adobe Audience Manager / Oracle BlueKai DMP\r\n* Analytics & Measurement:_ Adobe Analytics (fkaOminture SiteCatalyst) / Brightcove / comScore Validated Campaign Essentials (vCE) / Google Analytics Standard / Kochava / MOAT / Tune [Salesforce, 10](https://konsole.zendesk.com/hc/en-us/articles/227144948-Data-Collection-Partners)\r\n\r\n**Data Activation Partners** \r\n\r\n_On-Site Ad Servers:_ Adition / Adswizz / AdTech / DoubleClick for Publishers - DFPAudience / DoubleClick for Publishers - DFP Key/Value Pairs / Freewheel / IPONWeb / LKQD / Nativo / OAS / OpenX / SAS/AIMatch / Smart Ad Server\r\n\r\n_On-Site SSP's:_ DoubleClick AdExchange - AdX (via DFP) / Index Exchange (Casale) / OpenX / Pubmatic / Rubicon / Sonobi / Sticky Ads / Tremor\r\n\r\n_Off-Site Ad Servers:_ Flashtalking / Flite / Innovid / Sizmek\r\n\r\n_Off-Site Data Activation:_ ActiveAgent AG / Adara / AdColony / AdForm / AdRoll / AdSquare / A.ki / Amazon Advertising / AOL ONE / AppNexus / Beeswax / Comscore / Criteo / DataXu / DoubleClick Bid Manager - DBM / Dstillery / Exponential / Facebook Custom Audiences / Google AdWords / Google RLSA / IgnitionOne / Infectious Media / InMobi / Instagram (via Facebook Custom Audiences) / Jivox / Lotame / Maxpoint / MediaMath / [m]Platform | GroupM / Netmining / Next Performance / OwnerIQ / Platform161 / Quantcast / RadiumOne / RocketFuel / Run / Simpli.fi / Specific Media (Viant) / SpotXchange / Teads / The Trade Desk / TimeOne / Tradelab / Termore Video / TubeMogul / Turn / Twitter - Tailored Audience / Undertone / VideoAmp / Videology / Yahoo! DataX (replaced RMX pipeline) / Yieldlab / Zebestof\r\n\r\n_Experience Management Systems & A/B Testing Platforms:_ AB Tasty / Acquia / Adobe Target / Maxymiser / Optimizely / Oracle Real-Time Decisions / Teradata Real - Time Interactions Manager / VWO\r\n\r\n_Assorted Data Outputs:_ Adobe Audience Manager / Moat / Oracle BlueKai DMP / Survata / YieldEx [Salesforce, 11](https://konsole.zendesk.com/hc/en-us/articles/226620988-Data-Activation-Partners)\r\n\r\n_Third-Party Data Marketplace:_ Acxiom / AffinityAnswers / ALC / Alliant / AnalyticsIQ / ASL / Audience Partners / AuDIGENT / B2B Targets / Bombora / Cardlytics / comScore / Connexity / Crossix / Cuebiq, Inc / Dataium / Dataline / Datamyx / DataLogix / Datonics / Digital Elements / Dun & Bradstreet / Epsilon / Ethnic Technologies / eXelate / Experian / Eyeota / Factual / Forbes / i360 / InfoGroup / IRI Worldwide / IXI Services/Equifax / Kantar Shopcom / L2 / LiveRamp Data Store / Mastercard Advisors / Maxpoint / MeritDirect / Mobiquity / GfK MRI / Gravy Analytics / #HOME by Vendigi / Navegg / NetWise Data / Neustar AdAdvisor / Nielsen / Nielsen Catalina Solutions (NCS) / NinthDecimal / PlaceIQ / PushSpring / Quantcast / SambaTV / ShareThis / Skydeo - Mobile AppAudiences / Skyhook / Specialists Marketing Services / Stirista / Tivo / TruSignal / Twine / Vertical Mass / Visual DNA / V12 / Webbula / Windfall [Salesforce, 12](https://konsole.zendesk.com/hc/en-us/articles/217592967-Third-Party-Data-Marketplace)\r\n\r\n## Details\r\n\r\n_Origins:_ Krux began as \"a platform for brands to collect all data from digital interactions across devices and use it to better understand their customers\" for better marketing. However, they \"knew that first-party data (customers\u2019 email addresses and purchase histories) was where the puck was headed, so we doubled down on it.\" They are driven by the concept \"people data\" because people, not browsers and mobile devices, are what buy things. [Salesforce, 1](https://www.salesforce.com/blog/2017/05/krux-is-now-salesforce-dmp.html)\r\n\r\n_Philosophy and approach:_ \"...when I am asked, what is the future of DMPs, I say that DMPs will become completely integrated into larger technology stacks offering a layer of data management (for both known and unknown data) for the \u201cright person.\u201d This orchestration layer consists of connected execution systems that seek to answer the \u201cright message, right time\u201d quandary. It also includes an artificial intelligence (AI) layer, which is the \u201cbrains\u201d of the operation trying determine how to stitch billions of individual data points together in real time.\" \"...marketing is much more than ad campaigns. It is every experience a customer has with the brand, and we empower marketers to use data to impact every touchpoint along that journey, all powered by AI.\" [Salesforce, 1](https://www.salesforce.com/blog/2017/05/krux-is-now-salesforce-dmp.html)\r\n\r\n\"Some of the core reasons to use a DMP are to manage Identity and centralize user-level data for advertising and content personalization. Additionally, the DMP includes insights that help inform targeting and personalization use cases as well as campaign and personalization optimization.\" [Salesforce, 24](https://konsole.zendesk.com/hc/en-us/articles/115012398067-What-if-I-just-want-to-import-data-instead-of-using-the-Control-Tag-SDK-or-other-DMP-tracking-)\r\n\r\n_Scope:_ \"Every month, Salesforce DMP interacts with more than 3 billion browsers and devices, supports more than 200 billion data collection events, processes more than 5 billion CRM records, and orchestrates more than 200 billion personalized consumer experiences.\" [Salesforce, 1](https://www.salesforce.com/blog/2017/05/krux-is-now-salesforce-dmp.html)\r\n\r\n\"The Salesforce Data Management Platform (DMP) allows publishers and marketers to collect and organize all of their consumer web data in one central \"big-data\" warehouse. Using Salesforce DMP, organizations can consolidate and reconcile their first-party \"web-behavior\" data that is generated by consumers as they engage with media and/or content with data from various third-party data providers like eXelate, DataLogix, Targus etc. Organizations can also integrate data from their user registration and subscription databases (hereon referred to as \u201cfirst-party data\u201d) into Salesforce DMP and join that data with web behavior and third-party data. \r\n\r\nUser data stored in Salesforce DMP is keyed off a global Krux User ID. The Krux User ID is a third-party cookie and as such is specific to a browser (and corresponding device too). All data that is collected by Salesforce DMP from online environments is automatically keyed off the Krux User ID.\r\n\r\nSalesforce DMP supports the ingestion of first-party data available in client systems like registration or subscription databases and other CRM systems. This data is keyed off the client\u2019s first-party User ID. A User Matching process that maps the client first-party User ID to the corresponding Krux User ID for every applicable user facilitates the onboarding and ingestion of this data. \r\n\r\nAfter the user matching process has been setup clients can send first-party data corresponding to the matched users. Salesforce DMP has a strict data format for the first-party data outlined below.\" [Salesforce, 32](https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import)\r\n\r\n_Billing Clients:_ Clients are charged for impressions, and a maximum amount for a single impression is calculate: [Salesforce, 34](https://konsole.zendesk.com/hc/en-us/articles/115011719688-How-Data-Costs-are-Billed)\r\n\r\n### Technology\r\n\r\n**AMP for Mobile Tracking** \r\nAMP stands for \u2018Accelerated Mobile Pages\u2019 and is designed to facilitate mobile-optimized content. A notable aspect of the design is that it keeps 3rd party JavaScript out as much as possible to improve performance, however, there are AMP libraries available to provide additional rich content.\" \r\n\r\nSee AMP FAQ for more: [Salesforce, 56](https://konsole.zendesk.com/hc/en-us/articles/115000428507-AMP-FAQ)\r\n\r\n**Cross Device Identity Mangement (Declarative and Predictive)** \r\nPredictive DCIM costs an extra fee. \"The Predictive CDIM report describes all of the devices associated with people already in a given segment. It allows you to identify and map consumers and behavior patterns consistently across all devices, screens, and platforms.\"\r\n\r\n_Key features include_: \"Connects known and unknown devices (declared and predictive) / Create a CDIM segment directly from the report / Aggregate audiences and their data across devices / A choice of similarity levels allows you to consider the trade off between accuracy and scale\". _Key benefits include_: \"Improves reach, relevance, and inventory monetization / Increases your opportunity to sequence ads, at optimal frequency, for consistent messaging and experience across channels, throughout the journey / Delivers accurate analytics for segment profiles and campaign conversions?\r\n\r\n_Probablistic Matching:_ \r\n\"How does the probabilistic matching algorithm work?\r\n\r\nThe core of the model is designed to uncover the devices that stay together in various places over long periods of time. To do this effectively there are three important considerations - scale, training, and validation.\r\n\r\n* Scale - Because the success of the model is predicated on seeing lots of devices and how they move over time, it is essential to have massive reach into the device world. With one of the largest device footprints on the planet, Salesforce DMP has an advantageous position from which to deliver accurate results.\r\n* Training - Salesforce DMP uses deterministic data coming from authenticated events (logins, purchases, etc) to provide a truth set for training the algorithm.\r\n* Validation - From the deterministic data set, Salesforce DMP reserves some data to validate the efficacy of the model.\r\n\r\nBetween these three items we are able to continuously improve the accuracy of the predictions and deliver a better product.\r\n\r\nTo better understand the view of devices over time, consider a user's work and home movement. During the work day, all of the user's devices are likely to be tied to the same IP from work. However, colleagues are also tied to the same IP and in that single snapshot of time, it may be assumed the user and their colleagues are the same person.\r\n\r\nLooking at that same IP address at night, there is likely no activity, as everyone has left the office. When looking at the user's home IP at night, all of the devices that belong to that user and their family are tied to the same IP. That single snapshot might imply that the usr and their family are one \"person\".\r\n\r\n_Predicting with device composition:_ \"Device Composition: Salesforce DMP uses predictive cookie matching to fill in the gaps where cookies may not be present, such as mobile apps, Safari browser, ad blocking software, etc. However, because Google is looking for active audience cookies, the two systems use different logic around device composition. If your segment includes a high volume of non-stable cookies (mobile/Safari/cookie-less devices), that can impact the match rate.\" [Salesforce, 37](https://konsole.zendesk.com/hc/en-us/articles/115010886887-DFP-FAQ)\r\n\r\n\"Each user creates multiple Krux User IDs (KUIDS) - cookies in browsers as well as IDFAs or AdIDs for mobile apps. Once our cross devices algorithm identifies that two of these KUIDs belong to the same person, we increase the count of \"people\" by one and select one of the KUIDs to be the \"leading\" KUID. We call this the one the \"Uber ID\". \r\n\r\nThere are some rules in place to determine which of the KUIDs is elected the Uber ID. This evaluation can change from day to day. If the Uber ID KUID is not active for a couple of days, it loses it's status as Uber ID. In this special case, the Uber ID is removed from the segment population list and shown accordingly as \"deleted\". \r\n\r\nIt is mainly Safari users to contribute to these Uber ID changes, as on Safari each page impression created a unique new KUID.\" [Salesforce, 54](https://konsole.zendesk.com/hc/en-us/articles/115006652948-Segment-Processing-FAQ)\r\n\r\n**Salesforce DMP Einstein** \r\n\"Salesforce DMP Einstein Segmentation, which allows marketers to use machine learning to discover the multiple distinct personas that exist within their audience.\r\n\r\nUsing Einstein AI, on top of unified consumer data from both first and third-party sources, enables us to algorithmically determine the \u201cpersonas\u201d that best define a brand\u2019s audience. Now, companies can personalize marketing and reach each key persona with a message that is going to resonate, rather than blasting a one-size-fits-all retargeting message to everyone that happened to land on a particular webpage. For example, Conagra Brands has seen dramatic results by customizing the messages to different consumer personas for its Hunt\u2019s brand.\r\n\r\nThis is a great example of how our data management layer consisting of first, second, and third-party data can feed our growing AI layer to create tangible value for marketers\" [Salesforce, 1](https://www.salesforce.com/blog/2017/05/krux-is-now-salesforce-dmp.html)\"\r\n\r\n**Tracking** \r\n_Device strategies & KUIDs:_ \"We differentiate between Mobile Web and Mobile App. Mobile work works just like Desktop Web with KUIDs stored as 3rd Party cookies. This has all the benefits and limitations (e.g. Safari) Desktop Web has.\r\n\r\n_Reidentification:_ \"Can I reidentify users in Apps?\r\nYes, the IDFA or AdID stays constant. Users can be reidentified and targeted in Apps with these device IDs. User can reset this ID and receive a new one though. This is comparable to deleting cookies but not widely used.\" [Salesforce, 3](https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ)\r\n\r\n_Mobile Web & Mobile IDs:_ \"Can I connect Mobile Web and Mobile App users?\r\nNatively this is not possible. If the user logs in on Mobile Web and Mobile App using the same credentials, Salesforce DMP can store this login ID to both the Mobile Web cookie and the Mobile App device ID and such create a connection of the profiles. This is treated just like cross-device identification.\" [Salesforce, 3](https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ)\r\n\r\n_Tracking in Safari and 3rd party cookie subversion:_ Uses Hashed Device Management and 1st Party cookies (set by clients) to target Safari users, as well as a proprietary Hashed Device Identification; fingerprinting. **Salesforce can use Google PPID** if in conjunction with client and client shares Google cloud storage location. \r\n\r\nCan you user-match with 3rd-party data providers when utilizing a first-party cookie?\r\n\r\nClients will issue a 1st-party cookie to the Salesforce DMP, which we then take as our ID. Since it's not a 3rd party cookie \u2013 even though we are acting as an agent of our clients \u2013 it means that we are unable to sync those users with a 3rd party data provider unless the 3rd party fires a match pixel.\r\n [Salesforce, 4](https://konsole.zendesk.com/hc/en-us/articles/115000428307-Safari-FAQ)\r\n\r\n_CDIM & Hashing:_ \"What makes Salesforce's Hashed ID different from competitive offerings?\r\nThere are a few vendors outside of Salesforce who provide Hashed Device IDs, however, they do not couple it with a CDIM solution. This enables Salesforce to associate Safari activity within a larger, holistic set of that individual\u2019s data and utilize Safari activity within a larger conversion path.\r\n\r\nHow can you tell if other providers offering Hashed Device Management solutions are accurate or employing CDIM?\r\nIf or when you hear really high numbers of unique users (UUs) reported against Safari, it often means that they are not resolving the browser down to a single user; each page view counts as a UU in Safari if you don't have a CDIM solution.\" [Salesforce, 4](https://konsole.zendesk.com/hc/en-us/articles/115000428307-Safari-FAQ)\r\n\r\n\"Do users have a KUID in Mobile Devices?\r\nWe differentiate between Mobile Web and Mobile App. Mobile work works just like Desktop Web with KUIDs stored as 3rd Party cookies. This has all the benefits and limitations (e.g. Safari) Desktop Web has.\r\n\r\nMobile Apps cannot access cookies. They provide their device IDs IDFA (iOS) or AdID (Android) which are used by Salesforce DMP as unique identifiers instead of a Salesforce DMP cookie.\r\n\r\nCan I reidentify users in Apps?\r\nYes, the IDFA or AdID stays constant. Users can be reidentified and targeted in Apps with these device IDs. User can reset this ID and receive a new one though. This is comparable to deleting cookies but not widely used.\r\n\r\nCan I connect Mobile Web and Mobile App users?\r\nNatively this is not possible. If the user logs in on Mobile Web and Mobile App using the same credentials, Salesforce DMP can store this login ID to both the Mobile Web cookie and the Mobile App device ID and such create a connection of the profiles. This is treated just like cross-device identification.\" [Salesforce, 58](https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ)\r\n\r\n**Hashed Device Management (targeting Safari 3rd party blocking)** \r\nUsed for Safari because Safari has 3rd party blocking [Salesforce, 16](https://konsole.zendesk.com/hc/en-us/articles/115012183888-Hashed-Device-Management)\r\n\r\n\"The Salesforce DMP Hashed Device Management solution allows for targeting users on Safari browsers that block 3rd party cookies. Please open a ticket in the Help Portal if you would like to request Hashed Device Management.\" Details here: [Salesforce, 35](https://konsole.zendesk.com/hc/en-us/articles/115011230687-How-to-verify-Hashed-Device-Management)\r\n\r\n**User matching** \r\n_For a great guide on user matching, see:_ [Salesforce, 32](https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import)\r\n\r\nSalesforce and 3rd parties each use their own IDs, and match users by firing the _other_ party's pixel when their own pixel fires on a site. Match rate is the percentage of users of party A known by party B. SF DMP match rates exclude Safari and app IDs. Increased match rates create greater scale, and \"Greater audience scale creates more options for managing and optimizing campaign tactics such as segmentation, personalized messaging, frequency, omni channel journey, etc.\" Because of 3rd party blocking, **Safari users can typicaly not be matched to partners at all.** \r\n\r\n\"By default, we run user match pixels on client\u2019s websites through the Control Tag for all partners a client is working with. We fire it on all pages with a frequency cap of 3 times over a 24-hour period for a given user. This will ensure return users are matched, but will not overwhelm client\u2019s sites with unnecessary tag fires. We set the tag to fire \"immediately\" to make sure users are matched before leaving the page. \r\n\r\nIt will take up to 30 days for the match rate to reach its peak after a new user match pixel has been activated.\r\n\r\nUnlike first party data that is exclusively available to the client who owns it, user match tables are shared across all Salesforce DMP clients. This way, each client can benefit from the user match pixels being fired on other client\u2019s websites.\r\n\r\nSalesforce has one of the largest footprints in the industry, thus providing exceptionally high match rates. Match rates can vary from country to country though, depending on both Salesforce's and the partner\u2019s footprint in that market.\r\n\r\nIt is also possible for partners to fire the Salesforce DMP user match pixel across all their inventory to improve the match rate upon request.\" [Salesforce, 23](https://konsole.zendesk.com/hc/en-us/articles/115006072448-User-Matching-and-Match-Rates-FAQ)\r\n\r\nCritically, \"The Client User ID will have a one-to-many relationship with the Krux User ID in the User Match table. Note that in general, there may be multiple Krux User IDs mapped to a given Client User ID because the Krux User ID is browser specific whereas the Client User ID will be the same across multiple browsers (assuming that it is indeed a persistent user ID as opposed to a first-party cookie).\"\r\n\r\n\"For example, if there are 3 columns called Age Group, Gender, and Interest in the client\u2019s registration database that need to be imported into Salesforce DMP, then the following represents a valid data file that can be ingested by Salesforce DMP:\r\n\r\nUser1234^gender:male;age:18-24;interest:fishing\r\nUser2345^gender:female\r\nUser3456^age:35-44\r\nUser4567^gender:male;interest:fishing,boating\r\n\r\nWhen Salesforce DMP processes this file, we will create 3 attributes called Gender, Age, and Interest in the client\u2019s Salesforce DMP account. We will also automatically create the corresponding attribute values: male and female under gender and 18-24, 35-44 under age, and fishing and boating under interest.\r\n\r\nSalesforce DMP supports full-refresh.\" [Salesforce, 32](https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import)\r\n\r\nEvaluating matched users:\r\n\r\n\"Segment Population is the device population of this segment from the Manage Segments screen. This is a count of all devices that are part of the segment based on the segment's rules.\r\n\r\nMatchable population is the Segment Population minus those devices that cannot be matched to a partner. This includes Safari cookies, as per default Safari deleted all cookies after each page impression. A DSP Safari cookie will never show up again and thus can't be served ads to. Many DSPs also don't accept mobile identifiers (IDFA and AdID). So in those cases we also deduct them.\r\n\r\nSegment Match Rate is the percentage of users from the matchable population that we have matched the DSPs cookie against within the last 30 days. We only send these users as older users are not accepted by the DSPs.\r\n\r\nMore info on user matching can be found here:\r\nhttps://konsole.zendesk.com/hc/en-us/articles/115006072448-User-Matching-and-Match-Rates-FAQ\r\n\r\nCumulative population is the population we expect to see in DSP after all the previous considerations. In reality this can differ due to circumstances outside our control. E.g. Google only counts users that have been active in Google's universe on at least two different days for its population/forecasting. For full refresh connections the cumulative population is the population we send every day.\" [Salesforce, 48](https://konsole.zendesk.com/hc/en-us/articles/115009920168-Partner-Management-Additional-Account-Details-FAQ)\r\n\r\n**Ad Server analytics** \r\n\"Salesforce DMP's Yield Analytics reports allow you to understand and analyze audience segment delivery and yield across all ad impressions, irrespective of whether an ad was targeted to an audience segment or not. The \"raw\" ad impression delivery information is combined with the user audience segment map managed in the Salesforce DMP platform to produce these audience segment delivery and yield reports... The ad impression log file contains a record of every impression delivered, and each impression delivery record must contain the Krux User ID of the user who saw the ad. Note that it is not required for every delivery record to contain the Krux User ID; Salesforce DMP simply ignores the records that don't contain the Krux User ID, but the accuracy of the reports is directly proportional to the number of records that contain the Krux User ID\" [Salesforce, 30](https://konsole.zendesk.com/hc/en-us/articles/218445237-Ad-Server-Integration-for-Yield-Analytics).\r\n\r\n**Content Engagement Reports** \r\nReports allow site metrics like:\r\n\r\n* pageviews and unique visits for both segments and unique users; \r\n* Loyalty report cards (\" records the number of return visits per unique over a selected time period\"; will \"Monitor website engagement over time\"; and \"Highlights your total users (unique devices) per site, as well as return users to that site and the percentage of your total uniques that those return users represent\"); \r\n\r\n* Social Activity reports (\"describes all social sharing you have enabled through direct integration* with Facebook or Twitter\"; allows you to \"Build social influencer segments. These segments can be used to target users who are likely to share on social media: Capture Facebook Shares, Facebook Likes, Facebook Unlikes and Twitter Tweets\"; with features like \"Flexible date ranges\" and \"See the URLs of the top Facebook Likes and Twitter tweets; click-through to the original content\". (NOTE: \" third-party implementations, such as AddThis or ShareThis are not included.\")\r\n* Search keywords report: \"gives a list and population of referral keywords associated with inbound web traffic from top search engines including Google, Bing, and Yahoo\" so you can \"Build segments around search keywords; Identify valuable words to use for search campaigns to increase traffic to your site. This can help to identify good keywords for paid search campaigns; Capture site search terms and link them to your site as a data source\". This \"Lists the source, keyword, and population of referrals over the last thirty days, and is filterable by site and section\" and \"Site results are processed weekly, and all recorded keywords are available in the Segment Builder [Salesforce, 38](https://konsole.zendesk.com/hc/en-us/articles/115010860288-Content-Engagement-Report-FAQ)\r\n\r\n**Frequency Reports** \r\n\"Frequency Reports describe how many times what percentage of your audience has seen your ad. This allows you to assess how to improve conversion. Very high frequency is typically a sign of waste, and as such, a source of cost-saving. Very low frequency can suggest the audience isn\u2019t seeing the campaign enough to spur conversion, in which case it too is wasteful.\" The goal is to have the right amount of exposure for efficient conversions. [Salesforce, 39](https://konsole.zendesk.com/hc/en-us/articles/115010860128-Frequency-Report-FAQ)\r\n\r\n**Funnels Report** \r\n\"The Funnels report tracks the sequence of events on customers\u2019 paths to conversion and allows you to optimize accordingly. Use Funnels to understand at what stage in the conversion process users drop off, then target those users to encourage them to finish their purchase, registration, etc.\r\n\r\nBenefits:\r\n\r\n* Allows you to track individual user actions in a purchase process (or other conversion)\r\n* Monitor conversion success, perform A/B testing, and learn more about converted users with funnel reports based on events and event attributes\" [Salesforce, 40](https://konsole.zendesk.com/hc/en-us/articles/115010690407-Funnels-FAQ)\r\n\r\n**Lookalike Modeling** \r\n\"Lookalike Modeling applies an algorithm to a base audience segment and finds new people with features and characteristics similar to those in the base audience. Similarity and reach metrics will allow you to find the most useful lookalike with the highest similarity at the reach level required.\r\n\r\nBenefits:\r\n\r\n* Find prospects for acquisition campaigns\r\n* Expand reach by finding lookalikes among known users\"\r\n\r\n\"Uses 1st and 3rd party data for modelling\" [Salesforce, 41](https://konsole.zendesk.com/hc/en-us/articles/115010859928-Lookalike-Modeling-FAQ)\r\n\r\n**Audience Profile Report** \r\n\"The Audience Profile report shows demographic information about a specific campaign or segment and the segments with the greatest number of unique impressions.\"\r\n\r\nBenefits:\r\n\r\n* Learn which demographics your segments or campaigns fall into and export to share with clients or colleagues\r\n* Top overlapping segments will show how similar or unique your segments are\r\n\r\nFeatures:\r\n\r\n* The gender, age, and household income profile of your users is determined using information from third-party data providers\" [Salesforce, 44](https://konsole.zendesk.com/hc/en-us/articles/115010859168-Audience-Profile-Report-FAQ)\r\n\r\n\"Does the Loyalty report use devices or people?\r\n\r\nDevices; People are only displayed in the Segment dashboard.\" Safari users are not included because Safari doesn't allow 3rd party cookies. [Salesforce, 52](https://konsole.zendesk.com/hc/en-us/articles/115007354408-Salesforce-DMP-Reporting-FAQ)\r\n\r\n## References and External Links\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/krux-digital](https://www.crunchbase.com/organization/krux-digital)\r\n* _Salesforce, 01._ https://www.salesforce.com/blog/2017/05/krux-is-now-salesforce-dmp.html\r\n* _Salesforce, 02._ https://konsole.zendesk.com/hc/en-us/articles/115000451248-Salesforce-DMP-SDK-FAQ\r\n* _Salesforce, 03._ https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ\r\n* _Salesforce, 04._ https://konsole.zendesk.com/hc/en-us/articles/115000428307-Safari-FAQ\r\n* _Salesforce, 05._ https://secure.sfdcstatic.com/assets/pdf/misc/BCRPublicFAQ.pdf\r\n* _Salesforce, 06._ https://www.salesforce.com/company/privacy/full_privacy.jsp\r\n* _Salesforce, 07._ https://konsole.zendesk.com/hc/en-us/articles/217039187-Privacy-Policy-and-Opt-Out-Guide\r\n* _Salesforce, 08._ https://konsole.zendesk.com/hc/en-us/articles/115007222048-PII\r\n* _Salesforce, 09._ https://konsole.zendesk.com/hc/en-us/articles/115010458727-Data-Onboarding-Partners\r\n* _Salesforce, 10._ https://konsole.zendesk.com/hc/en-us/articles/227144948-Data-Collection-Partners\r\n* _Salesforce, 11._ https://konsole.zendesk.com/hc/en-us/articles/226620988-Data-Activation-Partners\r\n* _Salesforce, 12._ https://konsole.zendesk.com/hc/en-us/articles/217592967-Third-Party-Data-Marketplace\r\n* _Salesforce, 13._ https://konsole.zendesk.com/hc/en-us/articles/115012227268-Data-Sentry-Iris-Video-Tutorial\r\n* _Salesforce, 14._ https://konsole.zendesk.com/hc/en-us/articles/115010652267-Data-Sentry-IRIS-FAQ\r\n* _Salesforce, 15._ https://konsole.zendesk.com/hc/en-us/articles/115010652267-Data-Sentry-IRIS-FAQ\r\n* _Salesforce, 16._ https://konsole.zendesk.com/hc/en-us/articles/115012183888-Hashed-Device-Management\r\n* _Salesforce, 17._ https://konsole.zendesk.com/hc/en-us/articles/115010825168-Media-Tag-Generator-Video-Overview\r\n* _Salesforce, 18._ https://konsole.zendesk.com/hc/en-us/articles/115008240047-How-to-Create-Bulk-Segments\r\n* _Salesforce, 19._ https://konsole.zendesk.com/hc/en-us/articles/115007996507-Events-Overview\r\n* _Salesforce, 20._ https://konsole.zendesk.com/hc/en-us/articles/115005914227-How-to-Create-Platform-Segments-in-Salesforce-DMP\r\n* _Salesforce, 21._ https://konsole.zendesk.com/hc/en-us/articles/225407808-How-to-set-up-the-Salesforce-DMP-ControlTag-Helper\r\n* _Salesforce, 22._ https://konsole.zendesk.com/hc/en-us/articles/218941948-How-to-validate-a-Video-Ad-Unit-on-Video-Suite-Inspector-using-HTTP-Fox\r\n* _Salesforce, 23._ https://konsole.zendesk.com/hc/en-us/articles/115006072448-User-Matching-and-Match-Rates-FAQ\r\n* _Salesforce, 24._ https://konsole.zendesk.com/hc/en-us/articles/115012398067-What-if-I-just-want-to-import-data-instead-of-using-the-Control-Tag-SDK-or-other-DMP-tracking-\r\n* _Salesforce, 25._ https://konsole.zendesk.com/hc/en-us/articles/115012555408-What-does-the-Control-Tag-do-\r\n* _Salesforce, 26._ https://konsole.zendesk.com/hc/en-us/articles/115012367627-Will-the-DMP-Control-Tag-Impact-Page-Load-Performance-\r\n* _Salesforce, 27._ https://konsole.zendesk.com/hc/en-us/articles/115009397188-Cross-Device-Identity-Management-CDIM-FAQ-\r\n* _Salesforce, 28._ https://konsole.zendesk.com/hc/en-us/articles/226951307-How-to-Build-Segments-with-CDIM\r\n* _Salesforce, 29._ https://konsole.zendesk.com/hc/en-us/articles/226951307-How-to-Build-Segments-with-CDIM\r\n* _Salesforce, 30._ https://konsole.zendesk.com/hc/en-us/articles/218445237-Ad-Server-Integration-for-Yield-Analytics\r\n* _Salesforce, 31._ https://konsole.zendesk.com/hc/en-us/articles/115002783508-Data-Transfer-File-2-0-Import\r\n* _Salesforce, 32._ https://konsole.zendesk.com/hc/en-us/articles/214918988-First-Party-Data-Import\r\n* _Salesforce, 33._ https://konsole.zendesk.com/hc/en-us/articles/115012221127-Browser-Support\r\n* _Salesforce, 34._ https://konsole.zendesk.com/hc/en-us/articles/115011719688-How-Data-Costs-are-Billed\r\n* _Salesforce, 35._ https://konsole.zendesk.com/hc/en-us/articles/115011230687-How-to-verify-Hashed-Device-Management\r\n* _Salesforce, 36._ https://konsole.zendesk.com/hc/en-us/articles/115010886887-DFP-FAQ\r\n* _Salesforce, 37._ https://konsole.zendesk.com/hc/en-us/articles/115010886887-DFP-FAQ\r\n* _Salesforce, 38._ https://konsole.zendesk.com/hc/en-us/articles/115010860288-Content-Engagement-Report-FAQ\r\n* _Salesforce, 39._ https://konsole.zendesk.com/hc/en-us/articles/115010860128-Frequency-Report-FAQ\r\n* _Salesforce, 40._ https://konsole.zendesk.com/hc/en-us/articles/115010690407-Funnels-FAQ\r\n* _Salesforce, 41._ https://konsole.zendesk.com/hc/en-us/articles/115010859928-Lookalike-Modeling-FAQ\r\n* _Salesforce, 42._ https://konsole.zendesk.com/hc/en-us/articles/115010859228-Site-Distribution-Report-FAQ\r\n* _Salesforce, 43._ https://konsole.zendesk.com/hc/en-us/articles/115010859208-Segment-Overlap-Report-FAQ\r\n* _Salesforce, 44._ https://konsole.zendesk.com/hc/en-us/articles/115010859168-Audience-Profile-Report-FAQ\r\n* _Salesforce, 45._ https://konsole.zendesk.com/hc/en-us/articles/115010689407-Segment-Summary-FAQ\r\n* _Salesforce, 46._ https://konsole.zendesk.com/hc/en-us/articles/115010518787--Data-Studio-FAQ\r\n* _Salesforce, 47._ https://konsole.zendesk.com/hc/en-us/articles/115010365788-Why-are-top-segments-different-in-Audience-Profile-Reports-\r\n* _Salesforce, 48._ https://konsole.zendesk.com/hc/en-us/articles/115009920168-Partner-Management-Additional-Account-Details-FAQ\r\n* _Salesforce, 49._ https://konsole.zendesk.com/hc/en-us/articles/115009293927-Over-the-top-OTT-FAQ\r\n* _Salesforce, 50._ https://konsole.zendesk.com/hc/en-us/articles/115009151507-Media-Tagging-FAQ\r\n* _Salesforce, 51._ https://konsole.zendesk.com/hc/en-us/articles/115007393368-Data-Collection-FAQ\r\n* _Salesforce, 52._ https://konsole.zendesk.com/hc/en-us/articles/115007354408-Salesforce-DMP-Reporting-FAQ\r\n* _Salesforce, 53._ https://konsole.zendesk.com/hc/en-us/articles/115006780068-Real-time-Segment-FAQ\r\n* _Salesforce, 54._ https://konsole.zendesk.com/hc/en-us/articles/115006652948-Segment-Processing-FAQ\r\n* _Salesforce, 55._ https://konsole.zendesk.com/hc/en-us/articles/115002018607-UTM-Parameters-FAQ <-- in FP glossary only\r\n* _Salesforce, 56._ https://konsole.zendesk.com/hc/en-us/articles/115000428507-AMP-FAQ\r\n* _Salesforce, 57._ https://konsole.zendesk.com/hc/en-us/articles/115000428427-Data-Layer-FAQ\r\n* _Salesforce, 58._ https://konsole.zendesk.com/hc/en-us/articles/115000428127-Mobile-IDs-FAQ\r\n* _Salesforce, 59._ https://konsole.zendesk.com/hc/en-us/articles/236268468-Reach-Opportunities-Index-Calculation-Chart-Operations\r\n* _Salesforce, 60._ https://konsole.zendesk.com/hc/en-us/articles/227951188-Klever-UI-People-and-Devices\r\n* _Salesforce, 61._ https://konsole.zendesk.com/hc/en-us/articles/228024867-SuperTag-FAQ", "creation_date": "2017-09-24", "code_signature": "com.krux.androidsdk", "network_signature": "krxd\\.net", "website": "https://www.salesforce.com/products/marketing-cloud/data-management/?mc=DMP", "categories": ["Analytics", "Profiling"]}, "4": {"id": 4, "name": "Ad4Screen", "description": "## Primary Location\r\nFrance (Paris). [Crunchbase, 01](https://www.crunchbase.com/organization/ad4screen)\r\n\r\n## Website\r\n[http://www.ad4screen.com](http://www.ad4screen.com)\r\n[http://www.accengage.com](https://www.accengage.com)\r\n\r\n## About\r\nAd4Screen is \"a marketing and advertising pioneer on Mobile Net (Smartphones, Tablets...)\". They help companies \"to set up performant Mobile advertising campaigns and to increase App User engagement, retention and conversion.\" [Ad4Screen, 02](http://www.ad4screen.com/en/presentation)\r\n\r\n## Ownership\r\nAd4Screen\r\n\r\n## Documentation\r\nVia Accengage [https://docs.accengage.com/display/AND/Integration](https://docs.accengage.com/display/AND/Integration)\r\n\r\n## Products and Services\r\n\r\nAd4Screen advises clients on \"the best possible strategy to limit your risks and we manage, for you, the establishment and management of your campaigns from A to Z!\" (translated from French) [Ad4Screen, 03](http://www.ad4screen.com/publicite-mobile).\r\n\r\n### Products and Services for Mobile Advertising\r\nBranding Campaign / Promote Mobile Sites / Promote Mobile Apps / Mobile RTB / Mobile Tracking / App Store Optimization / Event Driven Strategy (Drive In-Store) [Ad4Screen, 01](http://www.ad4screen.com/en), [Ad4Screen, 02](http://www.ad4screen.com/en/presentation) \r\n\r\n_Branding Campaigns:_ \"The best sites & APPS available; Many available targeting criteria\u2019s (socio-demographics\u2026); Geo-target campaigns; Thematic packages (CSP+, Media, Finance, Sports...); Innovative formats (interstial ads, rich media, videos\u2026) \r\n\r\n_Promoting Mobile Sites:_ \"Thanks to Mobile advertising key results, Ad4Screen enables you to harness the power of your brand, generate more traffic, leads (CPL) and sales on your Mobile Sites and Tablets. Often the gap between click and real visits might be significantly important. With the objective to maximize performance, Ad4Screen guarantees an effective Cost Per Visit (CPV).\" \r\n\r\nDisplay / Rich Media / Videos: \"Our Ad Hoc Experts select the best formats, supports, publishers and Ad-Exchanges in the marketplace in order to efficiently enhance the key advantages and offers of your Mobile Sites and Tablets.\" \r\n\r\nFacebook & Twitter campaigns: \"Our teams are Experts in setting up specific mobile campaigns on Facebook and Twitter. Share high visibility and drive a Performance Business Model forward! Many available targeting criteria specific for Mobile and for each specific plateform. Ensure an Ongoing Performance\" \r\n\r\n_Promote Mobile Apps:_ \"Thanks to Mobile advertising, Ad4Screen helps you to enhance your brand reputation, gain in-depth visibility and increase your volume of APP downloads. Ad4Screen\u2019s specific business goal lies on the guarantee to capture a growing share of Cost Per Download (CPD).\" Display / Videos: \"Our Experts select the market\u2019s best set of formats, supports and well known players in the market in order to empower your Mobile APP or Tablet, whether iOS or Android. \r\n \r\n * Traditional formats: banners, interstitials\r\n * Banners, interstitials HTML5 \r\n * Interstitials videos \r\n * Pre-roll videos \r\n * Geolocalisation \r\n * Native Formats (referring to Facebook, Viadeo, Twitter). \r\n\r\nFacebook & Twitter App install campaigns: \"Our teams are Experts on monitoring Facebook and Twitter campaigns on Mobile. (Mobile Ad Formats exclusively designed to install; Share high exposure and drive a Performance Model forward; Many targeting & optimization criteria; Possibility to track APP installs). Search: \"All Queries made on Google from Smartphones and Tablets are explode! It is today\u2019s business imperative to benefit from Search Query Data to obtain high quality users. Our Operations Team is in charge of your Mobile Adwords campaigns from beginning to end. \r\n\r\n * Buy with CPC \r\n * Double Click Download \r\n * Track In-APP conversion with keywords \r\n\r\n_Mobile RTB Insights:_ \"Our Media Buying & Planning team uses the best next generation Mobile technologies (DSP) in order to program Mobile RTB campaigns. We work with the main 100% Mobile Ad-Exchanges in the market (MoPub, Flurry, Smaato, La Place M\u00e9dia\u2026). \r\n\r\n * Gain wide access to apps ad inventory (80% ad impressions & non available on Web AdEx) \r\n * Use conversion tracking to see in-app activity \r\n * Leverage intelligent algorithms in real time based on in-app conversion \r\n * Communicating to the best with digital savvy shoppers \r\n * Identify your look-alike best prospects \r\n * Invite your Mobile Site Visitors to download your APP\") \r\n\r\n_Mobile Tracking:_ \"Our main concern is to accurately follow conversion on mobile acquisition campaigns to overall revenue. Our ad hoc experts group has the know-how for the best acquisitions and tracking plateforms in the right private marketplaces. \r\n\r\n * Track where your users come from (lever, design, adWord...) \r\n * Analyse and compare specific conversion rates per sources, operating systems, countries, segments\u2026 \r\n * Track how your users interact with your app \r\n * Improve overall ROI by our Experts \r\n\r\n_App Store Optimization:_ \"Benefit from our Trends Report to optimize your organic SEO on App Store.\" \r\n\r\n * Optimize your ranking on Google Play and iTunes \r\n * Improve your APP Ranking in your own category \r\n * Create strong viral effects (Earned media) \r\n * Generate an increase on your organic installs from 10% to 40% per day!\" \r\n\r\n_Event Driven Strategy:_ \"For today\u2019s consumer, Mobile has become the ultimate Digital Shopping Tool. Ad4Screen Operations Team helps you generate more Drive In-Store traffic and positively impact on sales conversion.\r\nWe use the most pertinent Marketing Drive In-Store Tools: \r\n\r\n * Mobile Retargeting\r\n * Push Notification\r\n * GeoTargeted Mobile Advertising\r\n * iBeacon, Geofencing, QR Code...\r\n\r\nAd4Screen implements contest specific rules:\r\n\r\n * Instant Win Games\r\n * Sweepstake\r\n * In-APP & Mobile Web animations [Ad4Screen, 05](http://www.ad4screen.com/en/mobile-advertising)\r\n\r\n### Products and Services for Mobile CRM\r\nPush Notifications / Customer Loyalty Programs (Relationship Programs) / Mobile Retargeting / Email Responsive (Responsive Email Templates) / Mobile Couponing (Mobile Email Tag) / Passbook [Ad4Screen, 01](http://www.ad4screen.com/en), [Ad4Screen, 02](http://www.ad4screen.com/en/presentation)\r\n\r\n_Support:_ Sales Team / Advisory Board / Mobile CRM Experts / Media Buying & Planning / IT Team / Data Mining Team / Support Team \r\n\r\n_Sales Team:_ \"We analyze with you all your requirements and needs to create adapted and breakthrough projects maximizing your ROI.\" \r\n\r\n_Advisory Board:_ \"The Advisory Services Team covers App Store SEO, ROI Optimization, International Acquisition Campaigns Management\u2026\" \r\n\r\n_Mobile CRM Experts:_ \"Our team of experts will support you with setting up Customer Loyalty Programs.\" \r\n\r\n_Media Buying & Planning_: \"We will identify the best traffic sources, getting the best price (CPC, CPL, CPV, CPD...).\" \r\n\r\n_IT Team:_ \"We choose next generation Mobile Marketing technologies, at the cutting-edge of innovation.\" \r\n\r\n_Data Mining Team:_ \"We manage the extraction, integration and analysis of large volumes of DATA to optimize your targeting.\" \r\n\r\n_Support Team:_ \"We are here to help you planning, implementing SDK, training, preserving, updating...\" [Ad4Screen, 02](http://www.ad4screen.com/en/presentation) \r\n\r\n* (translated from French:) \"Our Experts select the best formats, supports, boards and Ad-Exchanges of the market to effectively highlight the benefits and offers of your mobile site and / or tablet.\" [Ad4Screen, 03](http://www.ad4screen.com/publicite-mobile)\r\n\r\nAd4Screen also helps clients set up trigger marketing campaigns [Ad4Screen, 01](http://www.ad4screen.com/en).\r\n\r\n## Privacy Policy\r\nAd4Screen does not appear to list a privacy policy for End Users; see [Ad4Screen, 07](http://www.ad4screen.com/en/privacy-police).\r\n\r\n## Relationships\r\nAdd4Screen lists 200 customers and 5,000 mobile campaigns [Ad4Screen, 02](http://www.ad4screen.com/en/presentation)\r\n\r\n_\"They Trust Us\":_ Betclic / Bouyges Telecom / Europcar / SFR / numericable / ebookers / La Tribune / Le Figaro / Universal Music / Axa / Airfrance KLM / Danone / Saxo Banque / Capcom / Cadremploi.fr / nexity / pole emploi / Rocket Internet / Cond\u00e9 Nast / Nestle / vente-privee.com / Pages Jaunes / Groupe Casino / Voyages-sncf.com / The Walt Disney Company / Price Minister (Rakuten Group) / Club Med / Century 21 / TF1 / Monoprix / keljob.com / kobojo / Explorimmo / easyflirt / Le Monde / LA Tribune / La Redoute / Malakoff-M\u00e9d\u00e9ric / Le PointNathan / Radio France / Orange S.A. (ex France T\u00e9l\u00e9com S.A.) / P\u00f4le emploi (government agency for unemployed) [Ad4Screen, 02](http://www.ad4screen.com/en/presentation), [Ad4Screen, 05](http://www.ad4screen.com/en/mobile-advertising) OTC Agregator [Ad4Screen, 01](http://www.ad4screen.com/en), [Ad4Screen, 04](http://www.ad4screen.com/en/nos-references) \r\n\r\n_Mobile First Alliance:_ In 2014, Ad4Screen \"split its activities into two separate and independent companies\", Accengage and Ad4Screen. Accengage offers a Mobile CRM technology while Ad4Screen specializes in \"mobile media buying and mobile relationship marketing consulting\". The Mobile First Alliance was formed thereafter, composed of three companies: Accengage, Ad4Screen, and Relatia. (Quotes are translated from French.) [Marketing web mobile, 01](http://marketing-webmobile.fr/2014/09/ad4screen-separe-ses-activites-dediteur-de-logiciels-de-mobile-crm-et-dagence-de-publicite-mobile).\r\n\r\n## Details\r\n_Financial details:_ Ad4Screen was founded in 2010 and has raised $10 million [Ad4Screen, 02](http://www.ad4screen.com/en/presentation); [Crunchbase, 01](https://www.crunchbase.com/organization/ad4screen). They were crowdfunded by OTC Agregator, a big French Insurance Company (MMA) and Web contractors (Business Interactive Founders as WCube, Betclic, Boncoin or Poweo) [Ad4Screen, 02](http://www.ad4screen.com/en/presentation).\r\n\r\n_Devices:_ Mobile and tablet media; iOS and Android [Ad4Screen, 03](http://www.ad4screen.com/publicite-mobile); works with iBeacons [Ad4Screen, 07](http://www.ad4screen.com/ibeacon).\r\n\r\n### Methods\r\nRetargeting / Push Notifications / GeoTargeted Mobile Advertising / iBeacon, Geofencing, QR Code / Mobile tracking (including across apps) / Conversion tracking (including intelligent algorithms for in-app conversion) \r\n\r\n_Mobile Push Notification & In-app Message:_ \"Do you have a smartphone app? Benefit from push notification, the new and efficient communication channel to interact with your app visitors. Communicate in real time, by sending the right message, to the right person, at the right time toward the right place inside the app. Our CRM Mobile Experts help you build customer loyalty programs in order to create more proximity and engagement with your app users.\" \r\n\r\n_Customer Loyalty Programs:_ \"Ad4Screen enables you to set up a True Value added customer loyalty programs with your savvy shoppers to dialog with them at each touchpoint of their life cycle. \r\n\r\n * Set up trigger marketing scenarios (send fully automated follow-ups according to mobile user behavior)\" \r\n * Display a welcome message at first open \r\n * Send out alerq messages tbox messages in an application\u2019s life-cycle (last update, error messages, news feed\u2026) \r\n * Send out good deals to capture a growing share of revenue \r\n * Reactive abandoned shopping carts \r\n\r\n_Mobile Retargeting:_ \"2 retargeting methods roll into action to retarget your digital device users: \r\n\r\n * From opt-in to push notification, mobile users are identified by Ad4Screen as having abandoned their shopping cart and reminded via customized push notifications \r\n * No opt-in to push are retargeted in a display mode through targeted customized banners and interstitials \r\n\r\n_Responsive Email:_ \"Ad4Screen delivers a Customer Seamless Experience to read your newsletter on Smartphone by displaying the email according to the device used by the user. \r\n\r\nNet benefits with responsive email: \r\n\r\n * Email designed according to the screen size of the device \r\n * Make it easier to read and interact with your current and prospective customers \r\n * Optimize Click-Through-Rates (Click-to-Open Rates, Click Conversation Rates) \r\n * Yield a significant ROI \r\n\r\n_Mobile Email Tag:_ \"Discover belong your subscribers who read your newsletters from a smartphone and display them in real time a bespoke banner offering to download your app. \r\n\r\nNet benefits with Mobile Email Tag: \r\n\r\n * Redefine smartphone users to individual profile \r\n * Complete mobile user\u2019s status \r\n * Enrich profiles according to the device used \r\n * Drive more traffic and generate high quality installs! \r\n\r\n_Passbook:_ \"Thanks to Ad4Screen, discover Passbook and boost your in-store traffic. The application is able to stock reward cards, ad spend coupons and other tickets. With Passbook you can:\r\n\r\n * Dematerialize your loyalty reward cards, ad spend coupons, tickets\u2026 without the need to develop an app dedicate for it \r\n * Generate in-store traffic by sending a relevant message or a push based on user\u2019s location \r\n * Plan specific events and remind them the last discount day \r\n * Recommend to install your iPhone app [Ad4Screen, 06](http://www.ad4screen.com/en/push-notifications)\r\n\r\n## References\r\n* Ad4Screen, 01. [http://www.ad4screen.com/en](http://www.ad4screen.com/en) \r\n* Ad4Screen, 02. [http://www.ad4screen.com/en/presentation](http://www.ad4screen.com/en/presentation) \r\n* Ad4Screen, 03. [http://www.ad4screen.com/publicite-mobile](http://www.ad4screen.com/publicite-mobile) \r\n* Ad4Screen, 04. [http://www.ad4screen.com/en/nos-references](http://www.ad4screen.com/en/nos-references) \r\n* Ad4Screen, 05. [http://www.ad4screen.com/en/mobile-advertising](http://www.ad4screen.com/en/mobile-advertising) \r\n* Ad4Screen, 06. [http://www.ad4screen.com/en/push-notifications](http://www.ad4screen.com/en/push-notifications) \r\n* Ad4Screen, 07. [http://www.ad4screen.com/ibeacon](http://www.ad4screen.com/ibeacon)\r\n* Crunchbase, 01. [https://www.crunchbase.com/organization/ad4screen](https://www.crunchbase.com/organization/ad4screen) \r\n* Marketing Web Mobile, 01. [http://marketing-webmobile.fr/2014/09/ad4screen-separe-ses-activites-dediteur-de-logiciels-de-mobile-crm-et-dagence-de-publicite-mobile](http://marketing-webmobile.fr/2014/09/ad4screen-separe-ses-activites-dediteur-de-logiciels-de-mobile-crm-et-dagence-de-publicite-mobile)\r\n\r\n## External links\r\n* _Crunchbase (Ad4Screen)_: [https://www.crunchbase.com/organization/ad4screen](https://www.crunchbase.com/organization/ad4screen) \r\n* _AppBrain_: [https://www.appbrain.com/dev/AD4Screen/](https://archive.is/SgBjU)", "creation_date": "2017-09-24", "code_signature": "com.ad4screen.sdk", "network_signature": "a4\\.tl|accengage\\.com|ad4push\\.com|ad4screen\\.com", "website": "http://www.ad4screen.com", "categories": ["Advertisement"]}, "5": {"id": 5, "name": "Google DoubleClick", "description": "** Deprecated and replaced by Google AdMob**\r\n\r\n## Primary Location\r\nUnited States (New York City) [Crunchbase, 01](https://www.crunchbase.com/organization/doubleclick)\r\n\r\n## Website\r\n[https://www.doubleclickbygoogle.com](https://www.doubleclickbygoogle.com)\r\n\r\n## About\r\nDoubleClick offers products and services to publishers and advertisers. Publishers use DoubleClick to display advertisements, and advertisers use DoubleClick to control the displaying of their ads by publishers.\r\n\r\n## Ownership\r\nGoogle\r\n\r\n## Documentation\r\n[https://developers.google.com/doubleclick-publishers/docs/start](https://developers.google.com/doubleclick-publishers/docs/start)\r\n\r\n## Products and Services\r\n\r\n### Identification and Analytics\r\n* Through DoubleClick Campaign Manager (DCM), Google uses mobile device IDs to attribute conversions to mobile devices [DoubleClick, 07](https://developers.google.com/doubleclick-advertisers/guides/conversions_overview#using_mobile_device_id).\r\n* DoubleClick segments audiences for targeted advertising [The Guardian, 01](https://www.theguardian.com/technology/2012/apr/23/doubleclick-tracking-trackers-cookies-web-monitoring).\r\n* Google performs cross-device identification (via Google Attribution) [Search Engine Land, 01](https://searchengineland.com/google-attribution-search-marketers-need-know-275751); [DoubleClick, 01](https://www.doubleclickbygoogle.com/articles/google-debuts-new-ad-attribution-service); [Forbes, 01](https://www.forbes.com/sites/roberthof/2017/05/23/did-that-ad-work-google-debuts-new-ai-driven-ad-attribution-service).\r\n* Google connects data to personally identifiable information [ProPublica, 01](https://www.propublica.org/article/google-has-quietly-dropped-ban-on-personally-identifiable-web-tracking).\r\n* DoubleClick offers analytics services for revenue management [DoubleClick, 05](https://www.doubleclickbygoogle.com/solutions/revenue-management/ad-exchange); [DoubleClick, 06](https://support.google.com/dcm/partner/answer/4568975?hl=en); [Online-behavior.com, 01](http://online-behavior.com/analytics/dfp-audience)\r\n\r\n### Store visit tracking\r\nThrough AdWords, Google offers insights on store-visit conversions: \"In DoubleClick Search, you can report on store visit conversions by adding a custom AdWords store visit conversions column to a report\" [Google, 01](https://support.google.com/ds/answer/6348835?hl=en).\r\n\r\n### Advertising Methods\r\n* DoubleClick loads targeted advertisements [Google, 03](https://support.google.com/dfp_premium/answer/2884033?hl=en); [Google, 05, PDF](http://services.google.com/fh/files/misc/case-study-accuweather-delivers-enhanced-value-to-advertisers-with-doubleclick-for-publishers-and-google-analytics-360.pdf); [The Guardian, 01](https://www.theguardian.com/technology/2012/apr/23/doubleclick-tracking-trackers-cookies-web-monitoring).\r\n* Google Attribution integrates information from several Google ad services, including DoubleClick, to evaluate the effectiveness of ads, from search to store visits [Forbes, 01](https://www.forbes.com/sites/roberthof/2017/05/23/did-that-ad-work-google-debuts-new-ai-driven-ad-attribution-service); [Google, 04](https://support.google.com/richmedia/answer/3399874?hl=en)\r\n* Google is using offline and online data sources to conduct real-world location targeting [Google, 01](https://support.google.com/ds/answer/6348835?hl=en); [Google, 02](https://support.google.com/adwords/answer/6100636?co=ADWORDS.IsAWNCustomer%3Dfalse&hl=en-GB); [TechCrunch, 02](https://techcrunch.com/2017/05/23/google-is-now-using-deep-learning-to-measure-store-visits); [DoubleClick, 02](https://support.google.com/adxseller/answer/6016023?hl=en)\r\n* Google conducts real-time targeting [DoubleClick, 04](https://www.doubleclickbygoogle.com/articles/bt-sport-dynamic-ad-insertion-google)\r\n* Google uses artificial intelligence (via Google Attribution) [Forbes, 01](https://www.forbes.com/sites/roberthof/2017/05/23/did-that-ad-work-google-debuts-new-ai-driven-ad-attribution-service); [TechCrunch, 01](https://techcrunch.com/2017/05/23/google-attribution-is-a-free-and-easy-way-to-evaluate-marketing-efforts); [TechCrunch, 02](https://techcrunch.com/2017/05/23/google-is-now-using-deep-learning-to-measure-store-visits)\r\n* Google targets across devices and channels [Forbes, 01](https://www.forbes.com/sites/roberthof/2017/05/23/did-that-ad-work-google-debuts-new-ai-driven-ad-attribution-service)\r\n* DoubleClick provids bidding services [DoubleClick, 05](https://www.doubleclickbygoogle.com/solutions/revenue-management/ad-exchange)\r\n\r\n### Advertising Networks\r\n* Google conducts data sharing and integration [DoubleClick, 05](https://www.doubleclickbygoogle.com/solutions/revenue-management/ad-exchange); [The Guardian, 01](https://www.theguardian.com/technology/2012/apr/23/doubleclick-tracking-trackers-cookies-web-monitoring); [DoubleClick, 03](https://support.google.com/dfp_premium/answer/6281539?hl=en); [AppsFlyer, 01](https://support.appsflyer.com/hc/en-us/articles/115003213726-DoubleClick-Integration-Guide)\r\n\r\n## Privacy Policy\r\nA Google search for \"DoubleClick Privacy Policy\" brings the user to the general Google privacy policy web page.\r\n\r\n_Cookies:_ Google's privacy policy states that Google uses cookies in web broswers for targeted advertising. They also store a record of the ads they serve in their logs. Log data includes \"your web request, IP address, browser type, browser language, the date and time of your request, and one or more cookies that may uniquely identify your browser.\" They anonymize the log data by \"removing part of the IP address (after 9 months) and cookie information (after 18 months)\". Google services, such as AdWords, AdSense, and a range of DoubleClick-branded services, may send cookies to your bro]]wser when you visit a page or see an ad that uses one of these services. \r\n\r\n_Other technologies:_ Google may \"select advertising based on information about your computer or device, such as your device model, browser type, or sensors in your device like the accelerometer.\" \r\n\r\n_Location:_ Google may infer your location \"from a variety of sources\", including your IP address, search queries, as well as you \"precise location from your mobile device\" and \"websites or apps that you use may send information about your location\" to Google. Google \"uses location information in our ads products to infer demographic information, to improve the relevance of the ads you see, to measure ad performance and to report aggregate statistics to advertiser.\" \r\n\r\n_Mobile tracking:_ When cookies are not available (eg, in mobile devices), Google \"may use technologies that perform similar functions to cookies. Sometimes Google links the identifier used for advertising on mobile applications to an advertising cookie on the same device in order to coordinate ads across your mobile apps and mobile browser. This can happen, for example, when you see an ad within an app that launches a web page in your mobile browser. This also helps us improve the reports we give to our advertisers on the effectiveness of their campaigns.\"\r\n\r\n_Opt-out and user control:_ Users can control cookie tracking through Google Ad Settings, consumer choice tools created under self-regulation programs in many countries, and through the management of cookies in web browser settings. Users can opt out of personalized ads in apps through Android and iOS device settings [Google, 06](https://www.google.com/policies/technologies/ads).\r\n\r\n## Details\r\nDoubleClick was founded in 1995 [Crunchbase, 01](https://www.crunchbase.com/organization/doubleclick).\r\n\r\n## References\r\n* _AppsFlyer, 01._ https://support.appsflyer.com/hc/en-us/articles/115003213726-DoubleClick-Integration-Guide \r\n* _Crunchbase, 01._ https://www.crunchbase.com/organization/doubleclick\r\n* _DoubleClick, 01._ https://www.doubleclickbygoogle.com/articles/google-debuts-new-ad-attribution-service \r\n* _DoubleClick, 02._ https://support.google.com/adxseller/answer/6016023?hl=en \r\n* _DoubleClick, 03._ https://support.google.com/dfp_premium/answer/6281539?hl=en \r\n* _DoubleClick, 04._ https://www.doubleclickbygoogle.com/articles/bt-sport-dynamic-ad-insertion-google \r\n* _DoubleClick, 05._ https://www.doubleclickbygoogle.com/solutions/revenue-management/ad-exchange \r\n* _DoubleClick, 06._ https://support.google.com/dcm/partner/answer/4568975?hl=en \r\n* _DoubleClick, 07._ https://developers.google.com/doubleclick-advertisers/guides/conversions_overview#using_mobile_device_id \r\n* _Forbes, 01._ https://www.forbes.com/sites/roberthof/2017/05/23/did-that-ad-work-google-debuts-new-ai-driven-ad-attribution-service \r\n* _Google, 01._ https://support.google.com/ds/answer/6348835?hl=en \r\n* _Google, 02._ https://support.google.com/adwords/answer/6100636?co=ADWORDS.IsAWNCustomer%3Dfalse&hl=en-GB\r\n* _Google, 03._ https://support.google.com/dfp_premium/answer/2884033?hl=en\r\n* _Google, 04._ https://support.google.com/richmedia/answer/3399874?hl=en \r\n* _Google, 05, PDF._ http://services.google.com/fh/files/misc/case-study-accuweather-delivers-enhanced-value-to-advertisers-with-doubleclick-for-publishers-and-google-analytics-360.pdf\r\n* _Google, 06._ https://www.google.com/policies/technologies/ads\r\n* _Online-behavior.com, 01._ http://online-behavior.com/analytics/dfp-audience \r\n* _ProPublica, 01._ https://www.propublica.org/article/google-has-quietly-dropped-ban-on-personally-identifiable-web-tracking \r\n* _Search Engine Land, 01._ https://searchengineland.com/google-attribution-search-marketers-need-know-275751 \r\n* _TechCrunch, 01._ https://techcrunch.com/2017/05/23/google-attribution-is-a-free-and-easy-way-to-evaluate-marketing-efforts \r\n* _TechCrunch, 02._ https://techcrunch.com/2017/05/23/google-is-now-using-deep-learning-to-measure-store-visits \r\n\r\n## External links\r\n* _Crunchbase (DoubleClick):_ [https://www.crunchbase.com/organization/doubleclick](https://www.crunchbase.com/organization/doubleclick)\r\n* _Wikpedia (DoubleClick):_ [https://en.wikipedia.org/wiki/DoubleClick](https://en.wikipedia.org/wiki/DoubleClick)\r\n* _Ghostery (DoubleClick:_ [https://apps.ghostery.com/apps/doubleclick](https://apps.ghostery.com/apps/doubleclick)", "creation_date": "2017-09-24", "code_signature": "", "network_signature": "2mdn\\.net|dmtry\\.com|doubleclick\\.com|doubleclick\\.net|mng-ads\\.com", "website": "https://www.doubleclickbygoogle.com/", "categories": []}, "6": {"id": 6, "name": "Weborama", "description": "## Primary Location\r\nFrance (Paris)\r\n\r\n## About\r\nWeborama \"collect, organise, stock, transform and operate data within the advertising ecosystem, thanks to a 400 million profiles database\" [Weborama, 02](https://www.weborama.com/data/presentation); [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf). They provide ad analytics and behavioral targeting services [Crunchbase, 01](https://www.crunchbase.com/organization/weborama).\r\n\r\n## Ownership\r\nWeborama\r\n\r\n## Documentation\r\n[https://be-interactive.atlassian.net/wiki/spaces/SDK/pages/5931037/Integration+with+DFP](https://be-interactive.atlassian.net/wiki/spaces/SDK/pages/5931037/Integration+with+DFP)\r\n\r\n## Products and Services\r\nWeborama \"specializes in creating and delivering targeted online ads. Weborama identifies the content, services and products that are most likely to match the interest of specific user groups according to their browsing history\" [Weborama, 07](https://www.weborama.com/e-privacy/our-commitment).\r\n\r\nWeborama features an audience-driven advertising platform:\r\n\r\n\"The Weborama platform enables advertisers to create audience segments from Media, Site and/or CRM data. These segments can be enhanced using 3rd party data. Advertisers can use these segments to buy ad space and target their campaigns. The Weborama platform analyses the performance of these campaigns and audiences and optimises them in real time\" [Weborama, 02](https://www.weborama.com/data/presentation). \r\n\r\n\"Weborama has been developing solutions in adserving, data Management Platform (DMP), audience analysis, data segmentation and target segments for 15 years\" [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf). \r\n\r\n_Weborama Audience Manager:_ A Data Management Platform; it is a \"data management platform for segmentation of different sources of 1st party (CRM, media and website) data, enriched by 3rd party data using access to data owned by Weborama.\"\r\n\r\n_Weborama Audience Insight:_ A \"tool for analysing audience behavior on internet sites\" \r\n\r\n_Weborama Campaign Manager:_ \"adserving tool for management and optimisation of advertising campaigns\" \r\n\r\n_Weborama Advanced Rich Media:_ A \"tool for managing rich media/video campaigns\" \r\n\r\n_Weborama Audience Exchange:_ A \" premium multi-device audience platform, on two channels (WaX for agency, WaX for trading desk). Classic formats, rich media and in stream\" \r\n\r\nWeborama offers audience analysis and a targeted marketing proposal for publishers [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf).\r\n\r\n## Privacy Policy\r\n\r\nWeborama's website privacy policy was last updated in 2014 and does not mention mobile.\r\n\r\n_Opt out procedure:_ \"Users can choose to opt out of Weborama\u2019s anonymous data collection program. Once users opt out, Weborama does not collect navigation data or create marketing profiles anymore. Opting out does not prevent users from receiving online ads delivered by Weborama, but these ads are delivered randomly. They are not targeted to a user\u2019s modelled interest or demographics, are not delivered in sequence or delivered according to any previous advertising interaction. When users opt out, Weborama stores a specific cookie on their browser. Weborama\u2019s opt-out cookie has to be downloaded on each computer and each browser used by users. If cookies are disabled, erased, or altered, and if browsers or operating systems are modified or upgraded, the opt-out process might need to be performed again.\" [Weborama, 07](https://www.weborama.com/e-privacy/our-commitment)\r\n\r\n_Opting out:_ \"In accordance with current legislation, internet users can unsubscribe at any moment from Weborama\u2019s data collection programme, either by using the opt-out on the group\u2019s website, or via the icon Ad Choices, which can be found on all targeted advertising, and returning it via website YourOnlineChoices at IAB Europe.\" [\r\n\r\n_Personally identifiable information:_ Weborama \"does not collect personally identifiable information (PII) such as name, email address or phone number. Weborama does not profile users according to their political, philosophical, sexual or religious preferences, ethnic or racial origins, trade union membership or health condition.\r\n\r\n_Segmenting and age:_ Weborama does not intentionally profile or target sensitive audience segments such as children under the age of 13 or any other segments considered sensitive by IAB Europe\u2019s Self-regulation Online Behavioural Advertising (OBA) Framework.*\"\r\n\r\n_Data Usage and Security:_ \"Navigation data is used by Weborama to build users\u2019 marketing profiles. These profiles are used to deliver, target and/or analyse online marketing campaigns. These actions are conducted by Weborama on behalf of its clients, or by business partners with whom Weborama synchronises anonymous user profiles. Measures have been implemented to protect information from unauthorized or unlawful access, use or disclosure, and against accidental loss, damage or destruction. Access to data is restricted to authorized individuals. Weborama is a member of the Internet Advertising Bureau (IAB) and complies with all applicable laws and regulations as well as with IAB principles as described in the Online Behavioural Advertising (OBA) Framework.\"\r\n\r\n_Privacy Policy last updated:_ Weborama was last updated 16th of October 2014\" [Weborama, 07](https://www.weborama.com/e-privacy/our-commitment)\r\n\r\n## Relationships\r\n\"Over 300 clients use Weborama\u2019s innovative solutions to drive and optimise their online investments in France, Spain, Italy, Portugal, Holland, UK and Russia\" [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf).\r\n\r\nOdnoklassniki (the first Russian social network) / Move Publishing [Weborama, 01](https://www.weborama.com) / EDF / MAIF / Pernod Ricard / Medela / Endesa / Findus / Yeppon / Moschin [Weborama, 06](https://www.weborama.com/documents/2017/09/weborama-growth-of-the-operating-profit-in-the-first-half-of-2017.pdf)\r\n\r\n## Details\r\n_Financial details:_ Weborama was founded in 1998 (listed on Alternext since June 2006 as ALWEB) [Weborama, 02](https://www.weborama.com/data/presentation); it had a market capitalization of \u20ac28 million as of 2015 [Wikipedia, 01](https://fr.wikipedia.org/wiki/Weborama](https://fr.wikipedia.org/wiki/Weborama). Weborama recorded revenues of 24.3 million Euros in 2012 [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf); revenues \"reached \u20ac29 million in 2016\" [Weborama, 05](https://www.weborama.com/infos-financieres/financial-figures). Operating income was up in early 2017. A recently signed international agreement with \"a leading media/marketing player...will especially enable Weborama to grow its presence in the United States.\" [Weborama, 06](https://www.weborama.com/documents/2017/09/weborama-growth-of-the-operating-profit-in-the-first-half-of-2017.pdf)\r\n\r\n_Growth:_ Weborama had 110 million profiles in 2013; this suggests a growth of 300 million profiles in just 4 years [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf); [Weborama, 07](https://www.weborama.com/e-privacy/our-commitment)\r\n\r\n_Devices:_ Web browsers / Trackers in mobile apps\r\n\r\n### Methods\r\n_Data assets:_ Weborama has \"400 million profiles in the European database\" and \"More than 200 socio-demo, behavioural and intenders criteria\". This is used for \"data solutions\" for advertisers; the Audience Manager gives \"an exclusive and native access to 400 million profiles in Europe\" with a \"360\u00b0 view of behavioural and socio-demographic data\". Audience Insight \"allows viewing the audience structure by age, gender and occupation, along with the distribution of behavioural segments and clusters\", which \"helps publishers to drill down into their audience profile in real time, and thereby to maximise its monetisation\" [Weborama, 04](https://www.weborama.com/data/the-offering).\r\n\r\nWeborama tags placed on a publisher's website allows them to \"collect raw and anonymous navigation data\". They conduct \"Audience analysis, followed by a relevant and targeted marketing proposal\" to be \"conducted within three weeks from the date Weborama tags\" the website [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf)\r\n\r\nWeborama \"collects anonymous user navigation data via a network of several thousands of partner websites. These websites make it possible for Weborama to store cookies on users\u2019 browsers to allow for their anonymous identification and tracking over the Internet. Navigation data collected by Weborama only includes non-personally identifiable information (NPII) such as URL pages, software equipment, keywords used for searching, geographic location (at state or city level), and advertising interaction history\" [Weborama, 07](https://www.weborama.com/e-privacy/our-commitment).\r\n\r\n_Location targeting:_ \"Generate qualified traffic in store thanks geolocation\" [Weborama, 02](https://www.weborama.com/2017/09/retail-which-dmps-use-cases) \r\n\r\n_Big Data:_ \"Data is at the heart of its expertise, thanks to its strategists, data consultants, computer linguists, statisticians, mathematicians and developers. Big Data is the driver of development today at Weborama, and will continue to be in the future. Great cares are taken to collect data anonymously, internet user benefits from more relevant advertising.\" [Weborama, 02](https://www.weborama.com/data/presentation)\r\n\r\n_Semantic processing: Cookies, segmenting, & survey:_ \"the data is sourced anonymously from 300,000 sites, using cookies, then processed instantly. this audience classification is a critical process within each database. thanks to this methodology Weborama has a database of 110 million profiles of behavioural, socio-demographic, and purchasing intent data in Europe, 70 million of which are from France. Today, Weborama has identified almost 200 clusters (centres of interest) based on the behaviour of internet users, divided into 23 segments (a segment being a \u201cfamily\u201d of clusters). Weborama\u2019s socio-demographic database is built from a sample group of 300,000 active internet users in France who responded willingly to a questionnaire giving their age, gender and socio-professional category. by cross-referencing behavioural clusters with Weborama\u2019s socio-demographic sample group, the sample group data are extrapolated from the database as a whole\" [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf).\r\n\r\n_Patented technologies based on algorithms and the automatic processing of language:_ 33 million active URLs; 300,000 sites analysed each day; 110 million active profiles per month; 3.5 million qualified internet users per day; 25 words per day per internet user.\" [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf) \r\n\r\n_Knowledge: 3rd party & 1st party data:_ The Weborama 3rd party database enriches 1st party data. 3rd party data is \"Data from a third party which do not belong to the advertiser or publisher, but are made available to them for deployment in online marketing\", whereas 1st party data is \"Data belonging to an advertiser or publisher.\"\r\n\r\n_Audience Segmentation & Targeted Advertising:_ With big data collections, Weborama can identify \"look-alikes\" of internet users with a similar profile to those who \"transform\" (\"subscriptions to products offered in the campaign\"). \"This allows them to be offered advertising which is personalised to fit their profile\". Audience segmentation in media campaigns was introducted by an advertiser in 2012; the advertiser was looking to increase the level of transformation while reducing loss of media investments, and called upon Weborama to build a mechanism for its commercial catalogue. Weborama creates a database, including from data collected by advertisers, and builds a targeted advertising model, which includes a model training phase and A/B testing. \r\n\r\nData mining is conducted as follows: \"this database is then enriched with socio-demographic and behavioural criteria for internet users whose profile is known to Weborama, thanks to their database of 70 million qualified profiles in France. this data is cross referenced with the data coming from Weborama Campaign Manager. this anonymous information is accessible as a whole using the internet user identifier (a series of characters for each individual contained in the cookies deposited in the internet explorer). this unique identifier allows Weborama to find the complete profile of the internet user in their database, in real time.\" Search and surf data is used; Weborama then views transactions over weeks, and observes outcomes from users in the database which includes 60 million qualified profiles over approximatley 300 columns, including ads viewed, reactions (visit, click), behavior on the website visited, and socio-demographic and behavioral profile. \r\n\r\nTraining the model is conducted as follows: From the database, build graphic representation and create permanent tree segments. The criteria most relevant to each product or service can be extracted, where the criteria is based on transformation of the internet users exposed to ad campaigns and impressions.\r\n\r\nWeborama's database \"is then enriched with socio-demographic and behavioural criteria for internet users whose profile is known to Weborama, thanks to their database of 70 million qualified profiles in France. this data is cross-referenced with the data coming from Weborama Campaign Manager. this anonymous information is accessible as a whole using the internet user identifier (a series of characters for each individual contained in the cookies deposited in the internet explorer). this unique identifier allows Weborama to find the complete profile of the internet user in their database, in real time.\" \r\n\r\nWeborama runs A/B testing to determine if the model is working, based on confidence intervals. Variation can occur for many reasons, such as a calendar event or a holiday. \r\n\r\n_Segmentation for publishers:_ \"Above all, the aim of publishers is to organise their commercial products so that they can offer advertisers and agencies, in addition to the contextual menu, packs of targeted audiences, enriched by 3rd party data. the second challenge is to build specific audience packs using ad hoc target segments based on both socio-demographic and behavioural targeting (taking account of the internet users\u2019 different areas of interest). \"Segmentation of a site\u2019s audience allows visitor profiles \r\nfrom other areas of interest to be seen. It is highly probable that a current affairs site has, among its audience, people who enjoy other sites (finance, beauty, fashion, cookery, travel...). this will offer the publishers the possibility of assessing their content quality, as well as that of their audience, while expanding their client base. \" \r\n\r\n_Two methods of data enrichment from publishers:_ The first method \"includes the synchronisation and propagation of Weborama\u2019s socio-demographic criteria and behavioural clusters on the publisher\u2019s site audience. this is possible by identifying profiles recognised within the site\u2019s audience, which are already part of the Weborama database. In this particular case, the adserver of the publisher calls the Weborama database for each internet user. If the Weborama database recognises the socio-demographic profile or behaviour of the visitor to the site, the visitor is transferred to the publisher\u2019s adserver. the publisher\u2019s adserver therefore now contains the socio-demographic and behavioural profile of the majority of its internet users.\" \r\n\r\nThe second method \"identifies and analyses the website user\u2019s profiles to create ad hoc target users relevant to the advertisers\u2019 areas of activity.\" Here Weborama creates _ad hoc_ profiles, and then there is a \"transfer of ad hoc target users\": \"the transfer of ad hoc users defined above is possible using a list of different adserver pixels. this transfer is done by a call of the pixels generated by the publisher\u2019s adserver. the volume of profiles per target required are then available directly in the adserver\" [Weborama, 03](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf).\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/weborama](https://www.crunchbase.com/organization/weborama)\r\n* _Weborama, 01._ [https://www.weborama.com](https://www.weborama.com)\r\n* _Weborama, 02._ [https://www.weborama.com/data/presentation](https://www.weborama.com/data/presentation) \r\n* _Weborama, 03._ [http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf](http://www.weborama.com/documents/2013/06/data-according-to-weborama.pdf) \r\n* _Weborama, 04._ [https://www.weborama.com/data/the-offering](https://www.weborama.com/data/the-offering) \r\n* _Weborama, 05._ [https://www.weborama.com/infos-financieres/financial-figures](https://www.weborama.com/infos-financieres/financial-figures) \r\n* _Weborama, 06._ [https://www.weborama.com/documents/2017/09/weborama-growth-of-the-operating-profit-in-the-first-half-of-2017.pdf](https://www.weborama.com/documents/2017/09/weborama-growth-of-the-operating-profit-in-the-first-half-of-2017.pdf) \r\n* _Weborama, 07._ [https://www.weborama.com/e-privacy/our-commitment](https://www.weborama.com/e-privacy/our-commitment)\r\n \r\n## External Links\r\n* _Wikipedia (Weborama, French):_ [https://fr.wikipedia.org/wiki/Weborama](https://fr.wikipedia.org/wiki/Weborama) \r\n* _Wikipedia (Weborama, English translation):_ [https://translate.google.com/translate?hl=en&sl=fr&u=https://fr.wikipedia.org/wiki/Weborama&prev=search](https://translate.google.com/translate?hl=en&sl=fr&u=https://fr.wikipedia.org/wiki/Weborama&prev=search)", "creation_date": "2017-09-24", "code_signature": "com.weborama.", "network_signature": "weborama\\.fr|weborama\\.net", "website": "https://www.weborama.com", "categories": ["Analytics"]}, "7": {"id": 7, "name": "Smart", "description": "## Primary Location\r\nFrance\r\n\r\n## Website\r\n[http://smartadserver.com](http://smartadserver.com)\r\n\r\n## About\r\nSmart uses a \"full stack ad technology\" for digital campaigns [Smart, 03](http://smartadserver.com/request-a-demo). They deliver \"multi-screen and multi-channel advertising\" for clients [Smart, 01](http://smartadserver.com). \r\n\r\n## Ownership\r\nSmart\r\n\r\n## Documentation\r\n[https://github.com/smartadserver/SAS-DFP-Adapter-Android](https://github.com/smartadserver/SAS-DFP-Adapter-Android)\r\n\r\n## Products and Services\r\n_Solutions for publishers:_ Ad Server / Programmatic / Mobile / Video / Ad Formats [Smart, 04](http://smartadserver.com/publisher-platform/holistic-ad-server) \r\n\r\n_Full stack ad technology platform:_ Smart is a full stack ad technology platform: \"We come to work because we want to solve the biggest problem publishers, advertisers and agencies face in online advertising \u2014 control. It\u2019s simple. When other companies sell and resell your ad inventory and data through various parties, you depreciate your company\u2019s value along the way. Smart\u2019s integrated ad server and RTB+ Solution allows you to maintain control over your valuable media assets. We provide you with one robust engine to drive your revenues at any scale. Your ad server is the core of your business. It\u2019s your most important strategic asset. It\u2019s that much more powerful when it is seamlessly integrated with RTB+ and can handle the monetization and delivery of any kind of ads \u2013 display, rich media, video \u2013 on any platform \u2013 web, mobile web or mobile apps\" [Smart, 05](http://smartadserver.com/what-we-do/our-mission). \r\n\r\n_Holistic Ad Server:_ \"One integrated platform to run your entire advertising business, including direct and programmatic campaigns, across all digital formats and screens. Optimize operations without losing time switching between platforms... As the central piece of the puzzle, the ad server gets the big picture. It can optimize the value of each impression by taking absolutely all parameters into account in real time allowing direct sales to compete with programmatic ones. The platform dynamically allocates ads by incorporating all activity on the network: traffic and inventory forecasting, delivery planning, guaranteed campaign commitments, offers, and targeting parameters\" [Smart, 04](http://smartadserver.com/publisher-platform/holistic-ad-server). \r\n\r\n\"The Smart AdServer full stack platform features both an ad server and an SSP. From a single entry point, you can manage all your revenue sources: direct, programmatic and ad network mediation. Our outstanding holistic yield optimization algorithm ensures that each impression is sold through the best sales channel in order to maximize your overall revenue\" [Smart, 06](http://smartadserver.com/publisher-platform/full-stack).\r\n\r\nThe service offers:\r\n \r\n* Cross-platform delivery\r\n* Forecasting \r\n* Ad format builder\r\n* Viewability measurement\r\n* Open and extendable services\r\n* Expert support [Smart, 04](http://smartadserver.com/publisher-platform/holistic-ad-server)\r\n\r\n_Premium Programmatic:_ \"Our cross-platform, cross-device, cross-channel technology is 100% independent, 100% publisher-focused and easy-to-use. Access top quality buyers via an SSP integrated into the ad server.\" This can:\r\n\r\n1. Deliver premium ad campaigns (for rich media, native ads, and video)\r\n2. Manage any type of deal (open auction for unreserved inventory; direct deals of fixed-price unreserved inventory; private auctions for buyers; and guaranteed deals with same options as for direct campaigns)\r\n3. Regain full control of your inventory (granular control over RTB rules, including transparency level of your inventory, setting floor prices, and block-lists; quality monitoring utilizing smart machine learning, 3rd party tools, transparency reports, and a creative control interface)\r\n4. Optimize your advertising revenue (manage all of your revenue sources - direct, programmatic, and ad network mediation - from a single interface). A holistic yield optimization algorithm ensures impressions sold through the best sales channel to maximize revenue; an RTB+ Dashboard offers analytics for insights and revenue decisions; Smart AdServer teams to consult; and Smart Yield+ to optimize rules and price floors [Smart, 08](http://smartadserver.com/publisher-platform/premium-programmatic).\r\n\r\n_RTB Mobile:_ Deliver relevant mobile ad experiences, using rich media templates so \"you can create a campaign even if you don\u2019t have stellar technical skills\" [Smart, 09](http://smartadserver.com/publisher-platform/mobile).\r\n\r\n## Relationships\r\n650+ customers [Smart, 11](http://smartadserver.com/media-buyers) \r\n150+ integrated partners [Smart, 10](http://smartadserver.com/what-we-do/ecosystem) \r\n\r\n_Demand partners:_ Radium one / Turn / AppNexus / DoubleClick bid manager by Google / MediaMath / Adform / criteo (A.I. marketing platform) / nextperf / theTradeDesk / sociomantic / quantcast / Index / BidSwitch / DataXu / AdRoll / Vizury / Sitescout / Liquid M / LDmobile / mediasmart / Trademob / A mob / StikeAd / loopMe / DynAdmic / Zebestof / Pocketmath / adelphic / TLVMedia [Smart, 10](http://smartadserver.com/what-we-do/ecosystem) / himediagroup / aufeminin / Axel Springer / SFR R\u00e9gie / Orange / M-Publicite / L'\u00c9quipe / Clar\u00edn / Genesismedia / Antevenio / [Smart, 13](http://smartadserver.com/company/customers)\r\n\r\n_Others:_ \r\n\r\n* 2nd screen: screenpulse / TVTY Real Time / Visiware International \r\n* 3rd Party Vendors: adform / celtra / DoubleClick by Google / Atlast by Facebook / flashtalking / InMobi / inspired / justAd / MobileAds / S4M / Sizmek / userADgents / weborama / Joule \r\n* Analytics: Keynote / S4M \r\n* Audience Data: AudienceScience / ezakus / Globalfastads.com / navegg / Tail Target / krux \r\n* Brandsafety: adwatchisobar \r\n* Content Delivery Network: Akamai / Level(3) \r\n* Creatives: iab / iab MRAID webTester / iab compliant VAST \r\n* Environment: Android / HTML5 / W3C \r\n* Forecast: Yieldex \r\n* Membership: iab / MMA (Mobile Marketing Association) \r\n* Order management: adlogix.eu / Advendio.com / fivia / nugg.ad \r\n* Privacy: Ghostery / Your Online Choices \r\n* Publishing Networks: Facebook / Google Display Network / msn / Pandora / Q1 Media / The New Yorker / Travel+ Leisure / YouTube \r\n* Video Players: brightcove / Dailymotion / flowplayer / JWPlayer / OOYALA \r\n* Viewability: AppNexus [Smart, 10](http://smartadserver.com/what-we-do/ecosystem)\r\n\r\nAntevenio (ad network that delivers 1.2 billion ad impressions/month to MTV, Paramount, Libertad Digital, Letsbonus, Repsol, BBC, etc. - see [Smart, 07](http://smartadserver.com/uploads/EN_SAS_RTB_Case_study_antevenio_2014_3.pdf)) / access to 50,000 leading global marketer brand buyers through Smart AdServer's Demand Partner Network [Smart, 08](http://smartadserver.com/publisher-platform/premium-programmatic) altitude digital / adikteev [Smart, 11](http://smartadserver.com/media-buyers) / Fraudlogix [Smart, 12](http://smartadserver.com/wp-content/uploads/2017/10/20170606_Brand_Safety_Policy.pdf)\r\n\r\nIn 2012, Smart AdServer teamed up with Rubicon Project for integration into their client base [ExchangeWire, 01](https://www.exchangewire.com/blog/2012/07/23/addressing-the-stack-smart-adserver-teams-up-with-rubicon-project-to-maximise-yield).\r\n\r\n_Industry Affiliations:_ European Interactive Digital Advertising Alliance [Ghostery, 01](https://apps.ghostery.com/apps/smart_adserver)\r\n\r\n## Privacy policy\r\n_Cookies & Web Beacons:_ \"Like most digital marketing solutions, Smart AdServer uses \u201ccookies\u201d and other technologies to enhance users\u2019 experiences on the web, to deliver more relevant ads, and for ad delivery and reporting. We cannot use these technologies to personally identify you, and these technologies do not damage your system or files. Smart AdServer uses these technologies to help recognize a unique computer or device so we are able to deliver relevant advertising and measure the impact of that advertising.\" \r\n\r\n_Cookie Opt-Out:_ The cookie opt-out policy allows users to \"opt out form our advertising network\" and \"ensures you that your browser will not be identify anymore by our system\", see \"http://www.smartadserver.com/diffx/optout/IABOptout.aspx. A blank page will open, confirming the opt-out process has been completed and Smart AdServer will no longer place cookies on your computer.\"\r\n\r\n_Online Behavioral Advertising opt-out via YourOnlineChoices platform:_ \"Smart AdServer is a member of the European Interactive Digital Advertising Alliance (EDAA) and a signatory to the Self-Regulatory Principles for Online Behavioral Advertising (http://www.edaa.eu/european-principles/).\"\r\n\r\nThe EDAA offers a Consumer Choice Page (http://youronlinechoices.eu) (opt-out). To learn more, please visit http://edaa.eu.\" [Smart, 02](http://smartadserver.com/company/privacy-policy)\r\n\r\nSmart promises no personal identity is revealed through their practices: \"Online measurements are compiled and anonymous\"; \"We cannot use [ cookies and other technologies ] to personally identify you\"\r\n\r\n## Details\r\n_Financial Details:_ Smart AdServer was created by Internet portal Aufeminin.com in 2001 [clubic, 01](http://www.clubic.com/actualite-145758-100-clients-francais-smart-adserver.html). In 2007, Axel Springer acquired Aufeminin.com. Smart AdServer became independent from Aufeminin.com when it was acquired by Sino-French private-equity fund Cathay Capital for 37 million \u20ac [Wikipedia, 01](https://en.wikipedia.org/wiki/Smart_Adserver); [JDN, 01](http://www.journaldunet.com/ebusiness/publicite/vente-smart-adserver-cathay-capital.shtml); [Smart, 14](http://smartadserver.com/smart-adserver-officially-becomes-independent-with-the-support-of-cathay-capital); [Cathay, 01](http://www.cathay.fr/en/news/cathay-buy-smart-adserver-e37m). Smart AdServer \"generated turnover of $16 million in 2014\" [Ad Exchanger, 01](https://adexchanger.com/platforms/smart-adserver-goes-independent-via-private-equity-firm). \r\n\r\n## Details\r\n_Financial details:_ Smart was founded in 2001 [Crunchbase, 01](https://www.crunchbase.com/organization/smart-adserver)\r\n\r\n_Scope:_ For programmatic buyers: \r\n* 50 billion auctions per month on desktop 30 billion auctions per month on mobile \r\n* 650+ publishers / 800 million unique visitors \r\n* 30,000 sites and apps [Smart, 11](http://smartadserver.com/media-buyers) \r\n* 150 billion monthly impressions [Smart, 13](http://smartadserver.com/company/customers)\r\n\r\n### Methods\r\nCookies & Web Beacons are used (including pixel tags) [Smart, 02](http://smartadserver.com/company/privacy-policy)\r\n\r\n\"Sites and Advertisers are using the system to manage the delivery of their online advertising campaigns. They can collect anonymous statistical data on their visitors to follow the delivery of their campaign and to increase their performance. We may also collect information including your IP address, your ISP, the browser you used to visit a site, and in some cases, whether you have Flash installed. This is generally used for geotargeting purposes or showing certain ads depending on your browser configuration. Online measurements are compiled and anonymous. They essentially relate to Internet advertising campaign exposure: the number of impression of a banner, the number of clicks or the number of visitors having seen the campaign. Some statistics may relate to the performance of the campaign (\u2018return of investment\u2019). In addition to that, Smart AdServer may use cookies to provide advanced statistical data.\" [Smart, 02](http://smartadserver.com/company/privacy-policy)\r\n\r\n_Mobile:_ \r\n1. _Location targeting based on:_ device type; connection type; location through geotargeting; SDK version; screen size; any sales channel; geofencing (\"Use GPS positioning to pinpoint your target audience based on proximity to a location\"). \r\n\r\n2. Prefetch: Deliver ads to users when offline (eg, during commute)\r\n\r\n3. Viewability: \"Measure the number of viewable impressions and define viewability settings based on parameters such as location and area of ad exposure.\"\r\n\r\n4. Reporting and forecasting: \"Get real-time campaign statistics as well as accurate and reliable forecasts based on date, media type, operator, brand model, location and more.\"\r\n\r\n5. Showcasing: \"Showcase apps by previewing ad on actual devices before it goes live\" [Smart, 09](http://smartadserver.com/publisher-platform/mobile)\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/smart-adserver](https://www.crunchbase.com/organization/smart-adserver)\r\n* _ExchangeWire, 01._ [https://www.exchangewire.com/blog/2012/07/23/addressing-the-stack-smart-adserver-teams-up-with-rubicon-project-to-maximise-yield](https://www.exchangewire.com/blog/2012/07/23/addressing-the-stack-smart-adserver-teams-up-with-rubicon-project-to-maximise-yield)\r\n* _Ghostery, 01._ [https://apps.ghostery.com/apps/smart_adserver](https://apps.ghostery.com/apps/smart_adserver)\r\n* _Smart, 01._ [http://smartadserver.com](http://smartadserver.com)\r\n* _Smart, 02._ [http://smartadserver.com/company/privacy-policy](http://smartadserver.com/company/privacy-policy)\r\n* _Smart, 03._ [http://smartadserver.com/request-a-demo](http://smartadserver.com/request-a-demo) \r\n* _Smart, 04._ [http://smartadserver.com/publisher-platform/holistic-ad-server](http://smartadserver.com/publisher-platform/holistic-ad-server)\r\n* _Smart, 05._ [http://smartadserver.com/what-we-do/our-mission](http://smartadserver.com/what-we-do/our-mission)\r\n* _Smart, 06._ [http://smartadserver.com/publisher-platform/full-stack](http://smartadserver.com/publisher-platform/full-stack)\r\n* _Smart, 07._ [http://smartadserver.com/uploads/EN_SAS_RTB_Case_study_antevenio_2014_3.pdf](http://smartadserver.com/uploads/EN_SAS_RTB_Case_study_antevenio_2014_3.pdf)\r\n* _Smart, 08._ [http://smartadserver.com/publisher-platform/premium-programmatic](http://smartadserver.com/publisher-platform/premium-programmatic)\r\n* _Smart, 09._ http://smartadserver.com/publisher-platform/mobile](http://smartadserver.com/publisher-platform/mobile)\r\n* _Smart, 10._ [http://smartadserver.com/what-we-do/ecosystem](http://smartadserver.com/what-we-do/ecosystem)\r\n* _Smart, 11._ [http://smartadserver.com/media-buyers](http://smartadserver.com/media-buyers)\r\n* _Smart, 12._ [http://smartadserver.com/wp-content/uploads/2017/10/20170606_Brand_Safety_Policy.pdf](http://smartadserver.com/wp-content/uploads/2017/10/20170606_Brand_Safety_Policy.pdf)\r\n* _Smart, 13._ [http://smartadserver.com/company/customers](http://smartadserver.com/company/customers)\r\n* _Smart, 14._ [http://smartadserver.com/smart-adserver-officially-becomes-independent-with-the-support-of-cathay-capital](http://smartadserver.com/smart-adserver-officially-becomes-independent-with-the-support-of-cathay-capital)\r\n* _Wikipedia, 01._ [https://en.wikipedia.org/wiki/Smart_Adserver](https://en.wikipedia.org/wiki/Smart_Adserver) \r\n\r\n## External Links\r\n* _Ghostery_: [https://apps.ghostery.com/apps/smart_adserver](https://apps.ghostery.com/apps/smart_adserver) \r\n* _Wikipedia_: [https://en.wikipedia.org/wiki/Smart_Adserver](https://en.wikipedia.org/wiki/Smart_Adserver)", "creation_date": "2017-09-24", "code_signature": "com.smartadserver.", "network_signature": "adsrvr\\.org|akamai\\.smartadserver\\.com|cdn1\\.smartadserver\\.com|diff2\\.smartadserver\\.com|diff3\\.smartadserver\\.com|diff\\.smartadserver\\.com|eqx\\.smartadserver\\.com|gallery\\.smartadserver\\.com|im2\\.smartadserver\\.com|insight\\.adsrvr\\.org|itx5-publicidad\\.smartadserver\\.com|itx5\\.smartadserver\\.com|js\\.adsrvr\\.org|match\\.adsrvr\\.org|preview\\.smartadserver\\.com|rtb-csync\\.smartadserver\\.com|saspreview\\.com|smartadserver\\.com|smartadserver\\.ru|tmk\\.smartadserver\\.com|usw\\-lax\\.adsrvr\\.org", "website": "http://smartadserver.com/", "categories": []}, "8": {"id": 8, "name": "JW Player", "description": "https://developer.jwplayer.com/android-sdk/", "creation_date": "2017-09-24", "code_signature": "com.longtailvideo.jwplayer.", "network_signature": "g\\.jwpsrv\\.com|jwpltx\\.com|p\\.jwpcdn\\.com", "website": "https://jwplayer.com", "categories": []}, "9": {"id": 9, "name": "Loggly", "description": "\"Loggly is a San Francisco startup developing the world's most popular cloud based logging platform. We have built a highly scalable log management service as a platform which provides great value for the entire organization.\"\r\n\r\n[Privacy Policy](http://loggly.com/privacy/)\r\n\r\n## Data Collected\r\n * Anonymous (Browser Information, Date/Time, Demographic Data, Page Views )\r\n * Pseudonymous (Search History)\r\n\r\n## Data Sharing\r\nAggregate data is shared with 3rd parties.\r\n\r\n## Data Retention\r\nUndisclosed\r\n\r\n[source Ghostery](https://apps.ghostery.com/en/apps/loggly)", "creation_date": "2017-09-24", "code_signature": "com.github.tony19.timber.loggly|com.github.tony19.loggly|com.visiware.sync2ad.logger.loggly.", "network_signature": "loggly\\.com", "website": "http://loggly.com/", "categories": ["Analytics"]}, "10": {"id": 10, "name": "Xiti", "description": "## Primary Location\r\nFrance (Bordeaux) [Crunchbase, 01](https://www.crunchbase.com/organization/at-internet)\r\n\r\n## Website\r\n[https://www.xiti.com/en](https://www.xiti.com)\r\n\r\n## About\r\nXiTi is \"a free web analytics solution that provides data and performance indicators, making it possible to have an overview of a website\u2019s traffic. Hundreds of thousands of users all over the world use XiTi\u00ae Free.\" XiTi offers \"the Analytics Suite, which helps some of the world\u2019s largest brands to measure, analyse, and visualise their data and digital performance\" [AT Internet, 05](https://www.atinternet.com/en/glossary/xiti-free-2).\r\n\r\n## Ownership\r\nAT Internet\r\n\r\n## Documentation\r\n[https://developers.atinternet-solutions.com/android-en/getting-started-android-en/configuration-android-en](https://developers.atinternet-solutions.com/android-en/getting-started-android-en/configuration-android-en)\r\n\r\n## Products and Services\r\n\"One of the world\u2019s major players in digital intelligence since 1996, AT Internet helps companies measure their audience and optimise their digital performance across all channels. AT Internet\u2019s expertise extends from collecting raw data to treating it in real time and delivering it for analysis and the sharing of insights. Applications in AT Internet\u2019s Analytics Suite provide reliable, contextualised and actionable information. Scalable and completely modular, AT Internet\u2019s offering adapts to businesses in all industries: e-commerce, media, finance/banking, corporate institutions. Easy-to-use and accessible to all individuals within a company, these solutions help address the challenges facing both novices and experts in digital analytics and data mining\" [XiTi, 01](https://www.xiti.com/en).\r\n\r\n_AT Intenet Analytics Suite:_ \"Our Analytics Suite is a digital analytics solution that gives you a unified, real-time view of what users do on your website, mobile site and mobile app. Whether you\u2019re a marketing manager or a data analyst, the Analytics Suite brings together all the tools you need for actionable analysis, dashboarding, reporting, data mining and big data exports. Armed with analytics data that\u2019s accurate, consistent and completely reliable, you\u2019ll be able to make sound, data-backed decisions for your business\" [AT Internet, 01](https://www.atinternet.com/en/products). \r\n\r\n_XiTi:_ XiTi is an audience measuring and statistics service for websites. It provides audience and usage statistics regarding website traffic, including mobile internet. XiTi \"many indicators of visitor activity: audience, navigation, origin of the visit, geolocation. Like similar services for commercial use, it tracks the return on investment (ROI) of marketing campaigns (e-mailing campaigns, sponsored links, contextual advertising) and measures the evolution of the turnover of a online shopping website\". XiTi Free offers personal websites limited analytics for free, whereas XiTi Pro \"is intended for showcases or small sites, especially for SMEs / SMIs. It offers a first professional evaluation of the performance of a website\" [Wikipedia, 01, translated from French](https://fr.wikipedia.org/wiki/XiTi). \r\n\r\n\"To use XiTi on a given page you must add in its source code a marker in the form of a JavaScript script that will allow the company's servers to access the information to be saved (based on the headers of which Cookies , the IP address , and the JavaScript environment). An alternative is to insert a small logo (visible for the free version and invisible for paid versions) on each page to be audited\" [Wikipedia, 01, translated from French](https://fr.wikipedia.org/wiki/XiTi).\r\n\r\n_AT Analytics Dashboard:_ \r\n\r\n* \"Build Dashboards: Understand and drive your business at a glance! Create digital analytics dashboards that can be customised down to the pixel and shared across your company.\" \r\n* Tag with Agility: Take control of your tagging with our modular, customisable SmartTag for web and mobile. Speed up implementation and improve load times.\" \r\n* App Analytics: Get rich mobile analytics, in-app, app store and benchmark data. Track mobile user engagement and retention over time\" [AT Internet, 01](https://www.atinternet.com/en/products). \r\n\r\n_Explorer Service:_ \r\n\r\nExplorer's \"iterative analysis...means giving analysts \u2013 whether they are beginners or experts \u2013 the ability to gradually access data, by first offering an intelligent analysis recommendation system based on machine learning, and then offering the ability to slice and dice the data as much and however they wish. Our objective here is simple: offer these users a tool which will help them find the value in their data, step by step, and then help them share the data so that the most can be made of it. To that end, Explorer offers tools that let you work with and refine your data indefinitely notably via filters, drill-downs, on-the-fly segmentation, and custom cross-calculations. \r\n\r\n...with just one click, the analyst can access Data Query to extract data via our API, and then activate that data by creating relevant retargeting campaigns, for example.\r\n\r\nThe analyst can also transform the analysis into a KPI to be directly displayed in a dashboard, thanks to Explorer\u2019s integration in the Analytics Suite. This KPI will allow business users to understand what\u2019s happening, follow the KPI\u2019s evolution, and potentially implement actions as a result\" [Ad Internet, 03](https://blog.atinternet.com/en/interview-finding-the-value-in-your-data-step-by-step). \r\n\r\n_Mobile developments:_ \r\n\r\n\"There are also mobile features that continue to be developed. For example, we are working on the analysis of the customer journey, which is now done on several devices. This cross-device tracking is simple in theory, because in practice, it's more complicated than just following log-in users ... Above all, unlike others, we are very concerned about the respect of Internet users, and everything must be done with their consent, in accordance with the law. We have many other features in preparation. We will also work on marking and its reliability, a \"smart SDK\" for mobile apps, a tool to know the traffic pages and links by surfing the site, or a benchmark mobile apps using data from the app stores\" [JDN, 01](http://www.journaldunet.com/solutions/analytics/1179294-mathieu-llorens-at-internet-ces-4-millions-d-euros-vont-nous-aider-a-passer-un-nouveau-cap). \r\n\r\nXiTi will \"examine any profiling activities done on their advertising networks, especially when analytics data is being used to establish this profiling\" [At Internet, 02, PDF](https://www.atinternet.com/uploads/Digital-Analytics-the-GDPR-5-Things-You-Must-Know.pdf).\r\n\r\n_Trackers:_ \r\n\r\n* Android initialisation (see [AT Internet, 06](https://developers.atinternet-solutions.com/android-en/getting-started-android-en/tracker-initialisation-android-en)) \r\n* Apple iOS (see [AT Internet, 07](https://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/configuration-apple-en)) \r\n* JavaScript (see [AT Internet, 08](https://developers.atinternet-solutions.com/javascript-en/getting-started-javascript-en/tracker-initialisation-javascript-en))\r\n\r\n## Privacy Policy\r\n\r\n_Personal Data:_ XiTi states, \"By default, AT Internet considers all data related to IP address, GPS location and cookies as personal data. We store all this data within the EU. \r\n\r\nWe only keep: \r\n\r\n* IP address data for 6 months maximum \r\n* [Learn more about how we process and anonymise IP addresses.](https://www.atinternet.com/en/company/data-protection/data-collection-on-our-customers-sites/#geolocation)\r\n* GPS location data for 6 months maximum \r\nDuring collection, we truncate all GPS coordinates to two decimal degrees \u2013 we never collect GPS coordinates in their entirety. Truncated coordinates are then converted into a heatmap graphic providing country-level-only informa-tion. Full details are never displayed. \r\n* Our cookies are active during a fixed period of 13 months, and are then deleted from a user\u2019s computer AT Internet\u2019s cookie only contains a unique alphanumeric ID \u2013 no other data is stored in the cookie.\" \r\n\r\n_Transparency:_ XiTi states, \"The GDPR requires companies and organisations (\u201cdata controllers\u201d) to be completely transparent, \u201cusing clear and plain language\u201d, when informing end users (\u201cdata subjects\u201d) about which personal data is collected, where it is stored, and for how long it is kept (see previous section).\" \r\n\r\n\"... AT Internet has the resources required to retrieve, edit or erase any personal data in a timely manner. We will liaise directly with end users on this matter when necessary. We communicate clearly and transparently about end users\u2019 rights in our privacy policy. We also offer an opt-out option for end users who do not wish their activity to be tracked via our web analytics solution.\" \r\n\r\n_Storage Location:_ \r\n\r\n\"AT Internet processes and stores all personal data within the European Union, with no personal data being transferred outside the EU. This information is clearly accessible in our privacy policy, and in our customer contracts.\" \r\n\r\n_Co-Responsibility:_ \"Under the GDPR, when two different organisations (\u201cdata controllers\u201d) work together to establish the purpose and means of processing personal data, they are considered \u201cjoint controllers\u201d and share responsibility. Joint controllers must together determine the details of their \u201crespective responsibilities\u201d for GDPR compliance, especially as it relates to their duties in responding to data subject requests.\"\r\n\r\n\"... AT Internet\u2019s Analytics Suite is GDPR-compliant. We therefore commit to sharing full responsibility with our customers for any potential privacy breaches and sanctions under the GDPR. We will provide each of our customers with a contract addendum \u2013 a Data Protection Agreement, or DPA \u2013 to precisely define the scope of responsibility. If you work with a different digital analytics provider, we strongly recommend you verify the terms of your contract to ensure that responsibility is not automatically transferred to you (via limitations on liability clauses).\" \r\n\r\n_Purposes of Analytics / Cominations and Correlations with Other Customer Data:_ \"Under the GDPR, personal data must only be \"collected for specified, explicit and legitimate purposes and not further processed in a manner that is incompatible with those purposes.\" In other words, your visitors\u2019 data should only be used to achieve the specific thing(s) you\u2019ve informed them of, such as (in the case of analytics) improving their experience on your site, or providing them with tailored content. Your visitors\u2019 data should NOT be used in other ways for which they have not given consent.\" Data profiling requires a Data Protection Impact Assessment (DPIA) \" to determine how this profiling affects the protection of your users\u2019 personal data.\" \r\n\r\n\"... With AT Internet, you always remain the owner of your data. We never use or merge our customers\u2019 analytics data for our own purposes. We do not carry out any profiling activities, and in light of the GDPR, we strongly encourage our customers and prospects to carefully any profiling activities done on their advertising networks, especially when analytics data is being used to establish this profiling.\"\r\n\r\n## Relationships\r\n\"AT Internet has more than 3,800 web analytics customers worldwide from all industries, including more than half of the companies listed on the French stock exchange (CAC 40), as well as many other leading international groups.\" \r\n\r\n\"The power of AT Internet\u2019s Analytics Suite and the quality of its services (consulting, training and support) are recognised worldwide.\" XiTi is \" in all industries\", including \"e-commerce, media, finance/banking, corporate institutions... With more than 200 employees, the group is present in 32 countries via its customers, subsidiaries and partners\" [XiTi, 01](https://www.xiti.com/en). \r\n\r\n\"Our solution is used on more than 20,000 sites and apps around the globe. Discover how our clients have improved their results (ROI, conversion rate, online sales\u2026) thanks to our solutions and services. Learn from their experiences and best practices in web marketing, digital intelligence and digital analytics\" [Ad Internet, 04](https://www.atinternet.com/en/resources/customer-success-stories).\r\n\r\n_AT Internet Clients (from \"Case Studies\"):_ L'Equipe / Groupe La Poste / Younited Credit (Pret D'Union) / Vente-Privee / Lagardere Active / Meinestadt.de / Rambler.ru / Soundcloud / Caradisiac / France Televisions / Reed Expositions / Oxybul Eveil et Jeux / Solocal Group / Nexity / Le Parisien / Priceminister / Ryanair / French Government Information Service (SIG) / Total [Ad Internet, 04](https://www.atinternet.com/en/resources/customer-success-stories)\r\n\r\n## Details\r\n_Financial details:_ AT Internet was founded in 1996, and has raised \u20ac10,250,000 from funders [Crunchbase, 01](https://www.crunchbase.com/organization/at-internet). In 2016, AT Internet obtained 4 million Euros in financing to expand its business [French Chamber Singapore, 01](http://www.fccsingapore.com/publications/internet-obtains-4-million-euros-financing-continue-its-international-growth-and), after having raised approximately 6 million Euros over three years prior [JDN, 01](http://www.journaldunet.com/solutions/analytics/1179294-mathieu-llorens-at-internet-ces-4-millions-d-euros-vont-nous-aider-a-passer-un-nouveau-cap).\r\n\r\n_Devices:_ Desktop / Mobile (Android / iOS)\r\n\r\n_History:_ \"For more than 15 years AT Internet has provided website owners with free access to their web traffic data. Thanks to an easy-to-use solution, you can benefit from key information such as traffic sources, visitor geolocation, and more, in order to manage and improve your site\u2019s impact (whether it\u2019s a blog, a personal website, or otherwise).\r\n\r\nThe XiTi Free project was launched back in 2000 by AT Internet, one of the world\u2019s leading digital analytics companies, and today continues to illustrate the company\u2019s desire to make digital analytics accessible to everyone. The decision to continue supporting a free version to the benefit of a large user community has been the success behind XiTi Free, an essential solution for measuring the traffic of personal websites. [XiTi, 01](https://www.xiti.com/en)\r\n\r\n_Slogans:_ \"The leading free solution for measuring website traffic\" [XiTi, 01](https://www.xiti.com/en)\r\n\r\n## References\r\n\r\n* _AT Internet, 01._ [https://www.atinternet.com/en/products](https://www.atinternet.com/en/products) \r\n* _At Internet, 02, PDF._ [https://www.atinternet.com/uploads/Digital-Analytics-the-GDPR-5-Things-You-Must-Know.pdf](https://www.atinternet.com/uploads/Digital-Analytics-the-GDPR-5-Things-You-Must-Know.pdf)\r\n* _Ad Internet, 03._ [https://blog.atinternet.com/en/interview-finding-the-value-in-your-data-step-by-step](https://blog.atinternet.com/en/interview-finding-the-value-in-your-data-step-by-step) \r\n* _Ad Internet, 04._ [https://www.atinternet.com/en/resources/customer-success-stories](https://www.atinternet.com/en/resources/customer-success-stories) \r\n* _AT Internet, 05._ [https://www.atinternet.com/en/glossary/xiti-free-2](https://www.atinternet.com/en/glossary/xiti-free-2) \r\n* _AT Internet, 06._ [https://developers.atinternet-solutions.com/android-en/getting-started-android-en/tracker-initialisation-android-en](https://developers.atinternet-solutions.com/android-en/getting-started-android-en/tracker-initialisation-android-en)\r\n* _AT Internet, 07._ [https://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/configuration-apple-en](https://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/configuration-apple-en)\r\n* _AT Internet, 08._ [https://developers.atinternet-solutions.com/javascript-en/getting-started-javascript-en/tracker-initialisation-javascript-en](https://developers.atinternet-solutions.com/javascript-en/getting-started-javascript-en/tracker-initialisation-javascript-en) \r\n* _French Chamber Singapore, 01._ [http://www.fccsingapore.com/publications/internet-obtains-4-million-euros-financing-continue-its-international-growth-and](http://www.fccsingapore.com/publications/internet-obtains-4-million-euros-financing-continue-its-international-growth-and)\r\n* _JDN, 01._ [http://www.journaldunet.com/solutions/analytics/1179294-mathieu-llorens-at-internet-ces-4-millions-d-euros-vont-nous-aider-a-passer-un-nouveau-cap](http://www.journaldunet.com/solutions/analytics/1179294-mathieu-llorens-at-internet-ces-4-millions-d-euros-vont-nous-aider-a-passer-un-nouveau-cap) \r\n* _Wikipedia, 01, translated from French._ [https://fr.wikipedia.org/wiki/XiTi](https://fr.wikipedia.org/wiki/XiTi) \r\n* _Xiti, 01._ [https://www.xiti.com/en](https://www.xiti.com/en) \r\n\r\n## External Links\r\n* _Wikipedia (AT Internet):_ [https://en.wikipedia.org/wiki/AT_Internet](https://en.wikipedia.org/wiki/AT_Internet)\r\n* _XiTi (AT Internet):_ [https://www.crunchbase.com/organization/at-internet](https://www.crunchbase.com/organization/at-internet)\r\n* _Ghostery (AT Internet):_ [https://apps.ghostery.com/apps/at_internet](https://apps.ghostery.com/apps/at_internet)", "creation_date": "2017-09-24", "code_signature": "", "network_signature": "", "website": "http://Xiti.com", "categories": []}, "11": {"id": 11, "name": "OutBrain", "description": "\"Our Mission Help people discover content that they can trust to be interesting, relevant and timely for them. OUTBRAIN BY THE NUMBERS We were first in creating content discovery and we are first in markets across the world. We reach more than a half billion people globally each month. 557 MILLION The global audience Outbrain reaches each month. 200 BILLION The total recommendations we serve consumers monthly. 80% Of the world\u2019s leading brands use Outbrain.\" \r\n\r\n[Privacy Policy](http://www.outbrain.com/legal/privacy)\r\n\r\n## Data Collected\r\n * Anonymous (Ad Views, Analytics, Browser Information, Cookie Data , Date/Time, Demographic Data, Hardware/Software Type, Internet Service Provider, Interaction Data , Page Views , Serving Domains)\r\n * Pseudonymous (IP Address (EU PII), Location Based Data, Clickstream Data, Device ID (EU PII))\r\n * PII (Name , Phone Number, Email Address, Login, EU- IP Address, EU- Unique Device ID )\r\n\r\n## Data Sharing\r\nAggregate data is shared with 3rd parties., Anonymous data is shared with 3rd parties., PII data is shared with 3rd parties.\r\n\r\n## Data Retention\r\nAs long as necessary to fulfill a business need or as required by law.", "creation_date": "2017-09-24", "code_signature": "com.outbrain.", "network_signature": "outbrain\\.com", "website": "http://www.outbrain.com/", "categories": []}, "12": {"id": 12, "name": "AppsFlyer", "description": "## Primary Location\r\nIsrael (Herzliya)\r\n\r\n## Website\r\n[https://www.appsflyer.com](https://www.appsflyer.com)\r\n\r\n## About\r\nA mobile & attribution analytics platform that aims to help marketers make better decisions [AppsFlyer, 01](https://www.appsflyer.com)\r\n\r\n## Ownership\r\nAppsFlyer\r\n\r\n## Documentation\r\n[https://support.appsflyer.com/hc/en-us/articles/207032126-AppsFlyer-SDK-Integration-Android](https://support.appsflyer.com/hc/en-us/articles/207032126-AppsFlyer-SDK-Integration-Android)\r\n\r\n## Products and Services\r\nAppsFlyer provides the following services: \r\n\r\n* Fraud prevention, malware protection [AppsFlyer, 04](https://www.appsflyer.com/product/protect360)\r\n* Identity attribution services. AppsFlyer fingerprints devices by their IDs and tracks across datasets (to solve the problem of fragmentation across devices). This works with all Windows 10 devices (including mobile), Android, and iOS [AppsFlyer, 03](https://www.appsflyer.com/product/mobile-attribution-for-user-acquisition).\r\n* Mobile services for targeted advertising [AppsFlyer, 05](https://www.appsflyer.com/product/mobile-ecosystem)\r\n* Marketing across devices and channels [AppsFlyer, 06](https://www.appsflyer.com/product/marketing-analytics)\r\n* Generates reports based on user behavior [AppsFlyer, 06](https://www.appsflyer.com/product/marketing-analytics)\r\n* Tracks which users install apps; tracks successful re-targeting marketing campaigns [AppsFlyer, 07](https://www.appsflyer.com/product/overview)\r\n\r\nAppsFlyer uses artificial intelligence and machine learning for big data analytics [AppsFlyer, 04](https://www.appsflyer.com/product/protect360); [VentureBeat, 01](https://venturebeat.com/2017/05/25/appsflyer-helps-mobile-advertisers-beat-back-ad-fraud-via-machine-learning).\r\n\r\n## Privacy Policy\r\n_Third Parties:_ AppsFlyer states it does not sell data to third parties [AppsFlyer, 02](https://www.appsflyer.com/we-are-appsflyer)\r\n\r\n## Relationships\r\nOver 2,000 network and analytics partners have integrated with AppsFlyer.\r\n\r\n_Investors include:_ Goldman Sachs / Deutsche Telekom / Qumra Capital / Magma Venture Partners / Pitango [AppsFlyer, 02](https://www.appsflyer.com/we-are-appsflyer) \r\n\r\n_Partners:_ Google [Google, 01](https://adwords.googleblog.com/2015/05/new-media-partnerships-and-ad-solutions.html); [TechCrunch, 02](https://techcrunch.com/2015/05/28/google-expands-its-app-promotion-business-with-universal-app-campaigns-and-new-media-partnerships) / Snap / Tencent / HBO / Playtika / Waze / Alibaba / Kayak / Activision [VentureBeat, 01](https://venturebeat.com/2017/05/25/appsflyer-helps-mobile-advertisers-beat-back-ad-fraud-via-machine-learning) / Facebook / Twitter / Accuweather / AdlQuity/Flipkart / Bing Search / Pandora / Opera Software / Ad4Screen / Cooladata / Fiksu / EveryAds / Nanigans / Fyber / HeyZap / Tapjoy / Adroll / Flurry / GameAnalytics / Jampp / Inmobi / Appnexus / Vserv / AppLovin / Vungle / URX / Mobvista / Inneractive / Aarki / Bidalgo / Avazu / Taptica / NativeX / AirPush / Amobee / PlayHaven / Mobilecore / Accesstrade / ADS / ADSNative / Ad County Media / AccordantMedia / Ad2games / Ad2iction / Abakus / APUS / ADyes / Accruo / AID / Aarki / Ad4Game / APPROUND MOBILE / AML / APPSILON / ART DMP / ActionAds / APPAniac / ADvantage / AdBuddiz / ADRW / ADXMI Exchange / ADSAXIS / APPAVE / AVH digital / Actionpay / Ad2Click / ART Ad Platform / ASB / Ad2c / ADPRESSO / Ad@m (kakao) / ADZ JUNCTION MEDIA / ADVERTISE.RU / Ad County / AWIN / Adbird / AdCorsa / Adamas / Adbert / AdReady / Adbrain / Adacts / AdChakra / AdCare / Adattract / AdTiming / AdWyze / AdTen / Adboosters / Adara / AdDeals / Adblender / AdView / AdTiger / AdFit / AdTriba / AdPacker / and many more. For a longer list, see [AppsFlyer, 03](https://www.appsflyer.com/partners)\r\n\r\n## Details\r\n### Financial details & history \r\nAppsFlyer received early seed funding from Microsoft Accelerator and Magma Venture Partners [CrunchBase, 01](https://www.crunchbase.com/funding_round/appsflyer-seed--4b06b119). As of November 2017, AppsFlyer's website lists $84M raised from Top VC's, $6B+ annual mobile ad spend measured, 3k+ mobile tech partners, and 13 global offices (and growing) [AppsFlyer, 02](https://www.appsflyer.com/we-are-appsflyer).\r\n\r\n### Scope\r\nAccording to VentureBeat, AppsFlyer leverages metadata from 98% of the world's mobile devices [VentureBeat, 01](https://venturebeat.com/2017/05/25/appsflyer-helps-mobile-advertisers-beat-back-ad-fraud-via-machine-learning).\r\n\r\n### Devices\r\nThe AppsFlyer SDK is available for Android, iPhone, and Windows Phone\r\n\r\n## References\r\n* _AppsFlyer, 01_. [https://www.appsflyer.com](https://www.appsflyer.com) \r\n* _AppsFlyer, 02_. [https://www.appsflyer.com/we-are-appsflyer](https://www.appsflyer.com/we-are-appsflyer) \r\n* _AppsFlyer, 03_. [https://www.appsflyer.com/partners](https://www.appsflyer.com/partners) \r\n* _AppsFlyer, 04_. [https://www.appsflyer.com/product/protect360](https://www.appsflyer.com/product/protect360) \r\n* _AppsFlyer, 05_. [https://www.appsflyer.com/product/mobile-ecosystem](https://www.appsflyer.com/product/mobile-ecosystem) \r\n* _AppsFlyer, 06_. [https://www.appsflyer.com/product/marketing-analytics](https://www.appsflyer.com/product/marketing-analytics) \r\n* _AppsFlyer, 07_. [https://www.appsflyer.com/product/overview](https://www.appsflyer.com/product/overview)\r\n* _CrunchBase, 01_. [https://www.crunchbase.com/funding_round/appsflyer-seed--4b06b119](https://www.crunchbase.com/funding_round/appsflyer-seed--4b06b119) \r\n* _Google, 01_. [https://adwords.googleblog.com/2015/05/new-media-partnerships-and-ad-solutions.html](https://adwords.googleblog.com/2015/05/new-media-partnerships-and-ad-solutions.html) \r\n* _TechCrunch, 02_. [https://techcrunch.com/2015/05/28/google-expands-its-app-promotion-business-with-universal-app-campaigns-and-new-media-partnerships](https://techcrunch.com/2015/05/28/google-expands-its-app-promotion-business-with-universal-app-campaigns-and-new-media-partnerships)\r\n* _VentureBeat, 01_. [https://venturebeat.com/2017/05/25/appsflyer-helps-mobile-advertisers-beat-back-ad-fraud-via-machine-learning](https://venturebeat.com/2017/05/25/appsflyer-helps-mobile-advertisers-beat-back-ad-fraud-via-machine-learning)\r\n\r\n## External Links\r\n* _Wikipedia (AppsFlyer)_: [https://en.wikipedia.org/wiki/AppsFlyer](https://en.wikipedia.org/wiki/AppsFlyer)\r\n* _AppBrain_: [https://www.appbrain.com/app/appsflyer-sdk-integration-test/com.appsflyer.referrerSender](https://archive.is/ufCAR)", "creation_date": "2017-09-24", "code_signature": "com.appsflyer.", "network_signature": "appsflyer\\.com", "website": "http://AppsFlyer.com", "categories": ["Analytics"]}, "13": {"id": 13, "name": "Ligatus", "description": "\"Ligatus is a performance-marketing system permanently integrated into more than 260 premium-partner portals. Using its own optimisation algorithm, Ligatus enables advertising clients and agencies to position their advertising messages intelligently so that they precisely match the respective target group.\"\r\n\r\n## Data Collected\r\n * Anonymous (Browser Information, Cookie Data )\r\n * Pseudonymous (IP Address (EU PII))\r\n * PII (Name , Address, Phone Number, Email Address)\r\n * Undisclosed \r\n\r\n## Data Sharing\r\nUndisclosed\r\n\r\n## Data Retention\r\nUndisclosed\r\n\r\n[source Ghostery](https://apps.ghostery.com/en/apps/ligatus)", "creation_date": "2017-09-24", "code_signature": ".LigatusManager|.LigatusViewClient|com.ligatus.android.adframework", "network_signature": "ligatus\\.com", "website": "http://ligatus.com", "categories": []}, "14": {"id": 14, "name": "Widespace", "description": "\"Widespace is an international mobile advertising marketplace connecting mobile advertisers with mobile publishers.\"\r\n\r\n## Data Collected\r\n * Anonymous (Analytics, Browser Information, Hardware/Software Type)\r\n\r\n## Data Sharing\r\nAggregate data is shared with 3rd parties.\r\n\r\n## Data Retention\r\nUndisclosed\r\n\r\n[source Ghostery](https://apps.ghostery.com/en/apps/widespace)", "creation_date": "2017-09-24", "code_signature": "com.widespace.", "network_signature": "widespace\\.com", "website": "http://widespace.com", "categories": []}, "15": {"id": 15, "name": "AppNexus", "description": "## Primary Location\r\nUnited States (New York City) [Bloomberg, 01](https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=48973441)\r\n\r\n## Website\r\n[https://www.appnexus.com](https://www.appnexus.com)\r\n\r\n## About\r\nAppNexus offers services for auction-based and directly negotiated media campaigns across the Internet. According to CEO Brian O'Kelley, \"the AppNexus platform\" is \"a single point where all key stakeholders in our ecosystem -- marketers, ad networks, demand side platforms (DSPs), agency networks, exchanges, inventory aggregators, third party data providers, and more -- connect with one another through a powerful technology platform\" [PR Newswire, 01](https://www.prnewswire.com/news-releases/appnexus-officially-launches-ad-platform-fueling-the-real-time-bidding-revolution-in-display-advertising-87460287.html).\r\n\r\n## Ownership\r\nAppNexus\r\n\r\n## Documentation\r\n[https://wiki.appnexus.com/display/sdk/Integrate+the+SDK](https://wiki.appnexus.com/display/sdk/Integrate+the+SDK)\r\n\r\n## Products and Services\r\nFor publishers:\r\n\r\n* Segments audiences\r\n* Uses data analytics to predict delivery risk (ie, delivery of ads)\r\n* Connects ads across devices\r\n* Run bidding ad processes [AppsNexus, 01](https://www.appnexus.com/en/publishers)\r\n\r\nFor advertisers:\r\n\r\n* Harnesses machine learning for \"targeted ads to tens of millions of users, spread out across billions of interconnected devices, all over the world\"\r\n* Real-time data solutions\r\n* Services are used to \"deliver intelligent and customized campaigns to hundreds of millions of consumers each day\"\r\n* Provide over 100 data points at the (consumer) impression level [AppNexus, 02](https://www.appnexus.com/en/buyers)\r\n* 10 billion impressions transactions each day [AppNexus, 03](https://www.appnexus.com/en)\r\n\r\n## Privacy Policy\r\n_Data use and sharing:_ \"The AppNexus Platform allows clients to collect and use Platform data. The Platform ingests information provided by third-party sources to allow clients to use such data to target ads. To do this, clients and data providers may use ID synching to enable the use of this information through the Platform.\" \r\n\r\n\"... The Platform enables AppNexus's clients to collect, buy, and sell data and to use Platform Data to buy and sell online advertising. Sometime AppNexus staff give \"hands-on\" help to clients using the Platform for these purposes, for example by configuring advertising campaigns for clients to best meet their objectives.\"\r\n\r\n\"... The AppNexus Platform allows clients to provide and share Platform Data with each other. Clients also have access to their Platform Data that they collect, acquire, or use on the Platform, and may remove it from the Platform for their own use. AppNexus may provide Platform Data to service providers in order to provide, operate, manage, maintain, and enhance AppNexus' services. AppNexus may provide, or enable others to collect, information for purposes of protecting the safety and security of the online ecosystem, including to detect and prevent malicious activity or fake traffic. AppNexus may also disclose such information in the event we reasonably suspect malicious activity or fake traffic or when we reasonably believe it is required by law, subpoena or other legal process, including to meet national security or law enforcement requirements. AppNexus may also share aggregated data derived from the Platform, including, for example, statistics about Platform activity. Finally, we may transfer Platform Data to a successor entity in connection with a corporate merger, consolidation, sale of assets, bankruptcy, or other corporate change.\"\r\n\r\n_Precise location data collection:_ \"The Platform may ingest Precise Location Information when, for example, an app makes such information available through the Platform.\" \r\n\r\n_PII:_ \"AppNexus does not collect, use, or allow its clients to transfer to or use on the Platform, data that, by itself, directly identifies an individual, such as name, address, phone number, email address, or government identifier. We also prohibit certain categories of sensitive data from being collected, used, or transferred on the Platform.\" \r\n\r\n_Opt-Out:_ In browsers, AppNexus offers an opt-out web browser cookie to opt out of interest-based advertising. On mobile, AppNexus lists an opt-out option through general device settings in Android and iOS. In Android, the setting is \"Opt out of Interest-Based Ads\". To stop location collection, AppNexus tells users to either change the preferences on their device or adjust settings in individual apps. \r\n\r\n_Data Retention:_ AppNexus retains data according to \"industry standards\". \"Platform Data is stored using generally accepted security standards. It is usually aggregated or deleted within 30-60 days, but may be retained in the Platform for up to 18 months from the date of collection before aggregation or deletion. Aggregated data is used for reporting and analysis, and may be stored in the Platform for up to 2 additional years. When clients remove their data from the Platform, their storage and retention of data is governed by their own privacy policies and applicable laws, rules, or regulations.\"\r\n\r\n_Regulation:_ AppNexus supports industry self-regulation, and is \"a member in good standing of the Network Advertising Initiative (NAI), and adheres to the NAI Code of Conduct for Web and Mobile\" [AppNexus, 04](https://www.appnexus.com/en/company/platform-privacy-policy#choices). \r\n\r\n## Relationships\r\n_Clients:_ Affiperf / Air France / Hearst / MEDIA.figaro / The Guardian / Wayfair [AppNexus, 03](https://www.appnexus.com/en) / Underdog Media / Liftoff / Advance Digital / USA Today / Xaxis / Accuen / Bloomberg / Defy Media / Dow Jones / Spectrum Platform Company / District M / BannerConnect / Hitch Digital / ESPN / Fox News / Saavn [AppNexus, 05](https://www.appnexus.com/en/customer-stories)\r\n\r\n## Details\r\n_History:_ AppNexus is \"Founded and managed by the pioneers of the Web's original and most successful ad exchanges at Yahoo!'s Right Media and Google's DoubleClick\" [PR Newswire, 01](https://www.prnewswire.com/news-releases/appnexus-officially-launches-ad-platform-fueling-the-real-time-bidding-revolution-in-display-advertising-87460287.html). AppNexus claims to be \"The world's largest independent digital marketplace\" [AppsNexus, 01](https://www.appnexus.com/en/publishers). \r\n\r\n_Collection Methods:_ \"The Platform uses cookies, beacons, tags, mobile SDKs, and in some cases non-cookie technologies, to collect Platform Data associated with particular web browsers or devices\" [AppNexus, 04](https://www.appnexus.com/en/company/platform-privacy-policy#choices).\r\n\r\n_AppNexus Platform Data Uses:_\r\n\r\n* Interest-based advertising (To opt out of interest-based advertising on the Platform, go to the \"What are your choices?\" section below.)\r\n* Limiting the number of times a user sees a particular ad\r\n* Showing ads in a particular sequence\r\n* Customizing ads to a particular location\r\n* Showing ads related to the content of the web page on which they are shown\r\n* Determining how users respond to ads\r\n* Reporting aggregated statistics regarding, for example, the effectiveness of online advertising campaigns\r\n* The Platform may use Platform Data for cross-device mapping in order to serve or measure advertising on related devices on behalf of our clients\r\n* Typically, companies using technology like the AppNexus Platform own the data that they provide to and get from the Platform. While the AppNexus Platform is designed to use only certain types of data, and Platform clients are prohibited from bringing data onto the Platform that directly identifies an individual, when clients remove their data from the Platform, their use of that data is governed by their own privacy policies and applicable laws, rules, or regulations [AppNexus, 04](https://www.appnexus.com/en/company/platform-privacy-policy#choices).\r\n\r\n## References\r\n* _AppNexus, 01_. [https://www.appnexus.com/en/publishers](https://www.appnexus.com/en/publishers) \r\n* _AppNexus, 02_. [https://www.appnexus.com/en/buyers](https://www.appnexus.com/en/buyers) \r\n* _AppNexus, 03_. [https://www.appnexus.com/en](https://www.appnexus.com/en) \r\n* _AppNexus, 04_. [https://www.appnexus.com/en/company/platform-privacy-policy#choices](https://www.appnexus.com/en/company/platform-privacy-policy#choices) \r\n* _AppNexus, 05_. [https://www.appnexus.com/en/customer-stories](https://www.appnexus.com/en/customer-stories) \r\n* _Bloomberg, 01_. [https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=48973441](https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=48973441) \r\n* _PR Newswire, 01_. [https://www.prnewswire.com/news-releases/appnexus-officially-launches-ad-platform-fueling-the-real-time-bidding-revolution-in-display-advertising-87460287.html](https://www.prnewswire.com/news-releases/appnexus-officially-launches-ad-platform-fueling-the-real-time-bidding-revolution-in-display-advertising-87460287.html)\r\n\r\n## External Links\r\n* _Wikipedia (AppNexus)_: [https://en.wikipedia.org/wiki/AppNexus](https://en.wikipedia.org/wiki/AppNexus)\r\n* _AppBrain_: [https://www.appbrain.com/dev/AppNexus/](https://archive.is/rI5Hu)", "creation_date": "2017-09-24", "code_signature": "com.appnexus.opensdk.", "network_signature": "247realmedia\\.com|adnxs\\.com|appnexus\\.com|appnexus\\.net", "website": "https://www.appnexus.com/", "categories": []}, "16": {"id": 16, "name": "Localytics", "description": "## Primary Location\r\nUnited States (Boston) [Localytics, 01](https://www.localytics.com/company/about)\r\n\r\n## Website\r\n[https://www.localytics.com](https://www.localytics.com)\r\n\r\n## About\r\nLocalytics offers an analytics and marketing platform for targeted and personalized engagement campaigns on mobile [Localytics, 01](https://www.localytics.com/company/about); [Crunchbase, 01](https://www.crunchbase.com/organization/localytics).\r\n\r\n## Ownership\r\nSelf-owned\r\n\r\n## Products and Services\r\nLocalytics performs a variety of services for clients: \r\n\r\n* Uniquely identify users and devices via the Localytics tracker: \"The Localytics SDK automatically captures and uploads device IDs which the Localytics backend uses to uniquely identify users. Some apps connect to their own backend systems that use different IDs for uniquely identifying users\" [Localytics, 04](https://docs.localytics.com/dev/android.html#android) \r\n* Store and transmit user personal information, such as end user name [Localytics, 05](http://docs.localytics.com/dev/ios.html#identifying-users-ios) \r\n* Identify users who uninstall an app containing the tracker [Localytics, 06](http://docs.localytics.com/dev/ios.html#uninstall-tracking-ios)\r\n* Track detailed geolocation, even without the use of GPS: \"Most apps don't track user geolocation so Localytics uses an IP-to-location lookup service to determine which country they are located in. If your app does track user geolocation, you can use the following code to set latitude and longitude in Localytics much more precisely\" [http://docs.localytics.com/dev/ios.html#location-ios](http://docs.localytics.com/dev/ios.html#location-ios)\r\n\r\nLocalytics leverages the same tracking platform in iOS and Android.\r\n\r\n## Privacy Policy\r\n\r\n_Personally identifiable information collection (via Services):_ Localytics requests that its Customers not provide to it PII about their End Users. However, Localytics states that End Users should be aware Customers may request PII for their own use for their mobile apps. To the extent that Localytics does receive PII from Customers, it pledges to maintain the confidentiality of the PII. Localytics does obtain information from website log files, and maintains the right to combine automatically collected log data with other information they have about you. \r\n\r\n_Information sharing:_ Localytics \"does not rent, sell or share PII, including your Personal Information, with any third parties\" expect with your express consent, or in the event of \"a merger, acquisition, or sale of all or a portion of its assets\", at which case you will be prominently notified \"of any change in ownership or uses of your Personal Information, as well as any choices you may have regarding your Personal Information\" [Localytics, 07](https://www.localytics.com/privacy-policy)\r\n\r\n## Relationships\r\n_Customers:_ Comcast / A&E / OLA / Runkeeper / Microsoft / CVS Pharmacy / The New York Times / Avis / Salesforce Marketing Cloud / Amazon / Wendy's / Zipcar [Localytics, 02](https://www.localytics.com) / Oracle Marketing Cloud / Adobe Marketing Cloud / Facebook Marketing Partners / Twitter \r\n\r\n_Alliance partners:_ Bitbang / Cainkade / Cube Loco / Epicfy / Exicon / Jackrabbit / Jargon / Kapitec Software / Keystone Solutions / Mobiquity / NorthBay / Northout / Pollfish / Rocket Insights / Scholarly iQ / Scientific Computers Ltd. / Semba Mobile / Social Fulcrum / Somo / SP2 Servi\u00e7os Empresariais Ltda / Stratigent / Vendus Labs Inc.\r\n\r\n_Technology partners:_ Aarki / adjust / Applift / Applovin / AppsFlyer / Apptimize / Apsalar / Branch Metrics / ExactTarget / Facebook / Fiksu / Greystripe / IBM PartnerWorld / Impact Radius / InMobi / Jampp / Kochava / Liftoff / Mag+ / Marketo / Method Mill / Millennial Media / NativeX / Optimizely / Phunware / Pinsight Media+ / Rocket Fule / StrikeAd / Supersonic / Tapstream / Taptica / Textur / TUNE / Twitter / Yozio [Localytics, 03](https://www.localytics.com/company/partners)\r\n\r\n## Details\r\n_Financial details:_ Localytics was founded in 2009 and and has raised over $69 million from funders [Localytics, 01](https://www.localytics.com/company/about); [Crunchbase, 01](https://www.crunchbase.com/organization/localytics).\r\n\r\n## References\r\n* _Localytics, 01._ [https://www.localytics.com/company/about](https://www.localytics.com/company/about) \r\n* _Localytics, 02._ [https://www.localytics.com](https://www.localytics.com) \r\n* _Localytics, 03._ [https://www.localytics.com/company/partners](https://www.localytics.com/company/partners) \r\n* _Localytics, 04._ [https://docs.localytics.com/dev/android.html#android](https://docs.localytics.com/dev/android.html#android) \r\n* _Localytics, 05._ [http://docs.localytics.com/dev/ios.html#identifying-users-ios](http://docs.localytics.com/dev/ios.html#identifying-users-ios) \r\n* _Localytics, 06._ [http://docs.localytics.com/dev/ios.html#uninstall-tracking-ios](http://docs.localytics.com/dev/ios.html#uninstall-tracking-ios) \r\n* _Localytics, 07._ [https://www.localytics.com/privacy-policy](https://www.localytics.com/privacy-policy](https://www.localytics.com/privacy-policy)", "creation_date": "2017-09-24", "code_signature": "com.localytics.android.", "network_signature": "analytics\\.localytics\\.com|manifest\\.localytics\\.com|profile\\.localytics\\.com|sdk-assets\\.localytics\\.com", "website": "http://localytics.com", "categories": ["Analytics", "Profiling"]}, "17": {"id": 17, "name": "Braze (formerly Appboy)", "description": "## Primary Location\r\nUnited States (New York City) [Crunchbase, 01](https://www.crunchbase.com/organization/braze)\r\n\r\n## Website\r\n[https://www.braze.com](https://www.braze.com)\r\n\r\n## About\r\nBraze is a mobile marketing company that offers CRM solutions and mobile marketing automation software for mobile applications.\r\n\r\n## Ownership\r\n\r\n\r\n## Products and Services\r\n_Cross-Channel Personalization:_ Target customers based on personal interests, location, past purchases, and more [Braze, 02](https://www.braze.com/product/cross-channel-personalization)\r\n\r\n_Identification and Analytics:_ Profile users, segment audiences, and utilize analytics for targeted advertisements [Braze, 02](https://www.braze.com/product/cross-channel-personalization); [Braze, 02](https://www.braze.com/product/cross-channel-personalization); [Braze, 01](https://www.braze.com); [Braze, 02](https://www.braze.com/product/cross-channel-personalization); [Braze, 03](https://www.slideshare.net/Appboy/appboy-urban-outfitters-placeiq-case-study)\r\n\r\n### Advertising Networks\r\n* Data sharing (vague) [Braze, 07](https://www.braze.com/product/integrations)\r\n\r\n## Privacy Policy\r\n_Data Collection:_ Braze collects data through the use of Developer apps. This includes:\r\n\r\n* Device information (OS version, IP address, carrier information, country code) and a unique Braze-generated ID\r\n* Application usage\r\n* Personally identifiable information: Braze \"may collect personally identifiable information shared with Developer Applications. We may also collect personally identifiable information from third parties used for authentication, such as when a user logs in to a Developer Application using a Facebook account, and from third party partners such as Facebook, Twitter, and Klout. Personally identifiable information collected may include information like name, email address, location, gender, interests, device, app usage, user ID, and contact information\".\r\n\r\n_Location Information:_ Braze \"may collect device location information if location services are enabled for any Developer Applications on the device. We use location information to provide Developers with information about the use of their Developer Applications\".\r\n\r\n_Information Use:_ Braze can \"use information we collect to provide partner Developers with information about usage of Developer Applications that integrate the Braze Service.\"\r\n\r\n_Data Sharing:_ Data is shared with app Developers \"in the form of aggregated, anonymous data about the way Developer Applications are used so that Developers can improve their respective Developer Applications.\" Braze may disclose information to third parties as required by law; to trusted service providers working on their behalf; to protect their rights, the safety of others, or in response to a government request; and in conjunction with a merger, acquisition, or sale of Braze.\r\n\r\n_Automatic Data Collection:_ Braze will \"automatically collect information about how Developer Applications are used, such as the frequency and duration of usage. This includes details about mobile devices, such as a unique Braze-generated ID for the mobile device. We share anonymous information about use of their respective Developer Applications with Developers, including which Developer Applications users have downloaded and the way those Developer Applications are used, which facilitates improvements to Developer Applications.\"\r\n\r\n_Opt-Out:_ End users may opt out of location collection by turning off location services for Developer apps in their mobile device. They can opt out of personally identifiable information by not providing that information to the Developer apps, and in the case of third parties, not providing that information to the third parties. Braze states, \"You can prevent collection of all information by uninstalling Developer Applications that integrate the Braze Service.\"\r\n\r\n_Data retention:_ Braze \"will retain information collected throughout the life of each user\u2019s use of Developer Applications except where prohibited by law.\" Users can email privacy@braze.com to request data deletion. Braze \"will keep anonymous information and may need to retain some identifying information to ensure that your request continues to be honored. Your information will be deleted from our active database but may remain in our archives. If we are required to maintain certain information about you, we will comply with your deletion request after fulfilling any legal requirements.\"\r\n\r\n_International Law:_ Braze complies with the U.S.-EU Safe Harbor Framework and the U.S.-Swiss Safe Harbor Framework.\r\n\r\n_Consent:_ Braze states, \"By using a Developer Application, you are consenting to our collection and processing of information as set forth in this Privacy Policy now and as amended by us. 'Processing' means using cookies on a computer/hand held device or using or touching information in any way, including, but not limited to, collecting, storing, deleting, using, combining and disclosing information, all of which activities will take place in the United States. If you reside outside the U.S. your information will be transferred to the U.S., and processed and stored there under U.S. privacy standards. By using the Application and providinginformation to us, you consent to such transfer to, and processing in, the U.S.\" [Braze, 11](https://www.braze.com/privacy).\r\n\r\n## Relationships\r\nABC News / Citi / GAP / Axel Springer / Dominos / Delivery Hero / Hearst / KFC / Microsoft / Nascar / iHeartMedia / RTR / Postmates / OKCupid / Urban Outfitters [Braze, 01](https://www.braze.com) / American Cancer Society / Dots / ibotta / 1-800-Flowers.com / Momondo [Braze, 02](https://www.braze.com/customers)\r\n\r\n## Details\r\n_Financial details:_ Braze was founded in 2011 and has raised over $95 million from funders. Braze changed its name from Appboy in 2017 [Crunchbase, 01](https://www.crunchbase.com/organization/braze).\r\n\r\n### Methods\r\n* Targeted advertisments [Braze, 01](https://www.braze.com) \r\n* Location-based targeting [Braze, 07](https://www.braze.com/product/integrations)\r\n* Real-world location targeting (including real-time targeting) [Braze, 02](https://www.braze.com/product/cross-channel-personalization) [Braze, 03](https://www.slideshare.net/Appboy/appboy-urban-outfitters-placeiq-case-study); [Braze, 07](https://www.braze.com/product/integrations); [Braze, 08](https://www.braze.com/academy/User_Targeting); [Braze, 09](https://www.braze.com/blog/appboy-location-targeting-tool); [Braze, 10](http://www.prweb.com/releases/2013/10/prweb11275487.htm)\r\n* Targeted advertising based on consumer actions [Braze, 02](https://www.braze.com/product/cross-channel-personalization)\r\n* Timed advertisements [Braze, 02](https://www.braze.com/product/cross-channel-personalization)\r\n* Targeting across devices and channels [Braze, 02](https://www.braze.com/product/cross-channel-personalization)\r\n* Real-time services [Braze, 04](https://www.braze.com/customers/postmates); [Braze, 05](https://www.braze.com/product/lifecycle-engagement-orchestration)\r\n* Artificial intelligence for analytics [Braze, 06](https://www.braze.com/product/optimization-ai)\r\n* Reports for clients [Braze, 06](https://www.braze.com/product/optimization-ai)\r\n\r\n## References\r\n* _Braze, 01._ [https://www.braze.com](https://www.braze.com)\r\n* _Braze, 02._ [https://www.braze.com/product/cross-channel-personalization](https://www.braze.com/product/cross-channel-personalization)\r\n* _Braze, 03._ [https://www.slideshare.net/Appboy/appboy-urban-outfitters-placeiq-case-study](https://www.slideshare.net/Appboy/appboy-urban-outfitters-placeiq-case-study) \r\n[Braze, 04._ [https://www.braze.com/customers/postmates](https://www.braze.com/customers/postmates)\r\n* _Braze, 05._ [https://www.braze.com/product/lifecycle-engagement-orchestration](https://www.braze.com/product/lifecycle-engagement-orchestration)\r\n* _Braze, 06._ [https://www.braze.com/product/optimization-ai](https://www.braze.com/product/optimization-ai)\r\n* _Braze, 07._ [https://www.braze.com/product/integrations](https://www.braze.com/product/integrations)\r\n* _Braze, 08._ [https://www.braze.com/academy/User_Targeting](https://www.braze.com/academy/User_Targeting)\r\n* _Braze, 09._ [https://www.braze.com/blog/appboy-location-targeting-tool](https://www.braze.com/blog/appboy-location-targeting-tool)\r\n* _Braze, 10._ [http://www.prweb.com/releases/2013/10/prweb11275487.htm](http://www.prweb.com/releases/2013/10/prweb11275487.htm)\r\n* _Braze, 11._ [https://www.braze.com/privacy](https://www.braze.com/privacy)\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/braze](https://www.crunchbase.com/organization/braze)\r\n\r\n## External Links\r\n* _Crunchbase (Braze):_ [https://www.crunchbase.com/organization/braze](https://www.crunchbase.com/organization/braze)", "creation_date": "2017-09-24", "code_signature": "com.appboy", "network_signature": "appboy\\.com", "website": "https://www.braze.com", "categories": ["Analytics", "Advertisement", "Location"]}, "18": {"id": 18, "name": "mParticle", "description": "## Primary location\r\nUnited States (New York) [Crunchbase, 01](https://www.crunchbase.com/organization/mparticle)\r\n\r\n## Website\r\n[https://www.mparticle.com](https://www.mparticle.com)\r\n\r\n## About\r\nmParticle offers \"a customer data platform built for mobile and native apps across all devices\" [mParticle, 04](https://www.mparticle.com/news/mparticle-raises-15-million-series-a-led-by-social-capital)\r\n\r\n## Ownership\r\nmParticle\r\n\r\n## Documentation\r\n[https://docs.mparticle.com/developers/sdk/android/getting-started](https://docs.mparticle.com/developers/sdk/android/getting-started)\r\n\r\n## Products and Services\r\nmParticle's core features include:\r\n\r\n* _Simplicity and organization:_ Clients \"collect and control all\" their \"customer data through a single API\"\r\n* _Cross-device identification:_ \"Recognize customers at every step of the buying process\"\r\n* _Market orchestration:_ \"Personalize experiences across channels, partners, and screens\"\r\n\r\nProducts and services include:\r\n\r\n* _Customer Data Platform (CDP):_\r\n* * _Understand the entire buying process:_ Merge online and offline data through collection of digital and offline customer journey data; stream it to platforms and systems\r\n* * _Understand and predict customers:_ \"Link customer identities and profile information across internal and external systems for...customer insights\"\r\n* * _Integration:_ \"Integrate with 175+ of the leading marketing, analytics and data warehousing solutions\"\r\n* * _Control your data:_ \"Set rules to transform and filter data without having to make changes to client-side code, and monitor all integrations in real-time\"\r\n* * * _IDSync:_ \"Create fine-grained identity mappings and logic to meet nuanced business requirements and share them across providers\"\r\n* * * _AudienceSync:_ \"Transform raw data into actionable audience segments and sync them across paid media, CRM, and other platforms\"\r\n* * * _Enrichment:_ \"Manage integrations with third-party profile enrichment providers and supplement existing data with additional customer insights\"\r\n* * * _Warehouses:_ \"Instantly load data into Amazon Redshift, BigQuery and other data warehouses, BI tools, and machine learning extensions\" [mParticle, 05](https://www.mparticle.com/product)\r\n* _Enhance analytics:_ \"Unify data around a single customer profile to fuel better insights and attribution reporting\" \r\n* _Segmentation:_ Build and sync audience segments across platforms [mParticle, 06](https://www.mparticle.com/marketer)\r\n* _Data integration:_ \"Unite disparate data sources to better understand the customer and key business metrics\" [mParticle, 07](https://www.mparticle.com/productmanager)\r\n* _Cross-device identification:_ \"Improve media measurement, customer journey analytics, lifetime value modeling, and more by resolving customer identity data across disparate sources\" [mParticle, 08](https://www.mparticle.com/analytics)\r\n\r\n* _Location tracking with SafeGraph integration:_ By integrating with SafeGraph, clients have the tools to track user physical locations, and harness machine learning to analyze the data: \"mParticle customers can now create, monitor, and control server-to-server integrations with SafeGraph via the mParticle platform. With the integration enabled, brands can stream real-time mobile location data directly from their apps to SafeGraph, which will then translate long/lat coordinates into known locations and use machine learning to help brands understand their customers offline movement patterns\" [mParticle, 10](https://www.mparticle.com/integrations/integration-safegraph)\r\n\r\n## Privacy Policy\r\n\r\n_Data Collection:_ Clients \"collect information based on User interaction with their mobile application(s), mobile website(s) or other digital properties where Clients have integrated with the\" mParticle Platform. mParticle calls this \"Client Digital Properties\". Data collected through \"via Client Digital Properties for the Platform includes: the date/time for a visit to a Client Digital Property, referrer information such as what search engine and search keywords Users may have used to get to a Client Digital Property, information about the browser or device your User is on such as their Operating System, as well as the city/country location of Users, and any pseudonymous tokens and mobile advertising IDs (e.g., IDFA in iOS). In addition, our Clients can choose what other User data they want to collect and store on the platform such as an IP address, location information, a User\u2019s age, user names, real names, email addresses and other custom data points as determined by each Client.\" \r\n\r\nmParticle places restrictions on data practices. They state, \"We contractually prohibit Clients from placing sensitive information (e.g., passwords, authentication credentials, credit cards, social security or driver\u2019s license numbers) or information that is deemed sensitive by applicable law or self-regulatory codes such as the Digital Advertising Alliance. mParticle functions strictly as the data processing agent of our Clients. Accordingly, other than those aforementioned restrictions, the data stored on the Platform is subject to the privacy policies of each Client\".\r\n\r\n_Information sharing:_ Third party sharing may proceed as follows:\r\n\r\n* Third-party agents working as subprocessors (who must adhere to mParticle's privacy policy)\r\n* \"To protect the rights and property of mParticle, our agents, Clients and others \"\r\n* \"In an emergency, including protection of the personal safety of any person\"\r\n* \"For the purposes of a business deal (or negotiation of a business deal) involving sale or transfer of all or a part of our business or assets\"\r\n* In response to a lawful request by public authorities\r\n* mParticle \"may also share aggregate or anonymous information without restriction\"\r\n\r\n_Security:_ mParticle asserts that they take reasonable steps to protect information. They state, \"We encrypt transmission of data on pages where you provide payment information or otherwise provide sensitive information. However, no security or encryption method can be guaranteed to protect information from hackers or human error. Information we collect may be stored or processed on computers located in any country where we do business\".\r\n\r\n_Data retention:_ mParticle \"retains Client data for so long as you remain are a Client and will delete Client\u2019s information within 12 months of either party\u2019s termination of applicable Client agreement upon written request. We retain User level data on the Platform as directed by our Clients and for a reasonable time thereafter for audit purposes and as otherwise required by law\".\r\n\r\n_Opt-out:_ mParticle has an email-based opt-out procedure for Clients, but does not list opt-out procedures for End Users on its Privacy Policy web page. The opt-out procedure for Clients is as follows: \"You may opt out of receiving promotional emails from mParticle by following the instructions in those emails. If you opt out, we may still send you non-promotional emails, such as emails about your mParticle projects or our ongoing business relationship. An individual wishing to limit the use or sharing of their data should contact email support@mparticle.com. mParticle will respond within ninety (90) days to any request to delete your information. Individuals who have provided information directly to one of mParticle\u2019s Clients must send follow-up requests to change or delete such information to that particular mParticle Client\"\r\n\r\n_International law:_ mParticle complies with the EU-US Privacy Shield Framework and the Swiss-US Privacy Shield Framework [mParticle, 12](https://www.mparticle.com/privacypolicy).\r\n\r\n## Relationships\r\n_Customers:_ Airbnb / King / Spotify / Jet / EA / SeatGeek / Ticketmaster / Gilt / Bleacher Report / Chick-fil-A / Postmates / Lilly Pulitzer [mParticle, 01](https://www.mparticle.com) / Venmo / Via / Stash / Starwood Preferred Guest / Draft / StockTwits / OKCupid / NBCUniversal / Turner / theSkimm / Lakes Fifth Avenue / Lululemon Athletica / Goat / Live Nation [mParticle, 02](https://www.mparticle.com/customers) / Walmart [mParticle, 03](https://www.mparticle.com/news/mparticle-gartner-magic-quadrant-digital-marketing-hubs) / iHeartRadio / Starwood / SoulCycle [mParticle, 04](https://www.mparticle.com/news/mparticle-raises-15-million-series-a-led-by-social-capital) \r\n\r\n_Integrations:_ mParticle offers \"Full-featured integrations with the top marketing, advertising, analytics, and data warehousing platforms\". Integrations include: Amazon Redshift / Amplitude / Appboy / Kahuna / Kochava / SendGrid [mParticle, 04](https://www.mparticle.com/news/mparticle-raises-15-million-series-a-led-by-social-capital) / Facebook / Snap / Twitter / TUNE / Adobe Marketing Cloud / Oracle Marketing Cloud / Salesforce Marketing Cloud / Zendesk / MailChimp / Google Analytics / Looker / Mixpanel / comScore [mParticle, 01](https://www.mparticle.com). For a detailed database of integrations, see [mParticle, 09](https://www.mparticle.com/integrations).\r\n\r\n_Key partnerships:_ Some key partnerships include integration with SafeGraph [mParticle, 10](https://www.mparticle.com/integrations/integration-safegraph) and Salesforce Marketing Cloud [mParticle, 11](https://www.mparticle.com/blog/salesforce-partnership).\r\n\r\n## Details\r\n_Financial details:_ mParticle was founded in 2013 and has raised over $76 million from funders [Crunchbase, 01](https://www.crunchbase.com/organization/mparticle). \r\n\r\n_Location-based tracking:_ Via, an \"on-demand ride-sharing app based in NYC\", integrates with mParticle for geofencing services [mParticle, 13](https://www.mparticle.com/blog/via-predictive-analytics-radar).\r\n\r\n## References\r\n* _mParticle, 01._ [https://www.mparticle.com](https://www.mparticle.com) \r\n* _mParticle, 02._ [https://www.mparticle.com/customers](https://www.mparticle.com/customers) \r\n* _mParticle, 03._ [https://www.mparticle.com/news/mparticle-gartner-magic-quadrant-digital-marketing-hubs](https://www.mparticle.com/news/mparticle-gartner-magic-quadrant-digital-marketing-hubs) \r\n* _mParticle, 04._ [https://www.mparticle.com/news/mparticle-raises-15-million-series-a-led-by-social-capital](https://www.mparticle.com/news/mparticle-raises-15-million-series-a-led-by-social-capital) \r\n* _mParticle, 05._ [https://www.mparticle.com/product](https://www.mparticle.com/product) \r\n* _mParticle, 06._ [https://www.mparticle.com/marketer](https://www.mparticle.com/marketer) \r\n* _mParticle, 07._ [https://www.mparticle.com/productmanager](https://www.mparticle.com/productmanager) \r\n* _mParticle, 08._ [https://www.mparticle.com/analytics](https://www.mparticle.com/analytics) \r\n* _mParticle, 09._ [https://www.mparticle.com/integrations](https://www.mparticle.com/integrations) \r\n* _mParticle, 10._ [https://www.mparticle.com/integrations/integration-safegraph](https://www.mparticle.com/integrations/integration-safegraph) \r\n* _mParticle, 11._ [https://www.mparticle.com/blog/salesforce-partnership](https://www.mparticle.com/blog/salesforce-partnership)\r\n\r\n## External Links\r\n* _Crunchbase (mParticle):_ [https://www.crunchbase.com/organization/mparticle](https://www.crunchbase.com/organization/mparticle)", "creation_date": "2017-09-24", "code_signature": "com.mparticle", "network_signature": "mparticle\\.com", "website": "http://mparticle.com", "categories": ["Analytics"]}, "20": {"id": 20, "name": "S4M", "description": "## Websites\r\n * http://www.s4m.io/", "creation_date": "2017-09-24", "code_signature": "com.sam4mobile.|.S4MAnalytic", "network_signature": "s4m\\.io|sam4m\\.com", "website": "http://www.s4m.io/", "categories": ["Analytics"]}, "22": {"id": 22, "name": "Sizmek", "description": "\"Sizmek (NASDAQ: SZMK) fuels digital advertising campaigns for advertisers and agencies around the world with the most cutting-edge technology to engage audiences across any screen. ...Sizmek has proudly pioneered industry firsts in digital, including rich media, video and online targeted advertising across channels. Sizmek's open ad management stack delivers the most creative and impactful multiscreen digital campaigns, across mobile, display, rich media, video and social, all powered by an unrivaled data engine.\"\r\n\r\n[Privacy Policy](http://www.sizmek.com/privacy-policy/)\r\n\r\n## Data Collected\r\n * Anonymous (Browser Information, Date/Time, Demographic Data, Hardware/Software Type, Page Views )\r\n * Pseudonymous (IP Address (EU PII), Location Based Data)\r\n\r\n## Data Sharing\r\nAnonymous data is shared with 3rd parties., PII data is shared with 3rd parties.\r\n\r\n## Data Retention\r\n0-3 Months\r\n\r\n[source Ghostery](https://apps.ghostery.com/en/apps/sizmek)", "creation_date": "2017-09-24", "code_signature": ".sizmek.", "network_signature": "serving-sys\\.com", "website": "https://www.sizmek.com", "categories": ["Analytics"]}, "23": {"id": 23, "name": "Batch", "description": "## Websites\r\n * https://batch.com", "creation_date": "2017-09-24", "code_signature": "com.batch.android.", "network_signature": "batch\\.com", "website": "https://batch.com", "categories": ["Analytics", "Profiling"]}, "24": {"id": 24, "name": "Sync2Ad", "description": "## Websites\r\n * https://www.sync2ad.com/\r\n\r\n## Infos\r\n * https://www.crunchbase.com/organization/sync2television#/entity", "creation_date": "2017-09-24", "code_signature": "com.visiware.sync2ad.dmp.", "network_signature": "sync2ad\\.com", "website": "https://www.sync2ad.com/", "categories": ["Analytics"]}, "25": {"id": 25, "name": "Flurry", "description": "## Primary Location\r\nUnited States\r\n\r\n## Website\r\n[https://developer.yahoo.com](https://developer.yahoo.com)\r\n\r\n## About\r\nFlurry is part of the Yahoo Developer network suite. Flurry's product, Flurry Analytics, offers mobile analytics, monetization, and advertising services [Yahoo, 01](https://developer.yahoo.com/analytics); [Yahoo, 14](https://developer.yahoo.com/flurry/docs); [Wikipedia, 01](https://en.wikipedia.org/wiki/Flurry_(company)).\r\n\r\n## Ownership\r\nOath Inc. (subsidiary of Verizon Communications; Oath includes Yahoo and AOL) [Wikipedia, 01](https://en.wikipedia.org/wiki/Oath_Inc.); [Ars Technica, 01](https://arstechnica.com/information-technology/2017/06/oath-verizon-completes-4-5-billion-buy-of-yahoo-and-merges-it-with-aol)\r\n\r\n## Products and Services\r\nFlurry Analytics:\r\n\r\n* Utilizes tracking to analyze user interaction, correlating with other users\r\n* Groups and correlates user data\r\n* Tracks in-app actions of users\r\n* Segments users\r\n* Funnels users into specific in-app paths\r\n* Monitors user churn and retention\r\n* Determines user \"personas\"\r\n* Predicts user demographics\r\n* Monitors user acquisition efforts\r\n* Measures the impact of advertising campaigns or channels [Yahoo, 02](https://developer.yahoo.com/analytics/features.html).\r\n\r\nAnalytics services cover in-app behaviors like \"making a purchase, playing a song, or sharing on Facebook\" [Yahoo, 03](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/events/android). \r\n\r\nFlurry Pulse provides \"the ability to share your app data with integrated partners\" [Yahoo, 13](https://developer.yahoo.com/flurry-pulse). \r\n\r\n## Privacy Policy\r\n_Data sharing:_ As of September 18, 2017, Yahoo stated that Yahoo and Oath \"plan to share some user information within the Verizon family of companies which will enable us to integrate our business, allowing us to coordinate more and improve your experiences\". Yahoo further explained, \"We will share the same information that our companies have previously collected and used for the development and operation of our products and services. This may include your account registration information (such as your user ID, gender, name, email address, postcode & age), your content and advertising interests, content associated with your account, the types of services you use and how you engage with them, cookie and device IDs, IP addresses, geolocation information and activity information from across our websites, apps, software and other services. All of the information that we collect about you may be shared across the various Oath brands and within our Verizon family of companies\" [Yahoo, 02](https://policies.yahoo.com/ie/en/yahoo/privacy/euoathnoticefaq). \r\n\r\nYahoo shares data with third parties, and allows third parties to place tracking technologies like cookies, web beacons, applicaitons (or \"widgets), SDKs, and similar technologies on Yahoo sites and apps. Yahoo adds that \"We do not share your personally identifiable information from your Yahoo account with our advertisers or our partners as part of our analytics programs. We may, however, share pseudonymous information - including demographic information - with our advertisers or partners\" [Yahoo, 04](https://policies.yahoo.com/ie/en/yahoo/privacy/topics/thirdparties/index.htm). \r\n\r\n_Opt-out:_ Yahoo offers an option to opt out of \"interest-based advertising, analysis of communications content for advertising purposes, and the sharing of your information with partners for data matching and appends using the tools\" on their Ad Interest Manager website. This includes \"Your advertising choices\" both \"across the web\" and \"On Yahoo\" [Yahoo, 05](https://aim.yahoo.com/aim/ie/en/optout). Their Privacy Controls page offers settings for Marketing Preferences, Ad Interest Manager, Content preferences, Search history, and Location management [Yahoo, 06](https://policies.yahoo.com/ie/en/yahoo/privacy/tools/index.htm). \r\n\r\n\"You must allow cookies from Yahoo in order to opt out. To make your opt-out apply to every computer that you use, you must be signed in to your Yahoo account\". Yahoo's opt out page also includes \"Your interest categories\" [Yahoo, 05](https://aim.yahoo.com/aim/ie/en/optout).\r\n\r\nYahoo offers opt-out options for third parties, including the recommendation to visit their websites individually [Yahoo, 04](https://policies.yahoo.com/ie/en/yahoo/privacy/topics/thirdparties/index.htm).\r\n\r\n## Relationships\r\n_Yahoo partners:_ Adxpose (comScore product) / Audience Science / comScore/ScorecardResearch / DoubleVerify / Integral Ads / KN Dimestore / Nielsen / Facebook / Google+ / LinkedIn / Pinterest / Twitter / 30 Boxes / Amazon / Basil (Backstage Technologies) / Bunchball Games / ChitChat (Monusoft) / CoverGirl Beauty Consultant Live Chat / Dropbox / eBay / enDICEr / Love Match/Fun Center (B4U.com) / NDCSA / NewsGator / OtherInBox / Pandaf Games / StumbleUpon / WackyB Twitter Sync / WebEx Co-Browse / YouSendIt / ABC / Astrology.com/iVillage / Cars.com / Healthline / Match.com / Monster Inc. / Nokia Maps / Orbitz / PriceGrabber / Shopzilla / Spotify / Team Fan Shop (Pro Football Weekly) / Tenor / TripAdvisor / TrueCar / Turner / Vast (Autos) / Zillow / ABC News / Blastro.com / Blip.tv / CNBC / CNN / CollegeHumor.com / Dailymotion / Ebaumsworld.com / Ehow.com / Fox News / Gametrailers.com / Good Morning America / Guardian News / Hulu / Metacafe / Metatube.com / Myspace.com / NBC / NFL / PBS / Ustream / Vevo / Videobash.com / Vimeo / Washington Post / Worldstarhiphop.com / YouTube / Chitika / Google / Media.net / Microsoft / NetSeer / Yandex / Abaca Technology Corporation / AOL / Authentication Metrics / Aviary / Bankrate / Bloomreach (Commerce SEO) / Branch.io / Detroit Trading Company / Dropbox / Google / HelloWorld, Inc. / HortonWorks / Lashback / Luminate / Manilla / Outbrain / Paypal / Project Slice / SigFig / Symantec / Trend Micro / Truedomain / Urban Airship / Vantage (Yahoo Real Estate) [Yahoo, 04](https://policies.yahoo.com/ie/en/yahoo/privacy/topics/thirdparties/index.htm)\r\n\r\n## Details\r\n_Financial Details:_ Flurry was founded in 2005. By December 2013, it had raised $62.5 million [TechCrunch, 01](https://techcrunch.com/2013/12/06/flurry-funding). On July 21, 2014 Yahoo bought Flurry for a reported $200-300 million [TechCrunch, 02](https://techcrunch.com/2014/07/21/yahoo-is-buying-mobile-analytics-firm-flurry-for-north-of-200m). Flurry partnered with Research Now, a digital data collecting firm, in 2014, for the purpose of \"to track mobile app users, offline\" [AdAge, 01](http://adage.com/article/digital/flurry-research-build-mobile-app-advertising-database/292287). \r\n\r\n_Scope:_ By December 6, 2013, Flurry told TechCrunch \"400,000 apps are using its analytics product, with 20,000 additions each month, and that it's tracking activity from 1.2 billion smartphones and tablets. It also said that it's working with 125,000 developers\" [TechCrunch, 01](https://techcrunch.com/2013/12/06/flurry-funding). \r\n\r\n_Additional services:_ Additional Flurry Analytics features for Android include:\r\n\r\n* Revenue Analytics [Yahoo, 07](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/revenue/android)\r\n* Crash Analytics [Yahoo, 08](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/trackcrashes/android)\r\n* Track Geographic Location (at the city level where the app is being used; or, without that level of detail, the country level as based on IP address)\r\n* Track user ID and demographics\r\n* Track page views [Yahoo, 09](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/technicalquickstart/android)\r\n* Object-based API for Native, Interstatial and Banner ads [Yahoo, 10](https://developer.yahoo.com/flurry/docs/publisher/code/android-ad-publishing)\r\n* User paths reporting [Yahoo, 11](https://developer.yahoo.com/flurry/docs/analytics/lexicon/analyticsusage)\r\n* Utilizes mobile SDK in apps to inject advertising, including video: \"Monetize your app with native and video ads from Yahoo, Flurry, and BrightRoll advertisers\" [Yahoo, 12](https://developer.yahoo.com/monetize)\r\n\r\n## References\r\n* _AdAge, 01_. [http://adage.com/article/digital/flurry-research-build-mobile-app-advertising-database/292287](http://adage.com/article/digital/flurry-research-build-mobile-app-advertising-database/292287) \r\n* _Ars Technica, 01_. [https://arstechnica.com/information-technology/2017/06/oath-verizon-completes-4-5-billion-buy-of-yahoo-and-merges-it-with-aol](https://arstechnica.com/information-technology/2017/06/oath-verizon-completes-4-5-billion-buy-of-yahoo-and-merges-it-with-aol) \r\n* _TechCrunch, 01_. [https://techcrunch.com/2013/12/06/flurry-funding](https://techcrunch.com/2013/12/06/flurry-funding) \r\n* _TechCrunch, 02_. [https://techcrunch.com/2014/07/21/yahoo-is-buying-mobile-analytics-firm-flurry-for-north-of-200m](https://techcrunch.com/2014/07/21/yahoo-is-buying-mobile-analytics-firm-flurry-for-north-of-200m) \r\n* _Yahoo, 01_. [https://developer.yahoo.com/analytics](https://developer.yahoo.com/analytics) \r\n* _Yahoo, 02_. [https://policies.yahoo.com/ie/en/yahoo/privacy/euoathnoticefaq](https://policies.yahoo.com/ie/en/yahoo/privacy/euoathnoticefaq) \r\n* _Yahoo, 03_. [https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/events/android](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/events/android) \r\n* _Yahoo, 04_. [https://policies.yahoo.com/ie/en/yahoo/privacy/topics/thirdparties/index.htm](https://policies.yahoo.com/ie/en/yahoo/privacy/topics/thirdparties/index.htm) \r\n* _Yahoo, 05_. [https://aim.yahoo.com/aim/ie/en/optout](https://aim.yahoo.com/aim/ie/en/optout) \r\n* _Yahoo, 06_. [https://policies.yahoo.com/ie/en/yahoo/privacy/tools/index.htm](https://policies.yahoo.com/ie/en/yahoo/privacy/tools/index.htm) \r\n* _Yahoo, 07_. [https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/revenue/android](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/revenue/android) \r\n* _Yahoo, 08_. [https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/trackcrashes/android](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/trackcrashes/android) \r\n* _Yahoo, 09_. [https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/technicalquickstart/android](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/technicalquickstart/android) \r\n* _Yahoo, 10_. [https://developer.yahoo.com/flurry/docs/publisher/code/android-ad-publishing](https://developer.yahoo.com/flurry/docs/publisher/code/android-ad-publishing) \r\n* _Yahoo, 11_. [https://developer.yahoo.com/flurry/docs/analytics/lexicon/analyticsusage](https://developer.yahoo.com/flurry/docs/analytics/lexicon/analyticsusage) \r\n* _Yahoo, 12_. [https://developer.yahoo.com/monetize](https://developer.yahoo.com/monetize) \r\n* _Yahoo, 13_. [https://developer.yahoo.com/flurry-pulse](https://developer.yahoo.com/flurry-pulse) \r\n* _Yahoo, 14_. [https://developer.yahoo.com/flurry/docs](https://developer.yahoo.com/flurry/docs)\r\n\r\n## External links\r\n* _Ghostery_: [https://apps.ghostery.com/apps/flurry](https://apps.ghostery.com/apps/flurry) \r\n* _Wikipedia_: [https://en.wikipedia.org/wiki/Flurry_(company)](https://en.wikipedia.org/wiki/Flurry_(company)) \r\n* _Flurry FAQ_: [https://developer.yahoo.com/flurry/docs/faq](https://developer.yahoo.com/flurry/docs/faq)\r\n* _AppBrain_: [https://www.appbrain.com/dev/Yahoo/](https://archive.is/7BNpX)\r\n* _GitHub_: https://github.com/flurry", "creation_date": "2017-09-24", "code_signature": "com.flurry.", "network_signature": "flurry\\.com", "website": "http://www.flurry.com", "categories": ["Analytics", "Advertisement"]}, "26": {"id": 26, "name": "HockeyApp", "description": "## Primary Location\r\nMicrosoft: United States (Seattle) / Bit Stadium: Germany (Stuttgart) [Crunchbase, 01](https://www.crunchbase.com/organization/bit-stadium-gmbh)\r\n\r\n## Website\r\n[https://www.hockeyapp.net](https://www.hockeyapp.net)\r\n\r\n## About\r\nHockeyApp is utilized for crash reporting, app distribution, user feedback, and the collection of user metrics. \"HockeyApp is a service for app developers to support them in various aspects of their development process, including the management and recruitment of testers, the distribution of apps and the collection of crash reports.\" [HockeyApp 01](https://support.hockeyapp.net/kb/general-account-management-2/general-questions)\r\n\r\n## Ownership\r\nBit Stadium is a subsidiary of Microsoft [Bloomberg, 01](https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=279701634)\r\n\r\n## Documentation\r\n[https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk)\r\n\r\n## What it does\r\nAnalyzes user behavior and app usage. \"Understand user behavior to improve your\r\napp. Track app adoption through daily active users, monthly active users, and net\r\nnew users. Measure customer engagement through session count and verify your apps\r\nreliability day by day with Crash Free Users.\" [HockeyApp, 02](https://www.hockeyapp.net/features/user-metrics/)\r\n\r\n\"When enabled, the SDK anonymously tracks the users of your app by creating a UUID that is then securely stored. The UUID is securely stored in the preferences of the client app.\" [HockeyApp, 03](https://support.hockeyapp.net/kb/app-management-2/what-data-is-collected-with-the-hockeysdks-2#data-collected-for-the-user-metrics-features)\r\n\r\n## Privacy Policy\r\n\r\nMicrosoft Privacy Statement [https://privacy.microsoft.com/en-us/PrivacyStatement](https://privacy.microsoft.com/en-us/PrivacyStatement)\r\n\r\nDevelopers can opt out of statistical analysis of their app's users. \"Just in case you want to opt-out of the automatic collection of anonymous users and sessions statistics, there is a way to turn this functionality off at any time.\" [HockeyApp, 04](https://support.hockeyapp.net/kb/general-account-management-2/getting-started-with-user-metrics)\r\n\r\n## Details\r\n\r\nHockeyApp was launched in 2012. It was acquired by Microsoft in 2014 [Crunchbase, 01](https://www.crunchbase.com/organization/bit-stadium-gmbh). The company existed in some form in 2011, with Microsoft as a customer [HockeyApp, 05](https://www.hockeyapp.net/blog/2014/12/11/hockeyapp-joins-microsoft.html).\r\n\r\n\"HockeyApp does not collect any PII (Personable Identifiable Information) and the user tracking is done anonymously... Keep in mind that whenever the HockeySDK sends metric data to our backend, a corresponding app version gets automatically added to the app.\" [HockeyApp, 04](https://support.hockeyapp.net/kb/general-account-management-2/getting-started-with-user-metrics)\r\n\r\n\"You can get more insights into user behavior for the testers of your app. You can see basic user metrics, gauge customer engagements and even check your app\u2019s reliability throughout the day. More than that, you can drill down on the users that have experienced a particular crash type or a crash that happened during a specific time period. This will help you know if the crash has affected a lot of people over a cross section of your users or if there are specific groups of people who experience the same type of crashes repeatedly.\" [Stackify, 01](https://stackify.com/what-is-hockeyapp/)\r\n\r\n## References\r\n* _HockeyApp, 01._ [https://support.hockeyapp.net/kb/general-account-management-2/general-questions](https://support.hockeyapp.net/kb/general-account-management-2/general-questions)\r\n* _HockeyApp, 02._ [https://www.hockeyapp.net/features/user-metrics/](https://www.hockeyapp.net/features/user-metrics/)\r\n* _HockeyApp, 03._ [https://support.hockeyapp.net/kb/app-management-2/what-data-is-collected-with-the-hockeysdks-2#data-collected-for-the-user-metrics-features](https://support.hockeyapp.net/kb/app-management-2/what-data-is-collected-with-the-hockeysdks-2#data-collected-for-the-user-metrics-features)\r\n* _HockeyApp, 04._ [https://support.hockeyapp.net/kb/general-account-management-2/getting-started-with-user-metrics](https://support.hockeyapp.net/kb/general-account-management-2/getting-started-with-user-metrics)\r\n* _HockeyApp, 05._ [https://www.hockeyapp.net/blog/2014/12/11/hockeyapp-joins-microsoft.html](https://www.hockeyapp.net/blog/2014/12/11/hockeyapp-joins-microsoft.html)\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/bit-stadium-gmbh](https://www.crunchbase.com/organization/bit-stadium-gmbh)\r\n* _Bloomberg, 01._ [https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=279701634](https://www.bloomberg.com/research/stocks/private/snapshot.asp?privcapId=279701634)\r\n* _Stackify, 01._ [https://stackify.com/what-is-hockeyapp/](https://stackify.com/what-is-hockeyapp/)\r\n\r\n## External Links\r\n* _Crunchbase (HockeyApp):_ [https://www.crunchbase.com/organization/bit-stadium-gmbh](https://www.crunchbase.com/organization/bit-stadium-gmbh)\r\n* _Wikipedia (List of mergers and acquisitions by Microsoft):_ [https://en.wikipedia.org/wiki/List_of_mergers_and_acquisitions_by_Microsoft#cite_note-195](https://en.wikipedia.org/wiki/List_of_mergers_and_acquisitions_by_Microsoft#cite_note-195)\r\n* _Owler company profile:_ [https://www.owler.com/iaApp/1149223/hockeyapp-company-profile](https://www.owler.com/iaApp/1149223/hockeyapp-company-profile)", "creation_date": "2017-09-24", "code_signature": "net.hockeyapp.", "network_signature": "hockeyapp\\.net", "website": "http://hockeyapp.net", "categories": ["Crash reporting"]}, "27": {"id": 27, "name": "Google CrashLytics", "description": "## Primary Location\r\nUnited States (Boston) [Crunchbase, 01](https://www.crunchbase.com/organization/crashlytics)\r\n\r\n## Website\r\n[http://try.crashlytics.com](http://try.crashlytics.com)\r\n\r\n## About\r\nCrashlytics offers a crash reporting solution for app developers.\r\n\r\n## Ownership\r\nGoogle [Recode, 01](https://www.recode.net/2017/1/18/14313164/google-twitter-acquisition-fabric-crashlytics)\r\n\r\n## Documentation\r\n[https://fabric.io/kits/android/crashlytics](https://fabric.io/kits/android/crashlytics)\r\n\r\n## Products and Services\r\nCrashlytics offers a variety of services for app developers. Crashlytics:\r\n\r\n* Receives and analyzes app crash reports which may contain user and device-specific data.\r\n\r\n* Performs analytics on app logs \"even the exact line of code your app crashed on\" [Crashlytics, 03](https://fabric.io/kits/ios/crashlytics)\r\n\r\n* Performs analytics on app users and utilizes social media advertising. \"Get insight into your users, what they\u2019re doing, and inject live social content to delight them\" [Fabric, 01](https://get.fabric.io)\r\n\r\n* Performs cross-device user identity and authentication via \"Fabric\" [Wired, 01](https://www.wired.com/2014/10/twitter-fabric-sdk)\r\n\r\n## Privacy Policy\r\nCrashlytics Privacy Policy can be viewed at [Crashlytics, 04](https://try.crashlytics.com/terms/privacy-policy.pdf).\r\n\r\n## Relationships\r\n_Customers:_ Square / Walmart / Paypal / Yelp / Paperless Post / Blackboard / Path / Groupon / Domino's / Expedia / Orbitz / Kayak / 5 Infinity / Waze / OpenTable [Crashlytics, 01](https://try.crashlytics.com)\r\n\r\n_Integrations:_ Redmine / Pivotal Tracker / Jira / PagerDuty / Asana / OpsGenie / GitHub / Campfire / Sprintly / Hall / YouTrack / Bitbucket / Trello / FogBugz / Zoho / Slack / GitLab / Asana / YouTrack / Sprint.ly / Bitbucket / HipChat [Crashlytics, 02](http://try.crashlytics.com/integrations)\r\n\r\n## Details\r\n_Financial details:_ Crashlytics was founded in 2011 and had raised $6 million from funders. Twitter acquired Crashlytics in in 2013 for a reported $38 million [Crunchbase, 01](https://www.crunchbase.com/organization/crashlytics); [Boston Business Journal, 01](https://www.bizjournals.com/boston/blog/techflash/2013/10/twitter-crashlytics-bluefin-labs.html). In 2017, Google acquired Twitter's developer suite Fabric, which included Crashlytics, for integration into Google Firebase. The details of the deal were not publicly disclosed [Recode, 01](https://www.recode.net/2017/1/18/14313164/google-twitter-acquisition-fabric-crashlytics). Crashlytics is a business division of Google, Inc. [Crashlytics, 04](https://try.crashlytics.com/terms/privacy-policy.pdf).\r\n\r\n## References\r\n* _Boston Business Journal, 01._ [https://www.bizjournals.com/boston/blog/techflash/2013/10/twitter-crashlytics-bluefin-labs.html](https://www.bizjournals.com/boston/blog/techflash/2013/10/twitter-crashlytics-bluefin-labs.html) \r\n* _Crashlytics, 01._ [https://try.crashlytics.com](https://try.crashlytics.com) \r\n* _Crashlytics, 02._ [http://try.crashlytics.com/integrations](http://try.crashlytics.com/integrations) \r\n* _Crashlytics, 03._ [https://fabric.io/kits/ios/crashlytics](https://fabric.io/kits/ios/crashlytics) \r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/crashlytics](https://www.crunchbase.com/organization/crashlytics) \r\n* _Fabric, 01._ [https://get.fabric.io](https://get.fabric.io) \r\n* _Recode, 01._ [https://www.recode.net/2017/1/18/14313164/google-twitter-acquisition-fabric-crashlytics](https://www.recode.net/2017/1/18/14313164/google-twitter-acquisition-fabric-crashlytics) \r\n* _Wired, 01._ [https://www.wired.com/2014/10/twitter-fabric-sdk](https://www.wired.com/2014/10/twitter-fabric-sdk) \r\n\r\n## External Links\r\n* _Crunchbase (Crashlytics):_ [https://www.crunchbase.com/organization/crashlytics](https://www.crunchbase.com/organization/crashlytics) \r\n* _Wikipedia (Crashlytics):_ [https://en.wikipedia.org/wiki/Crashlytics](https://en.wikipedia.org/wiki/Crashlytics) \r\n* _TechCrunch, 01:_ [https://techcrunch.com/2013/01/28/twitter-acquires-crash-reporting-tool-crashalytics-development-of-the-product-will-continue-unabated](https://techcrunch.com/2013/01/28/twitter-acquires-crash-reporting-tool-crashalytics-development-of-the-product-will-continue-unabated) \r\n* _Fabric, 02:_ [https://blog.twitter.com/developer/en_us/a/2015/fabric-leading-the-sdk-market-in-performance-and-mobile-analytics.html](https://blog.twitter.com/developer/en_us/a/2015/fabric-leading-the-sdk-market-in-performance-and-mobile-analytics.html) \r\n* _The Register, 01:_ [https://www.theregister.co.uk/2017/01/19/google_buys_twitters_mobile_app_development_team_fabric](https://www.theregister.co.uk/2017/01/19/google_buys_twitters_mobile_app_development_team_fabric)", "creation_date": "2017-09-24", "code_signature": "io.fabric.|com.crashlytics.|com.google.firebase.crashlytics|com.google.firebase.crash.", "network_signature": "crashlytics\\.com", "website": "http://crashlytics.com", "categories": ["Crash reporting"]}, "28": {"id": 28, "name": "LeanPlum", "description": "## Primary Location\r\nUnited States (San Francisco)\r\n\r\n## Website\r\n[https://www.leanplum.com](https://www.leanplum.com)\r\n\r\n## About\r\nLeanplum offers a mobile marketing platform with solutions for mobile messaging, in-app experiences, and detailed analytics.\r\n\r\n## Ownership\r\nLeanplum\r\n\r\n## Documentation\r\n[https://www.leanplum.com/docs/android](https://www.leanplum.com/docs/android)\r\n\r\n## Products and Services\r\nLeanplum has a number of services. They include:\r\n\r\n* _Messaging:_ Send push notifications, in-app messages, email, and more, using wide broadcasts or personalized content. Deliver messages with \"triggers or drip campaigns across the customer lifecycle\". Other targeting strategies include \"onboarding, engagement, conversion, reactivation, and loyalty\" [Leanplum, 05](https://www.leanplum.com/platform/push-notifications-messaging).\r\n* _Mobile Marketing Automation:_ Create \"context-rich campaigns that understand and respond to user actions\". Target users based on \"what users do and who they are\", and engage along the full customer journey. Tailor interactions based on behavior, location, timing, and channel. Automate self-activating messages in response to \"personalized behaviors\" [Leanplum, 06](https://www.leanplum.com/platform/mobile-marketing-automation).\r\n* _App Experience Command Center:_ A mobile content management system [Leanplum, 07](https://www.leanplum.com/platform/app-editor).\r\n* _App Personalization:_ Leanplum \"provides context and personalization enabled by individual user profiles that get richer over time. Demographic, behavior, location, time, and external data provide the deep insights that power relevance. The key to meaningful engagement is understanding who users are and what they do inside your app.\" They \"capture limitless user events and behaviors to fuel highly contextual messaging campaigns\" [Leanplum, 08](https://www.leanplum.com/platform/personalization).\r\n* _A/B Testing:_ Leanplum claims to have \"the most extensive mobile A/B testing solution in the industry\". Their product \"comes equipped with the ability to run A/B and multivariate tests\" to maximize return on investment [Leanplum, 09](https://www.leanplum.com/platform/mobile-ab-testing-optimization).\r\n* _Analytics:_ Leanplum's approach is to \"capture all events and behaviors associated with a user, without limits or data point costs\" in order to \"inspire real-time action\". Clients can \"customize parameters, reports, and metrics\". Insights examine \"engagement, retention, revenue, uninstalls, and more\" [Leanplum, 10](https://www.leanplum.com/platform/mobile-app-analytics).\r\n\r\nLeanplum gathers detailed user profile information and correlates with behavioral data [Leanplum, 11](https://leanplum-wordpress.storage.googleapis.com/Pers_new@1x-min.png). Their platoform is \"built on a foundation of A/B Testing and Analytics\" to deliver \"deep customer understanding\" [Leanplum, 12](https://www.leanplum.com/platform).\r\n\r\n## Privacy Policy\r\nIt is not clear if Leanplum's Privacy Policy listed on its website also applies to its mobile tracker. The Privacy Policy posted on their website covers a number of topics:\r\n\r\n_PII collection:_ Leanplum collects both PII (\"personal information\") and non-PII data. They collect information that is voluntarily provided (eg, through email newsletters, accounts, or profiles users sign up for), passively provided (eg, IP address, mobile device ID, server logs, cookies, web beacons, user actions like clicks, and so on).\r\n\r\n_Third party collection:_ Leanplum \"may receive information about you, including Personal Information, from third parties (e.g., opt-in lists where you have requested information about Leanplum or the Service while visiting a Third-Party Site). We may combine this information with other Personal Information we maintain about you. If we do so, this Policy governs any combined information that we maintain in personally identifiable format\".\r\n\r\n_Data sharing:_ Leanplum states, \"Except as described in this Policy, we will not disclose your Personal Information that we collect on the Service to third parties without your consent. We may disclose your Personal Information to third parties if you consent to us doing so, as well as in...circumstances\" involving service providers, business transfers, the protection of Leanplum's interests, and public authorities.\r\n\r\n_Opt-out:_ Leanplum offers an ability to opt out from the disclosure of information to third parties, as well as for use cases that are \"incompatible with the purpose(s) for which it was originally collected or subsequently authorized\". Individuals must contact Leanplum by email to exercise their choice.\r\n\r\n_Access and retention:_ Individuals with user accounts or profiles on the Leanplum Service can email Leanplum requesting access to their Personal Information; they can also request to amend or update the data. Users can also request Leanplum delete their data. However, Leanplum states they \"may need to retain some of your Personal Information in order to satisfy our legal obligations, or where we reasonably believe that we have a legitimate reason to do so\".\r\n\r\n_International law:_ Leanplum states it is in compliance with the EU-U.S. Privacy Shield and the Swiss-U.S. Privacy Shield.\r\n\r\n_Security:_ Leanplum states it takes reasonable security measures, but also states that \"no data security measures can be guaranteed to be completely effective. Consequently, we cannot ensure or warrant the security of any information that you provide to us. You transmit information to us at your own risk\" [Leanplum, 13](https://www.leanplum.com/privacy).\r\n\r\n## Relationships\r\n_Customers:_ Grab / NBC / QVC / TED / Tinder / Zynga [Leanplum, 01](https://www.leanplum.com) / Bleacher Report / Hotwire / Macy's / Red Bull [Leanplum, 02](https://www.leanplum.com/customers) / Tesco / App Annie / Last Minute Travel / Pixowl / Mixbook / Wanelo / Pixelberry Studios / Big Fish / TextNow / MobilityWare / Fetch Rewards / Via [Leanplum, 03](https://www.leanplum.com/customers/case-studies)\r\n\r\n## Details\r\n_Financial details:_ Leanplum was founded in 2012. It has raised over $93 million [Crunchbase, 01](https://www.crunchbase.com/organization/leanplum). In November 2017, it raised $47 million from investors. The company was founded by former Google engineers [Business Insider, 01](http://www.businessinsider.com/why-i-quit-google-to-become-a-startup-founder-2015-11). \r\n\r\n_Scope:_ Leanplum says it handles 14 billion events per day. \r\n\r\n_Infrastructure:_ Leanplum built their service on the Google Cloud Platform \"to optimize for fault-tolerance and availability\" [Leanplum, 04](https://www.leanplum.com/plans).\r\n\r\n## References\r\n* _Business Insider, 01_. [http://www.businessinsider.com/why-i-quit-google-to-become-a-startup-founder-2015-11](http://www.businessinsider.com/why-i-quit-google-to-become-a-startup-founder-2015-11) \r\n* _Crunchbase, 01_. [https://www.crunchbase.com/organization/leanplum](https://www.crunchbase.com/organization/leanplum) \r\n* _Leanplum, 01_. [https://www.leanplum.com](https://www.leanplum.com) \r\n* _Leanplum, 02_. [https://www.leanplum.com/customers](https://www.leanplum.com/customers) \r\n* _Leanplum, 03_. [https://www.leanplum.com/customers/case-studies](https://www.leanplum.com/customers/case-studies) \r\n* _Leanplum, 04_. [https://www.leanplum.com/plans](https://www.leanplum.com/plans) \r\n* _Leanplum, 05_. [https://www.leanplum.com/platform/push-notifications-messaging](https://www.leanplum.com/platform/push-notifications-messaging) \r\n* _Leanplum, 06_. [https://www.leanplum.com/platform/mobile-marketing-automation](https://www.leanplum.com/platform/mobile-marketing-automation)\r\n* _Leanplum, 07_. [https://www.leanplum.com/platform/app-editor](https://www.leanplum.com/platform/app-editor) \r\n* _Leanplum, 08_. [https://www.leanplum.com/platform/personalization](https://www.leanplum.com/platform/personalization) \r\n* _Leanplum, 09_. [https://www.leanplum.com/platform/mobile-ab-testing-optimization](https://www.leanplum.com/platform/mobile-ab-testing-optimization) \r\n* _Leanplum, 10_. [https://www.leanplum.com/platform/mobile-app-analytics](https://www.leanplum.com/platform/mobile-app-analytics) \r\n* _Leanplum, 11_. [https://leanplum-wordpress.storage.googleapis.com/Pers_new@1x-min.png](https://leanplum-wordpress.storage.googleapis.com/Pers_new@1x-min.png) \r\n* _Leanplum, 12_. [https://www.leanplum.com/platform](https://www.leanplum.com/platform)\r\n\r\n## External Links\r\n* _Crunchbase (Leanplum)_: [https://www.crunchbase.com/organization/leanplum](https://www.crunchbase.com/organization/leanplum)", "creation_date": "2017-09-24", "code_signature": "com.leanplum.", "network_signature": "leanplum\\.com", "website": "https://www.leanplum.com/", "categories": ["Analytics", "Profiling", "Location"]}, "29": {"id": 29, "name": "Tinder Analytics", "description": "## Primary Location\r\nUnited States\r\n\r\n## Website\r\n[https://www.tinder.com](https://www.tinder.com)\r\n\r\n## About\r\nTinder is a location-based social search mobile app geared towards dating and hook-up culture.\r\n\r\n## Ownership\r\nMatch Group (a division of IAC/InterActiveCorp) [BusinessInsider, 01](http://www.businessinsider.com/match-the-company-that-owns-tinder-just-filed-to-go-public-2015-10); [CrunchBase, 01](https://www.crunchbase.com/organization/match-group)\r\n\r\n## Documentation\r\nNot public\r\n\r\n## Products and Services\r\nIt is note entirely clear what the Tinder Analytics SDK does. Some news outlets have published details about Tinder analytical practices, often in conjunction with third parties. Minor press about Tinder and \"swiping right\" offers clues:\r\n\r\n\"Earlier this year, to combat this collection of overzealous swipers, the company set a limit on the number of right swipes users could make daily. Then it rounded up profiles of the most prolific right-swipers and watched what happened. Would they get upset and leave? Would they stop using for a while and lick their wounds? Or would they realize the error in their ways and be a little more discriminating in suggesting possible hookups?\" [Fortune, 01](http://fortune.com/2015/09/29/tinder-interana-analytics/)\r\n\r\n## Privacy Policy\r\nThe privacy policy for the Tinder Analytics SDK tracker is not public. In September 2017, French journalist Judith Duportail published details about her data request from Tinder which revealed that Tinder had 800 pages of information about her. The profile was created over four years of use, and included information about her Facebook \"likes\", links to (now-deleted) Instagram photos, her education, the age-rank of men she was interested in, number of Facebook friends, the when and where of every one of her Tinder match conversations, and more [The Guardian, 01](https://www.theguardian.com/technology/2017/sep/26/tinder-personal-data-dating-app-messages-hacked-sold).\r\n\r\n### General Tinder Privacy Policy\r\n_PII:_ Tinder collects Personal Information (Personally Identifiable Information), including Sensitive Data, and other information. Sensitive Data includes \"information, comments or content (e.g. photographs, video, profile, lifestyle) that you optionally provide that may reveal your ethnic origin, nationality, religion and/or sexual orientation\". Users consent to the \"collection, use, and disclosure of Sensitive Data\" in accordance with the law. \r\n\r\n_Geolocation:_ Tinder states \"We may also collect your geolocation information with your consent. We may collect this information through a website, mobile application, or other online services... the information may be sent to servers located in the United States and countries around the world\". \r\n\r\n_Collection of data through Facebook:_ By registering with Tinder, you authorize Tinder to access certain Facebokk information, such as \"your public Facebook profile (consistent with your privacy settings in Facebook), your email address, interests, likes, gender, birthday, education history, relationship interests, current city, photos, personal description, friend list, and information about and photos of your Facebook friends who might be common Facebook friends with other Tinder users\". \r\n\r\n_Collection of conversations:_ \"If you chat with other Tinder users, you provide us the content of your chats\".\r\n\r\n_Third Party data collection:_ \"Tinder is part of The Match Group family of businesses, which as of the date of this policy includes websites and apps such as OurTime.com, BlackPeopleMeet.com, OkCupid, Twoo, POF, Meetic, LoveScout24, Match and ParPerfeito. We may obtain both personal and non-personal information about you from other Match businesses, business partners and other third parties.\" \r\n\r\n_Technologies used to collect data:_ \r\n\r\n* When visiting Tinder's Service, you automatically provide Tinder with your \"IP address, device ID and type, your browser type and language, the operating system used by your device, access times, your mobile device\u2019s geographic location while our application is actively running, and the referring website address.\"\r\n* _Cookies_ are used track users. They state, \"If we advertise, we (or third parties) may use certain data collected on our Service to show you Tinder advertisements on other sites or applications\".\r\n* _Pixel tags_ (aka, web beacons or clear GIFs) are used in web pages, ads, and emails. These are used to access cookies and track user activities.\r\n* _Mobile device IDs_ are used to store your preferences and track your use of the Tinder app. \r\n * \"Ad companies also use device IDs or Advertising IDs to track your use of the app, track the number of ads displayed, measure ad performance and display ads that are more relevant to you. Analytics companies use device IDs to track information about app usage.\"\r\n\r\n_Third Party data collecting:_ \"We may allow service providers, advertising companies and ad networks, and other third parties to display advertisements on our Service and elsewhere. These companies may use tracking technologies, such as cookies or web beacons, to collect information about users who view or interact with their advertisements. We do not provide any non-masked or non-obscured personal information to third parties.\" \r\n\r\n_Data Sharing with Third Parties:_ Tinder may share information with: \r\n\r\n* _Service providers:_ Third parties that perform services on behalf of Tinder may include \"fulfilling orders, providing customer service and marketing assistance, performing business and sales analysis, ad tracking and analytics, member screenings, supporting our Service functionality, and supporting contests, sweepstakes, surveys and other features offered through our Service. These service providers may have access to personal information needed to perform their functions but are not permitted to share or use such information for any other purposes.\"\r\n* _Other Match Group businesses:_ Including \"Match.com, OkCupid, OurTime.com, BlackPeopleMeet.com, Twoo, Meetic, POF, LoveScout24, ParPerfeito and others... subject to your consent where required under applicable law.\"\r\n* _Other situations:_ Some other situations include actions in response to a subpeona or similar investigative demand; when Tinder believes it is appropriate in connection with illegal activity; and \"In connection with a substantial corporate transaction, such as the sale of our business, a divestiture, merger, consolidation, or asset sale, or in the unlikely event of bankruptcy\". \r\n\r\n_Aggregated and non-personal Information:_ Tinder states, \"We may use and share non-personal information we collect under any of the above circumstances. We may also share it with other Match Group companies and third parties to develop and deliver targeted advertising on our Service and on websites or applications of third parties, and to analyze and report on advertising you see. We may combine non-personal information we collect with additional non-personal information collected from other sources. We also may share aggregated, non-personal information, or personal information in hashed, non-human readable form, with third parties, including advisors, advertisers and investors, for the purpose of conducting general business analysis, advertising, marketing, or other business purposes. For example, we may engage a data provider who may collect web log data from you (including IP address and information about your browser or operating system), or place or recognize a unique cookie on your browser to enable you to receive customized ads or content. The cookies may re\ufb02ect de-identified demographic or other data linked to data you voluntarily have submitted to us (such as your email address), that we may share with a data provider solely in hashed, non-human readable form. We may also share your geolocation information in de-identified form with Match Group companies and third parties for the above purposes.\" \r\n\r\n_Opt-Out (geolocation:_ \"To opt out of the sharing of your geolocation information, please discontinue use of the Tinder application\".\r\n\r\n_Opt-Out (third party):_ Some \"third-party advertising companies may be advertising networks that are members of the Network Advertising Initiative, which offers a single location to opt out of ad targeting from member companies (www.networkadvertising.org). Opting out will not decrease the number of advertisements you see. To opt-out of cookies that may be set by third party data or advertising partners, please go to http://www.aboutads.info/choices\". \r\n\r\n_Security:_ Tinder states that \"although we take steps to secure your information, we do not promise, and you should not expect, that your personal information, chats, or other communications will always remain secure\" \r\n\r\n_Data Retention:_ Tinder states, \"We keep your information only as long as we need it for legitimate business purposes and as permitted by applicable legal requirements. If you close your account, we will retain certain data for analytical purposes and recordkeeping integrity, as well as to prevent fraud, enforce our Terms of Use, take actions we deem necessary to protect the integrity of our Service or our users, or take other actions otherwise permitted by law. In addition, if certain information has already been provided to third parties as described in this Privacy Policy, retention of that information will be subject to those third parties\u2019 policies.\" \r\n\r\n_Jurisdictional issues:_ Tinder states, \"we cannot always know where personal information may be accessed or processed. While our primary data centers are in the United States, we may transfer personal information or other information to our offices outside of the United States. In addition, we may employ other companies and individuals to perform functions on our behalf. If we disclose personal information to a third party or to our employees outside of the United States, we will seek assurances that any information we may provide to them is safeguarded adequately and in accordance with this Privacy Policy and the requirements of applicable privacy laws.\r\n\r\nIf you are visiting from the European Union or other regions with laws governing data collection and use, please note that you are agreeing to the transfer of your personal data, including sensitive data, by Tinder from your region to countries which do not have data protection laws that provide the same level of protection that exists in countries in the European Economic Area, including the United States. By providing your personal information, you consent to any transfer and processing in accordance with this Policy\" [Tinder, 01](https://www.gotinder.com/privacy).\r\n\r\n## Relationships\r\n_Match Group businesses:_ Match.com / OkCupid / OurTime.com / BlackPeopleMeet.com / Twoo / Meetic / POF / LoveScout24 / ParPerfeito [Tinder, 01](https://www.gotinder.com/privacy)\r\n\r\n## Details\r\n_Usage requirements:_ Tinder users are required to have a Facebook account and turn on loction-based tracking in order to use the app. [Tinder, 01](https://www.gotinder.com/privacy) \r\n\r\n_Analytics:_ Tinder uses Spotify and Facebook data to match users [Tech Times, 01](http://www.techtimes.com/articles/199964/20170302/tinder-users-finding-more-matches-thanks-spotify-popular-anthems-include.htm)\r\n\r\n## References\r\n* _BusinessInsider, 01._ [http://www.businessinsider.com/match-the-company-that-owns-tinder-just-filed-to-go-public-2015-10](http://www.businessinsider.com/match-the-company-that-owns-tinder-just-filed-to-go-public-2015-10) \r\n* _CrunchBase, 01._ [https://www.crunchbase.com/organization/match-group](https://www.crunchbase.com/organization/match-group) \r\n* _Fortune, 01._ [http://fortune.com/2015/09/29/tinder-interana-analytics/](http://fortune.com/2015/09/29/tinder-interana-analytics/])\r\n* _Tech Times, 01._ [http://www.techtimes.com/articles/199964/20170302/tinder-users-finding-more-matches-thanks-spotify-popular-anthems-include.htm](http://www.techtimes.com/articles/199964/20170302/tinder-users-finding-more-matches-thanks-spotify-popular-anthems-include.htm) \r\n* _The Guardian, 01._ [https://www.theguardian.com/technology/2017/sep/26/tinder-personal-data-dating-app-messages-hacked-sold](https://www.theguardian.com/technology/2017/sep/26/tinder-personal-data-dating-app-messages-hacked-sold) \r\n* _Tinder, 01._ [https://www.gotinder.com/privacy](https://www.gotinder.com/privacy)\r\n\r\n## External Links\r\n* _Wikipedia (Tinder app):_ [https://en.wikipedia.org/wiki/Tinder_(app)](https://en.wikipedia.org/wiki/Tinder_(app))", "creation_date": "2017-09-24", "code_signature": "com.tinder.analytics|com.tinder.ads", "network_signature": "etl\\.tindersparks\\.com", "website": "http://tinder.com", "categories": ["Analytics"]}, "30": {"id": 30, "name": "Schibsted", "description": "## Websites\r\n * http://www.schibsted.com/en/ir/", "creation_date": "2017-09-25", "code_signature": ".schibsted.", "network_signature": "schibsted\\.com|schibsted\\.io", "website": "http://www.schibsted.com/en/ir/", "categories": []}, "31": {"id": 31, "name": "ATInternet", "description": "## Websites\r\n * https://www.atinternet.com/en/", "creation_date": "2017-09-25", "code_signature": "com.atinternet.", "network_signature": "ati-host\\.net", "website": "https://www.atinternet.com/en/", "categories": ["Analytics"]}, "32": {"id": 32, "name": "Tealium", "description": "## Primary location\r\nUnited States (San Diego) [Crunchbase, 01](https://www.crunchbase.com/organization/tealium)\r\n\r\n## Website\r\n[https://www.tealium.com](https://www.tealium.com)\r\n\r\n## About\r\nTealium offers a universal data hub that unites its clients' tools and teams with \"universally acceptable, real-time customer data\" [Tealium, 01](https://www.tealium.com).\r\n\r\n## Ownership\r\nTealium\r\n\r\n## Documentation\r\nhttps://community.tealiumiq.com/t5/Tealium-for-Android/Adding-Tealium-to-Your-Android-App/ta-p/16846\r\n\r\n## Products and Services\r\nTealium integrates technologies and services. Products and services include:\r\n\r\n* Build & Stitch Profiles\r\n* Define Audiences\r\n* Trigger Actions\r\n* Analytics\r\n* Big Data\r\n* Customer Relations Management\r\n* Display Ad\r\n* Email\r\n* Personalization\r\n* Search\r\n* Social [Tealium, 01](https://www.tealium.com)\r\n\r\nProducts include:\r\n\r\n* _Tealium iQ Tag Management:_ Integrate with other vendors through tags [Telium, 02](https://tealium.com/products/tealium-iq-tag-management-system).\r\n* _Tealium Event Stream:_ Data collection from any source (web, mobile, OTT), monitor data stream in real time, and leverage data in real time, especially for use on mobile devices [Tealium, 03](https://tealium.com/products/tealium-eventstream).\r\n* _Tealium AudienceStream Customer Data Platform:_ A CDP that offers \"robust audience management and data enrichment capabilities resulting in unified customer profiles and the ability to take immediate, relevant action... Tealium AudienceStream allows users to connect all of their customer data, creating a single view of customers and the ability to automate actions across every channel, touchpoint and vendor in your entire digital ecosystem\". Tealium's Audience Sizing \"allows users to connect all of their customer data, creating a single view of customers and the ability to automate actions across every channel, touchpoint and vendor in your entire digital ecosystem\" [Tealium, 04](https://tealium.com/products/audiencestream).\r\n* _Tealium DataAccess:_ DataAccess \"offers the richest source of clean and correlated omnichannel, event and audience data collected across web and mobile touch points, and makes that data available for real-time action\". It focuses on unifying data and offers the capacity to \"Correlate and stitch online and offline data assets to provide a rich \u201cready to query\u201d visitor dataset\" [Tealium, 05](https://tealium.com/products/tealium-dataaccess).\r\n\r\nTealium's \"Visitor Stitching\" tracks user behavior on and offline, across devices. With this technology, Tealium states, \"Previously anonymous visitor behavior will fulfill critical gaps in customer knowledge when cross device activity is merged with known customer profiles\". Tealium has a patent on their visitor stitching approach that combines the details from two or more profiles into one. Their \"proprietary technology \u2018replays\u2019 the data from each of the stitched profiles back in order, so that the profile can be built taking into account the sequence of the customer\u2019s journey\". \r\n\r\nTealium \"tracks visitor IDs from a variety of sources including Facebook, Amazon, Twitter, LinkedIn, Google Plus and more. When any known ID is matched, visitors, their behaviors, and devices are automatically stitched together. AudienceStream then enables you to take actions using these profile-based attributes and create unique audiences, facilitating compelling omnichannel campaigns that may begin on a mobile device and follow the user to his or her desktop\" [Tealium, 06](https://tealium.com/resources/visitor-stitching).\r\n\r\n## Privacy Policy\r\nTealium lists a Privacy Policy on its website; it is unclear if there are any differences in policy as it applies to their mobile tracker. \r\n\r\n_Data collection:_ Tealium collects both PII and non-PII from individuals visiting its website or using its services. PII may be collected when signing up for Tealium services. Non-PII may be collected when visiting the Tealium website from a web browser or mobile device. Tealium collects information from web browser through the use of cookies and web beacons. They also collect data on IP addresses to \" administer the Tealium Website, analyze trends, track visitor movements, and gather broad demographic information that assists us in identifying visitor preferences\". They \"may collect aggregated data regarding use of the Services and the Tealium Website, including, without limitation, number of Site Visitors, frequency and patterns of use, tag usage, feedback request trends, etc. (\u201cAggregated Data\u201d)\". They state they use \"Aggregated Data as a statistical measure and not in a manner that would identify you personally\" and that they \"may make use of, or make such Aggregated Data available to, third parties, in any manner in our sole discretion\". Details on what constitutes \"aggregated data\" or not available. \r\n\r\n_Data sharing:_ Tealium shares data with service providers, affiliates, partners and affiliated businesses not controlled by Tealium, billing, and when compelled by authorities.\r\n\r\n_International law:_ Tealium \"participates in and has certified its compliance with the EU-U.S. Privacy Shield Framework (Privacy Shield) and Swiss Safe Harbor\".\r\n\r\n_Opt-out:_ Tealium states, \"You may correct, update and delete your Customer Information, change your choices for alerts and other messages, choose whether to receive offers and promotions from us or you may request access to the Personal Information we hold about you and ask us to amend or delete such Personal Information. You can send your request to support@tealium.com.\" They also honor Do Not Track headers and \"allows its users to opt\u2010out of having their personal information collected by Tealium\". It is not clear how individuals could opt-out of data collection from the Telium mobile device tracker.\r\n\r\n_Data retention:_ Tealium \" retains the information we receive as described in this Privacy Statement for as long as needed to provide our Services, comply with our legal obligations, resolve disputes, establish legal defenses, conduct audits, pursue legitimate business purposes, and enforce our agreements\".\r\n\r\n_Security:_ Tealium states that it \"takes precautions, including administrative, technical, and physical measures \u2013 to help safeguard Customer Information against loss, theft, and misuse as well as unauthorized access, disclosure, alteration, and destruction. While we follow generally accepted standards to protect information submitted to us, no method of storage or transmission is 100% secure. Users are solely responsible for protecting their passwords, limiting access to their computers, and signing out of the Services after their sessions\" [Tealium, 07](https://tealium.com/privacy).\r\n\r\n## Relationships\r\n_Integrations (technological):_ Amazon Web Services / Bronto / Campaign Monitor / Twitter Campaigns / Facebook / CheetahMail / Criteo / Demandware [Tealium, 01](https://www.tealium.com).\r\n\r\n## Details\r\n_Financial details:_ Tealium was founded in 2008 and has raised over $112 million from funders [Crunchbase, 01](https://www.crunchbase.com/organization/tealium).\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/tealium](https://www.crunchbase.com/organization/tealium) \r\n* _Tealium, 01._ [https://www.tealium.com](https://www.tealium.com) \r\n* _Tealium, 02._ [https://tealium.com/products/tealium-iq-tag-management-system](https://tealium.com/products/tealium-iq-tag-management-system) \r\n* _Tealium, 03._ [https://tealium.com/products/tealium-eventstream](https://tealium.com/products/tealium-eventstream) \r\n* _Tealium, 04._ [https://tealium.com/products/audiencestream](https://tealium.com/products/audiencestream) \r\n* _Tealium, 05._ [https://tealium.com/products/tealium-dataaccess](https://tealium.com/products/tealium-dataaccess) \r\n* _Tealium, 06._ [https://tealium.com/resources/visitor-stitching](https://tealium.com/resources/visitor-stitching) \r\n* _Tealium, 07._ [https://tealium.com/privacy](https://tealium.com/privacy)\r\n\r\n## External Links\r\n* _Wikipedia (Tealium):_ [https://en.wikipedia.org/wiki/Tealium](https://en.wikipedia.org/wiki/Tealium) \r\n* _Ghostery (Tealium):_ [https://apps.ghostery.com/apps/tealium](https://apps.ghostery.com/apps/tealium)\r\n* _Crunchbase (Tealium):_ [https://www.crunchbase.com/organization/tealium](https://www.crunchbase.com/organization/tealium)", "creation_date": "2017-09-25", "code_signature": ".tealium.", "network_signature": "tealiumiq\\.com|tiqcdn\\.com", "website": "https://tealium.com/", "categories": ["Analytics"]}, "33": {"id": 33, "name": "Nexage", "description": "## Primary Location\r\nUnited States (Boston) [Crunchbase, 01](https://www.crunchbase.com/organization/nexage)\r\n\r\n## Website\r\n[http://www.nexage.com](http://www.nexage.com)\r\n\r\n## About\r\nNexage \"offers a mobile advertising platform that provides private and public exchanges, data enrichment, and real-time targeting solutions\" [Crunchbase, 01](https://www.crunchbase.com/organization/nexage).\r\n\r\n## Ownership\r\nMillenial Media, which became part of ONE by AOL; the AOL company name has changed to Oath, which is a subsidiary of Verizon Communications [AOL, 01](http://privacy.aol.com)\r\n\r\n## Documentation\r\n[http://docs.onemobilesdk.aol.com/android-ad-sdk/integration-guide.html](http://docs.onemobilesdk.aol.com/android-ad-sdk/integration-guide.html)\r\n\r\n## Products and Services\r\nServices (ostensibly now under Millenial Media):\r\n\r\n* Real-time bidding to help automate the buying and selling of mobile advertising [MillenialMedia, 01](http://www.millennialmedia.com/press/millennial-media-to-acquire-nexage-a-leading-mobile-ssp-and-advertising-exchange).\r\n* Millenial Media has a \"mobile-first\" data management platform (DMP) which can \"ingest publisher and advertiser data to enable re-targeting, audience extensions, and cross-device attribution\" [MillenialMedia, 01](http://www.millennialmedia.com/press/millennial-media-to-acquire-nexage-a-leading-mobile-ssp-and-advertising-exchange).\r\n* Targeted advertising through channel and demographic segments: \"Leveraging Millennial Media's audience and channel targeting, the campaign reached women ages 25-55 with an emphasis on the following conditions: pregnancy, stress, and bleaching/coloring. The consumer interaction garnered from the precise targeting far exceeded expectations.\" [MillenialMedia, 02](http://www.millennialmedia.com/mobile-insights/client-stories/fall-for-unilever-singapore-dove-hair-rescue)\r\n\r\n## Privacy Policy\r\nNexage's current privacy policy links to a URL at AOL.com, which displays privacy policy for \"Oath: A Verizon company\" [AOL, 01](http://privacy.aol.com). \r\n\r\n_Location tracking:_ According to Oath, \"Depending on how you access and use our Services, we may receive... _Location Information._ This information can include your device's GPS signal and information about Bluetooth connections, nearby WiFi networks, cell towers, and other types of precise location. We get this information, for example, when you use location-enabled services\" [AOL, 04](http://privacy.aol.com/privacy-policy). \r\n\r\nThey further state, \"With your consent, we may use available services on your device to determine or derive your precise location, including cellular, Wi-Fi, Bluetooth, and GPS information. In addition and with your consent, we may share your precise location information or personal information with third parties for their independent use. You may opt-out of providing precise location information to Oath, and having that information shared with third parties, at any time by adjusting the settings on your device. Please note that you may need to adjust multiple settings, and not just your location preference, to opt out of providing precise location information to Oath. If you subsequently opt in to sharing location information for an individual service, your location information will be shared with that service. Note that if you consent to share your location information within a particular app, your location information collected from within that app may continue to be shared even after you have opted-out on your device. If you opt-out of providing precise location information to Oath, we may continue to derive your approximate location from your IP address and other information we may collect. For more information, please review your app and device settings.\" \r\n\r\n_Location tracking and third parties:_ Oath states, \"We may use third-party providers to help operate our Services, including to deliver ads and understand how people use our Services on various devices. These providers may collect information about other apps on your various devices, the websites you visit, location information, inaudible audio waves, and other information in order to help analyze usage and target advertising on the site or app and elsewhere across your devices. These providers may use cookies, web beacons, and other technologies (including audio beacons) to collect this information\" [AOL, 07](http://legal.aol.com/mobileTOS).\r\n\r\n_Other information collected:_ \r\n\r\n* Log information (interactions with web sites, search queries, information about your operating system, IP address, etc)\r\n* Device information (the type of device, such as iPhone; device identifiers which may be unique to your device; your Internet Service Provider)\r\n* \"Other information\" (such as information from AOL Mail or Instant Messenger, but not the private communications without your consent)\r\n* Third Party data: Oath states, \"We may receive additional information about you that is publicly or commercially available and combine it along with the information we have collected or received about you in other ways. Also, we receive information about you when you choose to connect with social networking services while using our Services\" [AOL, 04](http://privacy.aol.com/privacy-policy).\r\n\r\n_Mobile device information:_ Oath states, \"When you use our Services on a mobile device, Oath, our partners, and service providers may collect certain information automatically, such as the type of device you use, unique device ID, wireless mobile subscriber ISDN numbers, Verizon Wireless UIDH, IP address, operating system, browser type, and information about your use of our Services. We may use this information as described in the Oath Privacy Policy, which explains, among other things, that we may combine information about your use of our various Services in all the ways you may connect to Oath.\r\n\r\nCertain Services may require the collection of the phone number of your device. We may associate that phone number with other information; however, we will not use that number for telemarketing to you without your consent\" [AOL, 07](http://legal.aol.com/mobileTOS).\r\n\r\n_Oath Standard Categories (segments) for targeted advertising:_ See Oath website for their list of Standard Categories [AOL, 05](https://advertising.aol.com/advisibility/standard-categories).\r\n\r\n_Opt-out on mobile:_ Oath states users can opt out of interest-based (targeted) advertising through general device settings in iOS and Android. However, to stop data collection of an Oath app, users must uninstall the app. \r\n\r\n_PII vs non-PII:_ Oath defines PII as \"name, address, telephone number, email address, payment card number, and government-issued identification number\", and non-PII to include \"without limitation cookie IDs, device identifiers, hashed values (such as email addresses and other types of information that are transformed into a sequence of random-looking characters that are no longer recognizable as an email address), and IP addresses\" [AOL, 02](http://privacy.aol.com/definitions). \r\n\r\nOath states it abides by \"standards restricting the use of sensitive financial account number data and other types of sensitive data as defined by these programs. For example, we do not use or allow others to use sensitive data to determine eligibility for health insurance, life insurance, or employment. We also do not target ads to users based on sensitive health data, including cancer, mental health-related conditions, and sexually-related areas\". They add, \"If a user appears interested in non-sensitive, health-related topics, (such as, by visiting pages related to a topic) an ad relevant to those interests may be displayed. We may also display non-sensitive, health-related ads to users who we or our advertisers believe may be an appropriate audience for such topics\" [AOL, 06](http://privacy.aol.com/advertising-and-privacy).\r\n\r\n_Information sharing:_ Oath states it \"may share your information in limited circumstances, including when we have your consent to do so or when sharing is necessary to protect Oath or comply with the law. Our agents and contractors may have access to your information, but only to perform services for Oath. We do not sell or rent your personal information to third parties. We may, however, share non-personally identifiable information with select business partners\" [AOL, 01](http://privacy.aol.com). Oath also states it does not \"rent or sell personal information to third parties for their marketing purposes. But we may share certain information we collect or receive with our affiliates and others to respond to your requests, provide our Services, when we have your consent, or as described in\" their Privacy Policy.\r\n\r\nParties Oath may share data with include:\r\n\r\n* Affiliates (any company that is controlled by or under common control with Oath Inc. Oath is part of the Verizon family of companies, which includes Yahoo Inc. For a list of Oath's major content brands\") [AOL, 02](http://privacy.aol.com/definitions)\r\n* Business partners (non-personally identifiable information)\r\n* Other parties in response to legal process or when necessary to protect our Services\r\n* Companies that provide services to Oath\r\n\r\nThird Parties that Provide Content, Advertising Services, or Functionality on Our Services:\r\n\r\n* Advertising providers (for targeted advertising or analytics)\r\n* Audience-measurement companies (to measure and compare usage on Oath Services, in comparison to other online services)\r\n* Social networking services \" (like Facebook, Twitter, LinkedIn, and Google) that enable you to login to certain of our Services and to share things you find on our Services with your social network. If you choose to connect with a social networking service, we may share information with that service, and that service may share information about you with us. We may use the information for the reasons explained in this Privacy Policy, including to make your experience on our Services more personal and social. For example, we might show you what content is popular among your connections on the social networking service or give you a glimpse of what your friends are saying about that content.\"\r\n\r\nAccording to Oath, \"These and other third parties may collect or receive information about your use of our Services, including through the use of cookies, web beacons and other technologies, and this information may be collected over time and combined with information collected on different websites and online services across your devices\" [AOL, 04](http://privacy.aol.com/privacy-policy). \r\n\r\nKey third parties Oath works with include, but are not limited to: \r\n\r\nAnalytics Providers:\r\n\r\n* Google Analytics\r\n* Nielsen Digital Measurement\r\n* Scorecard Research\r\n\r\nOther companies:\r\n\r\n* Acxiom\r\n* Session M\r\n* Taboola\r\n* Tapad \r\n\r\nOath states that, \"like Oath, these companies and other third parties not listed above may use cookies, web beacons, and similar technologies on or in connection with our Services\" [AOL, 06](http://privacy.aol.com/advertising-and-privacy).\r\n\r\n_Regulation:_ Oath is committed to self-regulatory requiremets for online advertising, including the Digital Advertising Alliance's Self-Regulatory Program for Online Behavioral Advertising and the Network Advertising Initiative's Self-Regulatory Code of Conduct.\r\n\r\n_Retention:_ Oath states, \"Data used to create segments for ad targeting is retained for no longer than 2 years. Other data (for example, data used to determine long-term or seasonal trends) may be retained for as long as Oath has a legitimate business reason for retaining it\" [AOL, 06](http://privacy.aol.com/advertising-and-privacy).\r\n\r\n_Tracking technologies:_ Oath Services use cookies, web beacons, and other technologies, as well as device fingerprinting and a \"device graph\" to link multiple devices to the same user [AOL, 03](http://privacy.aol.com/cookies-web-beacons).\r\n\r\n## Relationships\r\n_Media relationships:_ Oath offers free Services such as Oath.com, HuffPost, Moviefone, and TechCrunch with support from ads displayed on those Services. \r\n\r\nOath brands include: #BuiltByGirls / Yahoo! Finance / Yahoo! / AOL / Yahoo! Sports / Yahoo! Mail / TechCrunch / Yahoo! News / HuffPost / Yahoo! Fantasy / Flurry / Yahoo! Gemini / Verizon / BrightRoll by Yahoo! / ONE by AOL / kanvas / flickr / tumblr / Yahoo! Weather / Alto / Yahoo! Messenger / engadet / Style Me Pretty / autoblog / Polyvore / Makers / Moviefone / Build / Ryot / Convertro / BBG Ventures / Cambio / rivals / alephd by AOL [Oath, 01](https://www.oath.com/our-brands)\r\n\r\n## Details\r\n_Financial details:_ Nexage was founded in 2006 and had raised $19.5 million by 2012. It was acquired by Millenial Media for approximately $108 million in 2014 [Crunchbase, 01](https://www.crunchbase.com/organization/nexage); [AdExchanger.com, 01](https://adexchanger.com/mobile/millennial-media-to-buy-nexage-mobile-ssp-and-exchange-for-108m). \r\n\r\n## References\r\n* _AdExchanger.com, 01._ [https://adexchanger.com/mobile/millennial-media-to-buy-nexage-mobile-ssp-and-exchange-for-108m](https://adexchanger.com/mobile/millennial-media-to-buy-nexage-mobile-ssp-and-exchange-for-108m)\r\n* _AOL, 01._ [http://privacy.aol.com](http://privacy.aol.com)\r\n* _AOL, 02._ [http://privacy.aol.com/definitions](http://privacy.aol.com/definitions)\r\n* _AOL, 03._ [http://privacy.aol.com/cookies-web-beacons](http://privacy.aol.com/cookies-web-beacons)\r\n* _AOL, 04._ [http://privacy.aol.com/privacy-policy](http://privacy.aol.com/privacy-policy)\r\n* _AOL, 05._ [https://advertising.aol.com/advisibility/standard-categories](https://advertising.aol.com/advisibility/standard-categories)\r\n* _AOL, 06._ [http://privacy.aol.com/advertising-and-privacy](http://privacy.aol.com/advertising-and-privacy) \r\n* _AOL, 07._ [http://legal.aol.com/mobileTOS](http://legal.aol.com/mobileTOS)\r\n* _Millenial Media, 01._ [http://www.millennialmedia.com/press/millennial-media-to-acquire-nexage-a-leading-mobile-ssp-and-advertising-exchange](http://www.millennialmedia.com/press/millennial-media-to-acquire-nexage-a-leading-mobile-ssp-and-advertising-exchange)\r\n* _Millenial Media, 02._ [http://www.millennialmedia.com/mobile-insights/client-stories/fall-for-unilever-singapore-dove-hair-rescue](http://www.millennialmedia.com/mobile-insights/client-stories/fall-for-unilever-singapore-dove-hair-rescue)\r\n* _Oath, 01._ [https://www.oath.com/our-brands](https://www.oath.com/our-brands)\r\n\r\n## External Links\r\n* _Ghostery (Nexage)_: [https://apps.ghostery.com/apps/nexage](https://apps.ghostery.com/apps/nexage)", "creation_date": "2017-09-27", "code_signature": "com.nexage.android.|org.nexage.", "network_signature": "nexage\\.com", "website": "http://nexage.com/", "categories": []}, "34": {"id": 34, "name": "Ogury Presage", "description": "*\"Ogury is activating proprietary true mobile data from more than 300 million global users.\r\nNo other player in the market has such an ultra-granular knowledge of the complete mobile user journey.\r\nOgury\u2019s omniscient mobile data platform gives businesses the tools to harness the power of mobile data.\r\nBetter Insights = Better Targeting = Better App Monetisation = Better Mobile Experience.\"* - from Ogury website", "creation_date": "2017-09-27", "code_signature": "io.presage.", "network_signature": "presage\\.io", "website": "http://www.presage.io/", "categories": []}, "35": {"id": 35, "name": "Twitter MoPub", "description": "## Primary location\r\nUnited States\r\n\r\n## Website\r\n[https://www.mopub.com](https://www.mopub.com)\r\n\r\n## About\r\nMoPub offers services aimed th help publishers acquire and serve advertisements and advertisers to reach audiences that may be interested in their products and services [MoPub, 03](https://www.mopub.com/legal/privacy).\r\n\r\n## Ownership\r\nTwitter\r\n\r\n## Documentation\r\n[https://www.mopub.com/resources/docs/android-sdk-integration](https://www.mopub.com/resources/docs/android-sdk-integration)\r\n\r\n## Products and Services\r\nMopub describes itself as \"The leading monetization platform for mobile app publishers and developers\" [MoPub, 01](https://www.mopub.com). \r\n\r\n* They connect publishers with advertisers in a way aimed to \"drive the highest price for every ad impression\" [MoPub, 01](https://www.mopub.com).\r\n* They \"flexible mediation system allows publishers to target the right inventory with the right network partner, based on each publisher\u2019s unique business goals\" [MoPub, 01](https://www.mopub.com).\r\n* They offer \"ad serving tools, interface, and analytics.\"\r\n\r\nFor publishers: [Mopub, 02](https://www.mopub.com/publishers/overview)\r\n* Offer a \"dependable back-end systems powered by Twitter\u2019s world-class data center strength.\"\r\n* Offer consultative services.\r\n* Offer a creative dashboard for ad serving tools, interface, and ad formats.\r\n* Offer publishers access to over 180 demand-side platforms.\r\n* Help publishers reach an audience across 49,000 apps and 1.5 billion devices [MoPub, 03](https://www.mopub.com/dsp/overview).\r\n\r\n## Privacy Policy\r\n\r\n### Section 1: End User Policies\r\n_Information Collection on End Users:_ MoPub states, \"we may collect information about your device and the ads you view or click. The MoPub Services are designed to avoid collecting information that identifies you personally, such as your name, address, or email address, but the information we collect does enable us to recognize your device over time\". Data collected includes, but is not limited to:\r\n\r\n* \"Information about your device, such as the type and model, manufacturer, operating system (e.g. iOS or Android), carrier name, IP address, mobile browser (e.g. Chrome, Safari), applications using the MoPub Services and the version of such applications, and identifiers assigned to your device, such as its iOS Identifier for Advertising (IDFA), Android Advertising ID, or unique device identifier (a number uniquely allocated to your device by your device manufacturer).\r\n* Log information, including the app or website visited, session start/stop time, time zone, and network connection type (e.g., WiFi, cellular), and cookie information.\r\n* The geo-location of your device (using GPS or other geo-location data), when location services have been enabled for the mobile app or website that uses the MoPub Services.\r\n* Information about ads served, viewed, or clicked on, such as the type of ad, where the ad was served, whether you clicked on it, and whether you visited the advertiser\u2019s website or purchased the product or service advertised.\r\n* Information that MoPub Customers and other third parties have collected and share with MoPub, such as information about activity in their services. This may include the content you view or searches you made, the language you prefer, or other non-personally identifying demographic or interest information, to help make the ads served to you more relevant.\" \r\n\r\n_Information Use on End Users:_ This includes for the following purposes:\r\n\r\n* Serving Ads\r\n* Ad Reporting and Conversations\r\n* Frequency Capping\r\n* Fraud Detection and Prevention\r\n* Interest-Based Advertising\r\n* Geo-Targeting\r\n* Providing and Improving MoPub Services\r\n\r\n_PII:_ \"MoPub will not combine the non-personally identifiable information collected to provide the MoPub Services with your personally-identifying information without your express consent.\" \r\n\r\n_Information sharing:_ \r\n\r\n* With advertiser customers: for the purposes of the ad bidding process.\r\n* Aggregated and non-PII data: \"We share aggregate or non-personally identifiable information about the use of our Services with MoPub Customers. For example, we provide advertisers reports showing how many users viewed or clicked on their ads. We also provide publishers reports about the types of ads served to their apps.\"\r\n* With partners: who help with anti-fraud, quality, and security efforts.\r\n* With partners: who help MoPub improve mobile advertising exchange services.\r\n* Within \"our corporate family to provide, understand, or improve their or our services.\"\r\n\r\nMoPub also shares data as described in Section 3 of the Privacy Policy (see below). \r\n\r\n_Opt-Out:_ \"Your iOS mobile device may provide a 'Limit Ad Tracking' setting. On Android devices, your settings may allow you to 'Opt out of Interest-Based Ads.' When you have opted out using this setting on a device, MoPub will not use in-app information collected from that device to infer your interests or serve ads to that device that are targeted based on your inferred interests.\" MoPub also observes \"Do Not Track\" requests in web browsers. MoPub \"requires its advertising customers to honor opt-out preferences expressed using these controls.\" \r\n\r\n_Requirements of MoPub Customers:_ \"MoPub requires MoPub Customers to comply with all applicable laws and regulations and to provide end users with notice of the collection of data for advertising purposes as outlined in this Privacy Policy. We encourage all users to review the privacy policies of sites and apps they visit for information about those sites\u2019 and apps\u2019 data collection and use practices.\" \r\n\r\n### Section 3: General Information\r\n_Other sharing policies:_ MoPub \"may preserve or disclose information if we believe that it is reasonably necessary to comply with a law, regulation, legal process, or governmental request; to protect the safety of any person; to address fraud, security or technical issues; or to protect the rights or property of MoPub, MoPub Customers, users of our website, or end users.\"\r\n\r\n_Information from Third Parties:_ MoPub \"may receive information about you from third parties, including MoPub Customers, data partners, and our corporate family. This information may include, for example, browser cookie IDs, mobile device IDs, demographic or interest data, and content viewed or actions taken on a website or app.\" \r\n\r\n_Other sites:_ MoPub \"is not responsible for the privacy practices or content of these other sites.\" \r\n\r\n_Confidentiality and Security:_ MoPub \"has implemented reasonable security measures in order to protect both personal and non-personal information from loss, misuse and unauthorized access, disclosure, alteration or destruction.\"\r\n\r\n## Relationships\r\n_Clients:_ Apalon / ASKfm / FEO Media / First Touch Games / glu / Gram Games / Jorudan / LA Place Media / Lotum / Lovoo / MeetMe / Miniclip / MobilityWare / Outfit7 / theScore / Simeji / Spinrilla / timehop / truecaller / tunein / Ubisoft / Paper.io / The Weather Channel / Zynga [MoPub, 04](https://www.mopub.com/publishers/clients)\r\n\r\n## Details\r\n_Financial history:_ MoPub was founded in 2010 [CrunchBase, 01](https://www.crunchbase.com/organization/mopub). It was acquired by Twitter in 2013; the details of the deal were not disclosed. Media outlets estimated the deal at around $300 million [CCN Tech, 01](http://money.cnn.com/2013/09/10/technology/social/twitter-acquisition/index.html)\r\n\r\n## References\r\n* _CNN Tech, 01_. [http://money.cnn.com/2013/09/10/technology/social/twitter-acquisition/index.html](http://money.cnn.com/2013/09/10/technology/social/twitter-acquisition/index.html) \r\n* _CrunchBase, 01_. [https://www.crunchbase.com/organization/mopub](https://www.crunchbase.com/organization/mopub)\r\n* _MoPub, 01_. [https://www.mopub.com](https://www.mopub.com) \r\n* _MoPub, 02_. [https://www.mopub.com/publishers/overview](https://www.mopub.com/publishers/overview) \r\n* _MoPub, 03_. [https://www.mopub.com/legal/privacy](https://www.mopub.com/legal/privacy) \r\n* _MoPub, 04_. [https://www.mopub.com/publishers/clients](https://www.mopub.com/publishers/clients)\r\n\r\n## External Links\r\n* _Ghostery (MoPub)_: [https://apps.ghostery.com/ko/apps/mopub](https://apps.ghostery.com/ko/apps/mopub)\r\n* _GitHub_: https://github.com/mopub", "creation_date": "2017-09-27", "code_signature": "com.mopub.", "network_signature": "mopub\\.com", "website": "https://www.mopub.com/", "categories": ["Analytics", "Advertisement"]}, "36": {"id": 36, "name": "Add Apt Tr", "description": "", "creation_date": "2017-09-27", "code_signature": "com.intentsoftware.addapptr.", "network_signature": "aatkit\\.com", "website": "https://www.addapptr.com", "categories": []}, "37": {"id": 37, "name": "Vectaury", "description": "", "creation_date": "2017-09-28", "code_signature": "io.vectaury.", "network_signature": "vectaury\\.io", "website": "http://vectaury.io/", "categories": ["Analytics", "Profiling", "Location"]}, "38": {"id": 38, "name": "Tune", "description": "## Primary Location\r\nUnited States (Seattle) [Crunchbase, 01](https://www.crunchbase.com/organization/tune)\r\n\r\n## Website\r\n[https://www.tune.com](https://www.tune.com)\r\n\r\n## About\r\nTUNE offers products and services for the digital marketing and advertising industry, including the TUNE Marketing Console, a mobile marketing technology stack [TUNE, 08](https://www.tune.com/who-we-are).\r\n\r\n## Ownership\r\nTUNE\r\n\r\n## Documentation\r\n[https://developers.tune.com/sdk/android-quick-start](https://developers.tune.com/sdk/android-quick-start)\r\n\r\n## Products and Services\r\nMany of TUNE's services are provided through the TUNE Marketing Console (TMC). The TMC \"is designed to collect and use data such as Unique Advertising Identifiers, Statistical Identifiers, Geographic Location Data, Email Addresses, and other data provided by the Advertiser for attribution, app store optimization, and in-app marketing. Advertisers are able to view and measure data provided by TUNE, as well as third-party Partners that the Advertiser selects, in the TMC. For instance, an Advertiser can compare the results of advertising campaigns conducted with different Partners in the TMC. Advertisers and Partners may also send information to the TMC via Postback\" [TUNE, 10](https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy).\r\n\r\nTUNE products and services offered include:\r\n\r\n* _In-App Marketing:_ Leverage customer segmentation tools and contextual insight to send personalized messages, guide users through from onboarding to conversion, and take action with real-time reporting, A/B testing, and optimization. Features include location-based triggers, deep links, automatic actions, automated triggers, and scheduled campaigns [TUNE, 02](https://www.tune.com/solutions/tune-marketing-console/in-app-marketing).\r\n* _TUNE Marketing Console:_ \r\n* * Track user behavior on and offline, across devices, via TUNE's understanding of the \"customer journey\".\r\n* * Uniques identify users and target their \"proximity\" via location tracking.\r\n* * Help clients to \"Streamline your mobile marketing and measurement\" with services that are \"people-centric\". \r\n* * Unify data into one place, and give ownership of the data to the client. \r\n* * TUNE's APIs allows clients to sync with thousands of integrated partners [TUNE, 03](https://www.tune.com/solutions/tune-marketing-console/our-difference).\r\n* _Attribution Analytics:_ TUNE offers mobile analytics based on detailed performance reports and people-centric segmentation to maximize return on investment; analytics for re-engagement; analytics for return on ad spend; as well as analytics for fraud prevention [TUNE, 04](https://www.tune.com/solutions/tune-marketing-console/attribution-analytics).\r\n* _App Store Analytics:_ TUNE provides tools to optimize success in app stores [ TUNE, 05](https://www.tune.com/solutions/tune-marketing-console/app-store-analytics).\r\n* _Fraud prevention:_ TUNE Fraud services identify install and click fraud, allows businesses to set custom fraud rules, and provides analytics to detect and classify potential fraud [TUNE, 06](https://www.tune.com/solutions/tune-marketing-console/mobile-ad-fraud-detection-prevention) \r\n\r\nTUNE is \"a 'data processor' that collects and analyzes End User data at the specific request of our client Advertisers, the 'data controllers'\" [TUNE, 10](https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy).\r\n\r\nTUNE also tracks in-app user behavior and correlates it with a unique identifier [TUNE, 07](https://developers.tune.com/sdk/measuring-in-app-events).\r\n\r\nA simple version of TUNE's targeted advertising is provided on their opt-out website. It is explained as follows: \r\n\r\n\"Within the TMC, two features allow advertisers to use data to target advertising to an end user:\r\n\r\n1. AUDIENCES allows Advertisers to build segments based on previously acquired attribution data (from the TMC's Attribution Analytics feature)...\r\n2. IN APP MARKETING allows advertisers to send end users push notifications outside of the app environment, as well as in-app messages - for promotional and other activities...\" [TUNE, 09](http://www.optoutmobile.com).\r\n\r\nIn this context, TMC covers \"Attribution Analytics, App Store Analytics, Audiences, and In-App Marketing\" [TUNE, 10](https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy).\r\n\r\n## Privacy Policy\r\nTUNE \"defines privacy as the end user\u2019s rights to receive notice, give consent, and opt-out of the collection, use, and sharing of data that is about or can identify that end user\".\r\n\r\n_Opt-out:_ TUNE has an opt-out website, www.optoutmobile.com, which details how end users can opt out of features in the TUNE Marketing Console (TMC) that target users online. Users can opt out of the \"audiences\" segment-based targeted advertising if they \"enable Limit Ad Tracking or \u201cLAT\u201d or re-set their ad identifier on their device OR opt out within the app itself\". They can opt out of \"in app marketing\" if they \"use the appropriate settings on their mobile platform (Android, iPhone, or Windows)\". Additional details of how to opt out of mobile on the outoutmobile.com website. TUNE will pass on LAT requests to Advertisers, and will honor opt-outs provided to them by Advertisers. They also honor push notification opt outs set by the End User on their device. \r\n\r\nOpting out of the TMC \"will not stop those users from receiving interest-based advertisements from Advertisers or other publishers or ad networks. End Users who want to opt out of a particular ad network, publisher, or Advertiser\u2019s ads must contact those companies directly to opt out.\"\r\n\r\n_Data ownership (TMC):_ \"Unless otherwise specified, and pursuant to the TUNE Data Pledge, Advertisers own the data that they provide to and collect through the TMC. When Advertisers remove or export their data from the TMC, their use of End User data is governed by their own privacy policies and applicable laws, rules, or regulations.\" \r\n\r\n_Data collected (TMC):_ The TMC \"is designed to collect and use data such as Unique Advertising Identifiers, Statistical Identifiers, Geographic Location Data, Email Addresses, and other data provided by the Advertiser for attribution, app store optimization, and in-app marketing.\" \r\n\r\n_Data sharing (TMC):_ Advertisers \"are able to view and measure data provided by TUNE, as well as third-party Partners that the Advertiser selects, in the TMC. For instance, an Advertiser can compare the results of advertising campaigns conducted with different Partners in the TMC. Advertisers and Partners may also send information to the TMC via Postback\"... Advertisers can share all data collected through the TMC with Partners via Postback, data exports, and/or API calls\". TUNE itself may provide or disclose, or enable others to provide, End User Data for the purposes of detecting and preventing malicious activity of invalid traffic, or believe that we are legally required to do so.\" \r\n\r\n_Personally identifiable information:_ \"The TMC does not primarily rely on data that is considered \u201cpersonal\u201d in other jurisdictions for Attribution and App Store Optimization. The TMC does support automatic hashing in cases where the Advertiser chooses to upload \u201cpersonal\u201d data into the TMC to ensure that the TMC does not process such data in raw form\". A detailed list of what TUNE considers PII and non-PII can be found at their data & security web page [TUNE, 13](https://help.tune.com/marketing-console/the-importance-of-securing-data-in-the-tmc). \r\n\r\n_Advertiser data use permissions (TMC):_ Advertisers can use information collected through by the TMC for:\r\n\r\n* Attribution (eg, ad campaign analytics, cross-device attribution)\r\n* App Store Analytics (eg, A/B testing, analytics)\r\n* Audiences (eg, segments, behavioral and demographic profiling)\r\n* In-App Marketing (eg, push notifications, A/B testing of push notifications)\r\n\r\n_Regulation:_ TUNE complies with the Digital Advertising Alliance self-regulatory requirements.\r\n\r\n_International Law:_ TUNE adheres to the Privacy Shield Principles. \r\n\r\n_Security:_ TUNE \" uses commercially reasonable efforts including a variety of security technologies and procedures to secure client and End User Data from unauthorized access, use or disclosure\" [TUNE, 10](https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy).\r\n\r\n## Relationships\r\n_Customers:_ ebay / Sony / Expedia / LINE / Supercell / Flipkart / Staples / Zillow / Sephora / Kabam / Starz / Draft Kings [TUNE, 01](https://www.tune.com) / MovieStarPlanet / Zoosk / Cheerz / SaferVPN / Schoold / Appromoters [TUNE, 12](https://www.tune.com/resources/resource-library/#customer-stories)\r\n\r\n## Details\r\n_Financial details:_ TUNE was founded in 2009 and has raised over $36 million from funders [Crunchbase, 01](https://www.crunchbase.com/organization/tune). \r\n\r\n_Innovation:_ TUNE claims to be at the forefront of many innovations in the advertising industry. They state they are \"the first self-service performance marketing platform, the original mobile app measurement product, and the first multi-touch attribution for app advertising. We were also the first to combine app and web measurement, and the first to measure performance on nearly every mobile advertising platform like Google, Twitter, Snapchat and others\" [TUNE, 08](https://www.tune.com/who-we-are).\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/tune](https://www.crunchbase.com/organization/tune) \r\n* _TUNE, 01._ [https://www.tune.com](https://www.tune.com) \r\n* _TUNE, 02._ [https://www.tune.com/solutions/tune-marketing-console/in-app-marketing](https://www.tune.com/solutions/tune-marketing-console/in-app-marketing) \r\n* _TUNE, 03._ [https://www.tune.com/solutions/tune-marketing-console/our-difference](https://www.tune.com/solutions/tune-marketing-console/our-difference) \r\n* _TUNE, 04._ [https://www.tune.com/solutions/tune-marketing-console/attribution-analytics](https://www.tune.com/solutions/tune-marketing-console/attribution-analytics) \r\n* _TUNE, 05._ [https://www.tune.com/solutions/tune-marketing-console/app-store-analytics](https://www.tune.com/solutions/tune-marketing-console/app-store-analytics) \r\n* _TUNE, 06._ [https://www.tune.com/solutions/tune-marketing-console/mobile-ad-fraud-detection-prevention](https://www.tune.com/solutions/tune-marketing-console/mobile-ad-fraud-detection-prevention) \r\n* _TUNE, 07._ [https://developers.tune.com/sdk/measuring-in-app-events](https://developers.tune.com/sdk/measuring-in-app-events) \r\n* _TUNE, 08._ [https://www.tune.com/who-we-are](https://www.tune.com/who-we-are) \r\n* _TUNE, 09._ [http://www.optoutmobile.com](http://www.optoutmobile.com) \r\n* _TUNE, 10._ [https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy](https://www.tune.com/resources/data-and-privacy/privacy-policies/tmc-privacy-policy) \r\n* _TUNE, 11._ [https://www.tune.com/resources/data-and-privacy](https://www.tune.com/resources/data-and-privacy) \r\n* _TUNE, 12._ [https://www.tune.com/resources/resource-library/#customer-stories](https://www.tune.com/resources/resource-library/#customer-stories) \r\n* _TUNE, 13._ [https://help.tune.com/marketing-console/the-importance-of-securing-data-in-the-tmc](https://help.tune.com/marketing-console/the-importance-of-securing-data-in-the-tmc)\r\n\r\n## External Links\r\n* _Crunchbase (TUNE):_ [https://www.crunchbase.com/organization/tune](https://www.crunchbase.com/organization/tune)", "creation_date": "2017-11-02", "code_signature": "com.tune|com.mobileapptracker", "network_signature": "mobileapptracking\\.com", "website": "https://www.tune.com", "categories": ["Analytics"]}, "39": {"id": 39, "name": "Pushwoosh", "description": "## Primary Location\r\nUnited States (Washington, DC) [CrunchBase, 01](https://www.crunchbase.com/organization/pushwoosh)\r\n\r\n## Website\r\n[https://www.pushwoosh.com](https://www.pushwoosh.com)\r\n\r\n## About\r\nPushwoosh pushes in-app messaging across platforms [Pushwoosh, 01](https://www.pushwoosh.com)\r\n\r\n## Ownership\r\nPushwoosh\r\n\r\n## Documentation\r\n[http://docs.pushwoosh.com/docs/fcm-integration](http://docs.pushwoosh.com/docs/fcm-integration)\r\n\r\n## Products and services\r\nFeatures include:\r\n\r\n* _Data collection (via tags):_ \"Collect additional data from your users as Tags - gender, city and DOB, or the amount of money spent on in-app purchases. Then use this data for precise segmentation, personal communication, push automation and analytics.\"\r\n* _Real world location targeting:_ \"Try real-time location-based feature to send automated push notifications to users entering a specific area. Send your sale offers, discount alerts and welcoming messages automatically\" [Pushwoosh, 02](https://www.pushwoosh.com/features). \r\n * _Targeting in geozones:_ \"pins on the map that allow sending automatically triggered push notifications right at the moment a user enters the specified area on the map. Its range can be set from 50 to 1000 meters, and it has an adjustable cooldown period\" [Pushwoosh, 03](http://docs.pushwoosh.com/docs/geozones).\r\n * _iBeacon micro-targeting_ [Pushwoosh, 10](https://www.pushwoosh.com/blog/features-guides/ibeacons)\r\n* _Segmentation of audiences for marketing campaigns_ [Pushwoosh, 02](https://www.pushwoosh.com/features). Segments could include \"username, ID, city, favorite football team, preferred news categories, or any other piece of information about your users\" [Pushwoosh, 04](http://docs.pushwoosh.com/docs/segmentation-tags-and-filters).\r\n* _In-apps tracking:_ In-app purchases (\"The total amount of money spent on in-app purchases for the device\"); Last In-App Purchase Date (\"The date of the last in-app purchase made on the device\"); and In-App Product (\"Names of in-app products that were purchased on the device\") [Pushwoosh, 05](https://docs.pushwoosh.com/v1.0/docs/in-apps-tracking).\r\n* 250+ million pushes per day.\r\n* _Personalized messages:_ \"Address your users by name, and use any of their preferences in the message to make it relevant for every single user\"\r\n* _Statistics:_ \"Measure app installs and opens, push subscription, sent & open rates, all tag data statistics, and much more.\"\r\n* _In-app messaging:_ \"deeply customizable rich content in-app banners and full-screen interstitials.\"\r\n* _A/B Tests:_ \"Perform A/B tests on your audience to figure out which push configuration works better for you.\"\r\n* _Multiple languages_ [Pushwoosh, 02](https://www.pushwoosh.com/features)\r\n* _Conversion Tracking:_ Track \"the number of users who perform specific actions in your application or on your website after opening the push\" [Pushwoosh, 06](https://www.pushwoosh.com/conversion-tracking)\r\n* _Push Recovery Campaigns:_ Target abandon carts by returning customers to finish the transaction [Pushwoosh, 07](https://www.pushwoosh.com/abandoned-cart).\r\n* _Loyalty:_ Boost audience loyalty with personalized messages.\r\n* _Targeted messaging:_ Send targeted messages to segments [Pushwoosh, 09](https://www.pushwoosh.com/business-cases).\r\n\r\n## Privacy Policy\r\nPrivacy policy is listed at [Pushwoosh, 08](https://www.pushwoosh.com/privacy-policy). The Privacy Policy web page does not address opt-out; it appears to be directed at prospective business clients.\r\n\r\n## Relationships\r\nNissan / Mercedes / Leica / Bosch / Sabre / runtastic / Abbyy / Silicon Beach Media / Reaktor / redBit games / Saatchi & Saatchi / RTL Group / Skyjey / STC / SurfStitch / rtve / Ubisoft / Unaversidad APEC / Tripcase / Suzuki / VANSO / Veikkaus / Urban Rivals / XiMad / Sony Entertainment Television / MSC Cruises / Rayman Jungle Run / World Wide Fund for Nature (WWF) / Red Cross / Diner Dash / Plymouth University / Playscape / MLB.com / Marmalade / Mastercard / Hewlett-Packard / MTN / 3rd Sense / ixigo.com / JDG / Elektromarked / LOT Polish Airlines / FX Guru / G5 Games / Haaretz / Frima Studio / FunPlus / Concentra / Fanfair / Deloitte Digital / Exhibit Force / Firezoo / AppPresser / Autoliv / Bag It! / Carrefour / Chicago Tribune Trivia [Pushwoosh, 01](https://www.pushwoosh.com)\r\n\r\n## Details\r\n_Financial details:_ Pushwoosh was founded in 2011 [Crunchbase, 01](https://www.crunchbase.com/organization/pushwoosh).\r\n\r\n## References\r\n* _CrunchBase, 01._ [https://www.crunchbase.com/organization/pushwoosh](https://www.crunchbase.com/organization/pushwoosh) \r\n* _Pushwoosh, 01._ [https://www.pushwoosh.com](https://www.pushwoosh.com) \r\n* _Pushwoosh, 02._ [https://www.pushwoosh.com/features](https://www.pushwoosh.com/features)\r\n* _Pushwoosh, 03._ [http://docs.pushwoosh.com/docs/geozones](http://docs.pushwoosh.com/docs/geozones) \r\n* _Pushwoosh, 04._ [http://docs.pushwoosh.com/docs/segmentation-tags-and-filters](http://docs.pushwoosh.com/docs/segmentation-tags-and-filters) \r\n* _Pushwoosh, 05._ [https://docs.pushwoosh.com/v1.0/docs/in-apps-tracking](https://docs.pushwoosh.com/v1.0/docs/in-apps-tracking) \r\n* _Pushwoosh, 06._ [https://www.pushwoosh.com/conversion-tracking](https://www.pushwoosh.com/conversion-tracking) \r\n* _Pushwoosh, 07._ [https://www.pushwoosh.com/abandoned-cart](https://www.pushwoosh.com/abandoned-cart) \r\n* _Pushwoosh, 08._ [https://www.pushwoosh.com/privacy-policy](https://www.pushwoosh.com/privacy-policy) \r\n* _Pushwoosh, 09._ [https://www.pushwoosh.com/business-cases](https://www.pushwoosh.com/business-cases)\r\n\r\n## External Links\r\n* Owler company profile: [https://www.owler.com/iaApp/4589235/pushwoosh-company-profile](https://www.owler.com/iaApp/4589235/pushwoosh-company-profile)\r\n* Pushwoosh on Github: [https://github.com/Pushwoosh](https://github.com/Pushwoosh)", "creation_date": "2017-11-12", "code_signature": "com.pushwoosh", "network_signature": "pushwoosh\\.com", "website": "https://www.pushwoosh.com/", "categories": []}, "40": {"id": 40, "name": "Demdex", "description": "## Primary Location\r\nUnited States\r\n\r\n## Website\r\n[https://www.adobe.com/data-analytics-cloud/audience-manager.html](https://www.adobe.com/data-analytics-cloud/audience-manager.html)\r\n\r\n## About\r\nDemdex offers audience management solutions for parts of Adobe's advertising ecosystem.\r\n\r\n## Ownership\r\nAdobe Systems Incorporated\r\n\r\n## Documentation\r\n[https://marketing.adobe.com/developer/get-started/mobile/c-measuring-mobile-applications](https://marketing.adobe.com/developer/get-started/mobile/c-measuring-mobile-applications)\r\n\r\n## Products and Services\r\nAdobe's Audience Manager service was build on top of the Demdex data bank product they acquired in 2011 [Analytics Demystified, 01](http://analyticsdemystified.com/adobe-analytics/adobes-new-marketing-cloud-visitor-id-how-does-it-work). Some services include:\r\n\r\n* _Segmenting:_ \"Build, test, and activate...audiences...based on a set of traits\". \"Divide millions of records into trait-specific categories\" like \"moms of grade school kids\". Find new prospects with \"look-alike modeling\"; \"pinpoint your most frequent users, as well as how recently they've interacted with your marketing.\" \r\n* _Cross-device identification:_ Use the \"profiling feature\" in Audience Manager \"to tie one profile to multiple devices\" and \"discover if users are sharing a device, for instance, within a household\". Target customers \"after they may logged off your site or app.\"\r\n* _Reports:_ Generate reports like Optimal Frequency reports, Advertiser Performance Reports to gain insight about user interactions like impressions, clicks, and conversions \r\n* _Predictive analytics:_ Performs predictive analytics\r\n* Organize your own first party data and augment it with second or third party data with the Audience Marketplace feature\r\n* Price your data for sale and partners [Adobe, 19](https://www.adobe.com/data-analytics-cloud/audience-manager.html)\r\n* _Geotargeting and location-based targeting:_ Adobe Mobile Marketing offers \"support for many location services, including GPS, geofencing, beacons, and more\". Geolocation services allow marketers to \"measure and respond to user engagement in mobile apps connected to beacons in sports stadiums, retail stores, and other points of interest. Marketers can also easily deliver \u201clocal\u201d notifications and promotions based on proximity to a beacon. In addition, companies can tie app interactions to all other app engagement data in Adobe Analytics\" [Adobe, 23](https://blogs.adobe.com/digitalmarketing/mobile/10-things-you-need-to-know-about-adobes-mobile-marketing). Adobe states that \"app targeting based on GPS location and proximity to a particular area in a store or event venue\", built into Analytics and Target products [MarketWatch, 01](https://www.marketwatch.com/story/adobe-launches-mobile-services-for-adobe-marketing-cloud-2013-11-07); [Forbes, 01](https://www.forbes.com/sites/roberthof/2013/11/07/adobe-takes-its-marketing-cloud-services-mobile); [PCWorld, 01](https://www.pcworld.com/article/2061880/adobe-adds-geolocation-targeting-to-marketing-cloud.html).\r\n* Real-time geo- and location-based targeting: Adobe's in-app messaging feature \" allows marketers to promote real-time content (e.g., new video, breaking news) or cross-promote apps, products, or services to people who are actively using their app. Messages, such as full-screen communications, alerts, and local notifications, can be triggered by analytics data, including user behavior, lifecycle metrics, or location (GPS or iBeacons), that is collected with the Mobile Services SDK. In-app messaging can be deployed without the need for app development or a new app update in the app store\" [Adobe, 23](https://blogs.adobe.com/digitalmarketing/mobile/10-things-you-need-to-know-about-adobes-mobile-marketing)\r\n* A/B testing [Forbes, 01](https://www.forbes.com/sites/roberthof/2013/11/07/adobe-takes-its-marketing-cloud-services-mobile) \r\n\r\nA variety of other services extend across the Adobe Marketing & Analytics ecosystem. The Demdex SDK may collect information for those services, including Adobe Campaign and Adobe Experience Manager [MarketWatch, 01](https://www.marketwatch.com/story/adobe-launches-mobile-services-for-adobe-marketing-cloud-2013-11-07). See \"Details\" below.\r\n\r\n## Privacy Policy\r\nAdobe business customers \"use Adobe Marketing Cloud services to collect and analyze information, such as clicks made by visitors on their websites\" [Adobe, 21](https://www.adobe.com/privacy/opt-out.html).\r\n\r\n_Data Privacy:_ \"App publishers can easily manage opt-in or opt-out functionality to enable compliance with data collection and privacy laws for specific countries including the Children's Online Privacy Protection Act (COPPA). In addition, Adobe Mobile services customers own their data - not Adobe\" [Forbes, 01](https://www.forbes.com/sites/roberthof/2013/11/07/adobe-takes-its-marketing-cloud-services-mobile). \r\n\r\nIn 2013, Adobe's Ray Pun stated that users must opt-in for geotargeting services, and that companies must write their terms in conditions \"in a language that a normal person can understand, not an attorney\" [PCWorld, 01](https://www.pcworld.com/article/2061880/adobe-adds-geolocation-targeting-to-marketing-cloud.html). \r\n\r\n_Mobile privacy policy:_ Adobe Marketing Cloud states that a \"company may also use Adobe Marketing Cloud technologies within its mobile apps. These technologies allow the company to send information to its Adobe Marketing Cloud account -- for example, how you use the company\u2019s mobile apps as well as other information your mobile device may make available to apps, such as location information.\"\r\n\r\n_Mobile opt-out:_ For opting out of mobile data collection and use in connection with Adobe Marketing Cloud, Adobe states that \"Most mobile devices allow you to the limit use of mobile advertising identifiers for interest-based advertising. For more information, please review the instructions provided by your mobile device manufacturer. The Digital Advertising Alliance\u2019s AppChoices app may also provide you with more options to opt out of receiving interest-based advertising within mobile apps. Please see Your Privacy Choices to learn more about your choices for opting out of companies\u2019 use of Adobe Marketing Cloud solutions.\"\r\n\r\nAdobe has an opt-out web page [Adobe, 21](https://www.adobe.com/privacy/opt-out.html) and a page for Audience Manager privacy policy [Adobe, 22](https://marketing.adobe.com/resources/help/en_US/aam/faq_privacy.html).\r\n\r\nAdobe suggests users \"review the privacy policy\" of the mobile app company \"as well as privacy information provided by your mobile device manufacturer\" [Adobe, 20](http://www.adobe.com/privacy/marketing-cloud.html). They also recommend \"self-regulatory sites\" like the Digital Advertising Alliance to opt out of advertising solutions by companies who are members of those groups [Adobe, 21](https://www.adobe.com/privacy/opt-out.html).\r\n\r\n## Relationships\r\n_Clients:_ Princess / Conde Nast / Lenovo [Adobe, 17](http://www.adobe.com/data-analytics-cloud/audience-manager.html) \r\n\r\n_Partners:_ Accenture Interactive / Cognizant / Deloitte Digital / dentsu aegis network / Epsilon / Havas / IBM / iCrossing / Infosys / IPG / OmnicomGroup / Publicis Groupe / pwc / Tata Consultancy Services / wipro / WPP [Adobe, 24](http://www.adobe.com/experience-cloud/service-support/partners.html)\r\n\r\n## Details\r\n### Financial details & history\r\nIn 2011, Adobe acquired Demdex for $109 million [Crunchbase, 01](https://www.crunchbase.com/organization/demdex). Demdex offered a \"behavioral data bank\" for advertising purposes. The data bank was used for audience segmenting, and could be plugged into ad servers or services, giving websites and advertisers control over the data. DemDex was added to Adobe's \"Online Marketing Suite\" (powered by Adobe-acquired Omniture) [TechCrunch, 01](https://techcrunch.com/2011/01/18/adobe-buys-behavioral-data-management-platform-demdex). \r\n\r\n### Adobe Audience Manager\r\nAdobe Audience Manager is Adobe's data management platform, built on top of the Demdex product they acquired in 2011 [Analytics Demystified, 01](http://analyticsdemystified.com/adobe-analytics/adobes-new-marketing-cloud-visitor-id-how-does-it-work). Audience Manager:\r\n\r\n* Gives a \"complete view\" of an audience by combining clients' data sources into one place [Adobe, 17](http://www.adobe.com/data-analytics-cloud/audience-manager.html)\r\n* Segments audiences for \"smart targeting\" and \"personalization\" for targeted advertisements [Adobe, 02](https://www.adobe.com/data-analytics-cloud/audience-manager/audience-segmentation.html)\r\n* Targets \"specific segments on any platform\" [Adobe, 19](https://www.adobe.com/data-analytics-cloud/audience-manager.html)\r\n\r\nIt aims to provide \"a seamless experience and a seamless profile for all the different marketing cloud solutions to use. It's also a gateway for the broader ecosystem\" such that clients with their own proprietary platforms or working with other technologies outside of Adobe, \"audience manager helps with the syndication and consistency of that audience regardless of the actual technology that is serving and delivering that audience experience. Ultimately Audience Manager allows marketers to take this vast amount of information, transform it into meaningful audience segments, to deliver the most effective message at the right time\" [Adobe, 18](https://www.adobe.com/data-analytics-cloud/audience-manager.html#m226a251c23c15530b6f70ef20da2003c)\r\n\r\nProducts it integrates with include Adobe Target and Adobe Media Optimizer, as well as solutions beyond the Marketing Cloud [Adobe, 19](https://www.adobe.com/data-analytics-cloud/audience-manager.html#x).\r\n\r\n### Adobe Marketing & Analytics ecosystem: The Adobe Experience Cloud\r\nThe Adobe Experience Cloud provides \"access to an integrated set of solutions to build campaigns, manage your advertising, and gain deep intelligence about your business. And it\u2019s all unified through powerful core services that give you access to your customer profiles, centralized assets, powerful tagging, and an ecosystem of partners and developers to extend the value of all the solutions\". Adobe's Experience Cloud website features the Adobe Advertising Cloud, Adobe Analytics Cloud, and Adobe Marketing Cloud [Adobe, 07](www.adobe.com/experience-cloud/overview.html).\r\n\r\n#### Adobe Marketing Cloud\r\nProvides a \"set of integrated digital marketing solutions...to organize, access, and personalize your marketing content\". Adobe Marketing Cloud solutions fall into four categories:\r\n\r\n* _Measurement solutions_, \"which help companies measure and understand how you use their websites, apps, social networking pages, as well as how you interact with their online marketing campaigns\"\r\n* _Personalization solutions_, \"which help companies test new content and make their websites, apps, social networking pages, and emails more relevant to you\"\r\n* _Content management solutions_, \"which help companies store, update, and deliver images and other content on their websites, within their apps, and in online marketing materials\"\r\n* _Advertising solutions_, which help companies improve their online advertising on websites, search engines, and social media platforms. These solutions also help companies send emails, text messages, and other online and offline marketing campaigns\" [Adobe, 20](http://www.adobe.com/privacy/marketing-cloud.html)\r\n\r\nProducts include:\r\n\r\n* _Adobe Experience Manager:_ \"helps you manage all your assets, build websites and mobile apps, and integrate content from online communities\" [Adobe, 03](http://www.adobe.com/marketing-cloud.html); [Adobe, 10](http://www.adobe.com/marketing-cloud/experience-manager.html)\r\n* _Adobe Campaign:_ \"helps you personalize and deliver your campaigns across all your channels, from web and mobile to email and display\" [Adobe, 03](http://www.adobe.com/marketing-cloud.html); [Adobe, 11](http://www.adobe.com/marketing-cloud/campaign.html)\r\n* _Adobe Target:_ \"helps you turn data into results by testing and personalizing your content so you can deliver the best content to the right audience\" [Adobe, 03](http://www.adobe.com/marketing-cloud.html); [Adobe, 12](http://www.adobe.com/marketing-cloud/target.html)\r\n* _Adobe Primetime:_ \"helps you create, deliver, and monetize personal video experiences\" [Adobe, 03](http://www.adobe.com/marketing-cloud.html); [Adobe, 13](http://www.adobe.com/marketing-cloud/primetime.html)\r\n* _Adobe Social:_ \"helps you create relevant social content and quantify your social marketing results\" [Adobe, 03](http://www.adobe.com/marketing-cloud.html)\r\n\r\n#### Adobe Advertising Cloud\r\nAdobe states this is \"the industry\u2019s first end-to-end platform for managing advertising across traditional TV and digital formats\". It is a cross-channel platform that delivers \"video, display, and search advertising across any screen in any format\"; \"media planning and buying are integrated into one programmatic solution\" [Adobe, 04](http://www.adobe.com/advertising-cloud.html). Produce include:\r\n\r\n* _Demand Side Platform:_ A \"unified cross-channel, software-based solution\" to \"streamline global advertising from a single platform\" [Adobe, 05](https://www.adobe.com/advertising-cloud/media-optimizer/demand-side-platform.html)\r\n* _Adobe Media Optimizer:_ This \"uses unified campaign tracking and reporting, real-time bidding, impression-level decisioning abilities, attribution reporting and simulations, and integration with the top ad exchanges to help you meet display objectives\" [Adobe, 06](https://www.adobe.com/advertising-cloud/media-optimizer/display-advertising-management.html)\r\n* _Brand Safety:_ Prevent advertising campaigns from \"mixing with content and properties that don't align with your brand's image\" [Adobe, 08](https://www.adobe.com/advertising-cloud/protecting-brand-equity.html)\r\n* _Dynamic creative optimization:_ Reach \"specific audiences with flexible ad creative that\u2019s personalized in real time to drive user engagement, conversions, and integrated experiences\". Use dynamic creatives to \"target customers with flexible ad creative that\u2019s personalized in real time based on site actions, customer and partner data, and third-party demographic data\" [Adobe, 09](https://www.adobe.com/advertising-cloud/media-optimizer/dynamic-creative-optimization.html)\r\n\r\n#### Adobe Analytics Cloud\r\nAdobe Analytics Cloud aims to provide a business' \"core intelligence engine\". It strives to bring \"context to online and offline data\" and build \"loyalty with customers\". It offers \"intelligence\" and \"precise audience creation\" to help put \"real-time insights into action\". \r\n\r\nServices include:\r\n\r\n* _Accessible analytics:_ \"Make enterprise-level marketing analytics understandable and accessible to everyone in your organization\"\r\n* _Precise segmentation:_ \"Continuously refine the view of your customers. As you do, you\u2019ll discover and create high-value audiences and understand the best way to reach them\"\r\n* _Real-time tageting:_ \"Connect your analytics with real-time activation so the transition from insight to action is as fast as it can be\"\r\n* _Next-generation attribution:_ \"To understand your ROI, you need an objective view of the customer journey across every device and channel \u2014 paid, earned, and owned\" [Adobe, 15](http://www.adobe.com/data-analytics-cloud.html)\r\n\r\nProducts include:\r\n\r\n* _Adobe Analytics:_ \"Discover your most valuable customer segments and use these insights to steer your entire business with customer intelligence\" [Adobe, 16](http://www.adobe.com/data-analytics-cloud/analytics.html)\r\n* _Adobe Audience Manager:_ A \"data management platform (DMP) that helps you build unique audience profiles so you can identify your most valuable segments and use them across any digital channel\" [Adobe, 17](http://www.adobe.com/data-analytics-cloud/audience-manager.html)\r\n\r\n### Device support\r\nAdobe's platform support \"includes Apple App Store, Google Play, Amazon Appstore, Windows Store, and Windows Phone Store, as well as analytics support for Roku, Xbox, AppleTV, PlayStation, and other connected devices\" [Adobe, 23](https://blogs.adobe.com/digitalmarketing/mobile/10-things-you-need-to-know-about-adobes-mobile-marketing)\r\n\r\n## References\r\n* _Adobe, 01_. [http://www.adobe.com/marketing-cloud.html](http://www.adobe.com/marketing-cloud.html) \r\n* _Adobe, 02_. [https://www.adobe.com/data-analytics-cloud/audience-manager/audience-segmentation.html](https://www.adobe.com/data-analytics-cloud/audience-manager/audience-segmentation.html) \r\n* _Adobe, 03_. [http://www.adobe.com/marketing-cloud.html](http://www.adobe.com/marketing-cloud.html) \r\n* _Adobe, 04_. [http://www.adobe.com/advertising-cloud.html](http://www.adobe.com/advertising-cloud.html) \r\n* _Adobe, 05_. [https://www.adobe.com/advertising-cloud/media-optimizer/demand-side-platform.html](https://www.adobe.com/advertising-cloud/media-optimizer/demand-side-platform.html) \r\n* _Adobe, 06_. [https://www.adobe.com/advertising-cloud/media-optimizer/display-advertising-management.html](https://www.adobe.com/advertising-cloud/media-optimizer/display-advertising-management.html) \r\n* _Adobe, 07_. [https://www.adobe.com/experience-cloud/overview.html](https://www.adobe.com/experience-cloud/overview.html) \r\n* _Adobe, 08_. [https://www.adobe.com/advertising-cloud/protecting-brand-equity.html](https://www.adobe.com/advertising-cloud/protecting-brand-equity.html) \r\n* _Adobe, 09_. [https://www.adobe.com/advertising-cloud/media-optimizer/dynamic-creative-optimization.html](https://www.adobe.com/advertising-cloud/media-optimizer/dynamic-creative-optimization.html) \r\n* _Adobe, 10_. [http://www.adobe.com/marketing-cloud/experience-manager.html](http://www.adobe.com/marketing-cloud/experience-manager.html) \r\n* _Adobe, 11_. [http://www.adobe.com/marketing-cloud/campaign.html](http://www.adobe.com/marketing-cloud/campaign.html) \r\n* _Adobe, 12_. [http://www.adobe.com/marketing-cloud/target.html](http://www.adobe.com/marketing-cloud/target.html) \r\n* _Adobe, 13_. [http://www.adobe.com/marketing-cloud/primetime.html](http://www.adobe.com/marketing-cloud/primetime.html) \r\n* _Adobe, 14_. [http://www.adobe.com/marketing-cloud/social.html](http://www.adobe.com/marketing-cloud/social.html) \r\n* _Adobe, 15_. [http://www.adobe.com/data-analytics-cloud.html](http://www.adobe.com/data-analytics-cloud.html) \r\n* _Adobe, 16_. [http://www.adobe.com/data-analytics-cloud/analytics.html](http://www.adobe.com/data-analytics-cloud/analytics.html) \r\n* _Adobe, 17_. [http://www.adobe.com/data-analytics-cloud/audience-manager.html](http://www.adobe.com/data-analytics-cloud/audience-manager.html) \r\n* _Adobe, 18_. [https://www.adobe.com/data-analytics-cloud/audience-manager.html#m226a251c23c15530b6f70ef20da2003c](https://www.adobe.com/data-analytics-cloud/audience-manager.html#m226a251c23c15530b6f70ef20da2003c) \r\n* _Adobe, 19_. [https://www.adobe.com/data-analytics-cloud/audience-manager.html#x](https://www.adobe.com/data-analytics-cloud/audience-manager.html#x) \r\n* _Adobe, 20_. [http://www.adobe.com/privacy/marketing-cloud.html](http://www.adobe.com/privacy/marketing-cloud.html) \r\n* _Adobe, 21_. [https://www.adobe.com/privacy/opt-out.html](https://www.adobe.com/privacy/opt-out.html) \r\n* _Adobe, 22_. [https://marketing.adobe.com/resources/help/en_US/aam/faq_privacy.html](https://marketing.adobe.com/resources/help/en_US/aam/faq_privacy.html) \r\n* _Adobe, 23_. [https://blogs.adobe.com/digitalmarketing/mobile/10-things-you-need-to-know-about-adobes-mobile-marketing](https://blogs.adobe.com/digitalmarketing/mobile/10-things-you-need-to-know-about-adobes-mobile-marketing) \r\n* _Adobe, 24_. [http://www.adobe.com/experience-cloud/service-support/partners.html](http://www.adobe.com/experience-cloud/service-support/partners.html) \r\n* _Analytics Demystified, 01_. [http://analyticsdemystified.com/adobe-analytics/adobes-new-marketing-cloud-visitor-id-how-does-it-work](http://analyticsdemystified.com/adobe-analytics/adobes-new-marketing-cloud-visitor-id-how-does-it-work) \r\n* _Crunchbase, 01_. [https://www.crunchbase.com/organization/demdex](https://www.crunchbase.com/organization/demdex) \r\n* _Forbes, 01_. [https://www.forbes.com/sites/roberthof/2013/11/07/adobe-takes-its-marketing-cloud-services-mobile](https://www.forbes.com/sites/roberthof/2013/11/07/adobe-takes-its-marketing-cloud-services-mobile) \r\n* _MarketWatch, 01_. [https://www.marketwatch.com/story/adobe-launches-mobile-services-for-adobe-marketing-cloud-2013-11-07](https://www.marketwatch.com/story/adobe-launches-mobile-services-for-adobe-marketing-cloud-2013-11-07) \r\n* _PCWorld, 01_. [https://www.pcworld.com/article/2061880/adobe-adds-geolocation-targeting-to-marketing-cloud.html](https://www.pcworld.com/article/2061880/adobe-adds-geolocation-targeting-to-marketing-cloud.html) \r\n* _TechCrunch, 01_. [https://techcrunch.com/2011/01/18/adobe-buys-behavioral-data-management-platform-demdex](https://techcrunch.com/2011/01/18/adobe-buys-behavioral-data-management-platform-demdex)\r\n\r\n## External links\r\n* _Wikipedia (Adobe Marketing Cloud_: [https://en.wikipedia.org/wiki/Adobe_Marketing_Cloud](https://en.wikipedia.org/wiki/Adobe_Marketing_Cloud) \r\n* _Adobe Audience Manager_: [https://www.adobe.com/data-analytics-cloud/audience-manager.html](https://www.adobe.com/data-analytics-cloud/audience-manager.html) \r\n* _Adobe Marketing Cloud_: [http://www.adobe.com/marketing-cloud.html](http://www.adobe.com/marketing-cloud.html)", "creation_date": "2017-11-15", "code_signature": "com.adobe.mobile.Analytics|com.adobe.mobile.Config.", "network_signature": "demdex\\.net", "website": "https://www.adobe.com/data-analytics-cloud/audience-manager.html", "categories": ["Analytics"]}, "41": {"id": 41, "name": "AdsWizz", "description": "", "creation_date": "2017-11-15", "code_signature": ".adswizz.", "network_signature": "adswizz\\.com|cdn\\.adswizz.com\\.edgesuite\\.net", "website": "http://www.adswizz.com/", "categories": []}, "42": {"id": 42, "name": "ExactTarget", "description": "Belongs to SalesForce", "creation_date": "2017-11-16", "code_signature": "com.exacttarget.", "network_signature": "\\.exacttarget\\.", "website": "http://help.exacttarget.com/en/technical_library/API_Overview/", "categories": ["Analytics"]}, "43": {"id": 43, "name": "Omniture", "description": "## About\r\n\r\nOmniture, originally a online marketing and web analytics company, was acquired by Adobe in 2009 and it was run as a separate business unit until 2012 when it was integrated into the Adobe Marketing Cloud. Several of Omniture's LLC filings remain active. [Source: OpenCorporates](https://opencorporates.com/companies/us_de/3077923)\r\n\r\n## Ownership\r\n\r\nAdobe (NASDAQ: ADBE) is a publicly-traded multinational software company. \r\n\r\n## What it does\r\n\r\n* Behavioral Analytics\r\n* Online Marketing\r\n* Machine-learning Analysis\r\n\r\n## Privacy Policy\r\n\r\n[Onminture's Privacy Policy is the same as Adobe's. Policy dated 3/5/18 and reviewed 17/11/2018:](https://www.adobe.com/privacy/policy.html)\r\n\r\n* Adobe's Privacy Policy is broad and covers the span of its wide-ranging services. It is unclear what is specifially covered by the Omniture business line. \r\n\r\n* Users must opt-out of each segment of data collection individually: Desktop Identifiable Data Collection, Device Identifiable Data Collection, Mobile Data Collection, Experience Cloud service usage data, \r\nMachine learning analysis of user content, Interest-based ads, and Adobe websites. [Link to opt-out](https://www.adobe.com/privacy/opt-out.html)\r\n\r\n* Data may be shared with fraud prevention services, law enforcement services in the context of an investigation, social media marketers and platforms, sales and advertising partners, retailers, research organizations, advertisers, ad agencies, advertising networks and platforms, information service providers, publishers, and non-profit organizations.", "creation_date": "2017-11-16", "code_signature": "com.omniture.|com.adobe.adms.measurement.", "network_signature": "omniture\\.com|omtrdc\\.net", "website": "https://www.adobe.com/analytics/adobe-analytics-features.html", "categories": ["Analytics", "Profiling"]}, "44": {"id": 44, "name": "OpenLocate", "description": "## Primary Location\r\nUnited States (San Francisco) [Crunchbase, 01](https://www.crunchbase.com/organization/safegraph)\r\n\r\n## Website\r\n[https://www.safegraph.com](https://www.safegraph.com)\r\n\r\n## About\r\nSafeGraph specializes in the collection of physical location data for data mining and analytics.\r\n\r\n## Ownership\r\nSafeGraph\r\n\r\n## Documentation\r\n[https://github.com/OpenLocate/openlocate-android](https://github.com/OpenLocate/openlocate-android)\r\n\r\n## Products and Services\r\nSafeGraph is a data company which aims to build a robust and detailed location-based tracking service for advertisers, industry, government and researchers. Products and services include:\r\n\r\n* _SafeGraph Movement Panel:_ SafeGraph's \"database of ultra-accurate GPS-location data that comes from anonymized mobile devices.\" The Movement panel offers:\r\n * _Sink detection:_ Detection of inaccurate location data based on \" specific coordinates occurring at impossibly high rates\".\r\n * _Teleporting detection:_ Detection of inaccurate location data when \"devices appear to move at impossibly fast speeds, ostensibly traveling large distances between data points that occur next to each other\" in data streams like bid streams.\r\n * _Jumpiness detection:_ Detection of innacurate location data when \"we see two consecutive points in time that are fairly close but still implausibly spaced\" (eg, \"the GPS receiver in your phone lags or if a nearby skyscraper interferes with the location signal\") [SafeGraph, 01](https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475)\r\n* _SafeGraph Places API:_ This \"to easily find the places of interest that are near a given lat/long, ordered by distance or relevance\" [SafeGraph, 03](https://developers.safegraph.com/docs/places.html).\r\n* _OpenLocate:_ The OpenLocate SDK will \"collect location data (like GPS) from phones\" [SafeGraph, 04](https://github.com/OpenLocate). This includes an Android and iOS SDK. The service is built to provide developers complete control over their location data. Developers can build location-enabled features into their apps and \"maintain complete control over how end-user data is collected, where it is stored, and which APIs it will be sent to\". This includes sending to storage services (like Amazon S3) or APIs (such as Google Places API or SafeGraph's Places API) [SafeGraph, 05](https://blog.safegraph.com/introducing-openlocate-the-open-source-location-sdk-f5c5d2739a48).\r\n\r\nOther services include:\r\n* \"Detailed polygon maps on 50+ million U.S. places of interest\r\n* Understanding of each business's popularity, taxonomy, hours, etc.\r\n* Core investments in benchmarking via truth sets\"\r\n * This includes Explicit Truth Sets (Check-ins, Daily diaries, Web surveys) and Implicit Truth Sets (Credit card data, Receipt data, First-party transactions) \r\n\r\nData from visits may include:\r\n\r\n* _Core truth set for matching:_\r\n * High-res GPS data\r\n * Deterministic data\r\n * Explicit and implicit truth\r\n * Data collected in background from large population\r\n* _Deep places map:_\r\n * Best polygons\r\n * Footprint geometries\r\n * Metadata\r\n * Categories\r\n * Hours of operation\r\n* Machine learning technology\r\n * Cross-validated against multiple independent 3rd party truth sets about where people go\r\n* _Truth and accuracy_\r\n * High Precision // Low false positive rate; High recall // Low false negative rate\" [SafeGraph, 06](https://www.safegraph.com/truth)\r\n\r\n## Privacy Policy\r\n_Data collection (method and use):_ SafeGraph collects data from \"trusted third-party data partners such as mobile application developers, through APIs and other delivery methods\". The data collection and use is \"governed by the privacy policy and legal terms of the data collector and the website using the data; it is not governed by SafeGraph.\" SafeGraph \"aggregates data collected from our data partners, and allows third party customers to access the Data for a variety of purposes such as ad targeting, traffic analysis, and market research.\" SafeGraph may also use data for their own \"internal and operational purposes\", and share data in response to requests from law enforcement or a governmental agency, \"to protect or enforce our rights or those of others, or to investigate potential wrongdoing.\" Data can also be transferred to a successor entity in the event of a merger or acquisition.\r\n\r\n_Information collected:_ Information collected includes \"data regarding a device\u2019s precise geographic location, as well as other mobile identifiers such as Apple IDFAs and Google Android IDs, and other information about users and their devices.\" \r\n\r\n_Jurisdictions:_ \"SafeGraph stores and processes information on servers in many countries around the world. We therefore may process your information on a server located outside the country where you live... Our customers (or companies that help us process the Data) may be located in other countries, so the Data we provide may be processed or used in a variety of countries, other than those our users reside in.\" Customers of SafeGraph may create cross-device capabilities \"to enable marketers to target users across various channels and devices.\"\r\n\r\n_Opt-out:_ SafeGraph informs users of opt-out procedures for interest-based advertising and location tracking. To opt out of interest-based advertising, they state, users can adjust settings in their Android or iOS devices. This procedure, which they note may change, is mentioned in the SafeGraph privacy policy \"purely for informational purposes.\" SafeGraph further notes that \"You also can remove your consent to having your location data collected by changing the settings on your device. (Certain services may lose functionality as a result.)\" SafeGraph's Privacy Policy provides links to the Network Advertising Initiative and the Digital Advertising Alliance, as well as www.youronlinechoices.com. It informs users that these websites may provide additional opt-out options.\r\n\r\n_Retention:_ Information SafeGraph collects is \"retained indefinitely unless there has been a direct opt-out with us as directed above.\"\r\n\r\n_Security:_ SafeGraph has security policies and procedures to \" ensure compliance with industry best practices.\" They state, \"no physical or technological safeguards are 100 percent secure, we do not guarantee the security of any particular elements of Data that we hold\" [SafeGraph, 07](https://www.safegraph.com/privacy-policy).\r\n\r\n## Relationships\r\n_Clients and partners:_ Statiq / AirSage / Stanford University / GroundTruth (formerly xAd) / UCLA / Baylor University / Weborama / Tufts University / The University of Chicago / Alphonzo / Freckle IoT / Georgia Tech / Esri / Appnext / 4Info / Research Now / Tapfwd / Arrivalist / Placecast / ThinkNear by Telenav / Pitney Bowes / Columbia University / Purdue University / UC San Diego / Sidewalk Labs / Temple University / Citilabs / PlaceIQ / Moovit / Skyhook / Postie / PicsArt / Oklahoma State University / Santa Clara University / OpenLocate\r\n\r\n## Details\r\n_Financial details:_ SafeGraph was founded in 2016, and has raised $16 million from funders [Crunchbase, 01](https://www.crunchbase.com/organization/safegraph); [SafeGraph, 02](https://blog.safegraph.com/safegraph-raises-16-million-series-a-e8e88eeb7beb) \r\n\r\n_Scope:_ SafeGraph \"has access to super-accurate, anonymized location data on over 5% of all mobile phones in the U.S. (as of August 2017)\" and is \"increasing that percentage every day\" [SafeGraph, 01](https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475).\r\n\r\n_Slogans:_\r\n\r\n* \"SafeGraph maintains the ground truth dataset for human movement across the globe\"\r\n* \"We provide high-quality location data products to help organizations make better decisions and improve lives\"\r\n\r\n## References\r\n* _Crunchbase, 01._ [https://www.crunchbase.com/organization/safegraph](https://www.crunchbase.com/organization/safegraph) \r\n* _SafeGraph, 01._ [https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475](https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475) \r\n* _SafeGraph, 02._ [https://blog.safegraph.com/safegraph-raises-16-million-series-a-e8e88eeb7beb](https://blog.safegraph.com/safegraph-raises-16-million-series-a-e8e88eeb7beb) \r\n* _SafeGraph, 03._ [https://developers.safegraph.com/docs/places.html](https://developers.safegraph.com/docs/places.html) \r\n* _SafeGraph, 04._ [https://github.com/OpenLocate](https://github.com/OpenLocate) \r\n* _SafeGraph, 05._ [https://blog.safegraph.com/introducing-openlocate-the-open-source-location-sdk-f5c5d2739a48](https://blog.safegraph.com/introducing-openlocate-the-open-source-location-sdk-f5c5d2739a48) \r\n* _SafeGraph, 06._ [https://www.safegraph.com/truth](https://www.safegraph.com/truth) \r\n* _SafeGraph, 07._ [https://www.safegraph.com/privacy-policy](https://www.safegraph.com/privacy-policy)\r\n\r\n## External Links\r\n* _Crunchbase (SafeGraph):_ [https://www.crunchbase.com/organization/safegraph](https://www.crunchbase.com/organization/safegraph) \r\n* _Gigya:_ [https://www.gigya.com/blog/exploring-future-identity](https://www.gigya.com/blog/exploring-future-identity) \r\n* _Even:_ [https://evenfinancial.com/press/mit-brings-together-fintech-financial-services-first-ever-hackathon](https://evenfinancial.com/press/mit-brings-together-fintech-financial-services-first-ever-hackathon) \r\n* _SafeGraph:_ [https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475](https://blog.safegraph.com/less-than-10-of-bid-stream-location-data-is-high-quality-and-we-know-how-to-find-it-3a2c0df35475) \r\n* _Stanford Economics:_ [https://web.archive.org/web/20171116110210if_/https://economics.stanford.edu/sites/default/files/sharable_fulldraft.pdf](https://web.archive.org/web/20171116110210if_/https://economics.stanford.edu/sites/default/files/sharable_fulldraft.pdf) \r\n* _Washington Post:_ [https://www.washingtonpost.com/news/wonk/wp/2017/11/15/politics-really-is-ruining-thanksgiving-according-to-data-from-10-million-cellphones](https://www.washingtonpost.com/news/wonk/wp/2017/11/15/politics-really-is-ruining-thanksgiving-according-to-data-from-10-million-cellphones) \r\n* _The Outline:_ [https://theoutline.com/post/2490/why-is-this-company-tracking-where-you-are-on-thanksgiving](https://theoutline.com/post/2490/why-is-this-company-tracking-where-you-are-on-thanksgiving)", "creation_date": "2017-11-16", "code_signature": "com.safegraph.|com.openlocate", "network_signature": "api\\.safegraph\\.com", "website": "https://www.safegraph.com/", "categories": ["Location"]}, "45": {"id": 45, "name": "TagCommander (Commanders Act.)", "description": "Take control of your Data, from Collection to Activation\r\n\r\nOur tools and services allow you to collect, match and activate your data.\r\n\r\nYou can now send the right message, at the right time, to every single one of your clients and prospects, whatever their preferred channel.\r\n\r\nImprove relevance and optimise your media budget.\r\n\r\nCUSTOMER DATA PLATFORM Commanders Act Customer Data Platform lets you increase sales and loyalty through meaningful relationships with your leads and customers.\r\n\r\nENTERPRISE TAG MANAGEMENT Harness the power of your vendor tags to create unique and omni-channel customer experiences.\r\n\r\nCONSENT MANAGEMENT PLATFORM Increase brand loyalty by allowing users to control the data collected about them.\r\n\r\nIDENTITY MANAGER Let FuseCommander help you identify the people behind the devices to create awesome customer experiences.\r\n\r\nMULTI-TOUCH ATTRIBUTION Make the most of your advertising budgets with MixCommander.\r\n\r\nDATA ACTIVATION PLATFORM DataCommander supercharges your targeted marketing efforts and decreases your ad spend.", "creation_date": "2017-11-28", "code_signature": "com.tagcommander.", "network_signature": "\\.commander1\\.com|\\.tagcommander.com", "website": "https://www.commandersact.com/", "categories": ["Analytics"]}, "46": {"id": 46, "name": "CrowdTangle", "description": "We can only detect network activity of this tracker.\r\n\r\n * [API doc](https://github.com/CrowdTangle/API/wiki)\r\n * [Mediapart article](https://www.mediapart.fr/journal/france/011217/comment-facebook-achete-la-presse-francaise)", "creation_date": "2017-12-03", "code_signature": "", "network_signature": "api\\.crowdtangle\\.com", "website": "https://www.crowdtangle.com/", "categories": []}, "47": {"id": 47, "name": "Facebook Audience", "description": "", "creation_date": "2017-12-03", "code_signature": "com.facebook.audiencenetwork", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android/", "categories": ["Analytics"]}, "48": {"id": 48, "name": "Google Analytics", "description": "", "creation_date": "2017-12-03", "code_signature": "com.google.android.apps.analytics.|com.google.android.gms.analytics.", "network_signature": "google-analytics\\.com", "website": "http://www.google.com/analytics/", "categories": ["Analytics"]}, "49": {"id": 49, "name": "Google Firebase Analytics", "description": "Firebase gives you functionality like analytics, databases, messaging and crash reporting\r\n\r\n[API documentation](https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/package-summary)", "creation_date": "2017-12-03", "code_signature": "com.google.firebase.analytics.|com.google.android.gms.measurement.", "network_signature": "firebase\\.com", "website": "https://firebase.google.com/", "categories": ["Analytics"]}, "51": {"id": 51, "name": "Eulerian", "description": "## About\r\n\r\nEulerian Technologies is a privately-held e-marketing and web analytics company based in France. [Source: OpenCorporates](https://opencorporates.com/companies/gb/04437532) It has offices in Paris, Madrid, Lille, and staff in Canada. [Source: Linkedin](https://www.linkedin.com/company/eulerian-technologies/])\r\n\r\n## Ownership\r\n\r\nGuillaume Fougnies and Mathieu Jondet founded Eulerian Technologies in 2002. [Source: Eulerian.com](https://www.eulerian.com/en/about-us/)\r\n\r\n## What it does\r\n\r\n* Behavioral Analytics \r\n* Data Collection\r\n* Attribution Modeling\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 5/9/2018](https://www.eulerian.com/en/privacy/):\r\n\r\n* Eulerian's policy acknowledges that it may receive (\"including personal data\") data from from its clients' partners for statistical and analytical reporting. It states that it acts as a \"data processor\" on behalf of its clients' instructions.\r\n\r\n* Collected data is the \"property of our clients, [who] are data controllers, at all times.\" It is \"not used on behalf of Eulerian Technologies.\"\r\n\r\n* Users looking to request deletion of their data are referred to contact their clients directly using the contact details on their respective websites. The policy then provides a list of websites that use their software.", "creation_date": "2017-12-03", "code_signature": "com.eulerian.android.sdk", "network_signature": "eulerian\\.com", "website": "https://www.eulerian.com/en/", "categories": ["Analytics"]}, "52": {"id": 52, "name": "Adjust", "description": "Mobile retargeting\r\n\r\n*Retargeting users is a proven way to drive growth, but it can be challenging to gather all the necessary data required for partners to carry out retargeting campaigns. What should be a day-long task can take much longer. With Audience Builder, you can define audiences using your Adjust data and act immediately upon them.*\r\n\r\n* https://www.adjust.com/product/adjust-audience-builder/\r\n* https://github.com/adjust/android_sdk\r\n* https://github.com/adjust/sdks", "creation_date": "2017-12-03", "code_signature": "com.adjust.sdk.", "network_signature": "adj\\.st|adjust\\.com", "website": "https://www.adjust.com/", "categories": ["Analytics"]}, "53": {"id": 53, "name": "ChartBoost", "description": "", "creation_date": "2017-12-03", "code_signature": "com.chartboost.sdk.", "network_signature": "\\.chartboost\\.com", "website": "https://answers.chartboost.com/en-us/", "categories": []}, "54": {"id": 54, "name": "Backelite", "description": "By *CapGemini*", "creation_date": "2017-12-03", "code_signature": "com.backelite.android.|com.backelite.bkdroid.", "network_signature": "backelite\\.com", "website": "https://www.backelite.com/", "categories": ["Analytics"]}, "55": {"id": 55, "name": "Areametrics", "description": "Geo-location data that powers business intelligence\r\n\r\n[SDK documentation](https://areametrics-android-sdk.readme.io/)\r\n\r\nAreaMetrics\u2019 location data is used by marketers and brands to drive fresh insights and competitive advantages\r\n\r\nAreaMetrics provides geo-location data that powers insights for marketers and brands.\r\nWe access a network of in-store sensors to understand offline foot-traffic and to deliver the highest-quality in alternative data intelligence.\r\n\r\nCOMPETITIVE INTELLIGENCE\r\nTransform enterprise decision-making. Connect analytics to action and gain a competitive information advantage.\r\n\r\nPROXIMITY MARKETING\r\nEnable effective ad targeting and offline attribution studies. Use geo-location to deliver high-performing location-based at campaigns and unlock new customer insights.\r\n\r\nTRANSPARENT APP MONETIZATION\r\nIn today\u2019s privacy-centric climate, apps need a responsible way to earn revenue. We\u2019ve created a simple way for apps to earn revenue with three key benefits: No SDK, No Ads, No GPS.\r\n\r\nWe\u2019re Committed to GDPR\r\nAreaMetrics is committed to data protection and privacy. That\u2019s why we are ensuring strict compliance with the General Data Protection Regulation and taking extra care to make sure data is handled safely and securely. Learn more about how we\u2019re keeping data protected.", "creation_date": "2017-12-03", "code_signature": "com.areametrics.areametricssdk|com.areametrics.nosdkandroid", "network_signature": "areametrics\\.com", "website": "https://areametrics.com/", "categories": ["Analytics"]}, "56": {"id": 56, "name": "ComScore", "description": "collects data while online and offline", "creation_date": "2017-12-03", "code_signature": "com.comscore.", "network_signature": "comscore\\.com", "website": "https://comscore.com/", "categories": ["Analytics", "Advertisement"]}, "57": {"id": 57, "name": "Cuebiq", "description": "## About\r\n\r\n[Cuebiq](https://www.cuebiq.com/about/) is a location data intelligence and analytics company with 51-200 employees. It has offices in New York, San Francisco, Chicago, Milan, Italy, and Shanghai, China. [See also: OpenCorporates](https://opencorporates.com/companies/us_de/5068833)\r\n\r\n## Ownership\r\n\r\nCuebiq was founded by Antonio Tomarchio in 2011. The privately-held company's investors include: Goldman Sachs Principal Strategic Investments (PSI), Nasdaq Ventures, DRW Venture Capital, Tribeca Venture Partners, Tribeca Angels, and TLcom Capital. [Source: BusinessWire](https://www.businesswire.com/news/home/20180518005397/en/Cuebiq-Raises-27-Million-Growth-Capital)\r\n\r\nIts trusted partners include: Clear Channel, Oracle, Google, Facebook, Ubimo, and more. [Source: website](https://go.cuebiq.com/trusted-partners.html)\r\n\r\n## What it does\r\n\r\n* Location Tracking (iBeacons, WiFi, NFC or Near Field Communication) & Analytics\r\n* Footfall Attribution\r\n* Mobile Data Triangulation\r\n* Blockchain-based open-data marketing platform\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 18/5/2018, reviewed 18/11/2018:](https://www.cuebiq.com/privacypolicy/)\r\n\r\n* Cuebiq uses a blockchain platform it developed to encrypt and anonymize the personally identifiable information it collects. This is advantageous because (1) it more seamlessly complies with GDPR and (2) enables its partners to efficiently access its ledgers.\r\n\r\n* Cuebiq's policy openly states it ignores DNR (Do Not Track) requests in web browsers. \r\n\r\n* Cuebiq's policy states that it shares information with third parties such as \"advertising agency trading desks, proximity solution providers, [and] advertising technology providers\" in addition to \"other companies and organizations... for instance (without limitation) for scientific, medical, civic, meteorological, automotive, and market-related research.\"\r\n\r\n* For users outside the EU looking to opt-out, they may limit disclosure by \"adjusting the settings on [their] mobile device\" and web browsers. Users are refered to the Network Advertising Initiative\u2019s [website](http://optout.networkadvertising.org/?c=1#!%2F) and the Digital Advertising Alliance (DAA) [website](http://optout.aboutads.info/?c=2&lang=EN) regarding cookies and interest-based advertising. Users are also refered to unnamed individual Publishers and Advertisers, who \"may also provide ways [] to opt out from or limit their collection of information.\"", "creation_date": "2017-12-03", "code_signature": "com.cuebiq.cuebiqsdk.model.Collector|com.cuebiq.cuebiqsdk.receiver.CoverageReceiver", "network_signature": "cuebiq\\.com", "website": "http://www.cuebiq.com/", "categories": ["Analytics", "Location"]}, "58": {"id": 58, "name": "HelpShift", "description": "", "creation_date": "2017-12-03", "code_signature": "com.helpshift", "network_signature": "helpshift\\.com", "website": "https://www.helpshift.com", "categories": []}, "59": {"id": 59, "name": "Kontakt", "description": "Bluetooth Beacons & Location Solutions", "creation_date": "2017-12-03", "code_signature": "com.kontakt.sdk.android.", "network_signature": "kontakt\\.io", "website": "https://kontakt.io/", "categories": ["Analytics"]}, "60": {"id": 60, "name": "Locuslabs", "description": "Indoor location", "creation_date": "2017-12-03", "code_signature": "com.locuslabs.sdk", "network_signature": "locuslabs\\.com", "website": "http://locuslabs.com", "categories": []}, "61": {"id": 61, "name": "Moat", "description": "Track what ads users are viewing", "creation_date": "2017-12-03", "code_signature": "com.moat.analytics.mobile.", "network_signature": "apx\\.moatads\\.com|geo\\.moatads\\.com|js\\.moatads\\.com|mb\\.moatads\\.com|moat\\.com|pixel\\.moatads\\.com|px\\.moatads\\.com|sejs\\.moatads\\.com|yt\\.moatads\\.com|yts\\.moatads\\.com|z\\.moatads\\.com", "website": "https://moat.com/analytics", "categories": ["Analytics", "Advertisement"]}, "62": {"id": 62, "name": "Segment", "description": "Collects behavioral data", "creation_date": "2017-12-03", "code_signature": "com.segment.analytics.", "network_signature": "api\\.segment\\.io|segment\\.com", "website": "https://segment.com/", "categories": ["Analytics", "Profiling"]}, "63": {"id": 63, "name": "Mobile Engagement", "description": "Microsoft", "creation_date": "2017-12-04", "code_signature": "com.ubikod.capptain.|com.microsoft.azure.engagement.", "network_signature": "login\\.microsoftonline\\.com|management\\.azure\\.com", "website": "https://docs.microsoft.com/en-us/azure/mobile-engagement/mobile-engagement-android-sdk-overview", "categories": ["Analytics"]}, "64": {"id": 64, "name": "Colocator", "description": "", "creation_date": "2017-12-04", "code_signature": "net.crowdconnected.androidcolocator", "network_signature": "colocator\\.net", "website": "https://developers.colocator.net", "categories": ["Analytics"]}, "65": {"id": 65, "name": "Facebook Ads", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.ads", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": ["Advertisement"]}, "66": {"id": 66, "name": "Facebook Analytics", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.appevents|com.facebook.marketing.|com.facebook.CampaignTrackingReceiver", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": ["Analytics"]}, "67": {"id": 67, "name": "Facebook Login", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.login", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": ["Identification"]}, "68": {"id": 68, "name": "Facebook Notifications", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.notifications", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": []}, "69": {"id": 69, "name": "Facebook Places", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.places", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": []}, "70": {"id": 70, "name": "Facebook Share", "description": "", "creation_date": "2017-12-05", "code_signature": "com.facebook.share", "network_signature": "\\.facebook\\.com", "website": "https://developers.facebook.com/docs/android", "categories": []}, "71": {"id": 71, "name": "Google Ads", "description": "** Deprecated and replaced by Google AdMob**\r\n\r\nhttps://developers.google.com/admob/android/mediation", "creation_date": "2017-12-05", "code_signature": "", "network_signature": "\\.google\\.com", "website": "https://developers.google.com/admob/android", "categories": []}, "72": {"id": 72, "name": "AppLovin (MAX and SparkLabs)", "description": "* Website: https://www.applovin.com/\r\n* Comment: AppLovin is a mobile advertising technology company that enables brands to create mobile marketing campaigns that are fueled by data. \r\n* Category: Advertising\r\n* Code signature: `com.applovin.`\r\n* Network signature: `applovin\\.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `applovin-sdk`\r\n* Group ID: `com.applovin` \r\n* Gradle: `com.applovin:applovin-sdk:7.6.0`\r\n* Additional links: [Crunchbase](https://www.crunchbase.com/organization/applovin)\r\n* Notes: AppLovin SDK requires Google Ads Identifier `com.google.android.gms.ads.identifier.*`", "creation_date": "2018-01-05", "code_signature": "com.applovin", "network_signature": "applovin\\.com|applvn\\.com", "website": "https://www.applovin.com/", "categories": ["Analytics", "Profiling", "Identification", "Advertisement"]}, "73": {"id": 73, "name": "Glispa Connect (Formerly Avocarrot)", "description": "* Website: https://www.avocarrot.com/\r\n* Comment: Avocarrot is a native mobile advertising platform which provides real rewards on mobile apps. \r\n* Category: Advertising\r\n* Code signature: `com.avocarrot.sdk`\r\n* Network signature: `\\.avocarrot\\.com`\r\n* Maven repository: `https://s3.amazonaws.com/avocarrot-android-builds/dist/`\r\n* Artifact ID: `mediation-sdk-nativead`\r\n* Group ID: `com.avocarrot.sdk` \r\n* Gradle: `com.avocarrot.sdk:mediation-sdk-nativead:4.7.1`\r\n* Additional links: [Crunchbase](https://www.crunchbase.com/organization/avocarrot) [Dev doc](https://docs.avocarrot.com/android/native-list-feed)\r\n* Notes: Uses Google Ads", "creation_date": "2018-01-05", "code_signature": "com.avocarrot.sdk", "network_signature": "\\.avocarrot\\.com|ads\\.glispa\\.com|exp\\.glispa\\.com|rtb\\.platform\\.glispa\\.com|templates\\.glispaconnect\\.com|trk\\.glispa\\.com", "website": "https://www.glispa.com", "categories": []}, "74": {"id": 74, "name": "NativeX", "description": "* Website: http://www.nativex.com/\r\n* Comment: NativeX is the leading ad technology for mobile games. \r\n* Category: Advertising\r\n* Code signature: `com.nativex.`\r\n* Network signature: `mobvista\\.com|nativex\\.com`\r\n* Maven repository: `NC`\r\n* Artifact ID: `NC`\r\n* Group ID: `NC` \r\n* Gradle: `NC`\r\n* Additional links: [Crunchbase](https://www.crunchbase.com/organization/nativex) [NativeX Android SDK](https://github.com/nativex/NativeX-Android-SDK/archive/master.zip) [Dev doc](http://www.help.nativex.com/monetize/android-monetization/android-sdk-integration-guide/)\r\n* Notes: Acquired by MobVista", "creation_date": "2018-01-05", "code_signature": "com.nativex", "network_signature": "nativex\\.com", "website": "http://www.nativex.com/", "categories": []}, "75": {"id": 75, "name": "Baidu Maps", "description": "* Website: https://map.baidu.com\r\n* Comment: Baidu is the Web giant in China, the homegrown counterpart to Google.\r\n* Category: Maps, Location\r\n* Code signature: `com.baidu.BaiduMap`\r\n* Network signature: `map.baidu\\.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.baidu` \r\n* Gradle: `NC`\r\n* Additional links: [Android SDK documentation](http://lbsyun.baidu.com/index.php?title=android-locsdk), [iOS SDK](https://github.com/iosmvn/BaiduMap-iOS-SDK)\r\n* Notes: [\"Baidu uses millions of users\u2019 location data to make predictions\", New Scientist](https://www.newscientist.com/article/2098206-baidu-uses-millions-of-users-location-data-to-make-predictions/)", "creation_date": "2018-01-05", "code_signature": "com.baidu.BaiduMap", "network_signature": "map\\.baidu\\.com", "website": "https://map.baidu.com", "categories": []}, "76": {"id": 76, "name": "WeChat Location", "description": "* Website: https://wechat.com, https://weixin.qq.com\r\n* Comment: WeChat is the most popular chat client in China and may become the official app for state identification.\r\n* Category: Maps, Location\r\n* Code signature: `com.tencent.map.geolocation|com.tencent.mm.plugin.location.|com.tencent.mm.plugin.location_soso.|com.tencent.mm.plugin.location_google.`\r\n* Network signature: `map.qq\\.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.tencent` \r\n* Gradle: `NC`\r\n* Additional links: [Reverse-engineered WeChat code](https://github.com/reverseengineeringer/com.tencent.mm)\r\n* Notes: [\"WeChat poised to become China\u2019s official electronic ID system\", South China Morning Post](http://www.scmp.com/tech/social-gadgets/article/2125736/wechat-poised-become-chinas-official-electronic-id-system)", "creation_date": "2018-01-05", "code_signature": "com.tencent.map.geolocation|com.tencent.mm.plugin.location.|com.tencent.mm.plugin.location_soso.|com.tencent.mm.plugin.location_google", "network_signature": "map\\.qq\\.com", "website": "https://wechat.com", "categories": []}, "77": {"id": 77, "name": "HyperTrack", "description": "* Website: http://hypertrack.com, https://github.com/hypertrack\r\n* Comment: HyperTrack implements live location sharing and activity tracking.\r\n* Category: [Maps, Location]\r\n* Code signature: `com.hypertrack.|com.hypertracklive.|io.hypertrack.`\r\n* Network signature: `trck.at|hypertrack\\.amazonaws.com|api\\.hypertrack\\.com`\r\n* Maven repository: `http://hypertrack-android-sdk.s3-website-us-west-2.amazonaws.com/`\r\n* Artifact ID: `hypertrack-live-android`\r\n* Group ID: `com.hypertrack` \r\n* Gradle: `com.hypertrack:android:0.4.22:release@aar`\r\n* Additional links: [HyperTrack SDK repo](https://github.com/hypertrack/hypertrack-live-android), [Documentation](https://docs.hypertrack.com/)\r\n* Notes: HyperTrack SDK for Android is MIT/Expat licensed.", "creation_date": "2018-01-05", "code_signature": "com.hypertrack|com.hypertracklive.|io.hypertrack", "network_signature": "api\\.hypertrack\\.com|hypertrack\\.amazonaws\\.com|trck\\.at", "website": "http://hypertrack.com", "categories": ["Location"]}, "78": {"id": 78, "name": "Uber Analytics", "description": "* Website: https://uber.com\r\n* Comment: Uber Analytics tracks location and behavior as part of its suite of apps such as Uber, UberEATS, and Uber Driver.\r\n* Category: Location, Analytics\r\n* Code signature: `com.ubercab.analytics.|com.ubercab.library.metrics.analytics.|com.ubercab.client.core.analytics.`\r\n* Network signature: `events.uber.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.ubercab` \r\n* Gradle: `NC`\r\n* Additional links: [Dissassembled Uber code](https://github.com/IRMobydick/AndroidDissambleApps/tree/master/com.ubercab), [Reverse-engineered Uber code](https://github.com/reverseengineeringer/com.ubercab)\r\n* Notes: Uber acquired map and location startup deCarta, which included data and maps from TomTom.", "creation_date": "2018-01-05", "code_signature": "com.ubercab.analytics.|com.ubercab.library.metrics.analytics.|com.ubercab.client.core.analytics.", "network_signature": "events\\.uber\\.com", "website": "https://uber.com", "categories": ["Analytics"]}, "79": {"id": 79, "name": "Lisnr", "description": "* Website: http://lisnr.com\r\n* Comment: LISNR tracks users via audio beacons in retail outlets, as well as collecting behavioral data on a mobile device. Retailers broadcast a \"Smart Tone\" on speaker systems and LISNR reacts to the sound.\r\n* Category: [Audio Beacon, Analytics]\r\n* Code signature: `com.lisnr.|com.lisnr.sdk.`\r\n* Network signature: `lisnr\\.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.lisnr.sdk` \r\n* Gradle: `com.lisnr.sdk:sdk:5.0.0.+`\r\n* Additional links: [LISNR demo app repo](https://github.com/LISNR/LISNR-Auth-Demo-Android), [\"Privacy Threats through Ultrasonic Side Channels on Mobile Devices\", Technische Universit at Braunschweig](http://christian.wressnegger.info/content/projects/sidechannels/2017-eurosp.pdf)\r\n* Notes:", "creation_date": "2018-01-05", "code_signature": "com.lisnr.", "network_signature": "lisnr\\.com", "website": "http://lisnr.com", "categories": ["Analytics"]}, "80": {"id": 80, "name": "SilverPush", "description": "* Website: http://silverpush.co, http://silverpush.com\r\n* Comment: SilverPush tracks users via audio beacons in retail outlets, as well as collecting behavioral and location data on a mobile device. Retailers broadcast a ultrasonic tone on speaker systems and SilverPush reacts to the sound.\r\n* Category: [Audio Beacon, Analytics]\r\n* Code signature: `com.silverpush.|com.silverpush.location|com.silverpush.sdk.android.SPService`\r\n* Network signature: `silverpush\\.co|silverpush\\.com|54.243.73.253:8080/SilverPush/`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.silverpush` \r\n* Gradle: `NC`\r\n* Additional links: [\"SilverPush Unmasked\" repo](https://github.com/MAVProxyUser/SilverPushUnmasked), [\"Privacy Threats through Ultrasonic Side Channels on Mobile Devices\", Technische Universit at Braunschweig](http://christian.wressnegger.info/content/projects/sidechannels/2017-eurosp.pdf)\r\n* Notes:", "creation_date": "2018-01-05", "code_signature": "com.silverpush.|com.silverpush.location|com.silverpush.sdk.android.SPService", "network_signature": "54\\.243\\.73\\.253:8080/SilverPush/|silverpush\\.co|silverpush\\.com", "website": "http://silverpush.co", "categories": ["Analytics"]}, "81": {"id": 81, "name": "Shopkick", "description": "* Website: https://shopkick.com\r\n* Comment: Shopkick tracks users via \"shopBeacon\" beacons (Apple iBeacons) in retail outlets, as well as collecting behavioral and location data on a mobile device.\r\n* Category: [Audio Beacon, Bluetooth Beacon, Analytics]\r\n* Code signature: `com.shopkick.sdk.api.|com.shopkick.fetchers.`\r\n* Network signature: `shopkick\\.com|shopkick\\.de|sdk.shopkick.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.shopkick` \r\n* Gradle: `NC`\r\n* Additional links: [Shopkick on Github](https://github.com/shopkick), [Shopkick on Anaconda Cloud](https://anaconda.org/shopkick), [Shopkick on Docker Hub](https://hub.docker.com/r/shopkick/), [\"Privacy Threats through Ultrasonic Side Channels on Mobile Devices\", Technische Universit at Braunschweig](http://christian.wressnegger.info/content/projects/sidechannels/2017-eurosp.pdf)\r\n* Notes: Shopkick is a very popular shopping app \"companion\" used by millions. Shopkick has a close relationship with Scandit barcode scanner SDK.", "creation_date": "2018-01-05", "code_signature": "com.shopkick.sdk.api.|com.shopkick.fetchers.", "network_signature": "sdk\\.shopkick\\.com|shopkick\\.com|shopkick\\.de", "website": "https://shopkick.com", "categories": ["Analytics"]}, "82": {"id": 82, "name": "Alphonso", "description": "* Website: http://alphonso.tv\r\n* Comment: Alphonso listens to audio signals in TV advertisements and is included in games and other apps for children.\r\n* Category: [Audio Beacon, Analytics]\r\n* Code signature: `tv.alphonso.service`\r\n* Network signature: `prov.alphonso.tv|api.alphonso.tv`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `tv.alphonso` \r\n* Gradle: `NC`\r\n* Additional links: [Presentation about TV ads data from Alphonso](https://github.com/kupagulova/alphonso-analysis-demo), [\"That Game on Your Phone May Be Tracking What You\u2019re Watching on TV\", New York Times](https://www.nytimes.com/2017/12/28/business/media/alphonso-app-tracking.html)\r\n* Notes: Alphonso SDK makes heavy use of the Google Admob mediation service.", "creation_date": "2018-01-05", "code_signature": "tv.alphonso.service", "network_signature": "api\\.alphonso\\.tv|prov\\.alphonso\\.tv", "website": "http://alphonso.tv", "categories": ["Analytics"]}, "83": {"id": 83, "name": "Smaato", "description": "* Website: https://smaato.com\r\n* Comment: Smaato is a mobile ad platform that includes video ads.\r\n* Category: [Advertising, Analytics]\r\n* Code signature: `com.smaato.soma.`\r\n* Network signature: `soma.smaato.net|smaato.net`\r\n* Maven repository: `NA`\r\n* Artifact ID: `NC`\r\n* Group ID: `com.smaato.soma` \r\n* Gradle: `NC`\r\n* Additional links: [Smaato SDK Documentation](https://wiki.smaato.com/display/IN/Android)\r\n* Notes:", "creation_date": "2018-01-05", "code_signature": "com.smaato.", "network_signature": "smaato\\.net|soma\\.smaato\\.net", "website": "https://smaato.com", "categories": []}, "84": {"id": 84, "name": "Scandit", "description": "* Website: https://scandit.com\r\n* Comment: Scandit is a barcode scanner SDK that offers real-time analytics (\"scanalytics\") to track what barcodes users have scanned and profile users for targeted advertising.\r\n* Category: [Barcode Scanner, Analytics]\r\n* Code signature: `com.scandit.`\r\n* Network signature: `scandit\\.com`\r\n* Maven repository: `NA`\r\n* Artifact ID: `scanditsdk-android`\r\n* Group ID: `com.scandit` \r\n* Gradle: `ScanditBarcodeScanner`\r\n* Additional links: [Scandit SDK Documentation](https://docs.scandit.com/stable/android/), [\"Scandit launches first-of-its-kind barcode scanning analytics\", Analytics Magazine](http://analytics-magazine.org/scandit-launches-first-of-its-kind-barcode-scanning-analytics/), [\"Shopkick Partners with Scandit to Boost Consumer Engagement with Products in Store\", PRWeb](http://www.prweb.com/releases/2012/10/prweb9954971.htm), [Shopkick Case Study](https://www.scandit.com/resources/case-studies/shopkick/)\r\n* Notes: Shopkick is a close partner with Scandit.", "creation_date": "2018-01-05", "code_signature": "com.scandit.", "network_signature": "scandit\\.com", "website": "https://scandit.com", "categories": ["Analytics"]}, "85": {"id": 85, "name": "Inrix", "description": "* Website: http://inrix.com/\r\n* Comment: INRIX offers real-time traffic information solutions that help develop traffic data and traffic speed for freeways, highways and arterials. \r\n* Category: Location\r\n* Code signature: `com.inrix.sdk`\r\n* Network signature: `inrix\\.com|inrix\\.io`\r\n* Maven repository: `NC`\r\n* Artifact ID: `NC`\r\n* Group ID: `NC` \r\n* Gradle: `NC`\r\n* Additional links: [Inrix on Crunchbase](https://www.crunchbase.com/organization/inrix), [Inrix population analytics](http://inrix.com/resources/inrix-population-analytics-video/)\r\n* Notes:", "creation_date": "2018-01-06", "code_signature": "com.inrix.sdk", "network_signature": "inrix\\.com|inrix\\.io", "website": "http://inrix.com/", "categories": []}, "86": {"id": 86, "name": "Signal360", "description": "* Website: http://www.signal360.com\r\n* Comment: Signal360 (formerly Sonic Notify) is a leader in proximity marketing via audio beacons and bluetooth beacons in sports stadiums, retail outlets, and vending machines.\r\n* Category: [Audio Beacon, Bluetooth Beacon]\r\n* Code signature: `com.signal360.sdk.core.|com.sonicnotify.sdk.core.|com.rnsignal360|`\r\n* Network signature: `signal360\\.com|sonicnotify\\.com`\r\n* Maven repository: `NA`\r\n* Gradle: `NA`\r\n* Group ID: `com.signal360.sdk` \r\n* Gradle: `NA`\r\n* Additional links: [React Native Bridge for Signal 360 SDK on Github](https://github.com/EwyynTomato/react-native-signal360), [\"Scandit launches first-of-its-kind barcode scanning analytics\", Sport Techie](https://www.sporttechie.com/signal360-is-bringing-sponsor-messaging-to-nba-teams-and-heres-how-to-get-creative-with-it/)\r\n* Notes: Signal360 has partnerships with PlayNetwork, YinzCam, and Coca-Cola Amatil.", "creation_date": "2018-01-13", "code_signature": "com.signal360.sdk.core.|com.sonicnotify.sdk.core.|com.rnsignal360", "network_signature": "signal360\\.com|sonicnotify\\.com", "website": "http://www.signal360.com", "categories": ["Analytics"]}, "87": {"id": 87, "name": "TeleQuid", "description": "* Website: http://www.telequid.com/\r\n* Comment: Ads synced to the TV\r\n* Category: Advertising\r\n* Code signature: `com.telequid.`\r\n* Network signature: `mars\\.telequid\\.com`\r\n* Maven repository: `xxx.com`\r\n* Artifact ID: `xxx`\r\n* Group ID: `xxx` \r\n* Gradle: `xxx`\r\n* Additional links: xxx xxx\r\n* Notes: \r\n> TAAS (Telequid Augmented Advertising Server) can be embedded in an existing app to detect images in any printed document or TV spots and display related multimedia content on mobile screen.", "creation_date": "2018-03-04", "code_signature": "com.telequid.", "network_signature": "mars\\.telequid\\.com", "website": "http://www.telequid.com/", "categories": []}, "88": {"id": 88, "name": "Retency", "description": "* Website: http://retency.com\r\n* Comment: xxxx\r\n* Category: Analytics\r\n* Code signature: `com.retency.sdk.android`\r\n* Network signature: `NC`\r\n* Maven repository: `NC`\r\n* Artifact ID: `NC`\r\n* Group ID: `NC` \r\n* Gradle: `NC`\r\n* Additional links: \r\n* Notes:", "creation_date": "2018-03-04", "code_signature": "com.retency.sdk.android", "network_signature": "", "website": "http://retency.com", "categories": ["Analytics"]}, "89": {"id": 89, "name": "MAdvertise", "description": "* Website: http://madvertise.com\r\n* Comment: xxxx\r\n* Category: Advertising\r\n* Code signature: `com.mngads.sdk|com.mngads.views|com.mngads.`\r\n* Network signature: `NC`\r\n* Maven repository: `NC`\r\n* Artifact ID: `NC`\r\n* Group ID: `NC` \r\n* Gradle: `NC`\r\n* Additional links: \r\n* Notes:", "creation_date": "2018-03-04", "code_signature": "com.mngads.sdk|com.mngads.views|com.mngads.", "network_signature": "dispatcher\\.mng\\-ads\\.com|mobile\\.mng\\-ads\\.com", "website": "http://madvertise.com", "categories": []}, "90": {"id": 90, "name": "AdColony", "description": "_AdColony delivers zero-buffering, full-screen Instant-Play\u2122 HD video, interactive Aurora\u2122 Video, and Aurora\u2122 Playable ads that can be displayed anywhere within your application. Our advertising SDK is trusted by the world\u2019s top gaming and non-gaming publishers, delivering them the highest monetization opportunities from brand and performance advertisers. AdColony\u2019s SDK can monetize a wide range of ad formats including in-stream/pre-roll, out-stream/interstitial and V4VC\u2122, a secure system for rewarding users of your app with virtual currency upon the completion of video and playable ads._ from [AdColony on Github](https://github.com/AdColony/).", "creation_date": "2018-03-04", "code_signature": "com.adcolony.|com.jirbo.adcolony.", "network_signature": "adc3-launch\\.adcolony\\.com|adcolony\\.com|ads30\\.adcolony\\.com|androidads20\\.adcolony\\.com|androidads21\\.adcolony\\.com|androidads23\\.adcolony\\.com|events3alt\\.adcolony\\.com|wd\\.adcolony\\.com", "website": "http://adcolony.com/", "categories": ["Advertisement"]}, "91": {"id": 91, "name": "AccountKit", "description": "## About\r\n\r\nAccountKit is a product of Facebook lets users quickly register/login to apps by using just their phone number or email address. No password is needed. [Link to weblink](https://www.accountkit.com/faq/)\r\n\r\n## Ownership\r\n\r\nAccountKit is owned by Facebook (NASDAQ: FB). \r\n\r\nNote: there is an unaffiliated Australian Accounting firm of the same name. \r\n\r\n## What it does\r\n\r\n* User Verification\r\n* Phone number collection\r\n* Permits direct app logins without SMS code\r\n\r\n## Data Policy\r\n\r\n[Policy as of 8/9/2018:](https://www.facebook.com/privacy/explanation/)\r\n\r\n* Identical to Facebook's Policy. This provides controls for users to opt out but no actual commitment to reduce the collection and use of personal data. \r\n\r\n* Data will be used to \"reasearch and innovate for social good\", \"promote satety, integrity and security\", personalize advertising, communicate with users, and measure analytics for business services. \r\n\r\n* Third-party apps and websites integrated with Facebook and its products receive information on what users post and share. This \"information collected by these third-party services is subject to their own terms and policies, not this one.\" \r\n\r\n* Facebook's policy states that it doesn't \"sell any of your information to anyone and we never will.\" It imposes \"strict restrictions\" on how partners use and disclose the data it provides. \r\n\r\n* Information may be accessed, preserved, and shared with regulators, law enforcement, and others in response to legal requests (including those in outside jurisdictions if there is a \"good faith belief\" they're required to respond), prevention of fraud, unauthorized use of products or services, breaches of Terms or Policies, to prevent harm to Facebook or its property, and harmful or illegal activity.", "creation_date": "2018-03-04", "code_signature": "com.facebook.accountkit", "network_signature": "graph\\.accountkit\\.com", "website": "https://www.accountkit.com/", "categories": []}, "92": {"id": 92, "name": "Amazon Advertisement", "description": "", "creation_date": "2018-03-04", "code_signature": "com.amazon.device.ads", "network_signature": "", "website": "https://developer.amazon.com/public/apis/earn/mobile-ads/docs/quick-start", "categories": []}, "93": {"id": 93, "name": "Amazon Mobile Associates", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.amazon.device.associates", "network_signature": "", "website": "https://developer.amazon.com/mobile-associates", "categories": []}, "94": {"id": 94, "name": "Radius Networks", "description": "* Website: https://www.radiusnetworks.com/\r\n* Comment: Radius Networks offers a wide range of hardware, software and proximity services designed to enable hyper-proximity, micro-location engagement capabilities and analytics in today's leading mobile apps, products and technologies\r\n* Category: Analytics, Tracking, Beacons, Location\r\n* Additional links: http://developer.radiusnetworks.com/ , http://altbeacon.github.io/android-beacon-library/", "creation_date": "2018-03-04", "code_signature": "com.radiusnetworks", "network_signature": "proximitykit\\.radiusnetworks\\.com", "website": "https://www.radiusnetworks.com/", "categories": ["Analytics"]}, "95": {"id": 95, "name": "Amazon Analytics (Amazon insights)", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.amazon.insights|com.amazonaws.mobileconnectors.pinpoint.analytics.|com.amazonaws.mobileconnectors.amazonmobileanalytics", "network_signature": "mobileanalytics\\.us-east-1\\.amazonaws\\.com", "website": "https://developer.amazon.com/docs/apps-and-games/sdk-downloads.html", "categories": ["Analytics"]}, "96": {"id": 96, "name": "Baidu APPX", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.baidu.appx", "network_signature": "", "website": "https://app.baidu.com/", "categories": []}, "97": {"id": 97, "name": "Baidu Location", "description": "Map/LBS", "creation_date": "2018-03-04", "code_signature": "com.baidu.location", "network_signature": "", "website": "https://developer.baidu.com/", "categories": []}, "99": {"id": 99, "name": "Baidu Map", "description": "Map/LBS", "creation_date": "2018-03-04", "code_signature": "com.baidu.mapapi", "network_signature": "", "website": "http://lbsyun.baidu.com/", "categories": []}, "100": {"id": 100, "name": "Baidu Mobile Ads", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.baidu.mobads", "network_signature": "", "website": "https://developer.baidu.com/", "categories": []}, "101": {"id": 101, "name": "Baidu Mobile Stat", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.baidu.mobstat", "network_signature": "", "website": "https://developer.baidu.com/", "categories": ["Analytics"]}, "102": {"id": 102, "name": "Estimote", "description": "## About\r\n\r\nEstimote is private company that creates and sells sensor-based proximity tracking devices. These \"physical world\" beacons allow retailers to track users by compelling their cell phone microphones to emit high-frequency tones that are inaudible to humans. \r\n\r\nEstimote is registered in Delaware [Source:OpenCorporates](https://opencorporates.com/companies/us_de/5201683) and has offices in San Francisco, New York, and Krakow, Poland. In 2017, the company registered in the Dominican Republic. [Source:OpenCorporates](https://opencorporates.com/companies/do/491544)\r\n\r\n## Ownership\r\n\r\nEstimote's founders are Jakub Krzych and Lukasz Kostka. [Source: website](https://estimote.com/about/)\r\n\r\n## What it does\r\n\r\n* Ultrasonic proximity tracking\r\n* Indoor location beacons for use in retail stores, museums, and stadiums. Also deployed with in conjunction with robotic technology.\r\n* Integrates wireless APIs that take control over nearby displays\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 15/9/2018, last modified 13/5/15](https://estimote.com/legal/privacy-policy.html)\r\n\r\n* Estimote's policy mainly concerns its relationship with business affiliates and account holders. It does, however, refer to \"Customer Data\" collected from its services.\r\n\r\n* Personal data collected is treated by Estimote as \"strictly confidential\" and subject to internal controls and protections. This may include \"latitude/longitude coordinates\", the time of day, and user locations when their device is near a beacon. \r\n\r\n* If users do not want Estimote's beacon to identify their device, it directs them to \"(a) delete the Customer app or adjust the in-app settings of the Customer app if the app makes that option available, or (b) turn \u201coff\u201d Bluetooth through [their] device\u2019s Settings feature.\"\r\n\r\n* In the event of a data breach, Estimote will \"take reasonable steps to investigate the situation and to notify our Customers if the security, integrity or confidentiality of personal information has been compromised, in accordance with any applicable laws and regulations.\"", "creation_date": "2018-03-04", "code_signature": "com.estimote.", "network_signature": ".*\\.estimote\\.com", "website": "https://estimote.com/", "categories": ["Analytics", "Location"]}, "103": {"id": 103, "name": "Baidu Navigation", "description": "Map/LBS", "creation_date": "2018-03-04", "code_signature": "com.baidu.navi", "network_signature": "", "website": "http://lbsyun.baidu.com/index.php?title=android-navsdk", "categories": []}, "104": {"id": 104, "name": "Fyber", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.fyber.", "network_signature": "adproxy\\.fyber\\.com|appengage-video\\.fyber\\.com|banner\\.fyber\\.com|engine\\.fyber\\.com|interstitial\\.fyber\\.com|mbe-cdn\\.fyber\\.com|offer\\.fyber\\.com|service\\.fyber\\.com|tracker\\.fyber\\.com|video-interstitial-assets-cdn\\.fyber\\.com|video\\.fyber\\.com", "website": "https://www.fyber.com/", "categories": ["Advertisement"]}, "105": {"id": 105, "name": "Google Tag Manager", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.google.tagmanager|com.google.android.gms.tagmanager", "network_signature": "www\\.googletagmanager\\.com|www\\.googletagservices\\.com", "website": "https://www.google.com/analytics/tag-manager/", "categories": ["Analytics"]}, "106": {"id": 106, "name": "Inmobi", "description": "## About\r\n\r\n[InMobi](https://www.inmobi.com/) is a private, Indian-based advertising behemoth. It has relationships with over 30,000 companies and app developers. It has approximately 1,500 employees in offices in 12 different countries. [See also: OpenCorporates](https://opencorporates.com/companies/us_ca/C3422070)\r\n\r\nInMobi's founder, in a recent [Forbes article,](http://www.forbesindia.com/article/leaderboard/inmobi-wants-to-glue-your-attention-to-your-lock-screen/53095/1) stated that \"Consumers will move from seeking content to consuming what is shown to them.\" \r\n\r\n## Ownership\r\n\r\nInMobi was founded in Mumbai, India, as mKhoj, in 2007 by Naveen Tewari, Abhay Singhal, Amit Gupta and Mohit Saxena. Its investors include Softbank and its debt financier is Tennenbaum Capital Partners. \r\n\r\n## What it does\r\n\r\n* Native/Targeted Advertising\r\n* E-Commerce\r\n* In-app Mobile Advertising\r\n* Market Research Platform\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 17/2/2017, reviewed 21/4/2019:](https://www.inmobi.com/privacy-policy/)\r\n\r\n* InMobi's opt-out is [located here.](https://www.inmobi.com/page/opt-out/) Users will need their iOS or Android ID. \r\n\r\n* InMobi's privacy policy states that it collects information about the \"device type (e.g. smartphone, tablet, etc.),operating system (e.g. iOS, Android, Windows, Blackberry), network provider, mobile browser used (e.g. Safari, Internet Explorer etc.),platform, SDK version, timestamp, API key (identifier for application), application version, iOS Identifier for Advertising, iOS Identifier for Vendors, model, manufacture of device, OS version of device, session start/stop time, locale (specific location where a given language is spoken), time zone, network status such as WiFi, the geo-location of your device (using GPS or other geo-location data) and the Identifier for Advertising (IDFA) or the Google Advertising ID (AAID) etc\" which it may infer from WiFi identifiers in the area. \r\n\r\n* It also collects information regarding \"(i) the content type of the ad (what the ad is about, e.g. games, finance, entertainment, news); (ii) the ad type (e.g. whether the ad is a text, image, or video based ad); (iii) where the ad is being served (e.g. the address of the site on which the ad appears); and (iv) certain information about post-click activity in relation to the ad including user interaction with such ad.\" It may also collect email addresses in a hashed format. \r\n\r\n* This information is shared with \"Publishers, Developers, Advertisers, Data Partners, Measurement Companies, InMobi Affiliates, and third parties such as advisors and law enforcement authorities.\" \r\n\r\n* Data is kept for a 13-month period, after which InMobi \"may retain and use such data in an aggregated format, as necessary for internal analytical purposes, to comply with its legal obligations, resolve disputes and enforce agreements.\"\r\n\r\n## Lawsuits and Settlements\r\n\r\n* In 2016, InMobi settled with the FTC (US Federal Trade Commission) for $950,000 over the Children's Online Privacy Protection Act violations (\"COPPA\"). [See more information](https://www.ftc.gov/news-events/press-releases/2016/06/mobile-advertising-network-inmobi-settles-ftc-charges-it-tracked)", "creation_date": "2018-03-04", "code_signature": "com.inmobi|in.inmobi.", "network_signature": "c\\.w\\.inmobi\\.com|china\\.inmobi\\.com|config-ltvp\\.inmobi\\.com|config\\.inmobi\\.com|et\\.w\\.inmobi\\.com|i\\.l\\.inmobicdn\\.net|i\\.w\\.inmobi\\.com|inmobi\\.cn|inmobi\\.com|inmobi\\.info|inmobi\\.net|inmobi\\.us|inmobicdn\\.com|inmobicdn\\.net|inmobisdk\\-a\\.akamaihd\\.net|japan\\.inmobi\\.com|r\\.w\\.inmobi\\.com|sdkm\\.w\\.inmobi\\.com|sdktm\\.w\\.inmobi\\.com|w\\.inmobi\\.com", "website": "http://inmobi.com", "categories": []}, "107": {"id": 107, "name": "Millennial Media", "description": "## About\r\n\r\nMillennial Media was founded in 2006 and publicly acquired by AOL in 2015. Oath Inc., a Verizon subsidiary, acquired AOL in 2017. \r\n\r\n## Ownership\r\n\r\nOath, Inc., owns Millennial Media as a legacy product. Oath is a subsidiary of Verizon Communications. [See: OpenCorporates](https://opencorporates.com/companies/us_de/4107146)\r\n\r\n## What it does\r\n\r\n* Behavorial Analytics\r\n* Personalized Advertising\r\n* Data Collection\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 27/12/2018:](https://policies.oath.com/us/en/oath/privacy/index.html)\r\n\r\n* Oath's policy states that it collects device and location information; \"the kind of content or ads served, viewed or clicked on; the frequency and duration of your activities; the sites or apps you used before accessing our Services and where you went next; whether you engaged with specific content or ads; and whether you went on to visit an advertiser's website, downloaded an advertiser\u2019s app, purchased a product or service advertised, or took other actions.\"\r\n\r\n* Information may be collected from third-parties and affilates, publicly-available sources, and appended and matched data from [other companies.](https://policies.oath.com/us/en/oath/privacy/topics/appenddata/index.html)\r\n\r\n* Oath states that it has \"technical, administrative and physical safeguards in place to help protect against unauthorized access, use or disclosure of customer information we collect or store.\" It also states that while it may share aggregated or pseudonymous information with other companies, this is not personally identifiable information (example given: \"name or email address\").\r\n\r\n* Oath's privacy controls and opt-out can be found [here.](https://policies.oath.com/us/en/oath/privacy/controls/index.html)", "creation_date": "2018-03-04", "code_signature": "com.millennialmedia.", "network_signature": "adtech\\.de|contextual\\.media\\.net|media\\.net|millennialmedia\\.com", "website": "https://www.millennialmedia.com/", "categories": []}, "108": {"id": 108, "name": "Snowplow", "description": "* Website: https://snowplowanalytics.com/\r\n* Comment: Cloud-native web, mobile and event analytics, running on AWS and on-premise with Kafka\r\n* Category: Analytics, Trackers\r\n* Code signature: `com.snowplowanalytics`\r\n* Network signature: `xxx.com`\r\n* Maven repository: `xxx`\r\n* Artifact ID: `xxx`\r\n* Group ID: `xxx` \r\n* Gradle: ``\r\n* Additional links: https://github.com/snowplow/snowplow\r\n* Notes: Mobile, Web, Game, IoT trackers", "creation_date": "2018-03-04", "code_signature": "com.snowplowanalytics.", "network_signature": "", "website": "https://snowplowanalytics.com/", "categories": ["Analytics"]}, "109": {"id": 109, "name": "Fyber SponsorPay", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.sponsorpay", "network_signature": "appengage-video\\.sponsorpay\\.com|cdn1\\.sponsorpay\\.com|cdn2\\.sponsorpay\\.com|cdn3\\.sponsorpay\\.com|cdn4\\.sponsorpay\\.com|engine\\.sponsorpay\\.com", "website": "http://www.sponsorpay.com", "categories": []}, "110": {"id": 110, "name": "Supersonic Ads", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.supersonic.adapters.supersonicads|com.supersonicads.sdk", "network_signature": "click-haproxy\\.supersonicads\\.com|cx\\.ssacdn\\.com|init\\.supersonicads\\.com|logs\\.supersonic\\.com|outcome\\.supersonicads\\.com|ow-gateway\\.supersonicads\\.com|pixel-tracking\\.sonic-us\\.supersonicads\\.com|rv-gateway\\.supersonicads\\.com|static\\.ssacdn\\.com|supersonic\\.com|supersonicads-a\\.akamaihd\\.net|tag\\-mediation.supersonic.com|ua\\.supersonicads\\.com|v\\.ssacdn\\.com|www\\.supersonicads\\.com", "website": "https://www.supersonic.com/", "categories": []}, "111": {"id": 111, "name": "Carnival", "description": "* Website: http://carnival.io/\r\n* Comment: Carnival mobile marketing automation drives app engagement and customer conversions.\r\n* Category: Analytics, Advertising\r\n* Code signature: `com.carnival.sdk, com.carnivalmobile`\r\n* Network signature: `xxx.com`\r\n* Maven repository: `xxx.com`\r\n* Artifact ID: `xxx`\r\n* Group ID: `xxx` \r\n* Gradle: `xxx`\r\n* Additional links: https://devices.carnivalmobile.com\r\n* Notes: FakePhoneCallActivity, \"fake_call_message\"", "creation_date": "2018-03-04", "code_signature": "com.carnival.sdk|com.carnivalmobile", "network_signature": "devices\\.carnivalmobile\\.com", "website": "http://carnival.io/", "categories": ["Analytics"]}, "112": {"id": 112, "name": "Tencent Map LBS", "description": "Map/LBS", "creation_date": "2018-03-04", "code_signature": "com.tencent.lbs", "network_signature": "", "website": "https://lbs.qq.com/", "categories": []}, "113": {"id": 113, "name": "Tencent MobWin", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.tencent.mobwin", "network_signature": "", "website": "https://www.tencent.com/en-us/", "categories": []}, "114": {"id": 114, "name": "Tencent MTA", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.tencent.mta", "network_signature": "", "website": "https://mta.qq.com/", "categories": ["Analytics"]}, "115": {"id": 115, "name": "Apptentive", "description": "* Website: https://www.apptentive.com/\r\n* Comment: Build brands customers love by understanding their behavior and expectations\r\n* Category: [Analytics, Engagment]\r\n* Code signature: `com.apptentive`\r\n* Network signature: `?`\r\n* Maven repository: `?`\r\n* Artifact ID: `?`\r\n* Group ID: `?` \r\n* Gradle: `com.apptentive:apptentive-android:5.0.2`\r\n* Additional links: https://github.com/apptentive/apptentive-android\r\n* Notes: Founded 2011, Seattle, USA. Total Funding 11.9M$", "creation_date": "2018-03-04", "code_signature": "com.apptentive.", "network_signature": "api\\.apptentive\\.com", "website": "https://www.apptentive.com/", "categories": ["Analytics"]}, "116": {"id": 116, "name": "Tencent Stats", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.tencent.stat|com.tencent.wxop.stat", "network_signature": "", "website": "http://stat.qq.com/", "categories": ["Analytics"]}, "117": {"id": 117, "name": "Tencent Weiyun", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.tencent.weiyun", "network_signature": "", "website": "https://www.weiyun.com", "categories": []}, "118": {"id": 118, "name": "MixPanel", "description": "## About\r\n\r\nMixPanel, Inc. is a privately-held marketing technology company with 250+ employees and offices in San Francisco, New York, Seattle, Salt Lake City, and London, UK. [Source: OpenCorporates](https://opencorporates.com/companies/us_de/4689044); [Source: Linkedin](https://www.linkedin.com/company/mixpanel-inc-)\r\n\r\n## Ownership\r\n\r\nMixPanel was founded in 2009 by Suhail Doshi and Tim Trefren. [Source: website](https://mixpanel.com/about/)\r\n\r\n## What it does\r\n\r\n* Behavioral Analytics\r\n* Data Collection\r\n* Media Trend analysis [See: Forbes article on 2018 report](https://www.forbes.com/sites/curtissilver/2018/05/08/mixpanel-2018-media-benchmarks-report-reveals-the-truth-of-our-media/#19fc268d2349)\r\n* Anonymous Profiling \"Firmographics\"\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of May 2018, reviewed 25/10/18:](https://mixpanel.com/legal/privacy-policy/)\r\n\r\n* MixPanel's privacy policy does not apply to end-users. Its policy refers to \"Customers\", who are MixPanel's clients. MixPanel tracks its clients by default but they have the right to delete their personal information at any time. Personal information includes location, name, email, pixel tag, and online tracking data. \r\n\r\n* End-users who are tracked by MixPanel's \"Customers\" have no right to delete their personal information and are refered to their individual client privacy policies. MixPanel's clients are not identifed anywhere in the policy. The client is referred to as the \"data controller.\"\r\n\r\n* Interestingly, MixPanel's policy notes that it \"does not respond\" to its clients' Do Not Track signals, by default, since there is \"no standard that governs what, if anything, websites should do if they receive these signals.\"\r\n\r\n* Per the [Terms of Use](https://mixpanel.com/legal/terms-of-use/) end-users can opt-out of MixPanel website tracking through this [link.](https://mixpanel.com/optout) NOTE: this is strictly limited to the use of Mixpanel's website and does not apply to tracking done by their clients or through MixPanel's services.", "creation_date": "2018-03-04", "code_signature": "com.mixpanel.", "network_signature": "api\\.mixpanel\\.com|decide\\.mixpanel\\.com|mixpanel\\.com|switchboard\\.mixpanel\\.com", "website": "https://mixpanel.com/", "categories": ["Analytics", "Advertisement"]}, "119": {"id": 119, "name": "Umeng Analytics", "description": "## About\r\n\r\nUmeng is a Private company founded by Fan Jiang in April 2010 and acquired by Alibaba Group in 2013. [(Source)](https://techcrunch.com/2013/11/20/umeng-alibaba/) It is based in Beijing, China and has approxmately 50-100 employees. \r\n\r\nTwo company filings were found in Hong Kong: [here](https://opencorporates.com/companies/hk/1579937) and [here.](https://opencorporates.com/companies/hk/2756553) \r\n\r\n## Ownership\r\n\r\nUmeng is owned by the Alibaba Group. Alibaba is listed on the NYSE under the ticker BABA. \r\n\r\n## What it does\r\n\r\n* Behavioral analytics\r\n* Data Collection and usage statistics\r\n* Advertising platforms\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 12/27/2018:](http://mobile.umeng.com/privacypolicy/)\r\n\r\n* An english-version of Umeng's privacy policy could not be located. As such, it was not reviewed. \r\n\r\n* An opt-out page in Mandarin language was located [here.](https://outdip.umeng.com/opt_out.html?spm=a211g2.181323.0.0.3cb23604DDAijH)", "creation_date": "2018-03-04", "code_signature": "com.umeng.analytics", "network_signature": "alog\\.umeng\\.com|alogs\\.umeng\\.com|ar\\.umeng\\.com|oc\\.umeng\\.com|umeng\\.com|uop\\.umeng\\.com", "website": "https://www.umeng.com/analytics", "categories": []}, "120": {"id": 120, "name": "Umeng Feedback", "description": "## About\r\n\r\nUmeng is a Private company founded by Fan Jiang in April 2010 and acquired by Alibaba Group in 2013. [(Source)](https://techcrunch.com/2013/11/20/umeng-alibaba/) It is based in Beijing, China and has approxmately 50-100 employees. \r\n\r\nTwo company filings were found in Hong Kong: [here](https://opencorporates.com/companies/hk/1579937) and [here.](https://opencorporates.com/companies/hk/2756553) \r\n\r\n## Ownership\r\n\r\nUmeng is owned by the Alibaba Group. Alibaba is listed on the NYSE under the ticker BABA. \r\n\r\n## What it does\r\n\r\n* Behavioral analytics\r\n* Data Collection and usage statistics\r\n* Advertising platforms\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 12/27/2018:](http://mobile.umeng.com/privacypolicy/)\r\n\r\n* An english-version of Umeng's privacy policy could not be located. As such, it was not reviewed. \r\n\r\n* An opt-out page in Mandarin language was located [here.](https://outdip.umeng.com/opt_out.html?spm=a211g2.181323.0.0.3cb23604DDAijH)", "creation_date": "2018-03-04", "code_signature": "com.umeng.fb", "network_signature": "alog\\.umeng\\.com|alogs\\.umeng\\.com|ar\\.umeng\\.com|oc\\.umeng\\.com|umeng\\.com|uop\\.umeng\\.com", "website": "http://dev.umeng.com/feedback", "categories": []}, "121": {"id": 121, "name": "Unity3d Ads", "description": "Advertisement", "creation_date": "2018-03-04", "code_signature": "com.unity3d.services|com.unity3d.ads", "network_signature": "adserver\\.unityads\\.unity3d\\.com|analytics\\.social\\.unity\\.com|api\\.uca\\.cloud\\.unity3d\\.com|auction\\.unityads\\.unity3d\\.com|cdn-highwinds\\.unityads\\.unity3d\\.com|cdn\\.unityads\\.unity3d\\.com|config\\.uca\\.cloud\\.unity3d\\.com|config\\.unityads\\.unity3d\\.com|stats\\.unity3d\\.com|webview\\.unityads\\.unity3d\\.com", "website": "https://unity3d.com/", "categories": ["Advertisement"]}, "122": {"id": 122, "name": "Countly", "description": "* Comment: Countly is the best analytics platform for tracking customer journeys in web, desktop and mobile applications. We process billions of data points every day and help businesses across the globe understand their product usage and act on highly detailed data.\r\n* Notes: Open Source. Founded 2013, London, England", "creation_date": "2018-03-04", "code_signature": "ly.count.android.", "network_signature": "", "website": "https://count.ly/", "categories": ["Analytics", "Profiling"]}, "123": {"id": 123, "name": "Urbanairship", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.urbanairship", "network_signature": "device-api\\.urbanairship\\.com|urbanairship\\.com", "website": "https://www.urbanairship.com/", "categories": []}, "124": {"id": 124, "name": "Yandex Ad", "description": "## About\r\n\r\nYandex (NASDAQ: YNDX) is a multinational corporation dealing in Internet-related products and services. It is the largest technology company in Russia. Its parent company, Yandex N.V., is based in the Netherlands. [Source: OpenCorporates](https://opencorporates.com/companies/nl/27265167) \r\n\r\n## Ownership\r\n\r\nYandex's current CEO and founder is Arkady Volozh. In 2018, Volozh was added the US Treasury Department's list of Russian \"oligarchs\" linked to Russian President Vladmir Putin. [Source: Boston Globe](https://www.bostonglobe.com/news/world/2018/01/30/releases-putin-list-russian-politicians-oligarchs/PUw8A93TCiXGMMOMNSKTUI/story.html) \r\n\r\n## What it does\r\n\r\n* Behavioral Analytics\r\n* Mobile Advertising\r\n* Enables tracking by unspecified third parties\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 29/8/2018](https://yandex.ru/legal/confidential/):\r\n\r\n* Yandex's policy does not define personal information but refers the reader to \"applicable laws and regulations.\" \r\n\r\n* Personal information can be obtained by advertising partners. \r\n\r\n* Yandex \"does not actively collect any sensitive personal data (such as racial origins, political opinions, health or biometric data).\" They \"do not engage in any form of profiling that has the potential to significantly impact your rights and freedoms.\" Employees must follow internal rules and protocols to ensure confidentiality when processing personal information. \r\n\r\n* Yandex may transfer personal information to business partners, advertisers, any third party with whom they contract, and to any governmental body, regulatory or enforcement agency at their request or as required by law. \r\n\r\n* If provided by law within the user's jurisdiction, users may: request erasure of their personal information and restriction of its processing. Users may also request a copy of the Standard Contractual Clauses enabling the transfer of their personal information to Russia. \r\n\r\n* Users may possess other rights not mentioned within this policy to the extent provided by applicable law.", "creation_date": "2018-03-04", "code_signature": "com.yandex.mobile.ads", "network_signature": "analytics\\.mobile\\.yandex\\.net|appmetrica\\.yandex\\.com|banners-slb\\.mobile\\.yandex\\.net|banners\\.mobile\\.yandex\\.net|mc\\.yandex\\.ru|report\\.appmetrica\\.yandex\\.net|startup\\.mobile\\.yandex\\.net", "website": "https://www.yandex.com/", "categories": ["Advertisement"]}, "125": {"id": 125, "name": "Amplitude", "description": "Analytics and behavioral targeting", "creation_date": "2018-03-04", "code_signature": "com.amplitude.", "network_signature": "amplitude\\.com|api\\.amplitude\\.com", "website": "http://www.amplitude.com", "categories": ["Analytics", "Profiling"]}, "126": {"id": 126, "name": "AppSee", "description": "* Website: https://www.appsee.com\r\n* Comment: Via user session recordings, touch heatmaps, and single-user journey data, mobile professionals get a complete picture of what\u2019s going on in their app, without having to guess the \u201cwhys\u201d behind certain KPIs. Instead of focusing on tracking everything, these tools support an actionable, lean approach to being \u201cdata-driven\u201d. \r\n* Category: [Analytics]\r\n* Code signature: `com.appsee`\r\n* Network signature: `?`\r\n* Maven repository: `NA`\r\n* Artifact ID: `?`\r\n* Group ID: `?` \r\n* Gradle: `com.appsee:appsee-android:+`\r\n* Additional links: https://www.appsee.com/docs/android/native\r\n* Notes: Founded 2012, Israel Total Funding Amount 3M$", "creation_date": "2018-03-04", "code_signature": "com.appsee.", "network_signature": "api\\.appsee\\.com", "website": "https://www.appsee.com/", "categories": ["Analytics", "Profiling", "Identification"]}, "127": {"id": 127, "name": "Kochava", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.kochava.base.|com.kochava.android.tracker.|.kochavaccpa.", "network_signature": "control\\.kochava\\.com|kvinit\\-prod\\.api\\.kochava\\.com", "website": "https://www.kochava.com/", "categories": ["Analytics", "Profiling", "Advertisement"]}, "129": {"id": 129, "name": "Webtrends", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.webtrends.mobile.analytics.|com.webtrends.mobile.android", "network_signature": "dc\\.webtrends\\.com|webtrends\\.com", "website": "https://www.webtrends.com/", "categories": ["Analytics"]}, "130": {"id": 130, "name": "New Relic", "description": "* Website: https://www.newrelic.com\r\n* Comment: App usage stats\r\n* Category: Analytics\r\n* Code signature: `com.newrelic.agent`\r\n* Network signature: `nr-data.net|newrelic.com`\r\n* Maven repository: \r\n* Artifact ID: `android-agent`\r\n* Group ID: `com.newrelic.agent.android` \r\n* Gradle: `com.newrelic.agent.android:android-agent` `com.newrelic.agent.android:agent-gradle-plugin`\r\n* Additional links: \r\n* Notes: Requires `android.permission.INTERNET` and `android.permission.ACCESS_NETWORK_STATE`", "creation_date": "2018-03-04", "code_signature": "com.newrelic.agent.", "network_signature": "js-agent\\.newrelic\\.com|mobile-collector\\.newrelic\\.com|newrelic\\.com|nr-data\\.net", "website": "http://www.newrelic.com", "categories": ["Analytics"]}, "131": {"id": 131, "name": "AppAnalytics", "description": "* Website: http://appanalytics.io\r\n* Comment: Real-time mobile app analytics for the entire customer lifecycle with event-based analytics, crash analytics, heat map analytics and gesture recognition!\r\n* Category: [Analytics]\r\n* Additional links: http://appanalytics.io/Support#IntegratingSDK\r\n* Notes: Founded 2015, USA (San Jose) Seed round 300k$ \r\nApp Analytics records all touch events of your users and shows as a heat map. App Analytics allows you to see all specific touches (first touch, second touch, etc.) as a heat map analytics", "creation_date": "2018-03-04", "code_signature": "io.appanalytics.sdk", "network_signature": "", "website": "http://appanalytics.io/", "categories": ["Analytics"]}, "132": {"id": 132, "name": "Applause", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.applause.android.", "network_signature": "", "website": "http://www.applause.com", "categories": ["Crash reporting", "Analytics"]}, "133": {"id": 133, "name": "Quantcast", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.quantcast.measurement.service.", "network_signature": "quantcast\\.com|quantcast\\.net", "website": "http://www.quantcast.com", "categories": ["Analytics", "Profiling"]}, "135": {"id": 135, "name": "Apptimize", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.apptimize.", "network_signature": "brahe\\.apptimize\\.com|md-a-c\\.apptimize\\.com|md-a-s\\.apptimize\\.com", "website": "http://www.apptimize.com", "categories": ["Analytics"]}, "136": {"id": 136, "name": "AppBrain", "description": "* Website: https://www.appbrain.com/info/help/sdk/index.html\r\n* Comment: The AppBrain SDK is present in over 50,000 apps and is downloaded onto millions of phones every day. 2 main services: Promotion: pay-per-install based app promotion to drive installs of your Android app. Monetization: earn money with your app using the interstitials and banners of the AppBrain SDK. \r\n* Category: [Analytics, Advertising]\r\n* Code signature: `com.appbrain`\r\n* Network signature: `?`\r\n* Maven repository: `?`\r\n* Artifact ID: `NA`\r\n* Group ID: `NA`\r\n* Gradle: `com.appbrain:appbrain-sdk:+@aar`\r\n* Additional links: https://github.com/swisscodemonkeys/appbrain-sdk http://www.appbrain.com/ \r\n* Notes: Launched in 2009 by two former Googlers. Suisse (Zurich)\r\nAppBrain is saying to dev that integrate the SDK: *It is your sole responsibility to communicate the privacy implications of your use of the AppBrain SDK to your users.* http://www.appbrain.com/info/help/sdk/policy.html\r\nThe potentially privacy sensitive data that\u2019s collected includes the phone model information, phone identifier (Google Advertiser ID), IP address of the phone, country and carrier of the connected mobile network and of the SIM card, and the AppBrain AppMetric\u2122, a token that conveys information about which categories of apps a user is interested in in a privacy-conserving way. Demographic data (gender, age) is only collected when the developer receives this information and forwards it to the AppBrain SDK. When the app has permission to acquire geographic location, this is collected and deleted at most seven days after collection. IP address and phone identifier for COPPA-enabled apps are also deleted at most 7 days after collection.", "creation_date": "2018-03-04", "code_signature": "com.appbrain.", "network_signature": "sdk\\.appbrain\\.com", "website": "https://www.appbrain.com/info/help/sdk/index.html", "categories": []}, "137": {"id": 137, "name": "Dynatrace", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.dynatrace.android.app|com.dynatrace.agent|com.dynatrace.tools", "network_signature": "\\.dynatrace\\.com", "website": "https://www.dynatrace.com", "categories": ["Analytics"]}, "138": {"id": 138, "name": "Matomo (Piwik)", "description": "* Website: https://matomo.org/mobile\r\n* Comment: Matomo (formerly Piwik) is the leading open-source analytics platform.\r\n* Category: Analytics\r\n* Code signature: `org.piwik|org.piwik.mobile|org.matomo`\r\n* Network signature: `matomo\\.org`\r\n* Maven repository: `NA`\r\n* Gradle: `NA`\r\n* Group ID: `org.piwik` \r\n* Gradle: `NA`\r\n* Additional links: [Piwik SDK on Github](https://github.com/matomo-org/piwik-sdk-android), [Matomo Analytics on Github](https://github.com/matomo-org), [Matomo Documentation](https://developer.matomo.org/integration), [Matomo API Reference](https://developer.matomo.org/api-reference), [Matomo on English Wikipedia](https://en.wikipedia.org/wiki/Matomo_(software)), [Piwik PRO on English Wikipedia](https://en.wikipedia.org/wiki/Piwik_PRO)\r\n* Notes: [Piwik PRO](https://piwik.pro) is an enterprise fork of Piwik with proprietary components.", "creation_date": "2018-03-04", "code_signature": "org.piwik|org.piwik.mobile|org.matomo", "network_signature": "matomo\\.org", "website": "https://matomo.org/mobile", "categories": ["Analytics"]}, "140": {"id": 140, "name": "AppMetrica", "description": "Analytics", "creation_date": "2018-03-04", "code_signature": "com.yandex.metrica.", "network_signature": "analytics\\.mobile\\.yandex\\.net|appmetrica\\.yandex\\.com|banners-slb\\.mobile\\.yandex\\.net|banners\\.mobile\\.yandex\\.net|mc\\.yandex\\.ru|report\\.appmetrica\\.yandex\\.net|startup\\.mobile\\.yandex\\.net", "website": "https://tech.yandex.com/metrica-mobile-sdk/", "categories": []}, "142": {"id": 142, "name": "Singlespot", "description": "Capabilities:\r\n* Targets users via geotargeting\r\n* Tracks users using GPS\r\n* Tracks users using WiFi\r\n* Tracks users using location data\r\n\r\nAdvertising:\r\n* Location-based ad pushing\r\n* Real-world location targeting\r\n* Targeted advertising based on consumer actions\r\n\r\nAnalytic:\r\n* Identifies users via Google ID (AAID)\r\n* Identifies users via iOS ID (IDFA)", "creation_date": "2018-08-16", "code_signature": "com.sptproximitykit.", "network_signature": "singlespot\\.com", "website": "https://www.singlespot.com/", "categories": ["Analytics"]}, "143": {"id": 143, "name": "Sensoro", "description": "*SENSORO is committed to the convergence of the physical and digital world through the application of sensing technologies. SENSORO\u2019s Alpha Product Suite delivers a comprehensive solution for implementing an easily managed and monitored IoT sensor network.*\r\n\r\nCapability:\r\n* Tracks users using bluetooth\r\n* Tracks users using location data", "creation_date": "2018-08-16", "code_signature": "com.sensoro.beacon.kit.|com.sensoro.cloud", "network_signature": "", "website": "https://www.sensoro.com/", "categories": []}, "144": {"id": 144, "name": "Sense360", "description": "*At the core of our research is our sensor-technology which uses the mobile sensors built into smartphones to understand a user\u2019s location and activity. We have trained our algorithms with hundreds of thousands of labeled data points and incorporate data from GPS, accelerometer, gyroscope, barometer, wifi, ambient light, and many other sensors. This provides us with an anonymous, but highly accurate understanding of where, how, and when people interact with physical locations and businesses.\r\nSense360\u2019s sensor-technology is on dozens of apps and more than 2 million devices in the US. Our panel generates more than a terabyte of sensor data every single day and provides a detailed view of more than 150 million anonymous user visits a month.*\r\n\r\nCapability:\r\n* Tracks users using bluetooth", "creation_date": "2018-08-16", "code_signature": "com.sense360.android.", "network_signature": "android-quinoa-config-prod\\.sense360eng\\.com|incoming-data-sense360\\.s3\\.amazonaws\\.com|quinoa-personal-identify-prod\\.sense360eng\\.com", "website": "https://sense360.com/", "categories": ["Analytics", "Location"]}, "145": {"id": 145, "name": "Rubicon Project", "description": "Capability:\r\n* Tracks users using GPS", "creation_date": "2018-08-16", "code_signature": "com.rfm.sdk", "network_signature": "ads\\.rubiconproject\\.com|fastlane\\.rubiconproject\\.com|optimized-by\\.rubiconproject\\.com|pixel\\.rubiconproject\\.com|stats\\.aws\\.rubiconproject\\.com|tap2-cdn\\.rubiconproject\\.com|video-ads\\.rubiconproject\\.com", "website": "https://rubiconproject.com", "categories": ["Analytics"]}, "146": {"id": 146, "name": "ironSource", "description": "*ironSource builds monetization, engagement, analytics and discovery tools for app developers, device manufacturers, mobile carriers and advertisers. We empower content creators across platforms to turn their digital content into viable businesses without having to charge for them. Our technologies make free-to-play and free-to-use possible for the internet community.*", "creation_date": "2018-08-16", "code_signature": "com.ironsource.", "network_signature": "", "website": "https://www.ironsrc.com", "categories": ["Analytics"]}, "147": {"id": 147, "name": "Heyzap (bought by Fyber)", "description": "", "creation_date": "2018-08-16", "code_signature": "com.heyzap.sdk.ads.", "network_signature": "ads\\.heyzap\\.com|fyc\\.heyzap\\.com|img-cloudflare-2\\.haizap\\.com|img-cloudflare\\.haizap\\.com|med\\.heyzap\\.com|x\\.heyzap\\.com", "website": "https://www.heyzap.com", "categories": []}, "148": {"id": 148, "name": "Gigya", "description": "*700 leading companies trust Gigya to turn unknown online visitors into known, loyal customers, with the industry\u2019s number one customer identity management platform.*", "creation_date": "2018-08-16", "code_signature": "com.gigya.", "network_signature": "cdn1\\.gigya\\.com|cdn2\\.gigya\\.com|cdn3\\.gigya\\.com|cdn\\.gigya\\.com|cdns\\.us1\\.gigya\\.com", "website": "https://www.gigya.com", "categories": ["Analytics"]}, "149": {"id": 149, "name": "Foresee", "description": "", "creation_date": "2018-08-16", "code_signature": "com.foresee.sdk.ForeSee", "network_signature": "4seeresults\\.com|analytics\\.foresee\\.com|foresee\\.com|foreseeresults\\.com|i\\.4see\\.mobi|rec\\.replay\\.answerscloud\\.com", "website": "https://www.foresee.com", "categories": ["Analytics"]}, "150": {"id": 150, "name": "Fiksu", "description": "*Fiksu DSP joins a massive, proprietary dataset with powerful segmentation tools to target and retain high-quality mobile audiences*\r\n\r\nAnalytic:\r\n* Audience segmenting", "creation_date": "2018-08-16", "code_signature": "com.fiksu.asotracking", "network_signature": "a\\.fiksu\\.com|sdk\\.fiksu\\.com", "website": "https://fiksu.com", "categories": []}, "151": {"id": 151, "name": "Ensighten", "description": "Analytic:\r\n* Offers analytics activity to app developers\r\n* Offers reports to app developers", "creation_date": "2018-08-16", "code_signature": "com.ensighten.", "network_signature": "nexus\\.ensighten\\.com", "website": "https://www.ensighten.com", "categories": ["Analytics"]}, "152": {"id": 152, "name": "Dynamic Yield", "description": "Capability:\r\n* Targets user location and proximity via geofencing\r\n* Targets users via geotargeting\r\n* Tracks users using GPS\r\n* Tracks users using WiFi\r\n* Tracks users using location data\r\n\r\nAdvertising:\r\n* Alters app functionality based upon user profiles\r\n* Loads advertisements\r\n* Loads targeted advertisements\r\n* Location-based ad pushing\r\n* Real-world location targeting\r\n* Targeted advertising based on consumer actions\r\n* Targets across devices, channels and/or platforms (omni-channel marketing, customer journey)\r\n* Timed advertisements\r\n\r\nAnalytic:\r\n* Analytics AI and machine learning\r\n* Audience segmenting\r\n* Collects Personally Identifiable Information (PII)\r\n* Collects Sensitive Personal Information (SPI)\r\n* Identifies users via Google ID (AAID)\r\n* Identifies users via iOS ID (IDFA)\r\n* Offers analytics activity to app developers\r\n* Offers reports to app developers\r\n* Performs cross-device identification\r\n* Profiles users via Personally Identifiable Information (PII)\r\n* Profiles users via Sensitive Personal Information (SPI)\r\n* Stores personal profile data (name, address, phone)", "creation_date": "2018-08-16", "code_signature": "com.dynamicyield.", "network_signature": "adm\\.dynamicyield\\.com|api\\.dynamicyield\\.com|cdn\\.dynamicyield\\.com|px\\.dynamicyield\\.com|st\\.dynamicyield\\.com", "website": "https://www.dynamicyield.com", "categories": ["Analytics"]}, "153": {"id": 153, "name": "BlueKai (acquired by Oracle)", "description": "", "creation_date": "2018-08-16", "code_signature": "com.bluekai.sdk.", "network_signature": "stags\\.bluekai\\.com|tags\\.bluekai\\.com", "website": "http://bluekai.com/registry/", "categories": ["Analytics"]}, "154": {"id": 154, "name": "BlueConic", "description": "## About\r\n\r\nBlueConic, Inc. is a privately-held e-marketing company that sells targeted advertising through marketing management systems, or CDPs (Customer Data Platforms). The company has 50-100 employees and is headquartered in Boston, MA with a European office in Nijmegen, The Netherlands. [For more information, see OpenCorporates.](https://opencorporates.com/companies/us_ma/001126438)\r\n\r\nBlueConic's customers include the Boston Globe, Hearst Newspapers, Moen, T-Mobile, ING, America's Test Kitchen, and the American Kennel Club. [Source: website](https://www.blueconic.com/about/)\r\n\r\n## Ownership\r\n\r\nBlueConic was founded by Bart Heilbron and Martjin van Berkum in 2010. [Source: website](https://www.blueconic.com/about/)\r\n\r\n## What it does\r\n\r\n* Behavioral Analytics\r\n* Customer Data Platform (CDP) Marketing Management Systems\r\n* Targeted Advertising/Personalization\r\n\r\n## Privacy Policy\r\n\r\n[Policy as of 1/11/2018, last updated 1/11/2017:](https://www.blueconic.com/privacy-policy/)\r\n\r\n* BlueConic's privacy policy applies to both its website and its services platform. It is not clear to what extent end users have rights under the policy separate from clients.\r\n\r\n* Personal data is not defined in the policy. It may be used by third party affiliates in the ordinary course of business, however, \"the use of information collected through BlueConic Services Platform shall be limited to the purpose of providing the service for which the Client has engaged BlueConic.\"\r\n\r\n* Infomation gathered may include \"Internet Protocol (IP) addresses, browser type and language, Internet service provider (ISP), referring and exit pages, operating system, date/time stamp, and other data\", including \"social networking pages.\" \r\n\r\n* BlueConic may \"share or publish aggregate information that doesn\u2019t specifically identify you, such as statistical information about visitors to our Websites or statistical information about how customers use our applications.\"\r\n\r\n* The policy states that BlueConic will \"follow generally accepted standards to protect the personal information submitted to us, both during transmission and once it is received, including requiring our suppliers to meet such standards to protect your personal data from unauthorized access, use, and disclosure. If you have questions about the security of your personal data, you can contact us at info@blueconic.com. \"\r\n\r\n* BlueConic has certified its compliance with the EU-U.S. Privacy Shield Framework and the Swiss-U.S. Privacy Shield Framework.", "creation_date": "2018-08-16", "code_signature": "com.blueconic", "network_signature": "", "website": "https://www.blueconic.com", "categories": ["Analytics"]}, "155": {"id": 155, "name": "Apteligent by VMWare (formerly Crittercism)", "description": "Formerly **Crittercism**\r\n\r\n*Capture real time event data from key user flows in your app: screen load time, network events, crash reports, and more. Track key metrics, improve your app release-over-release, and focus on issues that matter to your users. Leverage billions of data points about the mobile ecosystem to benchmark your app and make data-driven decisions.*", "creation_date": "2018-08-16", "code_signature": "com.crittercism.app.Crittercism", "network_signature": "api\\.crittercism\\.com|appload\\.ingest\\.crittercism\\.com|txn\\.ingest\\.crittercism\\.com", "website": "http://www.apteligent.com", "categories": []}, "156": {"id": 156, "name": "AdFit (Daum)", "description": "", "creation_date": "2018-08-16", "code_signature": "com.kakao.adfit.", "network_signature": "analytics\\.ad\\.daum\\.net|statistics\\.videofarm\\.daum\\.net", "website": "https://www.daum.net", "categories": []}, "157": {"id": 157, "name": "Adform", "description": "", "creation_date": "2018-08-16", "code_signature": "com.adform.sdk.", "network_signature": "adform\\.com|adformdsp\\.net|adx\\.adform\\.net|files\\.adform\\.net|track\\.adform\\.net", "website": "https://site.adform.com", "categories": []}, "158": {"id": 158, "name": "Adfurikun", "description": "", "creation_date": "2018-08-16", "code_signature": "jp.tjkapp.adfurikunsdk.", "network_signature": "adfurikun\\.jp|ginf\\.adfurikun\\.jp", "website": "https://adfurikun.jp/adfurikun/", "categories": []}, "159": {"id": 159, "name": "Mobvista", "description": "Mobvista companies:\r\nNativex\r\nMintegral\r\nGameAnalytics\r\n\r\nMobvista is a leading technology platform providing mobile advertising and mobile analytics services to the app developers globally.\r\nAdvanced real-time data analysis and predictive technology let you target the right users for your products.\r\nLeverage our robust big data and AI capabilities to deliver better engagement.\r\nPowerful audience profiling, optimization and retargeting are combined to amplify your campaigns\u2019 impact and achieve a higher ROI\r\nPowering leading companies in driving more growth through massive coverage of media, innovation ad formats and predictive analytics, all fueled by advanced AI intelligence.", "creation_date": "2019-03-10", "code_signature": "com.mobvista.", "network_signature": "mobvista\\.com", "website": "https://www.mobvista.com/", "categories": ["Analytics", "Profiling"]}, "160": {"id": 160, "name": "Placed", "description": "Placed - The Leader in Offline Attribution\r\nPlaced is trusted by 350+ publishers, networks, and platforms, and 500+ advertisers and agencies to measure advertising's impact on store visits\r\nConsumer Path from TV Screen to Store\r\nPartnering with Inscape and Kantar, Placed closes the loop to store visitation across mobile devices used by 1 in 3 U.S. adults.\r\nPlaced Insights - Analytics for the Real World\r\nOpen-source location analytics platform mapping the real-world relationship between people and places\r\n\r\nBy leveraging one of the world's largest location platforms, billions of directly measured locations, and patent-pending statistical models, Placed is able to turn complex location data into actionable insights for our clients.\r\nPlaced is the leading provider of directly-measured location insights, analyzing billions of locations from its opt-in audience. Accurately measuring location is more than just data volume; it requires models, real-world context, and the ability to observe the complete path of consumer activity.\r\n\r\nBy measuring location continuously, Placed observes when data signals shift from a single point to a cluster of points; identifying a visit has occurred.\r\n\r\nOnce a visit is identified, Placed searches its database of hundreds of millions of business features to determine the likely place of the visit.\r\n\r\nPlaced understands that location accuracy is more than a latitude and longitude. Leveraging the intelligence from Data Clustering and Place Search, the Placed Inference Model applies a statistical probability to each and every visit, bringing the highest level of accuracy to consumer location insights. The Placed Inference Model is continuously trained against millions of first-hand validation points confirmed by panelists in the field.", "creation_date": "2019-03-10", "code_signature": "com.placed.client", "network_signature": "", "website": "http://placed.com/", "categories": []}, "161": {"id": 161, "name": "Adot", "description": "Adot (formerly Adotmob) is a technology company founded in 2014 in Paris that provides agencies and advertisers with powerful insights on their audiences for a more accurate media activation.\r\n\r\nAdot (formerly Adotmob) uses both online and offline data sources.\r\n\r\nThanks to its exclusive partnership with vente-privee, Adot (formerly Adotmob) has access to a pool of exclusive e-commerce data: declared socio-demographic data and e-commerce intent data. Our last online data source arises from our earned bid requests, that allows the company to identify navigation media patterns, in particular through the analysis of keywords based on the visited pages and media interest by topic. Lastly, Adot (formerly Adotmob) owns geolocation data generated through proprietary technology integrated in partners\u2019 mobile apps.", "creation_date": "2019-03-10", "code_signature": "com.adotmob", "network_signature": "sdk\\.adotmob\\.com|sync\\.adotmob\\.com|tracker\\.adotmob\\.com", "website": "https://we-are-adot.com/", "categories": []}, "162": {"id": 162, "name": "Appodeal", "description": "## About\r\nA Full Stack Ad Monetization Platform. Take full control of your monetization strategy with Appodeal\u2019s complete suite of tools.\r\n\r\n## Category\r\nAnalyitics, Location, Advertising, Identity\r\n\r\n## Additional links\r\nhttps://s3.amazonaws.com/appodeal-unity/\r\n\r\n## Notes\r\nAppodeal supports iOS, Android, and Amazon devices. Unity3D and Corona Labs.", "creation_date": "2019-03-10", "code_signature": "com.appodeal.ads.|com.appodealx.", "network_signature": "appodeal\\.com|appodealx\\.com", "website": "https://www.appodeal.com", "categories": []}, "163": {"id": 163, "name": "AppMonet", "description": "AppMonet is a Container technology that enables publishers to have fewer SDKs while maximizing and diversifying their Brand Advertising demand sources. Simply put, almost all of the top 100 brand advertising demand sources work with AppMonet. All of those Video and Display demand sources simply plug into our Container \u2013 No SDKs required", "creation_date": "2019-03-10", "code_signature": "com.monet.", "network_signature": "", "website": "http://appmonet.com", "categories": []}, "164": {"id": 164, "name": "Soomla", "description": "\"Our mission is to help publishers make data-driven decisions for their monetization efforts.\r\n\r\nAt SOOMLA we aim to give mobile app publishers insights into the revenue they are making from advertising. We specifically help track revenue per user, per segment, per cohort and per traffic source. With the help of this data, we want to help facilitate better monetization and marketing decisions for our clients. More often than not, publishers are leaving money on the table. It's time to take control.\"", "creation_date": "2019-03-10", "code_signature": "com.soomla.", "network_signature": "soom\\.la", "website": "https://soomla.com/", "categories": []}, "165": {"id": 165, "name": "Adincube", "description": "AdinCube has been acquired by Ogury.\r\nhttps://www.ogury.com/ogury_resources/ogury-acquires-adincube-faq/\r\n\r\nWhat does Adincube do?\r\n\r\nDespite the abundance of mediation solution options available, mobile publishers still struggle to optimize ad revenue and fill 100% of their inventory. Maximum yield is not being realized, and valuable revenue is being left on the table. Adincube Intelligent Mediation solves this problem.\r\n\r\nThrough one simple integration, Adincube Intelligent Mediation uses artificial intelligence to boost publishers' ad revenue by an average of 218%. The SDK optimizes revenue between all demand sources and buying metrics on the market, ensuring maximum yield from every single impression. Additionally, it gathers publishers\u2019 earnings and pays out immediately.\r\n\r\nHow does Adincube Intelligent Mediation work?\r\n\r\nOne SDK plugs publishers into all demand sources on the market eliminating the need for adapters or manual set up of individual accounts. Adincube Intelligent Mediation technology then analyses every available campaign, ad network, ad exchange, buying metric, and creative format in real-time, at ad request level.", "creation_date": "2019-03-10", "code_signature": "com.adincube.sdk.", "network_signature": "sdk\\.adincube\\.com", "website": "https://www.adincube.com/", "categories": []}, "166": {"id": 166, "name": "Persona.ly", "description": "Persona.ly is a global mobile ad-tech company. We create mobile monetization solutions and acquire engaged users for top grossing app developers. Our team is full of vibrant, proactive and passionate developers and marketers with diverse backgrounds and vast experience in the mobile monetization field, allowing us to overcome almost any challenge and create solutions that exceed our partners' expectations, developers and advertisers alike.\r\n\r\nhttp://knowledge.persona.ly/", "creation_date": "2019-03-10", "code_signature": "ly.persona.sdk", "network_signature": "dev-api\\.persona\\.ly|dev\\.dsp\\.persona\\.ly|dev\\.persona\\.ly|dsp\\.persona\\.ly|persona\\.ly|rtb\\.persona\\.ly|sdk\\.persona\\.ly", "website": "http://persona.ly/", "categories": []}, "167": {"id": 167, "name": "Branch", "description": "View https://branch.io/\r\n\r\n(branch has acquired TUNE)\r\n\r\nSend Local IP, device_fingerprint_id, identity_id, hardware_id, brand, model, screen_dpi, screen_height and other\r\n\r\nIncrease mobile revenue with enterprise-grade links built to acquire, engage, and measure across all devices, channels, and platforms.", "creation_date": "2019-03-10", "code_signature": "io.branch.", "network_signature": "api\\.branch\\.io", "website": "https://branch.io/", "categories": ["Analytics"]}, "168": {"id": 168, "name": "Cheetah Ads", "description": "Cheetah Ads is Cheetah Mobile's self-operated ad platform offering a wide range of ad formats, from high-performing display and native ads, to beautiful, full-screen vertical video. Cheetah Ads offers diverse, global reach with over 600 million users from 200+ countries and regions across Cheetah Mobile's owned and operated inventory, including Clean Master, CM Security, Cheetah Keyboard and LiveMe. Enhanced by Cheetah Mobile's artificial intelligence and big data capabilities, Cheetah Ads helps brands reach the right audience, at the right time, in the right format throughout the entire purchase cycle.", "creation_date": "2019-03-10", "code_signature": "com.cmcm.", "network_signature": "cmcm\\.com", "website": "https://www.cmcm.com/", "categories": []}, "169": {"id": 169, "name": "Vungle", "description": "*Target high-value consumers with our proprietary LTV optimization technology.\r\nGet transparent user acquisition reporting with our third-party UA data integrations.\r\nReach unique consumers globally with our first-party supply in the world's top apps.*\r\n\r\nAdditional links:\r\nhttps://support.vungle.com/hc/en-us\r\nhttps://github.com/Vungle/Android-SDK\r\nhttps://bintray.com/vungle/com.vungle/publisher-sdk-android\r\nhttps://vungle.bintray.com/com.vungle", "creation_date": "2019-03-10", "code_signature": "com.vungle.publisher.|com.vungle.warren.", "network_signature": "ads\\.api\\.vungle\\.com|akamai\\.vungle\\-cdn\\.vungle\\.com|api\\.vungle\\.akadns\\.net|api\\.vungle\\.com|bd\\.vungle\\.com|billboard\\.vungle\\.com|cdn\\-lb\\.vungle\\.com|ci\\.vungle\\.com|data\\.vungle\\.com|ingest\\.vungle\\.com|jaeger\\.vungle\\.com|ltv\\-data\\-api\\.kube\\-prod\\.vungle\\.com|monitoring\\.vungle\\.com|ssl\\.vungle\\.com|v\\.vungle\\.com", "website": "https://vungle.com", "categories": ["Advertisement"]}, "170": {"id": 170, "name": "Criteo", "description": "https://en.wikipedia.org/wiki/Criteo\r\n\r\nCriteo is a personalized retargeting company that works with Internet retailers to serve personalized online display advertisements to consumers who have previously visited the advertiser's website. The company currently operates in a total of 30 markets around the world and is headquartered in Paris, FranceCriteo enables online businesses to follow up visitors who have left their website without making a purchase using personalized banners which aim to drive potential customers back to the business website.", "creation_date": "2019-03-10", "code_signature": "com.criteo.", "network_signature": "criteo\\.com", "website": "https://www.criteo.com/", "categories": []}, "171": {"id": 171, "name": "Mapbox", "description": "*Our tools let developers build a new world powered by location data. Real-time updates. Total customization. Developers first.*\r\n\r\nhttps://docs.mapbox.com/android/maps/overview/\r\nhttps://github.com/mapbox/mapbox-gl-native", "creation_date": "2019-03-10", "code_signature": "com.mapbox.mapboxsdk.|com.mapbox.android.telemetry.", "network_signature": "a\\.tiles\\.mapbox\\.com|api\\.tiles\\.mapbox\\.com", "website": "https://www.mapbox.com/", "categories": []}, "172": {"id": 172, "name": "Optimizely", "description": "Optimizely is the world\u2019s leading experimentation platform, enabling businesses to deliver continuous experimentation and personalization across websites, mobile apps and connected devices. Optimizely enables businesses to experiment deeply into their technology stack and broadly across the entire customer experience.", "creation_date": "2019-03-10", "code_signature": "com.optimizely.", "network_signature": "optimizely\\.com", "website": "https://www.optimizely.com/", "categories": ["Analytics"]}, "173": {"id": 173, "name": "Taboola", "description": "Thousands of leading publishers, marketers, and agencies utilize Taboola\u2019s predictive technology to increase user engagement, monetize their traffic, and distribute their content to engaged audiences across the web. Together, our teams have pioneered a major new marketing channel alongside \u201csearch\u201d and \u201csocial,\u201d proving that \u201cdiscovery\u201d can power successful campaigns for companies of all sizes, throughout the customer journey.\r\n\r\nhttps://sdk.taboola.com/taboolasdk/docs", "creation_date": "2019-03-10", "code_signature": "com.taboola.", "network_signature": "taboola\\.com", "website": "https://www.taboola.com/", "categories": []}, "174": {"id": 174, "name": "CleverTap", "description": "CleverTap brings together real-time user insights, an advanced segmentation engine, and easy-to-use marketing tools in one mobile marketing platform \u2014 giving your team the power to create amazing experiences that deepen customer relationships. \r\nCleverTap enables growth and retention teams to manage and improve the impact of mobile marketing across the entire customer lifecycle. Leverage user data, automation, AI/ML, and personalization techniques in one enterprise platform.\r\n\r\n\"behavioral analytics\"", "creation_date": "2019-03-10", "code_signature": "com.clevertap.", "network_signature": "wzrkt\\.com", "website": "https://clevertap.com/", "categories": ["Analytics", "Profiling", "Location"]}, "175": {"id": 175, "name": "myTracker", "description": "Mobile app marketing platform with predictive analytics.", "creation_date": "2019-03-10", "code_signature": "com.my.tracker.", "network_signature": "tracker-api\\.my\\.com", "website": "https://tracker.my.com/", "categories": []}, "176": {"id": 176, "name": "Cloudmobi", "description": "Cloudmobi provides CloudTech SDK, integrated with Facebook Audience Network and Admob ads resource.\r\n\r\nhttps://github.com/cloudmobi/AndroidSDK/blob/master/AndroidSDK_Integration_Guide.md\r\n\r\nConnections:\r\nhttps://api.cloudmobi.net\r\nhttp://logger.cloudmobi.net", "creation_date": "2019-03-10", "code_signature": "com.cloudtech.", "network_signature": "api\\.cloudmobi\\.net|cloudmobi\\.net|logger\\.cloudmobi\\.net|vast\\.cloudmobi\\.net", "website": "http://www.cloudmobi.net/", "categories": []}, "177": {"id": 177, "name": "ADLIB", "description": "https://developer.adlibr.com/guide/Android", "creation_date": "2019-03-10", "code_signature": "com.mocoplex.adlib.", "network_signature": "adlibr\\.com", "website": "https://adlibr.com", "categories": []}, "178": {"id": 178, "name": "Brightcove", "description": "## About\r\nIdentify your best content and uncover actionable audience behaviors with comprehensive analytics and reporting. Dive into your viewer\u2019s engagement data at an individual level with Brightcove\u2019s advanced profile analytics.\r\n\r\n## Category\r\nAnalytics, Identity, Location\r\n\r\n## Additional links\r\nhttps://www.brightcove.com/en/online-video-platform/analytics https://www.brightcove.com/en/partners?pages=2 https://support.brightcove.com/ https://github.com/BrightcoveOS/android-player-samples\r\n\r\n## Notes\r\nVideo delivery, DRM, Video Streaming, Monetization, partner integration", "creation_date": "2019-03-19", "code_signature": "com.brightcove", "network_signature": "metrics\\.brightcove\\.com", "website": "https://www.brightcove.com", "categories": []}, "179": {"id": 179, "name": "DOV-E", "description": "## About\r\nDOV-E\u2019s patented technology utilizes these speakers and provides secure, quick, easy to use mobile payment and interactive mobile engagement on any platform.\r\n\r\n## Category\r\nBeacon, Advertising\r\n\r\n## Notes\r\nMobile payment methods, advertising cross-device triggers, reference hardware for vendors, browser, iOS", "creation_date": "2019-03-19", "code_signature": "com.dv.", "network_signature": "\\.dov-e\\.com", "website": "https://www.dov-e.com/", "categories": []}, "180": {"id": 180, "name": "InMarket", "description": "## About\r\nInspire shoppers when it matters most - as they enter the store, ready to make purchase decisions. Just as restaurants know to advertise before the lunch rush instead of after, Preceptivity personalizes receptivity for your customer based on unique shopping patterns and how they relate to the product category.\r\n\r\n## Category\r\nLocation, Beacon, Advertising\r\n\r\n## Additional links\r\nhttp://data.altbeacon.org/android-distance.json \r\n\r\n## Notes\r\nintegration with Moat", "creation_date": "2019-03-19", "code_signature": "com.inmarket", "network_signature": "m2m-api\\.inmarket\\.com", "website": "https://inmarket.com/", "categories": []}, "181": {"id": 181, "name": "Pilgrim by Foursquare", "description": "## About\r\nEmbed the most comprehensive location awareness engine into your app to engage users with contextually-relevant and geo-aware content.\r\n\r\n## Category\r\nAdvertising, Location, Identity, Tracking, Beacon\r\n\r\n## Additional links\r\nhttps://github.com/foursquare/pilgrim-unity-sdk https://developer.foursquare.com/docs/pilgrim-sdk/android\r\n\r\n## Notes\r\nFoursquare's location tracker for iOS, Android and Unity3D", "creation_date": "2019-03-19", "code_signature": "com.foursquare.pilgrim|com.foursquare.pilgrimsdk.android", "network_signature": "sdk\\.foursquare\\.com", "website": "https://enterprise.foursquare.com/products/pilgrim", "categories": ["Location"]}, "182": {"id": 182, "name": "OtherLevels", "description": "## About\r\nOtherLevels provides the platform and the knowledge to help you increase conversion and deliver the right content, to the right user, at the right time, on the right channel. Engage and retain your customers better, with relevant, omni-channel campaigns across mobile app, mobile web and desktop.\r\n\r\n## Category\r\nTracking, Location, Messaging, Advertising.\r\n\r\n## Additional links\r\nhttps://www.otherlevels.com/partners/ https://beacons.otherlevels.com/ https://github.com/OtherLevels\r\n\r\n## Notes\r\nrecent promotions of In-Play Messaging Solution for gambling and betting companies.", "creation_date": "2019-03-19", "code_signature": "com.otherlevels.", "network_signature": "api\\.otherlevels\\.com|geodata\\.otherlevels\\.com|mdn\\.otherlevels\\.com|rich\\.otherlevels\\.com|tags\\.otherlevels\\.com|ws\\.otherlevels\\.com", "website": "https://www.otherlevels.com/", "categories": []}, "183": {"id": 183, "name": "PubNative", "description": "Mobile monetization", "creation_date": "2019-03-19", "code_signature": "net.pubnative", "network_signature": "pubnative\\.net", "website": "https://pubnative.net/", "categories": ["Advertisement"]}, "184": {"id": 184, "name": "Appnext", "description": "App marketing and mobile monetization", "creation_date": "2019-03-19", "code_signature": "com.appnext.", "network_signature": "appnext.com", "website": "https://www.appnext.com/", "categories": []}, "185": {"id": 185, "name": "MobFox", "description": "Advertising platform", "creation_date": "2019-03-19", "code_signature": "com.mobfox.|com.adsdk.sdk.", "network_signature": "", "website": "https://www.mobfox.com/", "categories": ["Analytics", "Profiling", "Advertisement"]}, "186": {"id": 186, "name": "ShallWeAD", "description": "Mobile Advertising Platform\r\n\r\nMain Features\r\n- Mobile Ad Server\r\n- In-Application Banner(CPC, CPI, CPA, CPM)\r\n- Mobile App PR(Direct Download)\r\n- iOS & Android(Google Play, T-Store) Promotion", "creation_date": "2019-03-19", "code_signature": "com.jm.co.shallwead.sdk.|com.co.shallwead.sdk.", "network_signature": "", "website": "http://www.shallwead.com", "categories": []}, "187": {"id": 187, "name": "deltaDNA", "description": "Game Analytics and MarketingAt the heart of the deltaDNA offering is the analytics platform, gathering deep and rich data to unlock better player experiences and increase engagement and revenues.\r\n\r\nThe speed and machine-learning power of Vertica enables deltaDNA\u2019s highly accurate LTV and player churn forecasting capability and also drives our predictive segmentation feature-set.\r\n\r\nVertica provides the capability to identify, target and engage with individual players automatically, with personalized interactions, live in-game.", "creation_date": "2019-03-19", "code_signature": "com.deltadna", "network_signature": "deltadna\\.net", "website": "https://deltadna.com/", "categories": ["Analytics"]}, "188": {"id": 188, "name": "Display", "description": "Mobile marketing", "creation_date": "2019-03-19", "code_signature": "io.display.", "network_signature": "display.io", "website": "https://www.display.io/en/", "categories": []}, "189": {"id": 189, "name": "HyprMX", "description": "HyprMX brings brand advertising to mobile apps. Part of Jun Group, an Advantage Solutions company. Founded in 2012, we're headquartered on Fifth Avenue in New York City, with offices in Seattle and San Francisco.\r\n\r\nhttps://documentation.hyprmx.com/", "creation_date": "2019-04-15", "code_signature": "com.hyprmx.android.sdk.", "network_signature": "hyprmx\\.com", "website": "https://www.hyprmx.com", "categories": ["Advertisement"]}, "190": {"id": 190, "name": "Bugly", "description": "Bugly is a software manufacturing company specializing in detecting and tracking bug issues\r\nhttps://www.crunchbase.com/organization/bugly", "creation_date": "2019-04-15", "code_signature": "com.tencent.bugly.", "network_signature": "bugly\\.qq\\.com", "website": "https://bugly.qq.com/v2/", "categories": []}, "191": {"id": 191, "name": "Duapps", "description": "Analysis\r\nApp Monetization", "creation_date": "2019-04-15", "code_signature": "com.duapps.", "network_signature": "duapps\\.com", "website": "http://ad.duapps.com/", "categories": []}, "192": {"id": 192, "name": "Swrve", "description": "Swrve real-time marketing automation increases customer engagement through dynamic campaigns that deliver relevant, personalized messages in micromoments that matter across mobile, email, web, TV and emerging digital channels.", "creation_date": "2019-04-15", "code_signature": "com.swrve.sdk", "network_signature": "api\\.swrve\\.com|content\\.swrve\\.com", "website": "https://www.swrve.com/", "categories": ["Analytics", "Profiling", "Location"]}, "193": {"id": 193, "name": "OneSignal", "description": "Mobile Push Notifications, Web Push, and In-App Messaging", "creation_date": "2019-04-15", "code_signature": "com.onesignal.", "network_signature": "onesignal\\.com", "website": "https://onesignal.com/", "categories": []}, "194": {"id": 194, "name": "Appdynamics", "description": "AppDynamics is a application performance management (APM) company based in San Francisco.\r\nAppDynamics is now a part of Cisco.", "creation_date": "2019-04-15", "code_signature": "com.appdynamics.", "network_signature": "", "website": "https://www.appdynamics.com/", "categories": ["Analytics", "Profiling"]}, "195": {"id": 195, "name": "Startapp", "description": "Data driven mobile media, marketing and monetization.", "creation_date": "2019-04-15", "code_signature": "com.startapp.android.publish|com.startapp.", "network_signature": "c2i\\.startappnetwork\\.com|c2s\\.startappnetwork\\.com|click\\.startappservice\\.com|dts\\.startappservice\\.com|events\\.startappservice\\.com|images\\.startappservice\\.com|imp\\.startappservice\\.com|info\\.static\\.startappservice\\.com|init\\.startappservice\\.com|req\\.startappservice\\.com|soda\\.startappservice\\.com|startappservice\\.com|va\\.origin\\.startappservice\\.com", "website": "https://www.startapp.com", "categories": ["Analytics", "Advertisement"]}, "196": {"id": 196, "name": "AerServ", "description": "Advertisement.\r\nAcquired by InMobi.", "creation_date": "2019-04-15", "code_signature": "com.aerserv.sdk.", "network_signature": "ads\\.aerserv\\.com|debug\\.aerserv\\.com", "website": "https://www.aerserv.com/", "categories": ["Advertisement"]}, "197": {"id": 197, "name": "INFOnline", "description": "INFOnline is the specialist provider of Digital Audience Measurement Services in Germany.", "creation_date": "2019-04-15", "code_signature": "de.infonline.", "network_signature": "de\\.ioam\\.de", "website": "https://www.infonline.de", "categories": []}, "198": {"id": 198, "name": "myTarget", "description": "myTarget is an advertising platform provided by Mail.Ru Group. It includes all the major social networks on the Runet (Russian-speaking Internet) and services that reach more than 140 million people.\r\n\r\n> The myTarget Advertising Network allows developers to monetize their websites and mobile apps using myTarget ads. After you have integrated the myTarget SDK, thousands of myTarget customers will become the target audience for your app or website.", "creation_date": "2019-04-15", "code_signature": "com.my.target.", "network_signature": ".target\\.my\\.com", "website": "https://target.my.com/", "categories": ["Advertisement"]}, "199": {"id": 199, "name": "Tapjoy", "description": "Engagement and monetization for advertisers and app developers.", "creation_date": "2019-04-15", "code_signature": "com.tapjoy.", "network_signature": "tapjoy\\.com|tapjoyads\\.com|www\\.5rocks\\.io", "website": "https://www.tapjoy.com/", "categories": []}, "200": {"id": 200, "name": "Mintegral", "description": "Mintegral is a programmatic advertising platform in the mobile marketing world.", "creation_date": "2019-04-15", "code_signature": "com.mintegral.", "network_signature": "analytics\\.rayjump\\.com|cdn-adn\\.rayjump\\.com|de01\\.rayjump\\.com|de\\.rayjump\\.com|detect\\.rayjump\\.com|fk-mtrack\\.rayjump\\.com|hybird\\.rayjump\\.com|jssdk\\.rayjump\\.com|net\\.rayjump\\.com|online\\.rayjump\\.com|rayjump\\.com|setting\\.rayjump\\.com|sg-mtrack\\.rayjump\\.com|sg01\\.rayjump\\.com|sg\\.rayjump\\.com|tknet\\.rayjump\\.com|us01\\.rayjump\\.com", "website": "https://www.mintegral.com/en/", "categories": ["Analytics", "Advertisement"]}, "201": {"id": 201, "name": "Gimbal", "description": "Advertisement.", "creation_date": "2019-04-15", "code_signature": "com.gimbal.android", "network_signature": "analytics-server\\.gimbal\\.com|api\\.gimbal\\.com|registration\\.gimbal\\.com|sdk-info\\.gimbal\\.com", "website": "https://gimbal.com/", "categories": []}, "202": {"id": 202, "name": "Conviva", "description": "The real-time measurement and intelligence platform for the streaming TV industry.", "creation_date": "2019-04-15", "code_signature": "com.conviva.", "network_signature": "cws\\.conviva\\.com", "website": "https://www.conviva.com/", "categories": []}, "203": {"id": 203, "name": "Auditude", "description": "## About\r\nThe Adobe\u00ae Auditude\u00ae platform is used by companies that want to provide relevant content and advertisements in videos you watch on the web.\r\n\r\nLegacy, superceded by Adobe Primetime\r\n\r\n## Category\r\nAdvertising, Location, Identity, Tracking", "creation_date": "2019-05-02", "code_signature": "com.auditude.ads", "network_signature": "auditude\\.com", "website": "https://www.adobe.com/privacy/policies/auditude.html", "categories": []}, "204": {"id": 204, "name": "Instreamatic (Adman)", "description": "## About\r\nVoice-enabled audio technology is the biggest breakthrough in audio advertising in the last 70 years. Voice-enabled audio ads allow users to interact with ads, literally speaking with the brand\r\n\r\n## Category\r\nAdvertising, Tracking", "creation_date": "2019-05-02", "code_signature": "com.instreamatic", "network_signature": "instreamatic\\.com", "website": "http://instreamatic.com/", "categories": ["Analytics", "Advertisement"]}, "205": {"id": 205, "name": "GameAnalytics", "description": "GameAnalytics is a service that helps game developers learn about their players and improve how their games are monetized\r\n\r\n\"track anything and everything\"", "creation_date": "2019-06-12", "code_signature": "com.gameanalytics.sdk", "network_signature": "", "website": "https://gameanalytics.com/features", "categories": ["Analytics", "Profiling"]}, "206": {"id": 206, "name": "Instabug", "description": "Whenever your app crashes, Instabug reports this with all the stack trace information on all the running threads.", "creation_date": "2019-06-12", "code_signature": "com.instabug.", "network_signature": "", "website": "https://instabug.com/crash-reporting", "categories": ["Crash reporting"]}, "207": {"id": 207, "name": "Bugsnag", "description": "Bugsnag monitors apps for errors that impact customers & reports all diagnostic data.", "creation_date": "2019-06-12", "code_signature": "com.bugsnag.", "network_signature": "", "website": "https://www.bugsnag.com/", "categories": ["Crash reporting"]}, "208": {"id": 208, "name": "Moodmedia", "description": "## About\r\nIn-store Media Solutions to help you connect with your customers, enhance your brand image and grow your business.\r\n\r\n## Category\r\nLocation, Tracking, Advertising, Beacon\r\n\r\n## Additional links\r\nhttps://moodmedia.com.au/\r\n\r\n## Notes\r\n\"Sound masking is specifically engineered to match the frequencies of human speech and sound comfortable to the human ear.\"\r\nbeacon tracking via Presence SDK (com.moodmedia.moodpresence)", "creation_date": "2019-06-20", "code_signature": "com.moodmedia", "network_signature": "moodpresence\\.com", "website": "https://us.moodmedia.com/", "categories": ["Advertisement", "Location"]}, "209": {"id": 209, "name": "Houndify", "description": "## About\r\nIntegrate voice and conversational intelligence into your products through an independent platform that is always learning. Customize, innovate, and differentiate while maintaining your own brand and users.\r\n\r\n## Additional links\r\nhttps://www.soundhound.com/about\r\nhttps://www.midomi.com/\r\nhttps://www.houndify.com/maven/hound/android/\r\n\r\n## Notes\r\nPrivate beta features include: beam forming, echo cancellation, emotion detection, fingerprint identification, automatic language translation, voice biometrics, iris recognition, image recognition, face recognition, and more.\r\nCollective AI TM offers comprehensive knowledge, that is always learning, is crowdsourced to domain experts, and is larger than the sum of its parts \u2014 ensuring that your solutions and smart IoT devices continue to grow smarter into the future.", "creation_date": "2019-06-20", "code_signature": "com.hound", "network_signature": "houndify\\.com", "website": "https://www.houndify.com/", "categories": ["Identification", "Location"]}, "210": {"id": 210, "name": "OpenX", "description": "## About\r\nCreating Quality Programmatic Advertising Markets That Drive Superior Monetization for Publishers & App Developers\r\n\r\n## Additional links\r\nhttps://docs.openx.com/Content/developers/android-sdk/android-sdk.html https://docs.openx.com/Content/developers/containers/prebid-adapter.html https://community.openx.com/s/article/Mobile-SDK-Integration-Instructions\r\n\r\n## Notes\r\nMRAID compliancez", "creation_date": "2019-06-20", "code_signature": "com.openx.view.plugplay|com.openx.android_sdk_openx", "network_signature": "openx\\.com|openx\\.net|openx\\.org|us-ads\\.openx\\.net", "website": "https://www.openx.com/", "categories": ["Analytics", "Advertisement", "Location"]}, "211": {"id": 211, "name": "Taplytics", "description": "## About\r\nTaplytics is an intelligent customer experience cloud specializing in turning first-time users into lifetime customers through magical moments\r\n\r\n## Category\r\nAnalytics, Advertising\r\n\r\n## Additional links\r\nhttps://api.taplytics.com , https://github.com/taplytics , https://js.taplytics.com/jssdk/\r\n\r\n## Notes\r\nMobile, Web, TV and Over The Top devices.", "creation_date": "2019-06-20", "code_signature": "com.taplytics.sdk", "network_signature": "api\\.taplytics\\.com|ping\\.tapylitics\\.com", "website": "https://taplytics.com", "categories": ["Analytics", "Advertisement"]}, "212": {"id": 212, "name": "Yinzcam Sobek", "description": "## About\r\nOur proprietary real-time analytics platform allows administrators to track page-views, dwell-time, social-media shares, push-analytics, and ad clicks, anytime, anywhere. Our analytics platform also helps with segmentation and delivery of content by segment, and the personalization of mobile apps to fans. \r\n\r\n## Category\r\nAnalytics, Location, Beacon, Advertising\r\n\r\n## Additional links\r\nPrivacy policy - http://www.yinzcam.com/?page_id=234 , http://files.yinzcam.com/nathan/csae.js , sobek_base_url: http://172.17.5.204:3002 , http://44.129.0.193:8003/track \r\n\r\n## Notes\r\nPower tracker, System tracker, Telephony tracker, Video tracker, Wifi tracker, video tracking sent to ampr.org held address range", "creation_date": "2019-06-20", "code_signature": "com.yinzcam.sobek", "network_signature": "analytics\\.yinzcam\\.com", "website": "http://www.yinzcam.com/", "categories": ["Analytics", "Advertisement", "Location"]}, "213": {"id": 213, "name": "Ooyala", "description": "Ooyala Flex Media Platform: an open and extensible platform to manage, curate, orchestrate, publish and monetize your content", "creation_date": "2019-07-01", "code_signature": "com.ooyala", "network_signature": "ooyala\\.com", "website": "https://www.ooyala.com/", "categories": ["Advertisement"]}, "214": {"id": 214, "name": "Kiip", "description": "Acquired by NinthDecimal\r\n\r\n*Kiip is an in-app mobile advertising platform that uses moments to create meaningful customer interactions and generate highly targeted, custom audiences.*", "creation_date": "2019-08-20", "code_signature": "me.kiip.sdk", "network_signature": "kiip\\.me", "website": "https://www.ninthdecimal.com/", "categories": ["Advertisement"]}, "215": {"id": 215, "name": "MobPower", "description": "Advertisement", "creation_date": "2019-08-20", "code_signature": "com.mobpower.", "network_signature": "api\\.mobpowertech\\.com|log\\.mobpowertech\\.com|mobpowertech\\.com|scheme\\.mobpowertech\\.com", "website": "https://home.mobpowertech.com/", "categories": ["Advertisement"]}, "216": {"id": 216, "name": "AdBuddiz", "description": "AdBuddiz by Purple Brain\r\n\r\nAdvertisement", "creation_date": "2019-08-20", "code_signature": "com.purplebrain.adbuddiz.sdk.", "network_signature": "sdk\\.adbuddiz\\.com", "website": "http://www.adbuddiz.com/abuse?hl=fr", "categories": ["Advertisement"]}, "218": {"id": 218, "name": "Integral Ad Science", "description": "\"The Integral Ad Science SDK measures ads and addresses issues around fraud, viewability and brand risk. Digital advertising can be an effective way to activate consumer action. But as it\u2019s become increasingly complex, we sometimes forget the most basic marketing principle: your messages need to be viewable to (real) people and in the right environments to make an impact. With this in mind, we\u2019ve developed the most comprehensive brand solutions for you to verify the quality of your media globally \u2014 and optimize your digital ads' effectiveness at every step of a consumer\u2019s journey.\"", "creation_date": "2019-10-26", "code_signature": "com.integralads.avid.library", "network_signature": "adsafeprotected\\.com|iasds01\\.com|integralads\\.com", "website": "https://integralads.com", "categories": []}, "219": {"id": 219, "name": "AltBeacon", "description": "Allows Android devices to use beacons much like iOS devices do. An app can request to get notifications when one or more beacons appear or disappear. An app can also request to get a ranging update from one or more beacons. It also allows Android devices to send beacon transmissions, even in the background.", "creation_date": "2019-10-26", "code_signature": "org.altbeacon.beacon.|com.altbeacon.beacon.", "network_signature": "", "website": "https://altbeacon.org", "categories": []}, "220": {"id": 220, "name": "Salesforce Marketing Cloud", "description": "\"MobilePush allows you to create and send targeted push messages based on cross-channel consumer data to encourage app usage and deliver increased ROI. With MobilePush, you view how users navigate through your app. From the products they view to the amount of time spent on each page, you gain a window into how users interact with your app across their smartphones and tablets. Because MobilePush is built on Marketing Cloud.\"\r\n\r\n\r\nTo target your notifications to the best audience, use data about your users from multiple channels. Easily integrate your push notification campaigns with any email, SMS, or social media campaign. Use MobilePush to do the following:\r\n\r\n Manage segmented audiences of mobile contacts.\r\n Send targeted and personalized push notifications.\r\n Send inbox messages.\r\n Use geofence and beacon messaging for location-based campaigns.\r\n View customer engagement with analytics.\r\n Automate your campaigns with Automation Studio.\r\n Integrate push notifications into customer journeys using Journey Builder.", "creation_date": "2019-10-26", "code_signature": "com.salesforce.marketingcloud", "network_signature": "", "website": "https://www.salesforce.com/products/marketing-cloud/", "categories": []}, "221": {"id": 221, "name": "Mozilla Telemetry", "description": "\"The Telemetry feature provides this capability by sending performance and usage info to Mozilla. As you use Firefox, Telemetry measures and collects non-personal information, such as performance, hardware, usage and customizations. It then sends this information to Mozilla on a daily basis and we use it to improve Firefox. \"", "creation_date": "2019-10-26", "code_signature": "org.mozilla.telemetry|org.mozilla.gecko.telemetry", "network_signature": "", "website": "https://wiki.mozilla.org/Telemetry", "categories": []}, "222": {"id": 222, "name": "nend", "description": "nend is the leading ad network in Japan provides mobile advertising and monetization solutions for advertisers and publishers.", "creation_date": "2019-10-26", "code_signature": "net.nend.android", "network_signature": "", "website": "https://nend.net/en/", "categories": ["Advertisement"]}, "223": {"id": 223, "name": "Pusher", "description": "\"Easily build scalable in-app notifications, realtime graphs, geotracking, multiplayer games, and more in your web and mobile apps with our hosted pub/sub messaging API.\"", "creation_date": "2019-10-26", "code_signature": "com.pusher.client.", "network_signature": "", "website": "https://pusher.com/", "categories": []}, "224": {"id": 224, "name": "FreeWheel", "description": "FreeWheel (a Comcast Company) is an advertising management solution for cross-platform video ads.\r\n\"The most premium TV marketplace for buyers and sellers, FreeWheel combines the targeting and measurement of digital with the scale and quality of linear TV. We use technology, data, and premium inventory to enable buyers and sellers to transact across all screens, data types, and sales channels to achieve one thing:results for marketers.\"", "creation_date": "2019-10-26", "code_signature": "tv.freewheel.ad.", "network_signature": "fwmrm\\.net", "website": "http://freewheel.tv/", "categories": ["Advertisement"]}, "225": {"id": 225, "name": "TNK Factory", "description": "Monetization platform from South Korea", "creation_date": "2019-10-26", "code_signature": "com.tnkfactory.ad", "network_signature": "", "website": "http://www.tnkfactory.com", "categories": ["Advertisement"]}, "226": {"id": 226, "name": "Axonix", "description": "Ad serving and inventory management\r\n\r\nPreviously Mobclix", "creation_date": "2019-10-26", "code_signature": "com.axonix.android.sdk|com.mobclix.android.sdk", "network_signature": "ads\\.mobclix\\.com|axonix\\.com|data\\.mobclix\\.com|mobclix\\.com|s\\.mobclix\\.com", "website": "http://axonix.com/", "categories": []}, "227": {"id": 227, "name": "Gemius HeatMap", "description": "Gemius HeatMap is processing visitor clicks and scrolling into different types of reports.", "creation_date": "2019-10-26", "code_signature": "com.gemius.sdk", "network_signature": "gemius\\.pl", "website": "https://heatmap.gemius.com", "categories": []}, "228": {"id": 228, "name": "YouAppi", "description": "\"YouAppi helps you grow your app\u2019s revenue by retargeting users with the most relevant ads, optimized\r\nfor any life cycle stage\"", "creation_date": "2019-10-26", "code_signature": "com.youappi.sdk.", "network_signature": "", "website": "https://www.youappi.com", "categories": []}, "229": {"id": 229, "name": "Adobe Experience Cloud", "description": "\"A collection of best-in-class solutions for marketing, analytics, advertising, and commerce. All integrated on a cloud platform along with service, support, and an open ecosystem\"", "creation_date": "2019-10-26", "code_signature": "com.adobe.marketing.mobile", "network_signature": "", "website": "https://www.adobe.com/experience-cloud.html", "categories": []}, "230": {"id": 230, "name": "Teads", "description": "Advertisement", "creation_date": "2019-10-26", "code_signature": "tv.teads.|teads.tv.", "network_signature": "teads\\.tv", "website": "https://www.teads.tv", "categories": ["Advertisement"]}, "231": {"id": 231, "name": "In Loco", "description": "Technology company that provides intelligence based on location data.", "creation_date": "2019-10-26", "code_signature": "com.inlocomedia.android", "network_signature": "inlocomedia\\.com", "website": "https://inloco.com.br", "categories": []}, "232": {"id": 232, "name": "IQzone", "description": "Advertisement\r\n\r\nMain features:\r\n- The user opens and experiences the app\r\n- Upon closing, a full screen, rich media, or video ad is displayed\r\n- The user can easily close the ad at anytime", "creation_date": "2019-10-26", "code_signature": "com.iqzone", "network_signature": "", "website": "https://iqzone.com", "categories": ["Advertisement"]}, "233": {"id": 233, "name": "Bugfender", "description": "\"Bugfender is a game-changing platform that logs every detail your users experience and feeds the data straight to an easy-to-use web console. Bugfender keeps logging even if the device is offline, giving you a crystal-clear picture of any issue in seconds.\"", "creation_date": "2019-10-26", "code_signature": "com.bugfender.sdk.", "network_signature": "", "website": "https://bugfender.com/", "categories": ["Crash reporting", "Analytics"]}, "234": {"id": 234, "name": "Wootric", "description": "Customer experience management", "creation_date": "2019-10-26", "code_signature": "com.wootric.androidsdk.", "network_signature": ".wootric\\.com\\.herokudns\\.com|wootric\\.com", "website": "http://wootric.com", "categories": ["Analytics"]}, "235": {"id": 235, "name": "KIDOZ", "description": "Kid-friendly monetization and engagement platform for app developers, publishers and brands.", "creation_date": "2019-10-26", "code_signature": "com.kidoz.sdk", "network_signature": "", "website": "https://kidoz.net/kidoz-sdk/", "categories": ["Advertisement"]}, "236": {"id": 236, "name": "PubMatic", "description": "PubMatic is a company which develops and implements online advertising software and strategies for the publishing industry", "creation_date": "2019-10-26", "code_signature": "com.pubmatic.sdk", "network_signature": "ads\\.pubmatic\\.com|aktrack\\.pubmatic\\.com|gads\\.pubmatic\\.com|image2\\.pubmatic\\.com|simage2\\.pubmatic\\.com", "website": "https://pubmatic.com/", "categories": ["Advertisement"]}, "237": {"id": 237, "name": "Kissmetrics", "description": "Behavioral analytics and email and Facebook targeted campaign automation\r\n\r\nMetrics Dashboard, Funnels, customer journey reporting, cohorts, reporting, behavior and trigger-based notifications.", "creation_date": "2019-11-09", "code_signature": "com.kissmetrics", "network_signature": "", "website": "https://www.kissmetricshq.com/", "categories": ["Analytics"]}, "238": {"id": 238, "name": "Microsoft Visual Studio App Center Crashes", "description": "*Automatically generates a crash log every time your app crashes. The log is first written to the device's storage and when the user starts the app again, the crash log will be sent to App Center.*\r\n\r\nhttps://docs.microsoft.com/en-us/appcenter/sdk/crashes/android", "creation_date": "2019-11-09", "code_signature": "com.microsoft.appcenter.crashes", "network_signature": "", "website": "https://appcenter.ms/", "categories": ["Crash reporting"]}, "239": {"id": 239, "name": "Webtrekk", "description": "Track user activities, screen flow and media usage\r\n\r\n*Webtrekk has fully integrated solutions developed for CMOs, analysts and digital marketers with user-centric analytics, advanced dashboards, marketing automation, customer journey tracking, tag integration and more.\r\nProvide visitors with personalized content and take your customer loyalty to a new level. From Product Recommendations to Exit Messages, keep your customers engaged, longer.*", "creation_date": "2019-11-09", "code_signature": "com.webtrekk.webtrekksdk", "network_signature": "", "website": "https://www.webtrekk.com/", "categories": ["Analytics"]}, "240": {"id": 240, "name": "Google Analytics Plugin (Cordova)", "description": "Cordova (PhoneGap) plugin to connect to the native Google's Universal Analytics SDK\r\n\r\nhttps://github.com/danwilson/google-analytics-plugin", "creation_date": "2019-11-09", "code_signature": "com.danielcwilson.plugins.analytics", "network_signature": "", "website": "https://analytics.withgoogle.com/", "categories": ["Analytics"]}, "241": {"id": 241, "name": "Bugsee", "description": "*See video, network and logs that led to bugs and crashes in live apps.*", "creation_date": "2019-11-09", "code_signature": "com.bugsee.library.Bugsee", "network_signature": "", "website": "https://www.bugsee.com/", "categories": ["Crash reporting"]}, "242": {"id": 242, "name": "Splunk MINT", "description": "*Gives developers a platform for monitoring their apps' usage and performance*\r\n\r\n\"The SDK will collect crash, performance and usage data for your app and send it to our Cloud servers.\r\nGet real-time intelligence\"", "creation_date": "2019-11-09", "code_signature": "com.splunk.mint", "network_signature": "", "website": "https://mint.splunk.com/", "categories": ["Analytics"]}, "243": {"id": 243, "name": "Microsoft Visual Studio App Center Analytics", "description": "*Collects real-time analytics that highlight users\u2019 behavior. It also provides push notifications to mobile devices.*\r\n\r\nDocumentation:\r\n\r\n* https://docs.microsoft.com/en-us/appcenter/sdk/#app-center-analytics\r\n* https://libraries.io/github/microsoft/appcenter-sdk-android", "creation_date": "2019-11-09", "code_signature": "com.microsoft.appcenter.analytics|com.microsoft.azure.mobile.analytics", "network_signature": "", "website": "https://appcenter.ms/", "categories": ["Analytics"]}, "244": {"id": 244, "name": "Nielsen", "description": "*Understand online activities and habits of users*\r\n\r\n\"The Nielsen Changing Consumer Prosperity report reveals consumers\u2019 sentiment toward their financial situations and explores the behavior and impact on spending, and how this has changed over time.\"", "creation_date": "2019-11-09", "code_signature": "com.nielsen.app", "network_signature": "", "website": "https://www.nielsen.com", "categories": ["Analytics"]}, "245": {"id": 245, "name": "Reveal Mobile", "description": "Allows developers to provide targeted & opted-in audiences to their ad network based on opted-in location data. Tracks the user's location, a.o. via iBeacons.", "creation_date": "2019-11-09", "code_signature": "com.stepleaderdigital.reveal", "network_signature": "", "website": "https://revealmobile.com/", "categories": ["Analytics", "Location"]}, "246": {"id": 246, "name": "Metrics", "description": "*A Java library which gives you unparalleled insight into what your code does in production.*", "creation_date": "2019-11-09", "code_signature": "com.codahale.metrics", "network_signature": "", "website": "https://metrics.dropwizard.io", "categories": ["Analytics"]}, "247": {"id": 247, "name": "Repro", "description": "Repro is a mobile analytics tool that lets you have much deeper understanding of mobile app users with play-by-play videos.", "creation_date": "2019-11-09", "code_signature": "io.repro.android.", "network_signature": "", "website": "https://repro.io/", "categories": ["Analytics"]}, "248": {"id": 248, "name": "Sensors Analytics", "description": "*Sensors was founded in 2015 by Sang Wenfeng, former technology manager at Baidu Inc's big data department. It currently provides big data analysis services for over 300 companies, including bike sharing company ofo, Chinese workout mobile app Keep, and video sharing and live streaming app Miaopai.*", "creation_date": "2019-11-09", "code_signature": "com.sensorsdata.analytics.android.sdk", "network_signature": "", "website": "https://www.sensorsdata.cn", "categories": ["Analytics"]}, "249": {"id": 249, "name": "Tenjin", "description": "*A marketing platform designed for mobile that features analytics, automated aggregation, and direct data visualization with direct SQL access.*\r\n\r\nTenjin is a mobile measurement platform that gives you everything you need to test user acquisition for your game and then scale it. Our starter package includes free install attribution, basic ad revenue attribution, free cost aggregation, and starter educational materials.", "creation_date": "2019-11-09", "code_signature": "com.tenjin.android.TenjinSDK", "network_signature": "", "website": "https://www.tenjin.com/", "categories": ["Analytics"]}, "250": {"id": 250, "name": "Tapstream", "description": "Real-time data reporting, Analytics, Deep links, App invites, Campaign landers.", "creation_date": "2019-11-09", "code_signature": "com.tapstream.sdk", "network_signature": "", "website": "https://www.tapstream.com/", "categories": ["Analytics"]}, "251": {"id": 251, "name": "Singular", "description": "Marketing Intelligence Platform\r\n\r\n\"Automatically connect and combine siloed marketing data from thousands of sources with attribution data to get an accurate view on marketing performance down to the user-level.\"", "creation_date": "2019-11-09", "code_signature": "com.singular.sdk", "network_signature": "", "website": "https://singular.net/", "categories": ["Analytics"]}, "252": {"id": 252, "name": "CallDorado", "description": "*CallDorado supplies CallerID and injects ads there. Mediator for Admob, Facebook, Smaato, inMobi, MoPub, Flurry \u2026\r\n\r\nAccording to their \"privacy policy\", collect e.g. IP, DeviceID, IMEI, MAC, CallNumbers (in/out) w/ call statistics, location, contact lists, user interactions with ads. Data is shared with \"sub-suppliers\" (i.e. the other networks mediated for), and possible other \"third parties\" not specified in detail. User implicitly agrees by \"using the Services\".*\r\n\r\nList of used permissions:\r\n- INTERNET\r\n- ACCESS_NETWORK_STATE\r\n- ACCESS_WIFI_STATE\r\n- READ_PHONE_STATE\r\n- ACCESS_COARSE_LOCATION\r\n- ACCESS_FINE_LOCATION\r\n- WRITE_EXTERNAL_STORAGE\r\n- RECEIVE_BOOT_COMPLETED\r\n- READ_CONTACTS\r\n- WRITE_CONTACTS\r\n- PROCESS_OUTGOING_CALLS\r\n- SYSTEM_ALERT_WINDOW", "creation_date": "2019-11-09", "code_signature": "com.calldorado.android", "network_signature": "", "website": "http://calldorado.com", "categories": ["Advertisement"]}, "253": {"id": 253, "name": "UXCam", "description": "\"UXCam captures every micro interaction on your app, allowing you to replay, analyze and optimize the User Experience.\"", "creation_date": "2019-11-09", "code_signature": "com.uxcam.UXCam", "network_signature": "", "website": "https://uxcam.com/", "categories": ["Analytics", "Profiling"]}, "254": {"id": 254, "name": "Upsight", "description": "*A set of libraries which enables the use of the Upsight analytics data platform and marketing tools.*", "creation_date": "2019-11-09", "code_signature": "com.upsight.android", "network_signature": "", "website": "https://www.upsight.com/", "categories": ["Analytics", "Profiling", "Advertisement"]}, "255": {"id": 255, "name": "Appcelerator Analytics", "description": "*Collects and presents information in real time about how your application's user acquisition, engagement, and usage*", "creation_date": "2019-11-09", "code_signature": "com.appcelerator.aps.|org.appcelerator.titanium.analytics", "network_signature": "appcelerator\\.com|appcelerator\\.net", "website": "https://www.appcelerator.com", "categories": ["Analytics"]}, "256": {"id": 256, "name": "Adbrix", "description": "Performance tracking and user analytics\r\n\r\n*\"adbrix enables you to measure ad performance and analyze acquired users as you want. Leverage your data to enhance your media execution and operation.\"*", "creation_date": "2019-11-09", "code_signature": "com.igaworks.adbrix", "network_signature": "ad-brix\\.com", "website": "http://ad-brix.com/", "categories": ["Analytics", "Profiling"]}, "257": {"id": 257, "name": "Cauly", "description": "Korean ad server and ad network that provides developers with services ranging from domestic mobile advertising to a platform fully dedicated to mobile marketing and advertising ecosystem.", "creation_date": "2019-11-09", "code_signature": "com.fsn.cauly|com.trid.tridad|com.cauly.android.ad.", "network_signature": "ad\\.cauly\\.co\\.kr", "website": "https://www.cauly.net", "categories": ["Advertisement"]}, "258": {"id": 258, "name": "Tapdaq", "description": "App Monetisation Platform\r\n\r\n*Tapdaq helps mobile developers to maximize their revenue with unbiased ad mediation, and retain their most valuable users through powerful cross promotion campaigns.*\r\n\r\nTapdaq has been acquired by Tapjoy", "creation_date": "2019-11-09", "code_signature": "com.tapdaq.sdk.|com.tapdaq.adapters.", "network_signature": "ads\\.tapdaq\\.com", "website": "https://www.tapdaq.com/", "categories": ["Advertisement"]}, "259": {"id": 259, "name": "Verve", "description": "Location-powered mobile marketing platform.\r\n\r\n\"Verve Kinetic combines a world of location data signals to capture real information about real people.\"\r\n\r\n\"Verve collects location signals to identify where and how consumers spend their time; the resulting behavioral insights inform 75+ Verve Activate audience segments.\"\r\n\r\n\"Verve Foundry is our in-house creative studio committed to driving positive consumer engagement through non-intrusive ad format innovation dedicated to designing data-driven mobile marketing experiences that transcend the ordinary ad unit.\"\r\n\r\n\"Verve Momentum utilizes control group methodology to analyze campaign performance and deliver an accurate assessment of true lift to inform future strategies.\"", "creation_date": "2019-11-09", "code_signature": "com.vervewireless.advert.", "network_signature": "", "website": "https://www.verve.com", "categories": ["Advertisement"]}, "260": {"id": 260, "name": "Apsalar", "description": "Mobile attribution and user-level audience management\r\n\r\nApsalar merged with Singular.", "creation_date": "2019-11-09", "code_signature": "com.apsalar.sdk.", "network_signature": "e-ssl\\.apsalar\\.com|e\\.apsalar\\.com", "website": "https://singular.net", "categories": ["Analytics", "Profiling", "Advertisement"]}, "261": {"id": 261, "name": "PingStart", "description": "Mobile monetization platform", "creation_date": "2019-11-09", "code_signature": "com.pingstart.adsdk.", "network_signature": "api\\.pingstart\\.com", "website": "http://pingstart.com", "categories": ["Advertisement"]}, "262": {"id": 262, "name": "Keen", "description": "Analytics\r\n\r\n\"Keen is the platform that gives you powerful in-product analytics fast with minimal development time.\"", "creation_date": "2019-11-09", "code_signature": "io.keen.client.", "network_signature": "api\\.keen\\.io", "website": "https://keen.io", "categories": ["Analytics"]}, "263": {"id": 263, "name": "Revmob", "description": "Mobile advertisement.\r\n\r\n*The company doesn't seem active anymore.*", "creation_date": "2020-01-02", "code_signature": "com.revmob.ads.", "network_signature": "", "website": "https://www.crunchbase.com/organization/revmob", "categories": ["Advertisement"]}, "264": {"id": 264, "name": "Emarsys Predict", "description": "Web, email and mobile product recommendations.\r\n\r\nhttps://www.emarsys.com", "creation_date": "2020-01-02", "code_signature": "com.emarsys.predict", "network_signature": "recommender\\.scarabresearch\\.com", "website": "https://help.emarsys.com/hc/categories/115000670425-Predict", "categories": []}, "265": {"id": 265, "name": "Lotame", "description": "*Lotame\u2019s data management platform (DMP) allows you to collect, organize, and activate data from any source in real time to gain a holistic view of your consumers, to power efficient and effective marketing campaigns and more relevant content.*", "creation_date": "2020-01-02", "code_signature": "com.lotame.android", "network_signature": "ad\\.crwdcntrl\\.net", "website": "https://www.lotame.com/", "categories": []}, "266": {"id": 266, "name": "FollowAnalytics", "description": "Mobile Marketing Automation, Engagement and Analytics", "creation_date": "2020-01-02", "code_signature": "com.followanalytics.", "network_signature": "sdk\\.follow-apps\\.com", "website": "https://www.followanalytics.com", "categories": []}, "267": {"id": 267, "name": "Chartbeat", "description": "Analytics", "creation_date": "2020-01-02", "code_signature": "com.chartbeat.androidsdk", "network_signature": ".chartbeat\\.com|.chartbeat\\.net", "website": "https://chartbeat.com/", "categories": ["Analytics"]}, "268": {"id": 268, "name": "MoEngage", "description": "User behavior analysis", "creation_date": "2020-01-02", "code_signature": "com.moengage.", "network_signature": "apiv2\\.moengage\\.com", "website": "https://www.moengage.com/", "categories": ["Analytics"]}, "269": {"id": 269, "name": "Altamob", "description": "Advertisement", "creation_date": "2020-01-02", "code_signature": "com.altamob.sdk", "network_signature": "api\\.altamob\\.com", "website": "https://www.altamob.com/en/index.html", "categories": ["Advertisement"]}, "270": {"id": 270, "name": "Tealeaf", "description": "Acoustic Experience Analytics\r\n\r\nhttps://www.ibm.com/digital-marketing/tealeaf", "creation_date": "2020-02-25", "code_signature": "com.tl.uic.Tealeaf", "network_signature": "", "website": "https://acoustic.co/products/experience-analytics/", "categories": ["Analytics"]}, "271": {"id": 271, "name": "AMoAd", "description": "AMoAd is a smart device sites and application ad platform.\r\n\r\n[Crunchbase](https://www.crunchbase.com/organization/amoad)", "creation_date": "2020-02-25", "code_signature": "com.amoad.", "network_signature": "", "website": "https://www.amoad.com", "categories": []}, "272": {"id": 272, "name": "AdAdapted", "description": "*AdAdapted is a digital engagement and insights platform for CPG brands and agencies. The AdAdapted platform offers CPG brands the ability to directly target their primary consumers in the apps they use to plan and shop.*\r\n\r\n[Documentation](https://dev.adadapted.com/android/quickstart.html)", "creation_date": "2020-02-25", "code_signature": "com.adadapted.android.sdk.", "network_signature": "ads\\.adadapted\\.com", "website": "https://www.adadapted.com", "categories": ["Analytics", "Advertisement"]}, "273": {"id": 273, "name": "AdMuing", "description": "Video advertising", "creation_date": "2020-02-25", "code_signature": "com.admuing.danmaku.", "network_signature": "", "website": "https://github.com/admuing", "categories": ["Advertisement"]}, "274": {"id": 274, "name": "Adcash", "description": "Online advertising platform", "creation_date": "2020-02-25", "code_signature": "com.adcash.mobileads.", "network_signature": "", "website": "https://adcash.com", "categories": ["Advertisement"]}, "275": {"id": 275, "name": "Admixer", "description": "Mobile advertising.", "creation_date": "2020-02-25", "code_signature": "com.admixer|net.admixer.sdk", "network_signature": "admixer\\.co\\.kr", "website": "http://admixer.co.kr/", "categories": ["Advertisement"]}, "276": {"id": 276, "name": "Admost", "description": "Plug & Play Mobile App Monetization Engine", "creation_date": "2020-02-25", "code_signature": "admost.sdk.|admost.adserver.ads.", "network_signature": "cdn\\-api\\.admost\\.com|go\\.admost\\.com|med\\-api\\.admost\\.com", "website": "https://admost.com/", "categories": ["Advertisement"]}, "277": {"id": 277, "name": "Alohalytics", "description": "C++/Android/iOS statistics transport", "creation_date": "2020-02-25", "code_signature": "org.alohalytics.", "network_signature": "", "website": "https://github.com/biodranik/Alohalytics", "categories": ["Analytics"]}, "278": {"id": 278, "name": "Amobee", "description": "Advertisement\r\n\r\nEnd-to-end campaign and portfolio management across TV, digital and social.", "creation_date": "2020-02-25", "code_signature": "com.amobee.", "network_signature": "amobee\\.com", "website": "https://amobee.com", "categories": []}, "279": {"id": 279, "name": "Anagog", "description": "*By gathering and analyzing user behavior collected by the smartphone\u2019s built-in sensors, Anagog\u2019s JedAI edge-AI technology understands the user\u2019s location, activity and more, enabling prediction of future movements, and offering up contextual services that improve the user experience.*\r\n\r\nhttps://github.com/AnagogLtd/android-jedai-sample", "creation_date": "2020-02-25", "code_signature": "com.anagog.jedai", "network_signature": "", "website": "https://anagog.com", "categories": ["Analytics", "Location"]}, "280": {"id": 280, "name": "Bazaarvoice", "description": "*Meet shoppers in all the moments that matter*", "creation_date": "2020-02-25", "code_signature": "com.bazaarvoice.bvandroidsdk", "network_signature": "", "website": "https://www.bazaarvoice.com/", "categories": ["Analytics", "Location"]}, "281": {"id": 281, "name": "BeaconsInSpace (Fysical)", "description": "High Accuracy Place Visit Data", "creation_date": "2020-02-25", "code_signature": "com.beaconsinspace.android.beacon.detector.", "network_signature": "", "website": "https://beaconsinspace.com", "categories": ["Location"]}, "282": {"id": 282, "name": "Conversant", "description": "Personalized Ad Marketing\r\n\r\nIncludes Greystripe, mobile advertising platform acquired by Conversant", "creation_date": "2020-02-25", "code_signature": "com.conversantmedia|com.greystripe.android.", "network_signature": "conversantmedia\\.com", "website": "https://www.conversantmedia.com", "categories": []}, "283": {"id": 283, "name": "Glympse", "description": "Location powered customer experiences\r\n\r\n\"*Glympse offers consumers a quick and simple way to share their location in real-time with the people they trust. Now, Glympse also enables businesses and channel partners to provide the benefits of real-time location sharing to their customers. Change the way your customers interact with your brand with Glympse, the pioneer in location communication.*\"", "creation_date": "2020-02-25", "code_signature": "com.glympse.android.", "network_signature": "\\.glympse\\.com", "website": "https://glympse.com", "categories": ["Location"]}, "284": {"id": 284, "name": "Herow", "description": "Formerly Connecthings\r\n\r\n*A mobile engagement platform built around everyday behaviors*", "creation_date": "2020-02-25", "code_signature": "com.connecthings.herow", "network_signature": "", "website": "https://herow.io/", "categories": ["Analytics", "Profiling", "Location"]}, "285": {"id": 285, "name": "Placer", "description": "* Learn how many visitors by hour, day, and month\r\n* Know where customers are coming from and going to\r\n* Identify customer demographics, interests, and intent\r\n* Discover the most important areas generating true economic activity\r\n* Track customer churn and understand evolving consumer patterns\r\n* Understand how large events will impact business", "creation_date": "2020-02-25", "code_signature": "com.placer.client.Placer", "network_signature": "", "website": "https://placer.io/", "categories": ["Analytics", "Profiling", "Location"]}, "286": {"id": 286, "name": "PushSpring", "description": "Mobile audience platform\r\n\r\n*The SDK program has stopped effective 11/01/2019*", "creation_date": "2020-02-25", "code_signature": "com.pushspring.sdk.PushSpring", "network_signature": "api\\.pushspring\\.com", "website": "http://www.pushspring.com/", "categories": []}, "287": {"id": 287, "name": "Pyze", "description": "Analytics & messaging", "creation_date": "2020-02-25", "code_signature": "com.pyze.", "network_signature": "pyze\\.com", "website": "https://pyze.com/", "categories": ["Analytics"]}, "288": {"id": 288, "name": "Radar", "description": "Location data infrastructure - Geofencing SDK", "creation_date": "2020-02-25", "code_signature": "io.radar.sdk.Radar", "network_signature": "", "website": "https://radar.io/", "categories": []}, "289": {"id": 289, "name": "Roximity", "description": "Location-based alert and deals platform\r\n\r\nAcquired by Verve\r\n\r\n* [Crunchbase](https://www.crunchbase.com/organization/roximity)", "creation_date": "2020-02-25", "code_signature": "com.roximity.sdk.", "network_signature": "app\\.roximity\\.com", "website": "http://roximity.com/", "categories": ["Location"]}, "290": {"id": 290, "name": "Sentiance", "description": "Turning IOT sensor data into behavioral insights", "creation_date": "2020-02-25", "code_signature": "com.sentiance.sdk.", "network_signature": "api\\.sentiance\\.com", "website": "https://www.sentiance.com/", "categories": []}, "291": {"id": 291, "name": "SmartLook", "description": "Analyze user behavior", "creation_date": "2020-02-25", "code_signature": "com.smartlook.sdk.smartlook.", "network_signature": "smartlook\\.com", "website": "https://www.smartlook.com/", "categories": ["Profiling", "Location"]}, "292": {"id": 292, "name": "Square Metrics", "description": "*Track & analyze your assets or customers*\r\n\r\nFormerly Beaconinside Proximity DMP", "creation_date": "2020-02-25", "code_signature": "com.beaconinside.proximitysdk.ProximityService", "network_signature": "api\\.beaconinside\\.com", "website": "https://www.squaremetrics.com", "categories": []}, "293": {"id": 293, "name": "TalkingData", "description": "\"*TalkingData\u2019s advanced data statistics and analytic software have reached nearly 1.5 billion mobile devices in China, providing the most data-rich, reliable and profound market reports from benchmark KPIs, to user behavior studies, to industry movements, trends, and forecasts. Our insightful reports can provide you powerful insights into the Chinese Mobile Internet market.*\"\r\n\r\nAnalytics: collect, process, and analyze first-party data.\r\n\r\n* [Crunchbase](https://www.crunchbase.com/organization/talking-data#section-overview)\r\n* [GitHub](https://github.com/TalkingData)", "creation_date": "2020-02-25", "code_signature": "com.talkingdata.sdk.|com.tendcloud.tenddata.|com.talkingdata.appanalytics.|com.talkingdata.adtracking.|com.tendcloud.appcpa.|com.apptalkingdata.push.|com.gametalkingdata.push.", "network_signature": "account\\.talkingdata\\.com|av1\\.xdrig\\.com|cloud\\.xdrig\\.com|m\\.talkingdata\\.com|push\\.xdrig\\.com", "website": "https://www.talkingdata.com/", "categories": ["Analytics", "Advertisement"]}, "294": {"id": 294, "name": "flymob", "description": "Mobile Ad Agency", "creation_date": "2020-02-25", "code_signature": "com.flymob.sdk.", "network_signature": "", "website": "https://flymob.com/", "categories": []}, "295": {"id": 295, "name": "AdFalcon", "description": "The first mobile advertising network in the middle east\r\n\r\nAdFalcon by Noqoush", "creation_date": "2020-06-08", "code_signature": "com.noqoush.adfalcon.android.sdk", "network_signature": "", "website": "http://adfalcon.com", "categories": ["Advertisement"]}, "296": {"id": 296, "name": "Bitly", "description": "[Android SDK documentation](https://dev.bitly.com/sdk_android.html)", "creation_date": "2020-06-08", "code_signature": "com.bitly.Bitly", "network_signature": "", "website": "https://bitly.com/", "categories": []}, "297": {"id": 297, "name": "Enhance", "description": "*\"Implement and update any mobile SDK in minutes, for free. Get the services you want without touching their SDKs.\"*\r\n\r\nhttps://enhance.co/documentation/native-android/setup", "creation_date": "2020-06-08", "code_signature": "co.enhance.Enhance", "network_signature": "app-config\\.enhance\\.co|data-location\\.enhance\\.co", "website": "https://enhance.co", "categories": []}, "298": {"id": 298, "name": "Esri ArcGIS", "description": "Mapping and location analysis apps on Android devices", "creation_date": "2020-06-08", "code_signature": "com.esri.arcgisruntime.", "network_signature": "", "website": "https://www.arcgis.com/", "categories": ["Location"]}, "299": {"id": 299, "name": "GIPHY Analytics", "description": "**GIPHY is now part of Facebook**\r\n\r\n*GIPHY Analytics helps improve your users\u2019 search results and keeps them coming back for more. GIPHY\u2019s Action Register registers each time a user views, clicks, or sends a GIF or Sticker and plays an important role in helping GIPHY improve your user\u2019s search results.*\r\n\r\nhttps://developers.giphy.com/docs/api/endpoint#action-register", "creation_date": "2020-06-08", "code_signature": "com.giphy.sdk.analytics", "network_signature": "api\\.giphy\\.com|pingback\\.giphy\\.com", "website": "https://giphy.com/", "categories": ["Analytics"]}, "300": {"id": 300, "name": "Heap", "description": "*\"With comprehensive data collection and structured processes, Heap helps Product Managers understand their users, make data-driven decisions, and craft delightful digital experiences.\"*", "creation_date": "2020-06-08", "code_signature": "com.heapanalytics", "network_signature": "heapanalytics.com", "website": "https://heap.io/", "categories": ["Analytics"]}, "301": {"id": 301, "name": "Inneractive", "description": "Ad network with global reach and local targeting\r\n\r\n*Acquired and replaced by Fyber*", "creation_date": "2020-06-08", "code_signature": "com.inneractive.api.ads", "network_signature": "", "website": "https://www.crunchbase.com/organization/inneractive", "categories": ["Advertisement"]}, "302": {"id": 302, "name": "MDOTM", "description": "Mobile ad network comprising of iPhone and Android apps.\r\n\r\n*Discontinued library*", "creation_date": "2020-06-08", "code_signature": "com.mdotm.android", "network_signature": "ads\\.mdotm\\.com", "website": "http://mdotm.com/", "categories": ["Advertisement"]}, "303": {"id": 303, "name": "Metaps", "description": "Ad network with Cost Per Install reward-based ads", "creation_date": "2020-06-08", "code_signature": "com.metaps", "network_signature": "", "website": "http://www.metaps.com", "categories": ["Advertisement"]}, "304": {"id": 304, "name": "Parse.ly", "description": "Content Analytics\r\n\r\n*The Parse.ly Android SDK is a Java library providing Parse.ly tracking functionality to native Android apps.*", "creation_date": "2020-06-08", "code_signature": "com.parsely.parselyandroid", "network_signature": "", "website": "https://www.parse.ly/", "categories": ["Analytics"]}, "305": {"id": 305, "name": "Pollfish", "description": "SDK that distributes surveys to mobile apps according to targeting criteria", "creation_date": "2020-06-08", "code_signature": "com.pollfish", "network_signature": "", "website": "https://www.pollfish.com", "categories": ["Profiling"]}, "306": {"id": 306, "name": "Qualtrics", "description": "Experience Management Platform\r\n\r\nhttps://api.qualtrics.com/docs/getting-started-si-with-android", "creation_date": "2020-06-08", "code_signature": "com.qualtrics.digital.", "network_signature": "qualtrics\\.com", "website": "http://www.qualtrics.com/", "categories": []}, "307": {"id": 307, "name": "Tamoco", "description": "Location SDK\r\n\r\n\"We analyse, segment and categorise the data provided by our customers, clients and partners\"", "creation_date": "2020-06-08", "code_signature": "com.tamoco.sdk", "network_signature": "evt\\.tamoco\\.com", "website": "https://www.tamoco.com/", "categories": ["Analytics", "Location"]}, "308": {"id": 308, "name": "Vpon", "description": "Mobile advertising company in Asia\r\n\r\n\"Vpon provides in-depth data analysis giving insights to partners on user profiles.\"\r\n\"...reach new customers, increase audience engagement and grow business revenue through their audience data.\"\r\n\r\nhttp://www.vpon.com/en-us/developer.html", "creation_date": "2020-06-08", "code_signature": "com.vpon.ads", "network_signature": "", "website": "https://www.vpon.com/", "categories": ["Analytics", "Profiling", "Advertisement"]}, "309": {"id": 309, "name": "YuMe", "description": "Multi-screen video ad-solution\r\n\r\n*Discontinued*", "creation_date": "2020-06-08", "code_signature": "com.yume.android", "network_signature": "", "website": "https://www.appbrain.com/stats/libraries/details/yume/yume", "categories": ["Advertisement"]}, "310": {"id": 310, "name": "Zapr", "description": "## About\r\nUnderstand & Reach your offline audience better with our data driven technology\r\n\r\n## Additional links\r\nhttps://github.com/zapr-oss , https://docs.google.com/document/d/1vKGRFt2YoSmSsVvSvtZL4l72HuYrvayvaZ_ZEAGq1Ms/edit (SDK dev doc) , https://bitbucket.org/zapr/ , https://bintray.com/zapr\r\n\r\n## Notes\r\naka Red Brick Lane Marketing Solutions, aka com.hotstar.datasdk , Audio Content Recognition background record audio for ambient finger printing", "creation_date": "2020-06-08", "code_signature": "com.redbricklane.zapr", "network_signature": ".zapr\\.in", "website": "https://www.zapr.in/", "categories": ["Analytics", "Advertisement", "Location"]}, "311": {"id": 311, "name": "mediba", "description": "mediba, Inc provides advertising, business research, media production, and business development services.", "creation_date": "2020-06-08", "code_signature": "com.mediba.jp|mediba.ad.sdk.android.openx", "network_signature": "", "website": "https://www.mediba.jp", "categories": ["Advertisement"]}, "312": {"id": 312, "name": "Google AdMob", "description": "https://developers.google.com/admob/android/quick-start\r\n\r\nhttps://firebase.google.com/docs/admob/android/quick-start\r\n\r\nIncludes:\r\n\r\n* Google AdMob Mediation\r\n\r\n* Google DoubleClick", "creation_date": "2020-06-24", "code_signature": "com.google.ads.|com.google.android.gms.ads.AdView|com.google.android.gms.ads.AdActivity|com.google.android.gms.ads.AdRequest|com.google.android.gms.ads.mediation|com.google.android.gms.ads.doubleclick|com.google.android.ads.|com.google.unity.ads.", "network_signature": "2mdn\\.net|\\.google\\.com|dmtry\\.com|doubleclick\\.com|doubleclick\\.net|mng-ads\\.com", "website": "https://admob.google.com", "categories": ["Advertisement"]}, "313": {"id": 313, "name": "Unacast Pure", "description": "Human mobility insights\r\n\r\nWith the default configuration, the SDK will collect information about nearby wifis, geo location and BLE devices (iBeacon, Eddystone and RawBle). These data comes with information about the device, battery levels, etc.\r\n\r\n*Understanding how people move around the planet leads to better products and stronger business decisions. We combine location data, map data, and strategic intelligence to provide clients with the best possible picture of real-world human activity.*\r\n\r\n*High-quality location data from more than 127 million monthly active users and counting.*", "creation_date": "2020-07-13", "code_signature": "com.pure.internal.|com.pure.sdk.", "network_signature": "", "website": "https://www.unacast.com/", "categories": ["Location"]}, "314": {"id": 314, "name": "Factual", "description": "The Factual Location Engine SDK enables mobile marketers and app developers to easily build location intelligence into apps to better understand customer behavior and build personalized experiences that drive user engagement\r\n\r\nThe SDK requires ACCESS_FINE_LOCATION and INTERNET permissions.\r\n\r\nhttps://developer.factual.com/docs/engine-sdk-android-guide", "creation_date": "2020-09-19", "code_signature": "com.factual.engine|com.factual.Factual", "network_signature": "api.factual.com", "website": "https://www.factual.com", "categories": []}, "315": {"id": 315, "name": "Footmarks", "description": "Footmarks helps the worlds largest CPG brands gain unprecedented visibility into their retail execution and compliance rates. From facilities and warehouses all the way to the retail floor, Footmarks provides actionable data to increase execution rates, increase sales, and reduce waste.", "creation_date": "2020-09-19", "code_signature": "com.footmarks.footmarkssdkm2", "network_signature": "", "website": "https://www.footmarks.com", "categories": ["Location"]}, "316": {"id": 316, "name": "OzTAM", "description": "OzTAM is the official source of television audience measurement (TAM) covering Australia\u2019s five mainland metropolitan markets and nationally for subscription television.", "creation_date": "2020-09-19", "code_signature": "au.com.oztam.", "network_signature": "deliver.oztam.com.au", "website": "https://oztam.com.au/", "categories": ["Analytics"]}, "317": {"id": 317, "name": "Receptiv (formerly Mediabrix)", "description": "Mediabrix, rebranded as Receptiv, acquired by Verve\r\n\r\nIn-app mobile video advertisement platform", "creation_date": "2020-09-19", "code_signature": "com.mediabrix.android", "network_signature": "", "website": "https://www.receptiv.com/", "categories": ["Advertisement"]}, "318": {"id": 318, "name": "Tutela", "description": "Measuring real-world mobile network experience", "creation_date": "2020-09-19", "code_signature": "com.tutelatechnologies.sdk", "network_signature": "", "website": "https://www.tutela.com/", "categories": []}, "319": {"id": 319, "name": "Twine Data", "description": "Twine Is Now TrueData\r\n\r\nTrueData is a mobile data platform that works with app publishers who generate mobile data & the companies who need data for ad targeting", "creation_date": "2020-09-19", "code_signature": "com.twine.sdk", "network_signature": "", "website": "https://www.truedata.co/", "categories": []}, "320": {"id": 320, "name": "Verizon Ads", "description": "The Verizon Ads SDK provides functionality to help monetize your Android or iOS app through in-app advertising.\r\n\r\nhttps://sdk.verizonmedia.com/", "creation_date": "2020-09-19", "code_signature": "com.verizon.ads", "network_signature": "", "website": "https://www.verizonmedia.com/", "categories": ["Analytics", "Profiling", "Identification", "Advertisement", "Location"]}, "321": {"id": 321, "name": "adPOPcorn", "description": "The Largest Mobile Ad Network of Korea adPOPcorn", "creation_date": "2020-09-19", "code_signature": "com.igaworks.adpopcorn", "network_signature": "", "website": "https://adpopcorn.com/", "categories": []}, "322": {"id": 322, "name": "maio by i-mobile", "description": "The largest advertising network in Japan\r\n\r\nhttps://github.com/imobile-maio/maio-Android-SDK", "creation_date": "2020-09-19", "code_signature": "jp.maio.sdk.android.", "network_signature": "", "website": "https://adpf-info.i-mobile.co.jp/en/", "categories": []}, "323": {"id": 323, "name": "360Dialog", "description": "## Unified Messaging API & Marketing Automation\r\n\r\n*Using this SDK you can also send messages to and track Androids.*\r\n\r\nhttps://developers.360dialog.io/mobile/android/sdk_setup.html?android", "creation_date": "2020-09-19", "code_signature": "com.threesixtydialog.sdk.", "network_signature": "", "website": "https://www.360dialog.com", "categories": ["Analytics", "Profiling", "Identification", "Advertisement", "Location"]}, "324": {"id": 324, "name": "ABTasty", "description": "*You can use this library to access AB Tasty endpoints, which can generate a unique visitor ID, allocate a visitor to a test, and push visits and conversions events in order to help you analyze the outcomes of your campaigns.*\r\n\r\nhttps://developers.abtasty.com/android-sdk.html", "creation_date": "2020-09-19", "code_signature": "com.abtasty", "network_signature": "abtasty\\.com", "website": "https://www.abtasty.com", "categories": ["Analytics"]}, "325": {"id": 325, "name": "ACRCloud", "description": "## Audio recognition platform\r\n\r\n*We provide a full suite of API & SDK to enable robust, scalable and flexible integrations. You can not only use SDK & API to receive recognition results, but also control everything on the platform via RESTful API.*\r\n\r\n* Music Recognition\r\n* Broadcast Monitoring\r\n* Live Channel Detection\r\n* Detecting Live Channels And Time-Shifting Channels In Scale\r\n* Second Screen Synchronization\r\n* Detecting Pre-Recorded Content In Scale And Interacting With Selected Television Broadcasts\r\n* Copyright Compliance\r\n* Protecting Music Copyright\r\n* Data deduplication\r\n* Audience Measurement\r\n* Humming Recognition-Find Out The Title Of A Song Simply By Humming The Tune Into Your Device \r\n* Offline Recognition-Detecting Custom Content On Devices Without Network Connection", "creation_date": "2020-09-19", "code_signature": "com.acrcloud", "network_signature": "acrcloud.com|hb-minify-juc1ugur1qwqqqo4.stackpathdns.com", "website": "https://acrcloud.com/", "categories": ["Analytics"]}, "326": {"id": 326, "name": "Aarki", "description": "Integrated Mobile Marketing", "creation_date": "2020-09-19", "code_signature": "com.aarki", "network_signature": "", "website": "https://www.aarki.com", "categories": ["Analytics", "Profiling", "Identification", "Advertisement"]}, "327": {"id": 327, "name": "Actv8me", "description": "## About\r\nDrive user engagement and inspire transactions. A turnkey platform that connects media with mobile commerce.\r\n\r\n## Additional links\r\n* https://api-production-v4.actv8technologies.com\r\n* http://sonar.actv8technologies.com/fdb/\r\n\r\n## Notes\r\nRelies on Cifrasoft, maven repository may be outdated", "creation_date": "2020-09-19", "code_signature": "me.actv8", "network_signature": "actv8technologies\\.com", "website": "https://www.actv8me.com/", "categories": ["Profiling", "Identification", "Advertisement", "Location"]}, "328": {"id": 328, "name": "IAB Open Measurement", "description": "## IAB Open Measurement SDK (OM SDK)\r\n\r\nhttps://iabtechlab.com/standards/open-measurement-sdk/\r\n\r\nAd viewability is often measured by vendors or systems that are independent of the systems that serve and display ads. Access to the data that these measurement providers need could mean having code for multiple providers on one site or app. IAB\u2019s Open Measurement project was initiated to develop a scalable solution that minimizes code used to provide data to measurement providers.\r\n\r\nThe IAB Open Measurement SDK (OM SDK) offers common code and libraries for facilitating third-party access to measurement data. Sites and apps that integrate the OM SDK can send measurement signals to an API, the Open Measurement Interface Definition (OMID). Measurement providers can place tags that collect these signals.\r\n\r\nWhile Open Measurement relies on the OM SDK and OMID during operation, IAB Tech Lab offers several resources to encourage adoption across the industry.", "creation_date": "2020-09-19", "code_signature": "com.iab.omid.library", "network_signature": "", "website": "https://iabtechlab.com/", "categories": ["Identification", "Advertisement"]}, "333": {"id": 333, "name": "Huawei Mobile Services (HMS) Core", "description": "HMS Core is a collection of tools made for Huawei\u2019s partners and app developers. It includes Ads Kit, Analytics Kit, Location Kit, and more.\r\n\r\nhttps://www.huaweicentral.com/hms-core/", "creation_date": "2020-11-25", "code_signature": "com.huawei.hms.analytics|com.huawei.hms.location|com.huawei.hms.plugin.analytics|com.huawei.hms.plugin.ads", "network_signature": "", "website": "https://developer.huawei.com/consumer/en/hms", "categories": ["Analytics", "Advertisement", "Location"]}, "334": {"id": 334, "name": "Akamai MAP", "description": "Akamai Mobile Application Performance\r\n\r\nhttps://developer.akamai.com/tools/sdk/mobile-application-performance", "creation_date": "2020-11-27", "code_signature": "com.akamai.android.sdk.AkaMap", "network_signature": "", "website": "https://www.akamai.com/", "categories": ["Analytics"]}, "336": {"id": 336, "name": "Mail.ru", "description": "", "creation_date": "2020-11-27", "code_signature": "ru.mail.mrgservice.advertising|ru.mail.mrgservice.analytics", "network_signature": "", "website": "http://mail.ru", "categories": []}, "337": {"id": 337, "name": "Airpush", "description": "Mobile App Monetization\r\n\r\nRequired permissions:\r\n* android.permission.\r\n* android.permission.ACCESS_NETWORK_STATE \r\n\r\nOptional permissions:\r\n* android.permission.ACCESS_COARSE_LOCATION\r\n* android.permission.ACCESS_FINE_LOCATION\r\n* com.android.launcher.permission.INSTALL_SHORTCUT", "creation_date": "2020-12-13", "code_signature": "com.airpush.", "network_signature": "api\\.airpush\\.com|apidm\\.airpush\\.com|apistaging\\.airpush\\.com|apportal\\.airpush\\.com|appwall\\.api\\.airpush\\.com|beta\\.airpush\\.com|cdnap\\.airpush\\.com|m\\.airpush\\.com", "website": "https://airpush.com/", "categories": ["Advertisement"]}, "338": {"id": 338, "name": "Alimama (formerly AdsMogo)", "description": "AdsMOGO is the largest Mobile SSP and Ad Exchange in China, which was acquired in January 2015, by Alibaba. It is now called Alimama. Also called AFP \"Alimama for Publishers\".", "creation_date": "2020-12-13", "code_signature": "com.adsmogo.|com.alimama.", "network_signature": "\\.alimama\\.|\\.adsmogo\\.", "website": "https://www.alimama.com/", "categories": ["Advertisement"]}, "339": {"id": 339, "name": "AnySDK", "description": "AnySDK is a third party solution that offers game developers SDK integration", "creation_date": "2020-12-13", "code_signature": "com.anysdk.framework.AnalyticsWrapper|com.anysdk.framework.AdsWrapper", "network_signature": "", "website": "http://www.anysdk.com/", "categories": ["Analytics", "Advertisement"]}, "340": {"id": 340, "name": "Button", "description": "Mobile commerce platform\r\n\r\n*Each Button is a one-tap mobile commerce action that helps the mobile consumer buy when their interest is highest.*\r\n\r\nhttps://developer.usebutton.com/docs/android-application-tap-integration", "creation_date": "2020-12-13", "code_signature": "com.usebutton.sdk.", "network_signature": "\\.usebutton.com", "website": "https://www.usebutton.com", "categories": ["Analytics", "Profiling", "Identification"]}, "341": {"id": 341, "name": "Carto (formerly Nutiteq)", "description": "Spatial analysis doesn't have to be rocket science\r\n\r\nWhether it's optimizing billboard sites, balancing sales territories or designing supply chains - understanding & analyzing spatial data is critical to the future of your business. CARTO's Location Intelligence platform allows organizations to store, enrich, analyze & visualize their data to make spatially-aware decisions.", "creation_date": "2020-12-13", "code_signature": "com.nutiteq|com.carto", "network_signature": "", "website": "https://carto.com", "categories": ["Advertisement", "Location"]}, "342": {"id": 342, "name": "Didomi", "description": "Privacy and consent management platform\r\n\r\n[SDK documentation](https://developers.didomi.io/cmp/mobile-sdk/android)", "creation_date": "2020-12-13", "code_signature": "io.didomi.sdk.Didomi", "network_signature": "", "website": "https://www.didomi.io/", "categories": []}, "343": {"id": 343, "name": "JiGuang Aurora Mobile JPush", "description": "https://blog.appcensus.io/2020/09/15/report-aurora-mobiles-jpush-sdk/\r\n\r\nFounded in 2011, Aurora Mobile is a leading mobile big data solutions platform in China, pioneered in providing mobile developer services such as push notification, instant messaging, analytics, sharing and short message service (SMS). Aurora Mobile has accumulated data from approximately 1.39 million mobile applications that have utilized the Company\u2019s developer services and nearly 30.8 billion installations of the Company\u2019s software development kits (SDKs), with monthly active unique device base of nearly 1.34 billion, as of September 2019. Based on Aurora Mobile\u2019s vast data coverage and insights garnered, the Company has expanded its offerings into big data solutions, including targeted marketing, financial risk management, market intelligence and location-based intelligence. By utilizing artificial intelligence and machine learning, Aurora Mobile strives to help improve productivity for businesses and society through harnessing the power of mobile big data to derive actionable insights and knowledge.", "creation_date": "2020-12-13", "code_signature": "cn.jpush.android", "network_signature": ".*\\.jiguang\\.cn", "website": "https://ir.jiguang.cn/corporate-profile", "categories": ["Analytics"]}, "344": {"id": 344, "name": "Jumio", "description": "At Jumio, we use informed AI to get to the ground truth of customer identity, quickly and easily. With Jumio, you can onboard, convert and authenticate good customers faster and keep fraud from poisoning your online channel.\r\n\r\nEmploy Jumio\u2019s informed AI to automate the online identity verification process and deliver the industry\u2019s highest accuracy rates. Get definitive answers in mere seconds while removing the obstacles that stand between good customers and your business.\r\n\r\nVerify the digital identities of your customers \u2014 anytime, anywhere \u2014 with the device that\u2019s always with them \u2014 their smartphones. After your user snaps a picture of their ID, they just need to take a corroborating selfie and in seconds, their online identities are reliably verified.\r\n\r\nVerify more than 3,500 government-issued ID types from over 200 countries and territories. And enable verifications across channels with mobile SDK, webcam, API or mobile web implementation options.\r\n\r\nCut the number of steps and time it takes to onboard new customers, delivering a more intuitive user journey. When environmental factors, such as glare, blur or bad lighting, prevent a successful online verification, let users course correct in real-time by providing specific reason codes for initial failure.\r\n\r\n\r\nLiveness Detection, Optical Character Recognition, Face-based Biometrics", "creation_date": "2020-12-13", "code_signature": "com.jumio.MobileSDK", "network_signature": "mobile-sdk-resources.jumio.com|nv-sdk.jumio.com", "website": "https://www.jumio.com/", "categories": ["Identification"]}, "345": {"id": 345, "name": "Lenddo", "description": "## About\r\nSee how Lenddo uses non-traditional data to provide credit scoring and verification to economically empower the emerging middle class around the world. We reinvent the consumer finance with life-changing services and give companies the ability to create positive social impact.\r\n\r\n## Additional links\r\nhttps://github.com/Lenddo/android-lenddo \r\n\r\n## Notes\r\nincludes SDK com.androidhiddencamera , PSYCHOMETRICS_SERVICE_SELFIES , identification INDIA INDONESIA PHILLIPINES", "creation_date": "2020-12-13", "code_signature": "com.lenddo.mobile", "network_signature": "\\.partner-service\\.link", "website": "https://www.lenddo.com/", "categories": ["Analytics", "Identification", "Location"]}, "346": {"id": 346, "name": "POKKT", "description": "POKKT brings a wide array of offerings in the advertising and monetization space\r\n\r\nDocumentation:\r\n* https://wiki.pokkt.com/Native_SDK_Download\r\n* https://wiki.pokkt.com/Native_Android", "creation_date": "2020-12-13", "code_signature": "com.pokkt.sdk.", "network_signature": "", "website": "https://www.pokkt.com", "categories": ["Advertisement"]}, "347": {"id": 347, "name": "Prebid Mobile", "description": "Native iOS and Android solutions to enable header bidding within a mobile app.\r\n\r\nHeader bidding is a response to the \u201cwaterfall\u201d method, a fragmented and highly inefficient process for implementing programmatic advertising. Instead of offering impressions to one partner at a time, header bidding lets all partners bid simultaneously. With header bidding, publishers can also receive bids that may be unavailable through their primary ad server.", "creation_date": "2020-12-13", "code_signature": "org.prebid.mobile", "network_signature": ".prebid.org", "website": "https://prebid.org", "categories": ["Advertisement"]}, "348": {"id": 348, "name": "SK planet Tad", "description": "*SK planet provides differentiated customer values with our concentrated data and solution expertise.*\r\n\r\n*We strive to be Korea\u2019s top data & tech company with our customer and market insight, technology and service innovation, and forward-thinking challenging spirit.*", "creation_date": "2020-12-13", "code_signature": "com.skplanet.tad", "network_signature": "", "website": "https://www.skplanet.com/eng", "categories": ["Advertisement"]}, "349": {"id": 349, "name": "Split", "description": "Rigorous, data-driven experiments\r\n\r\n*Extend feature flags to learn from every idea you develop. Don\u2019t just correlate data; determine the statistically significant cause across dozens or hundreds of concurrent experiments. Split offers a full-stack experimentation platform that ingests business and product analytics data to determine the impact of every feature.*", "creation_date": "2020-12-13", "code_signature": "io.split.android.", "network_signature": "event.split.io|sdk.split.io", "website": "https://www.split.io/", "categories": ["Analytics"]}, "350": {"id": 350, "name": "Exponea", "description": "Formerly Infinario\r\n\r\nExponea does customer data collection, customer-centric analytics and segmentation using artificial intelligence.", "creation_date": "2021-01-24", "code_signature": "com.infinario.android.infinariosdk.", "network_signature": "api.infinario.com|sygic-api.infinario.com", "website": "https://exponea.com", "categories": ["Analytics"]}, "351": {"id": 351, "name": "IPQualityScore", "description": "Detect fraudulent or risky behaviors.", "creation_date": "2021-01-24", "code_signature": "com.ipqualityscore.", "network_signature": "ipqualityscore\\.com", "website": "https://www.ipqualityscore.com", "categories": ["Profiling", "Location"]}, "352": {"id": 352, "name": "Opensignal", "description": "Mobile Analytics & Insights\r\n\r\n\"At Opensignal, we collect and analyze billions of mobile network experience measurements and use this data to publish independent reports and insights on the real-world mobile network experience of everyday users worldwide.\"", "creation_date": "2021-01-24", "code_signature": "com.opensignal.datacollection.OpenSignalNdcSdk", "network_signature": "", "website": "https://www.opensignal.com", "categories": ["Analytics", "Location"]}, "353": {"id": 353, "name": "SignalFrame", "description": "SignalFrame (previously Wireless Registry)\r\n\r\nWireless Registry --> SignalGraph --> SignalFrame\r\n\r\nWireless connectivity blankets the world. SignalFrame harnesses billions of detectable WiFi and Bluetooth signals to reveal the world through signals. Our SignalGraph\u2122 platform enables a new generation of proximity services, and delivers unprecedented brand and product market intelligence.\r\n\r\nPowered by the SignalGraph\u2122 \u2014 a purpose-built streaming data and analytics platform that applies machine learning over graph structures to reveal relationships in space and time within massive datasets.\r\n\r\nDocumentation: https://signalframe.com/privacy-policy.html", "creation_date": "2021-01-24", "code_signature": "com.wirelessregistry.observersdk.", "network_signature": "", "website": "https://signalframe.com/", "categories": ["Location"]}, "354": {"id": 354, "name": "X-Mode", "description": "EasyOpt, Picket, The Visualizer App\r\n\r\nFrom their description of EasyOpt: \"helps users to easily opt-out of location data sharing.\"\r\n\r\nFrom their privacy policy, they collect:\r\n\r\n* \"Precise location data\" and \"relative location data\"\r\n\r\n* \"Advertising IDs, or Unique Device Identifiers for Advertising (Android ID or iOS IDFA)\"\r\n\r\n* \"Time and Date Information\"\r\n\r\n* \"Event information about your Device...\"\r\n\r\nDocumentation (privacy policy): https://xmode.io/xmode-privacy-policy-2/#section-2", "creation_date": "2021-01-24", "code_signature": "io.xmode.BcnConfig|io.xmode.locationsdk|io.mysdk.", "network_signature": "api\\.myendpoint\\.io|bin5y4muil\\.execute-api\\.us-east-1\\.amazonaws\\.com|api\\.smartechmetrics\\.com", "website": "https://xmode.io/", "categories": ["Analytics", "Location"]}, "355": {"id": 355, "name": "OneAudience", "description": "\"oneAudience eliminates uncertainty by sourcing real, verified users with our deterministic device ID methods to offer advertisers a fraud-free and personalized way to target mobile users across all devices.\"\r\n\r\n\"oneAudience said it shut down its SDK last Nov. 25\"\r\n\r\nhttp://www.oneaudience.com/privacy-statement-11-25-2019/\r\n\r\n* https://www.adweek.com/digital/facebook-sues-oneaudience-for-improperly-accessing-and-collecting-user-data/\r\n* https://www.zdnet.com/article/facebook-sues-sdk-maker-for-secretly-harvesting-user-data/", "creation_date": "2021-02-14", "code_signature": "com.oneaudience.sdk.", "network_signature": "", "website": "http://www.oneaudience.com/", "categories": ["Analytics", "Profiling"]}, "356": {"id": 356, "name": "OpenBack", "description": "Deliverability & Mobile Engagement Optimisation\r\n\r\nhttps://docs.openback.com", "creation_date": "2021-02-14", "code_signature": "com.openback", "network_signature": "", "website": "https://www.openback.com", "categories": []}, "357": {"id": 357, "name": "PredicIO", "description": "Business Intelligence Data Solutions\r\n\r\nEnhanced understanding of consumer behavior", "creation_date": "2021-02-14", "code_signature": "com.telescope.android", "network_signature": "sdk\\.predic\\.io", "website": "https://www.predic.io/", "categories": ["Identification", "Location"]}, "358": {"id": 358, "name": "AdLocus", "description": "Location-based ads connects you with your audience at the right time at the right place. Target the right users to drive interaction and make influences.", "creation_date": "2021-02-28", "code_signature": "com.adlocus.", "network_signature": "", "website": "https://adlocus.com", "categories": ["Profiling", "Identification", "Advertisement", "Location"]}, "359": {"id": 359, "name": "Adcenix", "description": "http://adcenix.com/application/android", "creation_date": "2021-02-28", "code_signature": "com.adcenix.", "network_signature": "", "website": "http://adcenix.com", "categories": ["Advertisement"]}, "360": {"id": 360, "name": "Admitad", "description": "Admitad helps advertisers and publishers develop their online business around the world.\r\n\r\nHow affiliate marketing works\r\n\r\nYou choose publishers with suitable traffic and give them special affiliate links. They advertise your products and services and lead customers to you through those links. If a customer makes an order, you pay the publisher a commission. Only completed orders are taken into account: if the customer doesn\u2019t buy a product or returns it, you pay nothing.", "creation_date": "2021-02-28", "code_signature": "ru.tachos.admitadstatisticsdk", "network_signature": ".*\\.admitad.com", "website": "https://www.admitad.com", "categories": ["Advertisement"]}, "361": {"id": 361, "name": "AutoNavi / Amap", "description": "AutoNavi Software Co., Ltd. (simplified Chinese: \u9ad8\u5fb7\u8f6f\u4ef6\u6709\u9650\u516c\u53f8; traditional Chinese: \u9ad8\u5fb7\u8edf\u4ef6\u6709\u9650\u516c\u53f8; pinyin: G\u0101od\u00e9 Ru\u01cenji\u00e0n Y\u01d2uxi\u00e0n G\u014dngs\u012b)) is a Chinese web mapping, navigation and location-based services provider, founded in 2001.\r\n\r\nAutoNavi was acquired by Alibaba Group in 2014.\r\n\r\nIt offers its map services at Amap.com and as the Amap mobile app. It is known as Gaode in Chinese. \r\n\r\nhttps://en.wikipedia.org/wiki/AutoNavi", "creation_date": "2021-02-28", "code_signature": "com.amap.api", "network_signature": "grid\\.amap\\.com|tm\\.amap\\.com|mst[0-9]*\\.is\\.autonavi\\.com|mt[0-9]*\\.google\\.cn|abroad\\.apilocate\\.amap\\.com|apilocate\\.amap\\.com|restapi\\.amap\\.com|yuntuapi\\.amap\\.com|m5\\.amap\\.com|wb\\.amap\\.com|wb\\.amap\\.com|wb\\.amap\\.com|wb\\.amap\\.com|apiinit\\.amap\\.com|restapi\\.amap\\.com|logs\\.amap\\.com|cgicol\\.amap\\.com|lbs\\.amap\\.com|wap\\.amap\\.com", "website": "https://mobile.amap.com/", "categories": ["Location"]}, "362": {"id": 362, "name": "IBM Digital Analytics", "description": "", "creation_date": "2021-02-28", "code_signature": "com.digitalanalytics.", "network_signature": "data\\.de\\.coremetrics\\.com", "website": "https://www.ibm.com/customer-engagement/coremetrics-software", "categories": ["Analytics"]}, "363": {"id": 363, "name": "Pangle", "description": "App Monetization", "creation_date": "2021-02-28", "code_signature": "com.bytedance.sdk.openadsdk|com.bytedance.tea.crash.|com.bytedance.embedapplog.|com.bytedance.applog.", "network_signature": "", "website": "https://www.pangleglobal.com", "categories": ["Advertisement"]}, "364": {"id": 364, "name": "YOC VIS.X", "description": "Advertisement", "creation_date": "2021-02-28", "code_signature": "com.yoc.visx", "network_signature": "yoc-performance\\.com|yoc\\.com", "website": "https://yoc.com", "categories": ["Advertisement"]}, "365": {"id": 365, "name": "Ad Generation", "description": "Advertisement\r\n\r\nhttps://github.com/AdGeneration/ADG-Android-SDK", "creation_date": "2021-03-01", "code_signature": "com.socdm.d.adgeneration.", "network_signature": "", "website": "https://supership.jp/business/adgeneration/", "categories": ["Advertisement"]}, "366": {"id": 366, "name": "Adjoe", "description": "Advertising", "creation_date": "2021-03-01", "code_signature": "io.adjoe.sdk.|io.adjoe.protection.", "network_signature": "", "website": "https://adjoe.io/", "categories": ["Advertisement"]}, "367": {"id": 367, "name": "AppVador", "description": "AppVador operates video advertisement distribution network for smartphone applications.\r\n\r\nFrom Tokyo, Japan\r\n\r\nhttps://www.crunchbase.com/organization/appvador", "creation_date": "2021-03-01", "code_signature": "com.appvador.ads.", "network_signature": "", "website": "http://www.appvador.com/", "categories": ["Advertisement"]}, "368": {"id": 368, "name": "Appodeal Stack", "description": "Ad tech solution", "creation_date": "2021-03-01", "code_signature": "com.explorestack.", "network_signature": "", "website": "https://appodealstack.com/about/", "categories": ["Analytics", "Advertisement"]}, "369": {"id": 369, "name": "AppsGeyser", "description": "Tool to Create, Download, Distribute and Monetize Your App", "creation_date": "2021-03-01", "code_signature": "com.appsgeyser.sdk|com.appsgeyser.multiTabApp.VideoPlayerActivity", "network_signature": "", "website": "https://appsgeyser.com/", "categories": ["Advertisement"]}, "370": {"id": 370, "name": "BidMachine", "description": "Advertisement", "creation_date": "2021-03-01", "code_signature": "io.bidmachine.", "network_signature": "", "website": "https://bidmachine.io/", "categories": ["Advertisement"]}, "371": {"id": 371, "name": "BugSense", "description": "https://github.com/bugsense/docs/blob/master/android.md\r\n\r\nNow Splunk MINT", "creation_date": "2021-03-01", "code_signature": "com.bugsense.trace.", "network_signature": "", "website": "http://www.bugsense.com/", "categories": ["Crash reporting"]}, "372": {"id": 372, "name": "BuzzAd Benefit", "description": "BuzzAd Benefit by Buzzvil\r\n\r\nAdvertisement", "creation_date": "2021-03-01", "code_signature": "com.buzzvil.", "network_signature": "", "website": "https://buzzvil.atlassian.net/wiki/spaces/BDG/pages/486834313/BuzzAd-Benefit+Android+SDK", "categories": ["Advertisement"]}, "373": {"id": 373, "name": "GOM Factory AdPie", "description": "Global real-time advertising platform company", "creation_date": "2021-03-01", "code_signature": "com.gomfactory.adpie.", "network_signature": "", "website": "http://www.gomfactory.com", "categories": ["Advertisement"]}, "374": {"id": 374, "name": "JumpTap", "description": "Targeted mobile advertising\r\n\r\nThis library has been succeeded by Millennial Media", "creation_date": "2021-03-01", "code_signature": "com.jumptap.adtag.", "network_signature": "", "website": "http://www.millennialmedia.com", "categories": ["Advertisement"]}, "375": {"id": 375, "name": "LoopMe", "description": "LoopMe Android SDK\r\n\r\nLoopMe is the largest mobile video DSP and Ad Network, reaching over 1 billion consumers world-wide.", "creation_date": "2021-03-01", "code_signature": "com.loopme.", "network_signature": "", "website": "https://loopme.com/", "categories": ["Advertisement"]}, "376": {"id": 376, "name": "Raygun", "description": "Crash Reporting and User Monitoring solution", "creation_date": "2021-03-01", "code_signature": "com.mindscapehq.android.raygun4android", "network_signature": "", "website": "https://raygun.com", "categories": ["Crash reporting", "Analytics"]}, "377": {"id": 377, "name": "RjFun", "description": "RjFun Cordova plugins", "creation_date": "2021-03-01", "code_signature": "com.rjfun.cordova.ad", "network_signature": "", "website": "https://rjfun.github.io/", "categories": ["Advertisement"]}, "378": {"id": 378, "name": "SuperAwesome", "description": "Kid-safe advertising & monetization", "creation_date": "2021-03-01", "code_signature": "tv.superawesome.sdk", "network_signature": "", "website": "https://www.superawesome.com/", "categories": ["Advertisement"]}, "379": {"id": 379, "name": "TapResearch", "description": "\"Learn what the world thinks\"", "creation_date": "2021-03-01", "code_signature": "com.tapr.sdk.|com.tapr.internal.|com.tapr.helpers.", "network_signature": "", "website": "https://www.tapresearch.com/", "categories": ["Analytics", "Profiling"]}, "380": {"id": 380, "name": "Tappx", "description": "Ad Tech Platform\r\n\r\nhttps://developers.tappx.com/en/android/sdk-integration-android-studio", "creation_date": "2021-03-01", "code_signature": "com.tappx.sdk.", "network_signature": "", "website": "https://www.tappx.com/", "categories": ["Advertisement"]}, "381": {"id": 381, "name": "ThinkingData Analytics", "description": "Public opinion analysis service platform from China", "creation_date": "2021-03-01", "code_signature": "cn.thinkingdata.", "network_signature": "", "website": "http://www.thinkingdata.cn/", "categories": ["Analytics", "Identification"]}, "382": {"id": 382, "name": "VKontakte SDK", "description": "Library for working with VK API, authorization through VK app, using VK functions.", "creation_date": "2021-03-01", "code_signature": "com.vk.sdk.|com.vk.api.sdk.", "network_signature": "", "website": "https://vksdk.github.io/vk-sdk-android/", "categories": ["Identification"]}, "383": {"id": 383, "name": "Virgo Mobile", "description": "Marketing", "creation_date": "2021-03-01", "code_signature": "com.virgo.ads.", "network_signature": "", "website": "http://virgomobile.com/", "categories": ["Advertisement"]}, "384": {"id": 384, "name": "Zoho Analytics", "description": "https://www.zoho.com/crm/developer/docs/mobile-sdk/android.html", "creation_date": "2021-03-01", "code_signature": "com.zoho.zanalytics.", "network_signature": "", "website": "http://analytics.zoho.com/", "categories": ["Analytics"]}, "385": {"id": 385, "name": "fineboost", "description": "", "creation_date": "2021-03-01", "code_signature": "com.fineboost.", "network_signature": "", "website": "http://www.yifants.cn/", "categories": ["Analytics", "Advertisement"]}, "386": {"id": 386, "name": "Acuant", "description": "Identity Verification\r\n\r\nhttps://support.acuant.com/home\r\nhttps://github.com/Acuant\r\nhttps://bintray.com/acuant/Acuant", "creation_date": "2021-03-12", "code_signature": "com.acuant.acuantcamera", "network_signature": "frm\\.acuant\\.net|medicscan\\.acuant\\.net|services\\.assureid\\.net", "website": "https://www.acuantcorp.com", "categories": ["Profiling"]}, "387": {"id": 387, "name": "Anvato (A Google Company)", "description": "Media streaming and monetization platform\r\n\r\nAnvato Android SDK is a complete set of software that allows Android developers to rapidly create applications that can :\r\n\r\n* play server-side stitched advertisements\r\n* play client-side advertisements from DFP ad-servers\r\n* play VAST ads\r\n* track content using Omniture, comScore, Anvato RT\r\n\r\nhttps://dev.anvato.net/api/android#about-anvato-android-sdk", "creation_date": "2021-03-12", "code_signature": "com.anvato.androidsdk.", "network_signature": ".*\\.anvato\\.net", "website": "https://cloud.google.com/solutions/media-entertainment/?a=2", "categories": ["Analytics", "Profiling", "Identification", "Advertisement", "Location"]}, "388": {"id": 388, "name": "Blesh", "description": "Location intelligence platform\r\n\r\n*Helping you to reach the right person on-the-go by acting on real world and behavioral data of audiences based on their location visits.*", "creation_date": "2021-03-12", "code_signature": "com.blesh.sdk.", "network_signature": "", "website": "https://www.blesh.com/", "categories": ["Location"]}, "389": {"id": 389, "name": "Bluecats", "description": "Real-time asset tracking solutions\r\n\r\n* https://github.com/bluecats/bluecats-android-sdk\r\n* https://developer.bluecats.com/\r\n* https://www.bluecats.com/document/mobile-sdk-ios-android/", "creation_date": "2021-03-12", "code_signature": "com.bluecats.sdk", "network_signature": "", "website": "https://www.bluecats.com/", "categories": ["Location"]}, "390": {"id": 390, "name": "CoolaData", "description": "*We make it easy to track, capture and analyze each customer\u2019s journey and turn them in actionable insights to improve engagement, retention and monetization. Built to collect data from any source. Cooladata\u2019s big data infrastructure covers all components from tracking, managed data warehousing, and ETL \u2013 all the way to the visualization layer.*\r\n\r\nDocumentation: https://docs.cooladata.com/android/", "creation_date": "2021-03-12", "code_signature": "com.cooladata.android.", "network_signature": "", "website": "https://www.cooladata.com/", "categories": ["Analytics", "Profiling"]}, "391": {"id": 391, "name": "FLUZO", "description": "*Measure your campaigns and content with the best audio-matching solution*\r\n\r\n*FLUZO is an Automatic Content Recognition technology provider built on audio fingerprinting. We help our customers to measure their content and audience on TV, radio and online audio & video.*\r\n\r\nhttps://www.fluzo.com/\r\nhttps://www.crunchbase.com/organization/fluzo\r\nhttps://reversecodes.wordpress.com/2018/06/12/analizando-la-app-de-la-liga-para-android/", "creation_date": "2021-03-12", "code_signature": "com.fluzo.sdk.", "network_signature": "", "website": "https://www.fluzo.com/", "categories": ["Analytics"]}, "392": {"id": 392, "name": "Facebook Flipper", "description": "Mobile app debugger\r\n\r\n*The Flipper desktop app and the mobile native SDK establish a connection which is used to send data to and from the device. Flipper does not make any restrictions on what kind of data is being sent. This enables a lot of different use-cases where you want to better understand what is going inside your app. For example you can visualize the state of local caches, events happening or trigger actions on your app from the desktop.*\r\n\r\nhttps://github.com/facebook/flipper", "creation_date": "2021-03-12", "code_signature": "com.facebook.flipper", "network_signature": "", "website": "https://fbflipper.com", "categories": ["Analytics"]}, "393": {"id": 393, "name": "GPShopper", "description": "GPShopper is a mobile commerce platform and app developer for retailers. Loyalty and eComm integrations, mobile CMS and real-time analytics.", "creation_date": "2021-03-12", "code_signature": "com.gpshopper", "network_signature": "sdk\\.gpshopper\\.com|sypi\\.gpshopper\\.com", "website": "https://www.crunchbase.com/organization/gpshopper", "categories": ["Analytics"]}, "394": {"id": 394, "name": "IndoorAtlas", "description": "## About\r\nIndoor positioning systems (IPS) locate people or objects inside a building using radio signals, geomagnetic fields, inertial sensor data, barometric pressure, camera data or other sensory information collected by a smartphone device or tablet.\r\n\r\n## Category\r\nBeacon, Analytics, Location, Sensors\r\n\r\n## Repositories\r\n* Maven: `http://indooratlas-ltd.bintray.com/mvn-public`\r\n* Artifact ID: `indooratlas-android-sdk`\r\n* Group ID: `com.indooratlas.android`\r\n\r\n## Additional links\r\nhttps://github.com/IndoorAtlas/android-sdk-examples https://www.youtube.com/watch?v=onm3sqQ4LMo", "creation_date": "2021-03-12", "code_signature": "com.indooratlas.android.sdk", "network_signature": "ipsws\\.indooratlas\\.com", "website": "http://www.indooratlas.com/", "categories": ["Analytics", "Location"]}, "395": {"id": 395, "name": "Janrain", "description": "Janrain, sometimes styled as JanRain, is a customer profile and identity management (CIAM) software provider based in Portland, Oregon, United States. It was established in 2002. Akamai acquired Janrain in January 2019. \r\n\r\nIt uses profile data, such as a user's age, gender, interests, and location, allowing marketers to target advertising messages.\r\n\r\n(from https://en.wikipedia.org/wiki/Janrain)", "creation_date": "2021-03-12", "code_signature": "com.janrain.android|com.janrain.android.engage|com.janrain.android.capture", "network_signature": "", "website": "https://en.wikipedia.org/wiki/Janrain", "categories": ["Identification"]}, "396": {"id": 396, "name": "MOCA", "description": "## About\r\nMobile marketing leaders use MOCA to drive mobile engagement, increase sales conversions and retention rate by connecting web, mobile and physical stores. Get everything you need to create amazing mobile experiences and get custom data analytics report.\r\n\r\n## Category\r\nBeacon, Analytics, Advertising, Location\r\n\r\n## Repositories\r\n* Maven: `https://dl.bintray.com/mocaplatform/maven`\r\n* Artifact ID: `moca-android-sdk`\r\n* Group ID: `com.mocaplatform`\r\n\r\n## Additional links\r\nhttps://developer.mocaplatform.com/v2-sdk/docs/moca-android-sdk-installation https://console.mocaplatform.com\r\n\r\n## Notes\r\nGCM / FCM: Cloud Messaging.", "creation_date": "2021-03-12", "code_signature": "com.innoquant.moca", "network_signature": "api-device\\.mocaplatform\\.com", "website": "https://www.mocaplatform.com/", "categories": ["Analytics", "Profiling", "Location"]}, "397": {"id": 397, "name": "Point Inside", "description": "## About\r\nSince 2009, Point Inside has been creating a foundation of indoor maps. We\u2019re enabling location-centric, digital strategies across industries unlocking the power of the data driven enterprise", "creation_date": "2021-03-12", "code_signature": "com.pointinside", "network_signature": "", "website": "https://www.pointinside.com/", "categories": ["Analytics", "Location"]}, "398": {"id": 398, "name": "Proximi.io", "description": "## About\r\nProximi.io is a developer platform offering you all the positioning technologies and all features in a simple solution. Enable outdoor and indoor positioning in your app through iBeacon, Eddystone beacons, IndoorAtlas geomagnetic positioning, Wi-Fi, GPS and cellular positioning. Proximi.io is truly technology-agnostic, and committed to supporting all of the major positioning technologies. In other words, you\u2019ll be safe with us \u2013 no matter what technologies you want to use today or tomorrow. Add geofencing with top market quality background functionality for indoor or outdoor spaces. And top it all with wayfinding and location-based analytics.\r\n\r\n## Repositories\r\n* Maven: `https://bintray.com/proximi-io/proximiio-android/proximiio-android/2.7`\r\n* Artifact ID: `proximiiolibrary`\r\n* Group ID: `io.proximi.proximiiolibrary`\r\n\r\n## Additional links\r\nhttps://proximi.io/docs/android/ https://github.com/proximiio/proximiio-android-demo", "creation_date": "2021-03-12", "code_signature": "io.proximi.proximiiolibrary", "network_signature": "api\\.proximi\\.fi", "website": "https://proximi.io/", "categories": ["Analytics", "Location"]}, "399": {"id": 399, "name": "ScoreLoop", "description": "\"Scoreloop provides everything you need to add social elements to any game.\"", "creation_date": "2021-03-12", "code_signature": "com.scoreloop.client.android", "network_signature": "", "website": "https://www.scoreloop.com", "categories": []}}} \ No newline at end of file diff --git a/mobsf/signatures/maltrail-malware-domains.txt b/mobsf/signatures/maltrail-malware-domains.txt index 23d991e957..21223092a9 100644 --- a/mobsf/signatures/maltrail-malware-domains.txt +++ b/mobsf/signatures/maltrail-malware-domains.txt @@ -38,7 +38,6 @@ ferula.space kara.3utilities.com 1498tldevlettendestek.com consistan.xyz -op.sldov.ru kee3582e2e4fecca3c30f9c196a331cb2d.to triedlight.net quaverer5.xyz @@ -50,7 +49,6 @@ cdy.ddns.net dgrys.xyz 1603710159.httpdsconfig.com gyfz11y.top -younghustle.zapto.org alastari.xyz x6kq8m6.top rontoandhec.ru @@ -123,10 +121,12 @@ tabernadeltemple.com adexhangetomatto.site tjdhosifun.duckdns.org isbrs.com +kjw51kj.top insist569.xyz rawmatterials.com.au idde.ddns.net track2020.duckdns.org +5hhftrw.pw sgktepqrqhvf.com ahmedhacker144546.ddns.net hentainotits.com @@ -154,6 +154,7 @@ gstactic.zapto.org toolbarweb.biz cagatay3162.zapto.org thaidgoivv.duckdns.org +survey.shacknet.us wjcqsstycdujc.eu dannygm11.no-ip.biz icqtjvqeiu.duckdns.org @@ -177,6 +178,7 @@ f0512765.xsph.ru pickstock.net vmtsukcbbqmmndojqirbbij.com 94.1dovnc.exe +victims.zapto.org ns1.treosyiko.at cyhz71t.top wevx.xyz @@ -255,6 +257,7 @@ aleaiasko.ug ritarorasco.com cyqz25x.top genesysproperties.co.ke +oceqmaadobe.localtunnel.me contmobi.club wglcpwdbg.net xaaduftvws.duckdns.org @@ -274,6 +277,7 @@ anik1122-44318.portmap.host uvarrtwumy.ddns.net lookstock.net voov.2288.org +op.sldov.ru wedikolitures.top bethcohen874.xyz xrgfpypnvc.duckdns.org @@ -310,7 +314,6 @@ hidra.club knews.bigdepression.net o678o.top rezixevure.com -giko.emeraldsurfscience.com christiano.sytes.net sxxljbwwmb.duckdns.org dyzdrxtadd.duckdns.org @@ -319,7 +322,6 @@ specsrv.pw onlineloginportalmy.com ns4.sjx.su gmailboxes.com -secure.jsc0nten1maker.com sdccuuhggg.duckdns.org wybmdazfdaapjtabgbamyuq.biz ownageman88.no-ip.biz @@ -369,6 +371,7 @@ canadensis.website imokiduward.org glasgowcourtslawyers.info yahoo.org.kz +xingyun.tl-ip.com oraclejavaupdater.com 0564rd.com raoufou13.no-ip.biz @@ -379,7 +382,6 @@ heritageinsuranceagencies.com 68094ac0.space yagnxwjpwy.duckdns.org depifesion-suburinipible-interinokage.com -iheaven.us wishname.net ookyvqynwp.duckdns.org xaehfdlvxt.duckdns.org @@ -398,9 +400,11 @@ uffsfxwjww.duckdns.org zdwoezzmql.duckdns.org fplk517.top tcbmpandemiuygulamantr5.com +gefuret.org fernyboy741.ddns.net pkxpjgfipg.duckdns.org 1604771596.httpdsconfig.com +southcareer.biz chrome.fagdns.com neneeeenqwenene188.com vsav42a.com @@ -427,6 +431,7 @@ meatcome.net f0328788.xsph.ru updateserv.fishdns.com dominoduck2073.duckdns.org +aroundlatebeen.xyz appssztoday.com onerophegre.ru qpqttttgtg.duckdns.org @@ -436,7 +441,7 @@ dtzdcizoeg.duckdns.org febbrarioferraro.pw kcnyhddswsrvkcn.nl 5infall.zzz.com.ua -auxinity.000webhostapp.com +kakao-check.esy.es e-sosy-al-hizmet-tr.com bsrealm.no-ip.biz scary.hopto.org @@ -490,6 +495,7 @@ fikima.com 10022020newfolder1002002131-service1002.space swanox.duckdns.org azasianow.com +auqrwwvzea.duckdns.org protect-com.work anamirtat.xyz n.eoxhxlxax.com @@ -500,6 +506,7 @@ skylex123.hopto.org gyjz21t.top ddexylmoru.ddns.net donp.duckdns.org +wiezlfaycu.duckdns.org potoflogz.tk hmmrr.com office365-update-eu.com @@ -540,6 +547,7 @@ eillhebihier.ru updatetorrent.hopto.org ugot2b.com kjkwjqvqrjocpi.xyz +ns2.didenth.pl newsoneclick.com adobeaplayer.xyz sahko160.myjino.ru @@ -562,6 +570,7 @@ shenguimei.com fpi2019.ddns.net dphg577.top carminebongo-26660.portmap.host +police-mobile-stop.com goshan.bit smtp.siqanalytical.com kolombickmolonick112.site @@ -579,6 +588,7 @@ cubanserver.no-ip.biz redinqtongvlftadf.xyz www2.wikaba.com wunovifivu.info +dejbc17.top mary-crawley.com lohefeshordeh.net transuvalary-prebafetion-enevufite.com @@ -587,11 +597,12 @@ mrkennylove.myjino.ru karrarhuseein82.ddns.net qqfxccrbuxtoesk.co.uk apacsfsolutions.com -kf.firefoxupdata.com +updatemacromediaflash.digital lxmbdfnsyg.duckdns.org gynz91g.top monoplanebis.xyz mshal.mooo.com +gariloy.com z800fe4a9c73979b892a879d2a259db2ad.ws hernandezenterprise.net autoritet.by @@ -613,6 +624,7 @@ piton77cm.top windowssup.in seemonitor.xyz gydz36r.top +w6ky8k5.top aauaaaeieiieezt.io uuyyhsdhasdbee.com odsakjmdnhsaj.com @@ -660,7 +672,6 @@ rgrudge.no-ip.biz cinazetybiq.eu azertylol.ddns.net akamai.servegame.com -muhanned.myq-see.com cancer566.xyz carolinensis.online webbizwild.com @@ -669,10 +680,11 @@ dsfikj2dsfmolds.top yimifanghua.com keylisttr.pw noagreforisla.pw -googleleadservices.cn +swb.one bobohacker.oss-cn-shenzhen.aliyuncs.com x6kn8c8.top ns1.detyuol.at +polarrsearch.xyz tatmsqpfpu.duckdns.org peranguroping.ru nrjjfnikjserv.org @@ -753,6 +765,7 @@ westgotit.net test-service01blog2505.ru xbqwvufewti.com iya309.cn +shoppingmallz.top nid-help-pchange.atwebpages.com doda.redirectme.net iifvwttggswb.ru @@ -762,7 +775,6 @@ amberlessard.xyz myabiggeojs.myftp.biz haxorspamer.ddns.net jyqqywoemm.duckdns.org -coyjlosmzq.duckdns.org errorr.org pbzkcaozns.duckdns.org buddy.no-ip.biz @@ -770,7 +782,9 @@ s4.ohbabycani.su erasmuspor.duckdns.org tetws.club kusakel2.com +dcwvmylfhjexyon.cn njzjdlsfvf.duckdns.org +zmqpabzdfa.duckdns.org antigemeren-unogalosage.name nikitabrai.temp.swtest.ru kamel23.noip.me @@ -888,6 +902,7 @@ ihandreg.com caonimade.11i.me android2update.com tagabixyratyhyl.info +sixcskysiimnpbh.com agentpapple.ac.ug 5jrbsxlfeq.com alternateolympics.com @@ -895,11 +910,12 @@ n.zhjdwkpaz.ru x6vl9710f400g7alstar.online pandemigirisdestek77.com ldrk50.casa -amajai-technologies.space +francja.ddns.net failure782.xyz kuraist.zapto.org jimbrady123.no-ip.org qfsl.co.be +yandcx.com edvdnudrmiuansfht.com danielogenisdesn01.site predisuding.org @@ -995,7 +1011,7 @@ roundworld.club enesmt2.ddns.net mickyrandy.duckdns.org leribis14.top -wescbdf3.duckdns.org +ckddos.com subotinevan.name epandemindestekuygulamasi81.com nsjnsjpecdbn.tk @@ -1026,6 +1042,7 @@ kronozzz2.duckdns.org bedircati.com vonzipper.no-ip.biz mrnxvdm.tk +keljgfisfo.duckdns.org toweadi.com dns3.ronvia.ru gmasterp.zapto.org @@ -1040,6 +1057,7 @@ kubmaslozavod.ru ns2.rekmilk.at ubprfoepui.duckdns.org terminal.hopto.org +dvj4slleogemc5h.servecounterstrike.com uilomiku.eu krjn77m6demafp77.onion h4es.ddns.net @@ -1083,9 +1101,9 @@ abo7sin44.ddns.net ymx726b.top smallwarjournal.com worldnews247.ru -consaltinger.com +wcond.site applewrangler.club -tcivftqjup.duckdns.org +services4me.net oa.trustneser.com ns1.dnsoptin.ru bgtws.xyz @@ -1108,15 +1126,18 @@ nonglirili.net saliyumakan.club dropa.cloudns.in oavskrlsqr.duckdns.org +oruvjycnme.duckdns.org adobedownload.club kitchenraja.com xadutmeqcm.duckdns.org cuourpaymo.duckdns.org poczta-app.top +ticketbonus.fun pandemidestekvakti.xyz privacy-yahoomail.com dzsxwkllphlyss.com waduavfijwkanvf.xyz +oefsxlyxbb.duckdns.org swqsd.club lixokaln.tk piwxvumpyptp.net @@ -1124,7 +1145,6 @@ ns3.dns-service-busines.biz dubelucky19.ddns.net forces.ely6ejym7d.ru teste2018.ddns.net -caleromartinez.ug lusnuujajansussa.ddns.net cykz33x.top chatmeebo.com @@ -1154,7 +1174,7 @@ as-2.9hits.com service-stat.com redwatchlive001.ddns.net bayramdavakifvaktin.ml -zaqhyiklza.duckdns.org +quavgidtipqfovh.cn eryjmcswdx.ddns.net lrstnrest.net flashplayrle.xyz @@ -1188,6 +1208,7 @@ nmrx.mrbonus.com zvb.us coordinated123.xyz aoznszhhyhktgb.com +oojivbblpllechh.ru panellogs.ml meciguhobe.info xljksdu.com @@ -1204,7 +1225,7 @@ fef2kefkskd.xyz sjokgwfdrt.duckdns.org chromemenow.xyz prokladvpsder.cyou -drinkmark.net +wrongforty.ru carbonhdspeed.ddns.net gntpnkipwxqr.net windowsdefendersecurefilesofficesnetwork.duckdns.org @@ -1239,11 +1260,11 @@ xzi123.no-ip.info shadowchasergroup.hopto.org ns4.spacelinksz.ru gemackinnonelectrical.com +dandan888.top nsopk876.com wcwkwmfctj.duckdns.org prioritywireless.club harmorganize.com -lelnfxrtxc.duckdns.org branchtist.com artsteerlingwheel.top charismatic-guy.me @@ -1317,6 +1338,7 @@ requirejscdn.com ns4.swins.ru sorryforlove.ddns.net avrupagoz.online +upd-ncx4-server.com alihacker2018.no-ip.biz whestannouncement.com nadbvdswe.duckdns.org @@ -1330,6 +1352,7 @@ kinungelitt.ru cradle5590.com muzukashibrashinki.net starsat-7300.no-ip.biz +darkcome.net uygur.51vip.biz session.desjardins.com-membre-page-6-membre-accesd.com eqccddeviz.duckdns.org @@ -1337,7 +1360,6 @@ ousonjmpmh.duckdns.org examination-baby.com wc2q5zr.top asc6.kozow.com -blth32serv.net orion99.no-ip.biz g6kk8w2.top box365office.com @@ -1354,7 +1376,6 @@ xobeudqbif.duckdns.org cashoutmoney.ddns.net ayzokzwenn.duckdns.org checkwinframe.com -iwjservmainjfn.in lauradesnoyers.com list.idc3389.top microsoftdownload.zzux.com @@ -1389,7 +1410,8 @@ zmining-54030.portmap.host skry.serveirc.com exportdocs.biz pekano.xyz -mynet.firefoxupdata.com +libo-cc.com +ndfg4.xyz red.infosupports.com 1603710401.httpdsconfig.com ncdnpbndsw.nl @@ -1404,10 +1426,11 @@ viaind512.ddns.net wall-enhance.com tmmczjtqjlvngae.com tunedd30.duckdns.org -emmathaibkk.cf +zdjecieciownia.net tbffhrpvsc.duckdns.org hades.pw how-to-how.club +3n1ujw621vaxpro.online xdatingoffers.space kwam.gdn erythrina.space @@ -1415,7 +1438,7 @@ swift-fraud.com biorexis.top deadyesterday.net effe-erre.es -angleegg.xxxy.info +qxcp988.top imidotist-interadezity.net serchers.net bbbb-bbbb.no-ip.org @@ -1431,8 +1454,10 @@ mostfool.ru rem.kickdown.so koiyuwno.org ymh758z.top +stabroom.cn 123abc123abc123.no-ip.biz jmdwnsmripqn.net +oneil-clan.com hxhyddnpoo.duckdns.org hangslow.net pharmzone.hopto.org @@ -1440,6 +1465,7 @@ mostsound.ru kirsche11.zapto.org presucossion-delixuth-nonasukobal.name mayarmozza.ddns.net +bmyqdedqqe.duckdns.org exeupay.xyz btcelectrum.com oannmzmqpp.duckdns.org @@ -1484,7 +1510,9 @@ mail.smpn15bogor.sch.id atakai-technologies.online umahit.ddns.net zhgcuntif.ru +knbaarqegqblfda.cn findesten.org +k52wbng.top packetupdater.chickenkiller.com lms.unb.sncu.me miinsalud-gov-cl-vacuna-cvid19.com @@ -1495,9 +1523,9 @@ steallog.tk 48f7668a8f55e54e5f458f1ax.store memeaimen10.hopto.org usaa-communication.com +bonjour12345.no-ip.biz update-wind.com znbyrqe4zrktft2kpwzb2ywx25k6exfdgxabky67csqado75364b2dad.onion -tanc354.xyz lbyefivqpg.duckdns.org aryrxghorg.duckdns.org tyuioplkjhgfdsaqwertyuiopmnbvcxzasdfghjk.ydns.eu @@ -1535,15 +1563,15 @@ romany14.ddns.net rcjldxckwn.com km8mq79.top liberty.acmetoy.com +ilokarary-subezireper.name tknow.squirly.info -snoopy112.no-ip.biz wordpress-id.hopto.org hypemediahdy.waw.pl tccbmuygulamapandemidestegigirisin59.com secupdate.fishdns.com 1604771585.httpdsconfig.com 7wjak5mb8f.com -saidsome.net +lsc.ze.am searchdusty.com laura-balcia.no-ip.org dintrespatan.ru @@ -1553,13 +1581,13 @@ biwtvtnlti.duckdns.org maintop.duckdns.org ns103.kaspersky.host finance.todayusa.org -bbs.deaf.cn mandalorec2021.xyz horridus.xyz ns3.hertkilo.at ymz781g.top channelzone-poet.com aaatechh.com +hook-smell-phase.com uygulamahediyelerimiz-20gb.net maineacadia.com gacyvub.com @@ -1581,12 +1609,12 @@ fecnxwigqp.ddns.net pleasurepicture.com sfqtducgfa.duckdns.org js.mys2016.info -eeosqcieuhtffrjaa.net +miriammoreno124.xyz moffice.mrface.com florian-pc.ksueyuj0mtxpt6gn.myfritz.net -greatserviceforless.com amazonchik.site nllylxqdcc.duckdns.org +fpzz536.top aumento-cupo-diferido-cl.gq b456b.top ayfzpadzry.duckdns.org @@ -1622,7 +1650,6 @@ cydz59f.top pammmzmlyy.duckdns.org shs2011.no.ip.biz northdestrickt.top -autovonmanstein.x10.mx amirlanabi.no-ip.biz ffdjiuvufw.com ddlink2.ddns.net @@ -1653,8 +1680,9 @@ nikolai4os.no-ip.info kironofer.com hackerddoshuehg.no-ip.biz jhon123.ddns.net +wawrgrtjcdr.com +ytpvfylhdk.duckdns.org phillerp.no-ip.biz -blibo.ga pranahat.at vdnu32a.com senikimleraldi.best @@ -1731,9 +1759,11 @@ googldevice.com avrb37f.com rbuaction.com nkpro.lalanews.net +epe4mpqyvcqjqlwom.serveblog.net bwjwbalvny.duckdns.org ysuhg1.xyz s1r0n.no-ip.org +ykbngclepgrxxlm.com subibifapish.biz trade-inf.com sslupdate4.top @@ -1798,7 +1828,6 @@ picaminute.in j12ybng.top area.cyp360.com f0491609.xsph.ru -dpzz518.top spqinrjhfw.duckdns.org protest-06242505.tk wind.deltimesweb.com @@ -1831,7 +1860,6 @@ cmbpzkcgeq.duckdns.org malware-detected374-info.bid abz991.no-ip.biz bcchxokjrktq.ru -fila.heathercrowe.ca sa51d1sa65d1a6ds.digital paratim.at zc7q2zg.top @@ -1844,6 +1872,7 @@ best-malwareprotection.com protectphone.pw dqrefttgvd.duckdns.org msupdcheck.com +sakjgai9ve.com xc9q8zc.top asce.email vainfortunes.no-ip.org @@ -1878,7 +1907,7 @@ causnuulnea.localtunnel.me nl2.ovpn.to quantumbooter5123.no-ip.biz dpzm516.top -fogsdeknvt.com +985s63.xyz yuballes.com silverlakeisland.top whatsaapp.us @@ -1889,6 +1918,8 @@ wcepl6y0ag.com papyrus.duckdns.org xp5v87.ahanuna.ru obi234.ddns.net +l0ms363fcy.com +urklmycn58o1kvza7.serveblog.net trazdzqyxh.duckdns.org dmyvlabyhzongrn.com stevemike-fireforce.info @@ -1908,16 +1939,17 @@ jameslrealestate.ca ns1.filzcr.at operkot.freedynamicdns.org click2chat.org -liarsbar.karoo.net websecurenetworks.xyz 21odinxqwefck21.myftp.biz reltime-2014.ru ww.gzcfr5axf7.com ns2.maxpowerdns.in 3eueu.com +igqegfxrrq.duckdns.org khriwamouad.no-ip.org sundaytaste.ru tsubaka2021.xyz +giko.emeraldsurfscience.com emihafuhood.com lyvywed.com indrra.ddns.net @@ -2034,7 +2066,7 @@ tocxzuchlg.duckdns.org piwxvumpyptp.ru petrochinas.com detivoiniiii.hopto.org -phonos.no-ip.biz +rxywkvosnv.duckdns.org nehodi.club hellos.servegame.com darkmarry.net @@ -2050,6 +2082,7 @@ z04157f80eaea25efb777b1b1e7bccf39c.in prshijwvsf.duckdns.org yjjwoooooo.duckdns.org mwgbwhofk2.com +orhvcwuvelcxfem.ru fyratyubvflktyyjiqgq.com sightwhere.net xbfrr.xyz @@ -2081,7 +2114,7 @@ fioartd.com qaxvgrlsth.duckdns.org africa.usabbs.org makakaka.club -huwyg.com +ejbkykyxkooiigg.cn juninhodachm.ddns.net saludaonline.com sterevjatnikko.top @@ -2107,12 +2140,14 @@ news.nyhedmgtxck.com nj7v.linkpc.net dhxepzyrms.duckdns.org reflexonature.free.fr +djtyscqssdgcxfu.ru black-x.no-ip.biz septemberlady.net a0443179.xsph.ru llxcijbliflgqhiijivxkvkrcr.com kwkcvgesgr.duckdns.org adobe.serverhttp.com +pikachu077.duckdns.org thetiger.linkpc.net windows-se-update.com wiipidqsud.duckdns.org @@ -2249,7 +2284,6 @@ bfhfhbe.vip cs3yahoo.no-ip.info gywz98r.top argoogle.ddns.net -paiuuag.com ppp.gggatat456.com servicboas.com mastervisacloudesystemprtomicrosftwareus.duckdns.org @@ -2264,6 +2298,7 @@ biwzero.no-ip.biz service.firefoxupdata.com carson.no-ip.biz cumhurbaskanlikislemii15.com +smartynogaj.com fpmj568.top securs.duckdns.org sxmzyymlyy.duckdns.org @@ -2276,6 +2311,7 @@ paulocamarao.com fbrqzgejip.duckdns.org whoisme.no-ip.org jodenkpqrovm.in +share-clouds.com f1.vr.wincloud.com microchisk.mooo.com detugugor-ultraxavulusion.org @@ -2290,10 +2326,12 @@ bfsccowienmn.su herolander.com jfplxtgsovlspr.org whythereasonbitcointransactionisveryhighwithanothercountryloook.ydns.eu +pefyucflcs.chickenkiller.com folopotress.top rliqdwccgnntxt.su uttllmzmmn.duckdns.org yumyfood.ml +tqtaqkrmpmcvyoi.com nmsuh.xyz h123h.top tdivtvtoox.duckdns.org @@ -2307,11 +2345,9 @@ fivecross.in miamirecyclecenters.com paintstar-line.com iwdoqbznbk.duckdns.org -mrmemm.zapto.org throughsquare.net 1513616564150.no-ip.info servicealerts.net -amabodderman.no-ip.biz my100notes.no-ip.info nwceddvvfgyxdn.biz nmd726p.top @@ -2358,10 +2394,11 @@ appleid.appcheckjp.info justdoitfast.myvnc.com wadameee.club beautiful.ddns.net -ijmxyarlsoejpirxghw.com +m1afommgsdowkmegc.redirectme.net transepomic.com cupo-web-avance-cl.gq likrkill.net +kodtotrzas.duckdns.org bbyrpto.vip inaturally.no-ip.info demo35974.atservers.net @@ -2375,6 +2412,7 @@ islamraaaft.ddns.net dinonu.kro.kr johnevan227.ddns.net rapdz.zapto.org +andheduse.ru mst.com.ua pandemi-edevlet-gov-tr.online isthereanybodyqq.com @@ -2392,8 +2430,10 @@ ox2ybk1nf4muo3.net methodcoast-method.com pzu.dontdostuf.com working.darkhero.org +negunsuvnyvdtth.cn projetovigoroustein.host mopa-bdgov.cdn-dl.cn +deltaoilprice.stream sacramentostyle.no-ip.biz sokgtxioqzxvuksf1.com captainbugattiautos.com @@ -2403,6 +2443,7 @@ wash.servepics.com n.jcapalebj.com k8a821555ac202b6e856fb528185b97163.cc n82dbns.top +bcwlwnvpes.duckdns.org fiiauediehduefuge.com pujfxwhond.duckdns.org wtjxmznacd.ddns.net @@ -2438,12 +2479,13 @@ eurotools.hopto.org waetsxbd33.duckdns.org fapplejuice.no-ip.org new.islamicawaken.com +earium.ru km8sb12.top fsgsdvjrtd.duckdns.org emesebesion.org bnaihyenox.ddns.net dbw-equip8964.com -flashplayereupdata.pw +cyhz88y.top ooorty.info asdg326d.duckdns.org soghrrsoeuhugla.co @@ -2460,6 +2502,7 @@ horlnsnvynyi.com test.cnc humanedge.ru xvhost.zapto.org +fynzp0oht8.com cloudplain.net ervmowepqi.duckdns.org a6e283ab5347d7d8338935b5261b35ca0e.cc @@ -2504,7 +2547,6 @@ arabianpayclub.gq srvdexpress5.com saifhusseinxp.no-ip.biz nsqwamprsa.us -mexglrjjot.duckdns.org eqsculuql.ru arabianpayclub.ga hader.no-ip.biz @@ -2516,6 +2558,7 @@ inalekenous.org vaa17fb69f38ba597599a0370493ded933.so demsonsoysesis.site fivetag.net +n1g.no-ip.info arglobal.1e517001.to proxywarrior.zapto.org tunupegirec.eu @@ -2559,7 +2602,7 @@ ssl.aukro.ua pshjlmoujk.duckdns.org relacelical-semirehigern.com anddidnbitont.ru -skinner21.ddns.net +yjtkfdsolgdmpwk.ru fpxh565.top earth-new.ru elehenishing.com @@ -2603,6 +2646,7 @@ procyonstr.com symplyfireteller.best poker.whizwhener.ru puzypug.com +coolking-tw.com zd63722bcddc06c485bc77723a5d8db093.in damla.no-ip.org blog.panggin.org @@ -2615,6 +2659,7 @@ brushpot-guide.com dmtekexdhjbvfzurg.net algeria-23.no-ip.biz nickdns52.duckdns.org +paparios.no-ip.biz gscp718.top cn-dachang.com xcasn.xyz @@ -2629,6 +2674,7 @@ codeconfirm-recovery.club pabloservices.ml thisisitsqq.com pnwcontent-delivery.com +send2000.com uygulamatcccbm27222.com bs.paradox.cm pop2.infosupports.com @@ -2649,14 +2695,13 @@ sundayallow.net ieejotex.com mysmo35wlwhrkeez.onion gradleservice.info -aurenlube.com food.busketball.com zm8x9.b5c0b187fe309af0f4d35982fd961d7e.com gaouehaehfoaeajrse.to g6kw8f8.top meziamussucemaqueue.su qekyvup.com -program.reutersnewsonline.com +lpkbiosgxpngnot.cn cogesixufy-imuzovage.info i456i.top japanparts.pw @@ -2688,7 +2733,6 @@ bibo77.no-ip.biz sempervirens.xyz awbnmnmammmamnra.ru oocqjcaase.duckdns.org -welcometoturkey12.xyz webhost.2waky.com conretullio.best liveitup2.zapto.org @@ -2792,6 +2836,7 @@ dudu99238.duckdns.org oyvnfqvneg.duckdns.org warriortres.top allicoste.ru +gyqz36b.top xghpplwjyr.duckdns.org hanbosston.000webhostapp.com frost.botnet.hackedfiles.pw @@ -2803,6 +2848,7 @@ trans-can.net keypay033.dynu.net igggtggssf.duckdns.org ns3.blo.kz +fipyocjbta.duckdns.org java-update.zapto.org kimiarra.com oplokbots.no-ip.biz @@ -2869,6 +2915,7 @@ testo456.hopto.org microtebussion.name lolfuckyou.duckdns.org halifaxcraft.com +eventheren.club ymn735h.top hkbfnmevvqtl.in qeqysuv.com @@ -2907,10 +2954,11 @@ adhwcthf.com stat.nickspizzade.com 27ow345733.wicp.vip bombinet.xyz -slalloim.space +judora-ng.com ymr722k.top seminarinfocenter.net pess-123.zapto.org +gtrcacxkcf.com waetrhdx3.duckdns.org 5-68-wk-5g-z2-pu6-e5x-4h-yij-yx-duv-wpx-2r8-7vc-ox-4q-u.info msrfrgr.com @@ -2955,9 +3003,11 @@ o3qrynq3djknfebz.onion softcheck3u.biz worldtus.com aleynatilkiporn.com +monkeysea.su vice-news.com cash-libre.3utilities.com bestemys.com +yngiyheueqps.pk natnat.no-ip.org cornsholav.com fpfl521.top @@ -2970,10 +3020,10 @@ servicebankofamericaseralerts.cf u1fa161698e0752465e30083f2e7788dcc.tk f12ybnj.top analyticsrequest.com -ginral2011-50254.portmap.io +httpsolution.eu mail.chmail.in firstservisehelper.com -imcunapdzz.duckdns.org +updatemacromediaflash.club jffezrptmv.duckdns.org nacionaliste61327.duckdns.org harvestyourownhemp.com @@ -3001,10 +3051,8 @@ bc5q5zp.top hardwarenet.cc kabckldhjk.duckdns.org mindcraftstore.com -herbaveda.ru avito.vg myhunt.no-ip.biz -javabjyrn.no-ip.org bvvejrfthi.duckdns.org ymw725m.top hsuse.xyz @@ -3019,12 +3067,13 @@ loassrery.today giimaforni.com androidupdate.cloud aatpumryio.duckdns.org -encyclopediaits.biz +owuddgyplnfyuvy.com sprachreisenengland.info 23oakgrove-malverneast.com fofogogo23.no-ip.biz template-new.com gokhan2950-53239.portmap.io +farfaris.com zoro2015.ddns.net superxtorrent.no-ip.info km8dw53.top @@ -3098,8 +3147,8 @@ r40c21955dae45ff6d06ab2c81d6762e2f.in securenod32.com statsl.com woproperty.xyz +wildnativebulbs.co.uk api.zerstoren.pro -president.redirectme.net dpdg567.top statsconnect.casa zpaxuinfbb.duckdns.org @@ -3111,6 +3160,7 @@ mnasw.xyz tehd4rkn3s5.no-ip.biz platform.freetcp.com opero.spdns.org +ftlqejufzn.duckdns.org ongod2020.ddns.net avance-en-linea-verificado-cl.cf fpms538.top @@ -3126,6 +3176,7 @@ reborn.valve-ms.ru latertime.icu mudanyadaotel.com butacm.go.ro +online.ezua.com odins.club fmeyhpujnxhq.ru blackshade.no-ip.biz @@ -3207,6 +3258,7 @@ h62gbnc.top zx12zx12xz11.no-ip.biz paramountdistributors.com vaslbntr.ru +buyonebuy.top hertionkadesinpoion.com piwxvumpyptp.com liligharba5.ddns.net @@ -3300,7 +3352,6 @@ wcfv355security.com hillusual.ru fsdfid.x10.mx rhvtjjjwwg.duckdns.org -cluelist-midnight.com tehowns.no-ip.biz benibenisev.xyz omyfjcovigxw.org @@ -3324,6 +3375,7 @@ goose-mongoose.at lmbeoqftwy.duckdns.org wwdyson.com bfgxxbe.vip +aegse.top nsshu3.xyz letitbe.icu assa-28869.portmap.host @@ -3342,11 +3394,12 @@ index.isthebe.st capracammello.no-ip.biz ricch-hood.servepics.com ballshown.ru -asess.com.mx thegingod.com +ns2.der.kz dfdghsd.xyz speedynewsclips.com indian.authorizeddns.us +cwuobqhyonjs.ru updatersvc.duckdns.org cyhz72s.top iwqdzurygv.duckdns.org @@ -3389,6 +3442,7 @@ cartoons-online.at mail.jyotistrips.com p52lbnm.top gonesite.com +prilukisoft.xyz utalkhere.net jeannedarc33.fr ecomobilecarspa.com @@ -3402,7 +3456,6 @@ neshoitry.ddns.net worldofcdor.best box4045.net klorkad.com -tpyntpcnxwvsjqow.com allmyworkers.no-ip.biz zotrix.ddns.net mail-google.email @@ -3434,6 +3487,7 @@ nakamini.ddns.net d85gh.top kurutses1.com mf2199601-27273.portmap.host +bililtizambilimselb.com macropuxolian-disatusopic.net masssucess.favcc1.com asdgwe6334.duckdns.org @@ -3451,6 +3505,7 @@ nyttzsbwuz.duckdns.org xyz.videomarket.eu sottopal.com drinkwhole.net +derpenta.space fpwm529.top ombqnwvepxjeufs.tf w2wt2t2t23tg.ru @@ -3589,8 +3644,9 @@ bigfixtools.com endustrigm.eu xlwzoffpooo.com sjvnzejrql.duckdns.org -feellix.no-ip.biz +ql8rwcy0ax.com jjhlqxrgrt.ddns.net +yblzbphpey.duckdns.org jessejinger.no-ip.info applemedia1236.com fgjvnsdpai.duckdns.org @@ -3641,12 +3697,11 @@ dannymo.no-ip.biz nedpmpm.ddns.net skrwz.fagdns.com lebar.gicp.net -cyrz83s.top wind12.no-ip.biz ceoadminoffice.com xupz.eu hjbxosimbu.ddns.net -b.firefoxupdata.com +gfqlpdxqxvaxcdg.com h6e2at7du07f7a2ip.com wickawbarrysci.com mail.trezaexim.com @@ -3654,6 +3709,7 @@ santosdabahia01.no-ip.biz marcialimaadvogados.ddns.net bling.dyndns-remote.com internetmarketingservicehg.com +note866.pw dadsdadasxzzxxzxz.s3.eu-central-1.amazonaws.com dpttttttfs.duckdns.org voduhacks.no-ip.biz @@ -3730,7 +3786,7 @@ s.csrss.website kojdhsjavn.duckdns.org quicksound.net sg3dwqfpnr4sl5hh.onion -doosamnt.com +shop.newsbtctech.com edcyjpifkn.duckdns.org 0death19141914.servemp3.com bilada.ddns.net @@ -3866,7 +3922,6 @@ med.ufro.cl 9036435.zaptop.org metal-pace-purple.com rcaflwszve.duckdns.org -camelcap.com u90c5753fe4ab3af3b7596a4225cc971b3.hk zivd990grow.com naoei3-tosma.96.lt @@ -3889,6 +3944,7 @@ qcbootssee.duckdns.org fearthebender.no-ip.biz fpjc578.top uy5t7cus7dptkchs.onion +mnywlugjajphabv.cn down.idc3389.top nrjncdnfjrfjryhd.nl elorfans5.com @@ -3948,6 +4004,7 @@ stillreceive.net jaded0303.no-ip.biz ayzyyxcpcp.duckdns.org cumhurtcbmtrgirisiyap99.com +hjbzhrglff.duckdns.org 60stepsofhonor.club luxtdtqbds.duckdns.org huaeokaefoaeguaehe.to @@ -3955,7 +4012,6 @@ lissavets.at kurdish2000.ddns.net mailadvert2551mk29.club fruujwytgt.in -homeremedytipntricks.com lfyrdisxkb.duckdns.org running-saturn2020.ddnsking.com whatsradar.no-ip.biz @@ -4025,6 +4081,7 @@ d62pbnc.top betokem.com seolmlbrbw.duckdns.org angelzhdx63gx.no-ip.biz +buemklghod.duckdns.org xxxcarldon.duckdns.org ekxwgiswof.duckdns.org hanyacobasaja.ddns.net @@ -4052,7 +4109,7 @@ a.imptlorte.at technero.pw hnqryvhxoh.duckdns.org hirexr.com -nagator.zapto.org +droidjack.net zgo2ze.com moafee.com craftsman.sucks @@ -4061,12 +4118,12 @@ strngbltru.com hnwlninszg.duckdns.org undereburency-microxemabuty-colazulous.name yrindovn.com +pozeika.biz ydtguuxjkh.duckdns.org -hac123k.hopto.org titaniumpaladium.com cdn-digicert-i31.com gigafilesnote.com -lfxjsagddf.ddns.net +deregojikulo.uno serviceboulder.com gadyveb.com flacidsnake.no-ip.biz @@ -4093,6 +4150,7 @@ msftncsl.com tiketfre.com fwegwg4t4t.xyz ratexplorer.ddns.net +mobile-safety.org fievenghapun.ru pwdrecover.com popokakapopo.ddns.net @@ -4108,6 +4166,7 @@ re26.com samwinchester.club ns3.gamehorts.at cydz29c.top +nsnbbjkxcgxgjjw.com ebejikisuh.duckdns.org aresboot.xyz 2sipp5liut.ru @@ -4117,7 +4176,7 @@ recolidom-disanuviment-postozagive.net dasterhorora.com gstat.securanto.net rahatsozluk.com -voszetuy.in +r1ssk1mjed3io.serveftp.com frz2cketn.com tvzhffsgrc.ddns.net goquzefiligonim.info @@ -4132,7 +4191,6 @@ gphi-adhaswe.xyz dcyx968.top pyv.cl coliadinae.ru -ikjservjfn.ca wrongguide.net ymr732l.top l531085863.gnway.net @@ -4145,6 +4203,7 @@ engpavdlbk.duckdns.org 361com.com fihocapevu.info kingcoast.3322.org +vz473.com on2016.duckdns.org lifestyles.pp.ru dekada.space @@ -4230,14 +4289,15 @@ jare4.pw jfnnrjsrv.org entgxjroapb.biz pingvinic1998.dynu.net -rulezbreaker.no-ip.bz ukbash.ru defenceglobaladviser.com dempsre.com online-offices.com +autotune.no-ip.info tre.gotreepot.com ukzesfferr.duckdns.org zhenskoe-mnenie.eu +deufd16.top kangijer.0pe.kr aljjjanzlk.ddns.net pimanfilm.info @@ -4277,6 +4337,7 @@ imaxebuship-semicagition.org h2812932937292sjshskz.com uivboeioyl.duckdns.org luminosity-link.no-ip.info +gahydysgrc.duckdns.org b22bbnx.top fastandprettycleaner.hk time-werk.ru @@ -4295,6 +4356,7 @@ gpkcuowaav.duckdns.org deepthinkingroom.ddns.net ttviapasxf.duckdns.org yetye.ddns.net +bsjruvgfhbysppu.ru lmdlm.xyz carvezine.com loginservicehelp.com @@ -4339,7 +4401,6 @@ multibicasite-inakufifor.org beverlyhillsaestheticplasticsurgeryassociates.com thecb.no-ip.biz painless666.chickenkiller.com -coolwater-ltd-supportid.ru p62xbnj.top ymm722q.top gdfulgrixrmygxy.cn @@ -4353,7 +4414,7 @@ tkhrjexxyn.com immazmmllz.duckdns.org v1p.zapto.org cc.zartrusrokl.at -xpresms.com +enhancementlasers.net murtiasnew.duckdns.org li0427.3322.org nvgeeforsegt.ru @@ -4375,13 +4436,15 @@ lunchrappz.com fpph516.top rtcwtgpkxm.duckdns.org macropunamor-overoturoty-ultrasehiheth.com +testfrik2.zapto.org lhlv.club ffkhumymtn.duckdns.org nufcrule3.no-ip.biz dpdz569.top mmasl.com +benim-kendi-resim-sayfam-ozel.com rwetwertwetwert.ddns.net -crimedetectivefor1stdygorvermentndsocial.duckdns.org +nxkzhckyto.duckdns.org operaupdate.net indianrailway.hopto.org sync-share.com @@ -4397,6 +4460,7 @@ cyfz12s.top unehoceship-unerarulike.org motherlodebulldogclub.com surfingnaked.com +utpejbtbgw.duckdns.org cocqasveq.bz ecb-european.eu x6km8t3.top @@ -4444,7 +4508,6 @@ sharefiles-en.com sb3f02c4d3ac783314ef35bd5e12423e5d.to transinimubage-microluxution-underamihal.org cpieefprahrnadxwd.net -mighthonor.net sks.ddns.net hjff.3322.org zzglxnhwab.duckdns.org @@ -4454,6 +4517,7 @@ tr-vatan-das-hizmet.com aday.primeservices.mobi rtmxzbbthj.duckdns.org premium.redforlinux.com +siybeyttpjjmbop.cn zdrqeddqqd.duckdns.org putintrump.tk bitcolntalk.org @@ -4522,7 +4586,6 @@ szwmxb.com strongaliar.eu xbcp668.top elganad0r.no-ip.org -zinderhola.ddns.net pk01.ddns.net imogugomed-ultradomukaship-prodezavadom.info petshopbook.com @@ -4589,7 +4652,7 @@ sdreerrqdq.duckdns.org formuria.com csgoskins.mooo.com hybridtrend.com -codewizard.ml +stgeorgebankers.com ssw-live.org lookstoppropcontinue.com djxexguecx.com @@ -4608,6 +4671,7 @@ miltechweb.com triesslow.net mtoymhfcxz.duckdns.org lapshiko.ru +goldendragon888.cn vowykaf.com microsoft-alert.club overaxehous-misugutuhood-nonubetabate.name @@ -4651,9 +4715,11 @@ fbarnljhfx.ddns.net lifestylology.com japanisok.selfip.org lirewanltp.duckdns.org +qb7opowcawiagia.viewdns.net fptj521.top ghost182.no-ip.biz mod1998.ddns.net +eur06.com 498408.ddns.net turkislamdevletleri.site 83gd65jfh24jbrwke43.brocksard.su @@ -4684,6 +4750,7 @@ saidraise.net home-laptop.myvnc.com localmw.org ajakhenheh.duckdns.org +detumunoship.org doctorneither.net documents.hightradepro.com rggzftrezx.duckdns.org @@ -4714,6 +4781,7 @@ vermaxt.top ipv445.hopto.org darkridera.no-ip.info tonishl.ga +fe0432d95d40b8a2.xyz zaletelly08.be redsocks.ddns.net kyant4.com @@ -4757,6 +4825,7 @@ km8dj98.top wwwccc.zapto.org api.googleanalistics7431.ru strengthhonor.net +a0392617.xsph.ru g3391.com c32qbnp.top rex2013.freeddns.org @@ -4768,7 +4837,6 @@ b.denklouder.at kanichnadia.duckdns.org bugandonesis.club flushupdate.com -hosttrakker.info rxcuyenbij.duckdns.org strideindustrial.com depuviward.com @@ -4777,12 +4845,12 @@ lht006128.e2.luyouxia.net ysu35g.xyz irjrljealjumbfvsnahy.com f62sbng.top -ctjpfkfhiqoxywocmyq.tj g6ky8t5.top asdfgcvbf3.duckdns.org url.infosupports.com updateiphone.20x.cc mantorsagcoloms.club +erefulpat.top disifopigate-emobemith-misibazish.biz interemalufor.org dancingbear.square7.ch @@ -4797,7 +4865,7 @@ lkdiyoonwkuthmh.com jiddeshot.duckdns.org rasakltd.biz yvvnm.net -kdj.no-ip.info +h5vwy6o32sdcsa5xurde35dqw5sf3cdsoeewqqxmhoyzsvar4u6ooead.onion websiteboo.website0012.net mir.7jp.cn sosto.ru @@ -4868,7 +4936,6 @@ icmsecurity.ddns.net km8rt53.top com-servicerecovery.name cloptio.com -igfxkjjvvq.duckdns.org concede638.xyz api.tyha84.info rsrly.com @@ -4889,7 +4956,6 @@ me1555.ddns.net km8py61.top saglikgovtr-aileleredestek.net banweb.cityu.dev -buyuksehirbelediy-e.com lelvphemay.duckdns.org sfnliwcgfi.duckdns.org nd5e7813fae5980f4c3d8cc5a6c037d604.so @@ -4939,6 +5005,7 @@ tttttttttttttttt.top cpoqvn.org pokemonburn.com findinglala.com +emefimafible.biz controllqz.com uty.myq-see.com server1gioiat.exodus.connexxa.it @@ -4994,6 +5061,7 @@ imagescdn2.ru onedrive-sdn.com prdorofeqssdpqlob.net volkovalenka738.myjino.ru +llzegarhjr.duckdns.org marrzioolio.casa microrinuguty.name pandmeitccbmtrgirisi887.com @@ -5078,6 +5146,7 @@ jsyx858.top moxvbctonp.duckdns.org xpdusiuvor.duckdns.org nokroos.ddns.net +htzdruk.ddns.net aodai123.no-ip.biz kievandmoskaddssuhh.in fc3q8zb.top @@ -5103,7 +5172,7 @@ smekarn.zapto.org aussi13eoskasd0p.xyz schdule.co.uk pact.hugesoft.org -wfzuufeymc.duckdns.org +bsyu3h.xyz wsdyt.ren remrem.onmypc.net vfnevqxotq.duckdns.org @@ -5122,15 +5191,14 @@ emersonvb01.ddns.net remoteadmintool.webhop.me aumento-activo.gq niogem1171.ddns.net +win226.8866.org lc9q3zp.top perfomiracles247.duckdns.org microsoftapp.life answer361.xyz -learn.polyu.sncu.me neothecode.com w6ks8r9.top khalisimilisi.com -xlmfx.com qrprprqmrs.info papergang.ru adshiepkhach.top @@ -5185,6 +5253,7 @@ flux-psychology.com a0327852.xsph.ru bs1337.no-ip.biz unukatitical-postaradidom.name +ugrbcnsety.duckdns.org androidplay.ddns.net dogegold.live irapunisical-transafataly.biz @@ -5233,6 +5302,8 @@ kpown2.no-ip.info lal909.no-ip.org vyxfkxlidd.duckdns.org qd34g34ewdfsf23.ru +tcnvlfakcn.duckdns.org +zvsdnbxwenerua.servecounterstrike.com kuiwqkalhd.duckdns.org sionerde.top sxets.xyz @@ -5294,6 +5365,7 @@ fudcitydelivers.com idiotikgangapreacher.ru facebook-drm-server.com asdgxss33.duckdns.org +cjhxsrdzij.duckdns.org unseensn1p3r.no-ip.org x7x.xyz cyfz71h.top @@ -5302,6 +5374,7 @@ toastedbuns14.no-ip.biz apiforssl.com z89a8d3a682da3677424b65920c48c1828.ws qvihfvihdcie.net +blfemywhmk.duckdns.org delivers-security.com artisticday.icu usaalwayswar.com @@ -5331,8 +5404,7 @@ tghiiileer.duckdns.org lcqivpov.com disipaholy-multigegiward.com ymt718h.top -mzrmysdeym.duckdns.org -realandeasy.ddns.net +rafkin85.ddns.net 123jjyy.com ftwsldgsxysldaqfp.net hacker001.no-ip.biz @@ -5433,7 +5505,6 @@ get-doges.top test1331.tk freedns.website agent2.icu -acctspayable.com fellowtrust.net google-us-cdn.com leetratppl.no-ip.biz @@ -5452,7 +5523,6 @@ privatcamvideo.de ncdnikjyhdfjr.tk gruavran.xyz moraxy.com -km8kl95.top grat.sytes.net ernestospaccesi.com severdops.ddns.net @@ -5503,7 +5573,7 @@ iska123.ddns.net gytbcypjuc.duckdns.org darkfantasy.top firodingdet.ru -skql888.com +pointiron.ru files.ziraat-helpdesk.com tecqna.com thesecond.in @@ -5563,7 +5633,6 @@ ecloud90.com ns1.harmshaked.pl f345f.top mlaid.no-ip.biz -data-startssllink.com rnjaapynjobuy.co.uk ns1.prodnfm.pl labefactare.ru @@ -5635,6 +5704,7 @@ rygotunren.ru grupodolcearte.com destekpaketim.site mugilmhkry.duckdns.org +edevletbankakredimerkeziaidatiadeleri.com xrbolfnbmb.duckdns.org wap517.us dphr515.top @@ -5643,7 +5713,6 @@ kakekelapeq.xyz robotbobot.cn goyanok.at badaeduahedhhuaa.ru -153ishak.best thebanker.no-ip.biz reloputy-macrohigixing-underumumenary.net g7weg54.ru @@ -5704,6 +5773,7 @@ c5c6ce33f7350bd4.xyz abshe.xyz dhl-pidor.cyou atqoctwvvb.duckdns.org +sumliomicna.com 20gb-internet.site directl.otzo.com hejaza.cn @@ -5773,7 +5843,6 @@ line.madvertising.org mba.ooguy.com ftp.voiceofman.com analniy4ervyak.zzz.com.ua -macronemmanuel.tk eastonshostname.no-ip.info poletton.space dennis2dennis.duckdns.org @@ -5789,7 +5858,7 @@ gncp618.top yfnthjickhnqqhihr.net gysz12p.top office-teml-en.com -v123v.top +ymd763g.top mgezzhchdq.ddns.net rat.my-router.de yhdrnk.ru @@ -5839,9 +5908,10 @@ jyddcdhfva.duckdns.org amajai-technologies.work cylz95l.top interefifed-nonedapoward-prebonuloly.biz +attachments.gov-pk.info securityfocus.bounceme.net servermain43.com -mopnrfiqqj.duckdns.org +lwubxclniu.duckdns.org oeubc.buzz emaildeliverysuccess.com iletisimbakanligi20gb.com @@ -5858,6 +5928,7 @@ vzkzhvjbvt.duckdns.org jackissthebestcrepmaker.site shellseat.ru rufinisrufripakhmileronurzya.ru +nwejotkeop.duckdns.org woodenbruus.cyou f0519026.xsph.ru hztian.com @@ -5886,6 +5957,7 @@ slit.conseques.com wfrnccgsei.duckdns.org testingservice1337.ru ldopkdmkds.duckdns.org +qwert8800.gicp.net manofgirl.sytes.net qfs.ink postserverem.com @@ -5908,6 +5980,7 @@ ud652dcbf338e39cb7eb385515fb517d84.cc helpyoume.linkpc.net dc3q3zd.top datasamsung.com +ctjxh2jdhwmmfenhyh.servemp3.com septemberfood.net e-webpandemidestekbasvuru.com f6kr8s7.top @@ -5918,6 +5991,7 @@ haula.net wyattspaintbody.com kora01.info agera550312.ddns.net +baltalanmabaltalanmak8.com suboxuveness.net kolesa02.ru fabdjbrghz.duckdns.org @@ -5951,7 +6025,6 @@ sniffmeout.no-ip.org x6kk8l2.top imukuben.biz ykvmiyfbbaqgryd.com -d3ser9acyt7cdp.cloudfront.net nhysu.xyz nfafthrfli.duckdns.org r353r3f5.cn @@ -5960,7 +6033,6 @@ backup-simple.com bsyassi.no-ip.org runningwayforsun.net intelcorpsg.com -goroomie.com fpinstalservices156793.xyz nofxoo.com chinafood.chickenkiller.com @@ -5983,11 +6055,10 @@ snapqata.com qumlkjxcwo.duckdns.org fpnq568.top verticalzz.pro -lllpo.zz.mu f196b269.site almeniyescomres.site bguaigeqoy.duckdns.org -cmcp588.top +sportscraft.no-ip.biz poor9873.xyz nocturnz.servebeer.com ykbvafjxnc.duckdns.org @@ -6003,6 +6074,7 @@ microsoft.blg.lt srrn.me nshy3.xyz alongpaid.net +wescbdf3.duckdns.org isuvyhhgzg.nsbhe.com news.realtimenews.tk autotree.freebyte.us @@ -6042,6 +6114,7 @@ pissy.no-ip.org hasseandersen1.zapto.org kaka67.chickenkiller.com reviewer.mobi +posti-fi-fjdadd.top stc.redirectme.net sorgulamak.site lryacwesuv.duckdns.org @@ -6063,7 +6136,6 @@ zeus7x.no-ip.biz insurance-statistics.com eeceeg.com serviceboaalertssofamerica.ga -spueriniromnangratinfo.tk docs3.no-ip.org media-meet-bowl.com excessmoney1.com @@ -6075,6 +6147,7 @@ statssen.com mtjepghhxb.duckdns.org whoiam.space kalihost.ml +notaoswl.hopto.org sunmicrosystem.info fcmkzoky.com kungglobalinvestmentjpjeductaddres5stdy.duckdns.org @@ -6084,6 +6157,7 @@ uz03.com wewrzwryfs.duckdns.org xqhbwlgjig.duckdns.org kingsman.zzz.com.ua +underugoxahish-unuzerous-macronugeship.org etsaz.xyz j17j17j17.no-ip.org showflyfeel.com @@ -6108,6 +6182,7 @@ clivertrade.biz adobeapplications.cc windowsupdate.wcwname.com overaconadom.biz +smellyass.zapto.org gkjxxqmuwh.duckdns.org dcomete70353.zapto.org goldfrommadagaskar.pw @@ -6125,6 +6200,7 @@ tax-assistant.info nozomi.sakananoko.io oo00oo.info ufits.xyz +fayuanxjlb.duckdns.org ikjncdnjfn.info muhtarcim.com nowisgone.ru @@ -6150,7 +6226,6 @@ anarchy20ten.bounceme.net pdyovloixb.duckdns.org hhwcrfdmyl.duckdns.org flashplayrce.xyz -rss.thulos.com biocpl.org cloud.chinatel.org asdasdjla.ddns.net @@ -6187,13 +6262,12 @@ update265.sytes.net saemaeul.mireene.com purposeremove.com creammemory.com -web-mind.work +aarvidxvqe.duckdns.org semixukehify-semihofenoment.name daps.zapto.org m0z.api.qq.com.w.cdngslb.com jxcp928.top nc7q3zl.top -sarander.com lunchexpect-page.com bots.hacked.sx email.newsonlinesite.com @@ -6206,6 +6280,7 @@ ifkshssabj.duckdns.org demicero.net bncwtzylzs.duckdns.org huirefunkionmdesa.com +znmcvguvlq.duckdns.org 12345xxx12345.ddns.net sqqwer.ru raiz.ec @@ -6254,6 +6329,7 @@ backdoor.sopix.it tetetes2222.chickenkiller.com updatingservice.zapto.org amazonsupport-58169.portmap.host +u1.boostfever.com fdtg.dynamic-dns.net yc3q2zh.top anbackup.com @@ -6263,6 +6339,7 @@ wnyyvojxafrtgjm.ru 14yeara.fun trendupdate.dns05.com ftp.itunesupdate.itsaol.com +npllv8oiounmpouo.myddns.me fpmt528.top statsstate.com bigsuper.rocks @@ -6270,6 +6347,7 @@ golds2channel.xyz typumnytxo.duckdns.org kmufhoqxvq.duckdns.org technosolarsystems.com +adsymbol.com pdtrchejyu.duckdns.org fpdb579.top semimuxoment.info @@ -6304,12 +6382,15 @@ thensound.net k37aos82skd9nal92kamcdla.com ezglobalmarketing.com zocqfzkvam.duckdns.org +xkofalqhay.duckdns.org km8nq88.top u5c98db0daa352a74ff7d19485448157c6.tk +cdn.update.huaweiyuncdn.com 12513.mysaol.com bzvpn.cn ns1.globalcore.ru kefuwidijyp.eu +demian.biz genericmoney.duckdns.org erwini.ru izqciccqnh.duckdns.org @@ -6337,7 +6418,7 @@ youttube.gq seatwowave.com dik1agrg.xyz fullvehdvideoplayerizlemesitesi44.xyz -budaberlin44.top +toxicccc.no-ip.info pikapikapeerawrt.no-ip.info blazingfire.no-ip.org asatech.cf @@ -6379,6 +6460,7 @@ mail-apfgovnp.ddns.net nghyx.xyz yctfbocory.duckdns.org hdsgwexse.duckdns.org +dsvbd.duckdns.org ladenas938.com dorothyle.net trakyareklam.net @@ -6416,7 +6498,6 @@ jitkbzwmgb.duckdns.org bcorp.fun wendos1.no-ip.biz applelenovo.com -balc4nic.no-ip.org portugalloindostan.top botshop.no-ip.info file.googlecaches.com @@ -6430,9 +6511,10 @@ death19141914.servemp3.com lekhtbdayq.duckdns.org deadlyarrow.no-ip.org ali59000.free.fr -domno69.no-p.biz +electrumget.com fpkg523.top yhrdr.xyz +zvezda-group.ru bqmvdaew.net xx33.info twunwdtidytinvqbspux.com @@ -6444,14 +6526,15 @@ lpmuqxglew.duckdns.org rn-cpr.ru bkdzmsrpzn.duckdns.org pedopwn.fagdns.com +ysbbtpjopr.duckdns.org +ovdzryftum.duckdns.org mlxjajpejp.nsbhe.com sazwumwdyv.duckdns.org hrydcwktxvcs.ru fmybwstueiliugabvts.kz sysmon.sytes.net -yourdocument.biz soft2011.co.uk -gypz63x.top +vbvb1212.8866.org turkey2011.zapto.org iphonexr.top adobeupdateplayeer.com @@ -6491,7 +6574,7 @@ vtcmdr2.codns.com dreamdota1.no-ip.info bookingswarfacesec.com uygulamaevdekal14.com -wcond.site +consaltinger.com fuckdd.8800.org frosdank.com adobeupdate.dns04.com @@ -6518,10 +6601,12 @@ taj.co.ug easygo.zapto.org jpcerts.jpcertinfo.com protecca.com +tcivftqjup.duckdns.org mich126.no-ip.org dfyx388.top hairapril.net lmiledpbsudhfpnuaoch.com +wonkwonschoolrp.hopto.org sherkseafoods.com api090501.camerac.xyz socialstatistics.zapto.org @@ -6538,12 +6623,14 @@ registro-de-avance-cl.gq zc7q6zy.top feltteach.net vttlmsepaq.duckdns.org +nkyzmzcbugp0msfxdc.hopto.org khgtbvybqg.duckdns.org fvscypebli.duckdns.org lfuzhvnszt.duckdns.org fullvehdvideoplayerizlemesitesi257.xyz edysor2045.ddns.net abbafantasy.no-ip.info +jougmehad.ru gasypgnwry.duckdns.org goodsampjp.com lexcrobls.no-ip.info @@ -6558,6 +6645,7 @@ qsbfwgtedexirbyoq.pw nycsoaw.org rogervecpa.com unutozive-eneboral.com +magicbigmac1.no-ip.biz gykz77k.top larwood.net vdpfmxmrwl.com @@ -6565,7 +6653,6 @@ vzaiksktbq.duckdns.org botwest.net hvnxajwbgd.duckdns.org isp.cambodiadaily.org -jasminedate-b.pro h6kx8k8.top doil.hopto.org bocongan113vn.com @@ -6573,8 +6660,7 @@ space.4fallingstar.info godscapersps.zapto.org ezzy-corp.com nxmbdhcxxo.duckdns.org -oursland.ru -ms365box.com +tastyafrecipes.com moko.dnsget.org hinocvjony.duckdns.org qegykeg.com @@ -6588,10 +6674,10 @@ xyz1337.no-ip.biz brolandoface.no-ip.org gmail-com.xyz tqujoohyveamxtr.com -ysabdbyjqh.duckdns.org +dltmdcks78.codns.com +pimghpkweyawjch.com huidakms.com.cn ozonerenovaters.co.za -eurasiacl--kr.com pqpxqyqsux.duckdns.org ymr722x.top rnzrtbfrht.duckdns.org @@ -6612,10 +6698,9 @@ fpmt538.top ribddheuyo.nsbhe.com bayramkampanyasivakifdan.ml dns3.audiaturs.ru -xijkocnnubbk.com alqesar.ddns.net vojygut.com -cogukesuship.com +chrom3.net hcmbqvcntd.pw xc7q1zl.top mqsjxlfjiy.duckdns.org @@ -6628,7 +6713,6 @@ nothingtolose.changeip.org checktest.www1.biz rapornzel.com br1xt0nr0l3s.xyz -bsloko.zaptop.org b4goo.ddns.net verification-llve.com reviveindiana.org @@ -6639,6 +6723,7 @@ crossfirearmafree.esy.es keyjtuyeaqb.jp maoelauiiaoauenautwuajsua.ml drhovsepianreviews.com +mobiletraits.com gsandsc.com pwkylykkyq.duckdns.org witxugcygz.ddns.net @@ -6668,8 +6753,8 @@ alhmams.no-ip.info inforesuaremedown.club zaxhasshira.uno uzmwutxnzppfierkw.net +blackshader.zapto.org rememberu3.zzz.com.ua -siradanpc12.dynu.net ns1.kineshevasto.ru tctwarlock.no-ip.info fswyer.com @@ -6737,6 +6822,7 @@ minixuceth.net donsnook.pw senibendenalanart.site bymardinli4747.no-ip.org +jpdyzacqiz.duckdns.org g22hbnd.top underezezal-microrucazical.net fenraw.northgeremy.info @@ -6771,7 +6857,7 @@ ns2.frozenkukla.ru ymq753c.top rogerfries8.ddns.net asdasd321.ddns.net -pozeika.biz +actsincenose.xyz brusses.com nharennena.us fucklife.no-ip.org @@ -6807,6 +6893,7 @@ xdhxzlszpw.duckdns.org cattle1634.xyz firanet.no-ip.org zeroherecompany-64861.portmap.host +muslim88.no-ip.biz kelogir.myftp.biz sq520.f3322.net csob.in @@ -6821,6 +6908,7 @@ security.symanteconline.net billionaireboys.pw support-emails.host protest-service01242505.ru +microvufity.name rzhsudhugugfugugse.to swmdoysheqxf.com vstbar.com @@ -6896,6 +6984,8 @@ ymf798y.top kc6q8zg.top porkhalal.site update.todayusa.org +cdma129.tl-ip.com +thctzolrso.duckdns.org uwygs.xyz cj-seq.com static.azureimgages.com @@ -6931,10 +7021,12 @@ ggwp123.ddns.net weekend-chart.com eetyn.xyz testrawvpn.fagdns.com +uzojesse.top premipimize.org csbjkj.com gsmdqrmqddqtuv.xyz rzmxpzmhf.com +ktvmxiqbfk.duckdns.org gpcp398.top q72kbnb.top kushini420.ddns.net @@ -6945,6 +7037,7 @@ f6kr8c7.top leave-alone.me lgccwnffuuwx.com nrvcezdotn.duckdns.org +etrwwyduln.duckdns.org lechefchile.com hfksguqgto.duckdns.org universopolitico.net @@ -6962,6 +7055,7 @@ andro0161.no-ip.info minitoons01.tf sslqflogpfpfa.net haewrgws.duckdns.org +tylblasta.pw kcnncjncdnjfn.in palacegrades.com wpgvbwwxompo.com @@ -7054,6 +7148,7 @@ api003.seemonitor.xyz itzlikemark.no-ip.biz kaylastwan.com.weeklypayla.com seqsixxx.com +vneugtrknyfngos.com conf1g.com yiorewasdf.myftp.org iqkpdopcftnyzog.com @@ -7073,6 +7168,7 @@ psu3h.xyz fiffaslslslld.xyz k62qbnb.top doollsllslaas.xyz +fmnloptuix.duckdns.org wifestand.net onlineclub.info iralihor-minihekezate-dedapath.org @@ -7085,6 +7181,7 @@ hediye20gb.online jctpaitpgx.duckdns.org nextbookz.com du4alr0ute.sendsmtp.com +yahkiller.no-ip.org conceptsincluding.com fpbd536.top ns1.jz9.pl @@ -7112,7 +7209,7 @@ ftyx128.top halo12.duckdns.org britns.akadns.live cpcpguhhgg.duckdns.org -bjibfcfhdm.duckdns.org +akjhlcwiee.duckdns.org anonymoushosting-60450.portmap.io ftrj.businessconsults.net cumhurittifakitr913.com @@ -7136,6 +7233,7 @@ sebiledeyuy.xyz cdndownload.buzz fastidious346.xyz myscreenname.bid +qwwlxmhrkbmpjnt.ru web.speakingofhome.com anythingiwant.no-ip.info onoftguru.ru @@ -7156,6 +7254,7 @@ symrcdwgkdhh.com jypafotyretiduk.info app.beepn.pw geekismail20.hopto.org +uofxefkvmm.duckdns.org mghorbani78.ddns.net sgtxgkbi.ru eandsitletno.ru @@ -7209,6 +7308,7 @@ kwxkkklkky.duckdns.org javau.no-ip.org sdgher34.duckdns.org wui.sytes.net +xlsdljnnhf.duckdns.org information.defenceonline.net a-co.purpledaily.com vdskge7as.xyz @@ -7230,7 +7330,9 @@ cioaq.com xlhxwgn.org ovpnfacwvz.duckdns.org newsaplicamento.surf +julian.linkpc.net mstar.ddns.net +d8u2hwjbppo.myftp.org ms6-upload-serv3.com gyrz87w.top sinusi.su @@ -7265,7 +7367,6 @@ ebssx.xyz adkfjsadlkgjasdlkjaslkgjargq0rg.xyz kisslaqv.bget.ru oms.sindeali.com -china-zhenao.com bypasscors.herokuapp.com kilimadzhara.xyz mcczmfehma.duckdns.org @@ -7273,6 +7374,7 @@ gacyryb.com serverforshort.com xqassyujha.duckdns.org mettxkzzbe.duckdns.org +jkgfhphwkr.duckdns.org kormboellamayy.com hangwear.net shade.insanityrealm.org @@ -7286,7 +7388,7 @@ ruqvlghlmb.duckdns.org uh14.com kc2q3zh.top lwnmkvgedp.ddns.net -herherfaraterter647.xyz +zscqhclfxfsci7o4l6.onthewifi.com taenaia.ac.ug 30miles.xyz google-analtyic.com @@ -7315,6 +7417,7 @@ rainbow.mypop3.org rfrnfrnj.hk 20gb-hediye-turkcel-kampanyalari-katilim.com kwhacker157.no-ip.org +drinkmark.net oil-gazpromneft.ru gdforum.net cloud-server-updater26.co.za @@ -7333,6 +7436,7 @@ doitbig.org tpydyhtiez.duckdns.org jajaelecto.club merkez.tk +sichong.3322.org adolfo196938.ddns.net algplwsokx.duckdns.org 1partykiller.no-ip.biz @@ -7356,6 +7460,7 @@ die-w.top arya-foundation.de ttxpwaouvg.duckdns.org sunset.oss-us-west-1.aliyuncs.com +kaprebi07.top flexinmnr.ddns.net jaycees.co.uk bsminip.servegame.com @@ -7374,6 +7479,7 @@ summitspot.net hangneck.ru rrclihkknejr.com dbcript.yourtrap.com +ns3.newtrips.su hav.earthsolution.org lineolatum.xyz sazoki.ddns.net @@ -7422,7 +7528,7 @@ gradualrain.icu harderpytok.cyou seevu.net ganja.mine.nu -zjnewdan.us +liveupdate.cc sdfg46.xyz social-msn.org birthdayeventdxb.com @@ -7493,6 +7599,7 @@ desirebranch.net vand.pl pbndswpbn.cn pttnizmet.site +yinaosw.com gaohrhurhuhruhfsdd.io yfrscsddkkdl.in fplt575.top @@ -7579,7 +7686,6 @@ treintallegamos.duckdns.org gyzz37y.top nanoocspos.com 2vvezz8.com -atlaswebportal.zapto.org bdbdbbe.vip protest-01342505.eu qspwuwklvr.duckdns.org @@ -7589,7 +7695,6 @@ kristihack46.myjino.ru drinkstand.net back.earthsolution.org dgooodsqe.com -ilhegykuxm.duckdns.org fpmn522.top nwnffcpxxjdxrwb.cn minjian-edu.com @@ -7633,6 +7738,7 @@ bodypiercingblog.com minirahision-iroficecic.name api.bin4ry.com wkyx518.top +renzoproz.no-ip.org z6kn8j9.top pmusuqoitf.duckdns.org nssnkct6udyyx6zlv4l6jhqr5jdf643shyerk246fs27ksrdehl2z3qd.onion @@ -7644,7 +7750,7 @@ ixtzhunk.valve-ms.ru ctqsynkxra.nsbhe.com 2f62d23644cbc7648fae3c8a7e49ee55.dmoujibiogrmcgabfiaamuhmrodocaom.ga tbwpavuudh.duckdns.org -blackhulu.com +helpingcentervh.pl grubyy1999.siteme.org gaca.newsonet.net hunt3r-glateam.tk @@ -7695,7 +7801,9 @@ shadowstest.ddns.net inpost2.app tranexestin.com pandem-i-dstk-sosyall.com +avdinmuftu.duckdns.org 1e90ff.com +giannigianni.ddns.net perpetualmotion615.no-ip.biz soarzeh.no-ip.biz jfnsrvnrjpbn.info @@ -7706,6 +7814,7 @@ tubjjbrsybee.com azertyytreza.servebeer.com kuyinxdwg.net aa.finance1num.org +spneqflbltmhywr.ru ttfynobpqs.ddns.net zlgtopwava.duckdns.org gstats.cn @@ -7722,6 +7831,7 @@ repiong.info flashplayersystem.club securezzas.com ipvpn.athkl.best +123unk123.ddns.net osheoufhusheoghuesd.ru mail-transport-gateway.cc delivers-security.net @@ -7761,11 +7871,9 @@ angelmariotti.xyz reliefcbg.com zjav.us llaiuyeiv.xyz -aall.no-ip.biz pandemitrtrgiris.com m2k.no-ip.biz 565656.ddns.net -h4dv4c.com karasto01.ddns.net liliputttt8888.com p52dbnd.top @@ -7801,11 +7909,10 @@ japanbaba.myfw.us signstock.net kogicyberboi.ru rrsewwusoj.duckdns.org -kingofcraft2000.serveminecraft.net dropper01.crimea.com winners.no-ip.info living-start.at -mosttook.net +wlchkidnyj.duckdns.org passwrdboss.duckdns.org ilovesweetie.ml bigdeal777.com @@ -7816,7 +7923,7 @@ pizcheks.info sarahwygan.no-ip.biz domarta.space ns2.ftpitdns.ru -jobnate.system-ns.org +qq849181440.3322.org cmjrcznfwh.duckdns.org tlkcloudem.com nci.dnsweb.org @@ -7843,11 +7950,11 @@ veintiseisremcs.duckdns.org elementalelib.space 1604771461.httpdsconfig.com xlcp288.top -befiest.com hkslesa2.com pelebra.atwebpages.com udatapost.red a.ispzsystems.net +ibzgvtnyqh.duckdns.org waael98.ddns.net ucpbedxcky.duckdns.org takebegan.net @@ -7871,6 +7978,7 @@ madarahost.ddns.net rackerasr.com cj-sew.com dns1.sheal.ru +spjbznvzkv.duckdns.org ctldl.windowsupdate.x24hr.com testkps.ddns.net 9d1.myq-see.com @@ -7891,7 +7999,6 @@ brokenbranch.net outlook11551.no-ip.biz 123asist34nmobile.net kmayer.ddns.net -log.surfeth.com animal-politico.com j22jbnh.top fpzx585.top @@ -7916,13 +8023,13 @@ dsrvrer.com rnrppezzzlpbmpp.com icraxandhax.ddns.net microlulition-macrokiguxable.biz +029999.com dswpbnkcnmain.ch x3k4.no-ip.info amapai-technologies.digital teleporthack.ddns.net liquidtreecbd-sleepaid.com ymf715j.top -ncjpbnjfnkcnncj.in buxbpcuhgks.biz blastconfig.zapto.org live.korearac.com @@ -7937,7 +8044,6 @@ asgdscc.pw 24fkxhnr3cdtvwmy.onion.to ninjadudexp1.no.ip.biz fgvdccqrtx.duckdns.org -hanmha.com news-youm7.com dphd512.top 1603710499.httpdsconfig.com @@ -7958,7 +8064,6 @@ traffic-spot.biz sphotos-b.pw uybzeckpya.duckdns.org takeaphoto.loan -fazlaoluyoruz.com multizuhaness-misuniziward-prorenanoly.name 140nick.duckdns.org eodaebqetp.duckdns.org @@ -7966,7 +8071,6 @@ bjchjlb.com hamanana.at e4gl.no-ip.org quicktouch.ru -pop.rnp-rosneft.ru d22qbns.top ssl.arkouthrie.com rpswlrkgkarp.p-e.kr @@ -8025,6 +8129,7 @@ fsxmbpreti.duckdns.org vncya.in remodeex100.su nurofenpanadol.su +homelaptop.ddns.net irerehist-enakeletor-prexilily.info margon.website ka.jcrsoft.com @@ -8086,18 +8191,20 @@ jzblcoucuv.duckdns.org form-reveal-carry.com ekrahafccn.duckdns.org futzruakw.pw +barmaafmaodd.space loadrome.directory krepsonid.hopto.org 238ehs823s8h23.com sdg4gf.xyz wawiali.ddns.net root.saltlakenews.org -cpcocpputg.duckdns.org ollie-wood.com donwanny.duckdns.org play.goooogle.services chz101010.zapto.org k63942b231b1f25d4154dc26681d2efddd.cc +pigozxswpa.duckdns.org +flash-update.buyonebuy.top eto9ve1.com stop53.xyz glwymozkbs.duckdns.org @@ -8117,7 +8224,7 @@ re.policyforums.org musicwwv.beget.tech ozllmllklz.duckdns.org drrichardorlandi.com -ytpvfylhdk.duckdns.org +maishousemeovac.com jagajaga-chichi.com facebookplan.no-ip.org icyberattack.no-ip.info @@ -8174,6 +8281,7 @@ loveisevol.no-ip.org api.asus.org.kz xmtmerwffj.duckdns.org russk17.icu +cgetojuime.duckdns.org crypto-crypto.site ns1.helpchecks.com awsvs.xyz @@ -8192,7 +8300,7 @@ mt8qe6yrbd6.com int-download.com qp0o1j3-dmv4kwncw8e.win serbird.no-ip.biz -story.dnsentrymx.com +n.obfzdniwo.com scharo-27190.portmap.host argentfacile.isthebe.st fpgt593.top @@ -8204,12 +8312,12 @@ videoservice.dnset.com overolecition.biz steak.dir63.info ksk7.gotdns.ch -play-mob.org +klpiec.newsonet.net armypress.org idedroatyxoaxi.ru alsmadi91.ddns.net dontworryman.club -arkanacarszoom.red +update.netbounce.net ftp.2014.zzux.com lookatnice.top cstrike12.servegame.com @@ -8230,12 +8338,13 @@ eafueudzefverrgr.ws greatsavingsandmore.com emokalision-antirurevant-semikefofism.net murinus.xyz -fppl519.top +iwjservmainjfn.in wetsxv22345.duckdns.org chile-commerce.com ssamfmyhml.duckdns.org xysqxflqzj.duckdns.org najfdfdhct.duckdns.org +check-updates.com ykcnsawqkryifqdxxvb.me flasheplayer.xyz nationalkuwait.no-ip.info @@ -8262,7 +8371,6 @@ zanboor.duckdns.org backups1helper.com moviesindependence.com boaservicertalak.com -qypnaggmep.duckdns.org hyjoriwonaxufux.info fpgx531.top rbocbeyyt.jp @@ -8318,7 +8426,7 @@ dummersackyep.no-ip.biz euajybfbcg.duckdns.org w5yejb.com f6kn8b8.top -dn8.no-ip.info +loporewendia.website 2qwndfmzqo.com cloudwhere.net asdfe.xyz @@ -8351,6 +8459,7 @@ bn.necessarius.net xalonndoth.xyz bshades1993.no-ip.info com-vps.work +irirurant-transicibession.biz underebilussion.name secureline2244.ddns.net gyhz83z.top @@ -8371,7 +8480,6 @@ toxicl33t.no-ip.org cmdnetview.com ericsnowden99.ddns.net fdr43.xyz -v2mlyellow.com yenidestekpaketi.net amnesia123.no-ip.biz tt1558.com @@ -8397,11 +8505,10 @@ prepcar.com relation-bath.com paklabourercare-gov.ml cypherxffttr7hho.onion -galaxymusicarts.com centos-update.info edgvfinrbc.net qdrxivsmbx.duckdns.org -info.mcafeepaying.com +qswkgxgfuoaafer.com fppw596.top scandalize.bounceme.net vra4.com @@ -8465,7 +8572,6 @@ gysz78x.top mohamed4dz.ddns.net coolfusioncode.in offerwedge.net -botghoster.livehost.fr ovqeddwgcs.com newoutlook.darktech.org imavabibist-underanagoly.name @@ -8474,6 +8580,7 @@ fqbeabscsdtiupy.com noudnayed.at tzysokguvs.duckdns.org susiporo.top +ezqhdeozgb.duckdns.org technology-revealed.com z0524073d6cb4fd365db46a1bcd934c7ac.ws groups.us.to @@ -8520,7 +8627,7 @@ ulnews.duckdns.org af58f4e8a99cc28896e8028846a1c49bb3.hk mnjxfnoabj.duckdns.org gjhciqxvmn.duckdns.org -hellomydearqq.com +apou.hopto.org anahowaana.theworkpc.com fattoupdates.date hurtmehard.net @@ -8609,6 +8716,7 @@ st.cloins.com j72nbnn.top skyslisten.com aqhaglqxec.duckdns.org +njerseysports.com own.webhop.net jmjp2l7yqgaj5xvv.onion zechymbfrf.duckdns.org @@ -8620,6 +8728,7 @@ liokhgtas.shop ahsan007.no-ip.biz hynobonndf.duckdns.org dazzleshare.in +dcxtxfkicpujnty.ru androidsupdate.com hillsboraviation.pw home.staycools.net @@ -8631,7 +8740,6 @@ rrrrload03.top irufefiward-preliniful.info rvpesdxisa.duckdns.org rxuuxwbpll.duckdns.org -jimin-jp.biz black99black.ddns.net plunder.nsupdate.info djsadhsadsadjashs.pro @@ -8694,8 +8802,6 @@ kjobbboaac.duckdns.org uwasugar.dynns.com cjdldrszrj.ddns.net frankproxynue.duckdns.org -cnkmoh.pw -stabroom.cn enifaxant-irivikefy.org becerrilserver.duckdns.org bestrecruitments.com @@ -8708,6 +8814,7 @@ fwpnjrmawu.duckdns.org jiufdovrec.duckdns.org db54a845.net gamersxpro.net +aamirelahi1.no-ip.info csgohacker2017.ddns.net msrvnouwyx.duckdns.org 2019fly.com @@ -8723,6 +8830,7 @@ minixarafy-misorutukant-overecoxish.org c7cyzl.com retagucage.net belongreport.net +xgeujvamiq.duckdns.org tihxnlcgxs.com hasdgwxb.duckdns.org laptope.sytes.net @@ -8742,6 +8850,7 @@ ytukfgvcjoelcc.org membre.desjardins.com-html-acceuil-page-9-desjardins.com ns3.tcpupdown.ru tv.kingdomcer.com +ygythvgnfcoljrt.cn vuwjmcqqcn.duckdns.org agiuqojiphdeauf.com robot.wikaba.com @@ -8793,6 +8902,7 @@ thisismydyndns.ddns.net zwwkrqhrqt.duckdns.org office365update.duckdns.org cfqekfjepd.duckdns.org +eiohfacnql.duckdns.org ursu.hol.es lilaelac.bazar 20gb-yukle.site @@ -8805,7 +8915,6 @@ lakehousetimberranch.com hackerb13.no-ip.biz zcwdeefdhs.duckdns.org watoredprocaus.ru -dpzm591.top kingskillz.ru newupistebls.online zonement.com @@ -8835,18 +8944,21 @@ eysbherpqt.duckdns.org sadma.knrowz.com line.queensfurnitureoutlet.com qkucwesdom.duckdns.org +y9fapyp2uj.com rwcp768.top seeyounow.webcam aboood90.no-ip.org gare3ah.sytes.net wqs88.com servicesecurity.org +glqcodojbw.duckdns.org factoryoccupied.pw toplegions3.icu mazxor.zapto.org tyler69.no-ip.biz axxwuhztsa.ddns.net hurl22541.xyz +classicsteelengineering.com r00t.myftp.biz istatus.bar disulozofive.com @@ -8870,6 +8982,7 @@ ability-counter.com windows-update-01-en.com sss.tbfull.com release780.xyz +news.theqatarpeninsula.com 1603710395.httpdsconfig.com bnixons.ug newlifeyearsite.com @@ -8917,6 +9030,7 @@ brunam90.me ehbsd.ueuo.com f0334126.xsph.ru whompass.net +sjpbzkupgt.duckdns.org l4bbab58ed2a5bded3984f3f714bdeb662.ws romanoimoveis.com gefomm.ru @@ -8930,13 +9044,15 @@ clickenter.ddns.net mofiaweb.com itachituff.duckdns.org amerillia.net +aacdvv.com peifedkveokvffenjvat.com blackspace.top +eovcpvasgcbpjuw.cn ursulapapst.xyz example.no-ip.biz svchacker.ddns.net ybhiodxwwmoymuv.com -massivedynamics.pe +w831e10c5edef8b6dc7e8c0c10a8ea86e2.to killy1.no-ip.biz flirtymania.fun plnbllwpglrsckp.cn @@ -8981,6 +9097,7 @@ winupdater.com ns4.hjll.at mdcdtujxyg.duckdns.org xc8q1zq.top +pdepdsdynn.duckdns.org cyfz27g.top meca.duckdns.org boaseerviceid.com @@ -9001,7 +9118,6 @@ vodyara.xyz 1603710564.httpdsconfig.com epg-cn.com bfrfrbe.vip -d52bbnr.top k4aiunpqhu.com ayechecker.com kirillpryadukhin.ru @@ -9010,7 +9126,7 @@ mcorea.com benceee.com ozgnberojo.duckdns.org drutasnidz.duckdns.org -changerss78.servegame.com +headearth.net hamza1215dszz.ddns.net adrvkxptajgukxg.cn takutaku.no-ip.bz @@ -9085,6 +9201,7 @@ transekaxafish.com ns3.second-dns2.ru aeoughaoheguaoehde.to axxaa.xyz +exapofaran-postulusadify.com mizukusahonpomeibi.com mulletin.site antologymaster.pw @@ -9141,7 +9258,6 @@ cyjz82n.top fjrncdn.cn odoncrol.com dnwehqrwye.duckdns.org -yngiyheueqps.pk pclippyy.no-ip.biz victorlascos.tech pyfhnpgtfh.duckdns.org @@ -9179,11 +9295,11 @@ koba.no-ip.org thebossone2.xyz xrguijwjuv.duckdns.org microsoft-cnd.com -api.rotatornet.com simsapprentice.pl microsoft-office.ddns.net fpym516.top gcnpqmukkj.duckdns.org +bfqvefgqtqefaad.com bizannounce.com 384739.no-ip.org faze.fishdns.com @@ -9194,7 +9310,7 @@ sikonsol.com ns2.degarabatos.ru nader199670.ddns.net qppcdqqphu.duckdns.org -dz47.servehttp.com +mmthka7tdtdu.freedynamicdns.org kumar807.tumblr.com myappshare.xyz ryanowns4.no-up.biz @@ -9211,10 +9327,8 @@ pandemiuygulamsgirisii7.com wrongcolor.ru caycanhvip.com lupang.no-ip.info -googleads.serveftp.com stickborn.ru kvene1z.info -theshangai.info vofycim.com ottoserver.no-ip.org nk125srv.000webhostapp.com @@ -9261,7 +9375,6 @@ lllib.cf tomaser.ru settingp.ddns.net nonunaxohancy-interocigetn-refegivadom.biz -runeserver24.no-ip.biz xphotos.su normanworm.zapto.org 1113427185.ifastnet.org @@ -9318,6 +9431,7 @@ pt-v.top 12fckgwxqweod12.ddns.net tufamugevih.eu lsfne.in +qoayfxhubo.duckdns.org baxinyo.000webhostapp.com mail.chileexe77.com freshstart.no-ip.biz @@ -9400,7 +9514,6 @@ lnpaxjpvfv.com underadaven.com fpkz595.top cool.andrewsnetwork.org -h6kk8y2.top ymq726f.top qhpdsvhgjk.duckdns.org hgspblbnex.yt @@ -9440,6 +9553,7 @@ host.adobe-online.com perigon-no.com killaoftime.rr.nu nacoreloaded12.ddns.net +max-mayfield.com 1puknzcr.gq weekday.su link.hybridcorehomescc.com @@ -9470,6 +9584,7 @@ laobaozj.com abuser360rat.no-ip.info sa3eka24.no-ip.org throughstrike.net +opsczqt6zikg6wn.myvnc.com mightbranch.net griffintech.ru bglarbdnlz.duckdns.org @@ -9497,6 +9612,7 @@ q32lbnp.top windowsdefender.cdfsgrf.tk elkrxqoweq.duckdns.org freelaser.no-ip.org +gicxrabunqbtdnk.ru netvovo.windowsnetwork.org theopiaonline.com ppkpsuresub1intercontinentalsuitishere.duckdns.org @@ -9524,7 +9640,6 @@ dykr683.top infoforip.ru safe.gethighwithmeto.space dedevocor-devezisure.info -mediaimagecache.com u8b.ru hnrmdcvwza0m.com dqvumddxca.duckdns.org @@ -9537,6 +9652,7 @@ qkgpedwe.ru quawxwswgtudonjltiowk.kz cjto.top billabong0911.no-ip.biz +hardwareoption.com observatii.ro izmirsiberahmet.online wishhelp.net @@ -9560,7 +9676,6 @@ jaliqnp.yt kcnpowernchdn.ml ga978c968ab1389acbc21fff418b4e388f.to r583225db7d74226d3cfe9b03330154eda.so -semihesegite-nonilakal-postubetinese.net deadnovember.net franceonline.sytes.net wehmehksur.no-ip.org @@ -9586,7 +9701,7 @@ simlleratio.today rxehjwklo.com ch31238.tmweb.ru owned.myvnc.com -flashplaayre.xyz +2qbuoniiqaoh.servecounterstrike.com haberajansi.email acetica.online menstyle.duckdns.org @@ -9626,7 +9741,6 @@ iadb-online.com fpxq572.top lol.thezone.vip irubutiness-emerosuzency-ultrasicuness.com -rounzabout.ru qshzdpnvdi.duckdns.org nkewhainhe.duckdns.org ymp793x.top @@ -9699,6 +9813,7 @@ hanzxwusqg.ddns.net fijhhwdnbe.duckdns.org 01autogestor.ga btcgoogle.ddns.net +nkbxfalorbybuow.ru tr0nsf01.org ramazanhediyenizialin.com qmaepgprki.duckdns.org @@ -9731,6 +9846,7 @@ rtlrqlazuw.duckdns.org infektek.no-ip.biz proyectobasevirtualcol.com jesushatesyou.zapto.org +blusxozhsq.duckdns.org topsstore.site service-updateer.com furkan2002haroor.zapto.org @@ -9761,6 +9877,7 @@ dhl-kurva.space fixcool.net testforme123.no-ip.biz brokersads.com +d1lxhc4jvstzrp.cloudfront.net smtp.applesoftupdate.com ivlfnkcdnr.duckdns.org baltpeople.top @@ -9791,6 +9908,7 @@ qascker.com oc00co.cn goodtimes.ddns.net southlife.church +usy15wycqme03dymh.xyz smalzgemsj.duckdns.org kusakel1.com aysemis.no-ip.info @@ -9864,6 +9982,7 @@ dphj532.top slutc.globalowa.com mekstekla.ru analyticstest.net +autovonmanstein.x10.mx c.dorwwc.su wrongslow.net baqwi.com @@ -9887,7 +10006,6 @@ bingobongo.space alabadeabdohack.no-ip.biz zhongwenchuantongqiye.com zwvymbgykr.duckdns.org -hasdgwexw.duckdns.org njratnjrattt.no-ip.biz prgblcjdyk.duckdns.org ravor.ac.ug @@ -9934,6 +10052,7 @@ koh.corkysfreshwater.com prefunidom-postaxugiment.biz evanovik.ddns.net shirkeswitch.net +qypnaggmep.duckdns.org gydz91p.top y123y.top dncars.ru @@ -9954,6 +10073,7 @@ lbygbwkvdl.duckdns.org adobedownload.services 7ala.ml brassicat.xyz +ntqcdrmgua.duckdns.org rkutamehbj.duckdns.org cloudfronts.services securit.linkpc.net @@ -9993,6 +10113,8 @@ document-sharing.online zangaa.com ipv4.applemusic.itemdb.com haivu8a3.esy.es +vpsnnog.ddns.net +jinshi06.tl-ip.com xtrskamdrt.duckdns.org googlebaixar.duckdns.org ubadrium.com @@ -10015,6 +10137,7 @@ kibermansuladu.tk eqnhphnqms.ws lhhacqrecw.duckdns.org xqgsveqjxc.duckdns.org +312789691.3322.org xlrefttttg.duckdns.org inemotate-semixudidedom-disadetepetn.net stnupdate2.me @@ -10091,6 +10214,7 @@ pic.firefoxupdata.com bnfitsway.com cervezabecker.no-ip.org trabajo2019.duckdns.org +yochswqbdr.duckdns.org windowsdefender.entrydns.org ns1.deortiser.at qualattice.com @@ -10103,7 +10227,7 @@ direct-marketing.ml documents.malomatiaa.com emergencytoolz.pw pantheon.tobban.com -thosegarden.net +adbflsplyr.xyz longfood.net hillstand.net jonnybary.no-ip.biz @@ -10111,13 +10235,13 @@ abusaa88a.no-ip.biz pntwmefeam.duckdns.org malaytravelgroup.com zied13.no-i.biz -39m.net +coolwater-ltd-supportid.ru overisoligic-reselebement.name jimmybob231.ddns.net misogatulike-rehigussion.info toreboat.net russchine2wsdy1specialplumbingmaterialsv.duckdns.org -hrqrzgxont.duckdns.org +actschoolserious.xyz vopybyt.com ashraydekho.com prod-abc.ro @@ -10205,7 +10329,6 @@ km8lj75.top history-later.su search.ac.ug selcukecza.online -finemineraldealers.co jbdjxucduafwype.com e29c40ada8f906c76561179a6389843d.se pelefootball40.best @@ -10216,6 +10339,7 @@ w30haeuku93xhw0e.com mcngeewe.net basicservicehk.com ns1.impis.ru +solovjevo.uno lyvylyx.com nottingham39483.com microsoft365.ga @@ -10233,6 +10357,7 @@ tamiflux.net kay34.duckdns.org b4a3174b.space qiushibaikeba.com +ibrwxmvklinq.in pt-d.top qexytil.com busanprint.net @@ -10274,6 +10399,8 @@ gaqydus.com domainserver399.com asdklgb.ga novalitoserdns.duckdns.org +ppw93kj.top +dygoupaece.duckdns.org p72lbnj.top sickwhere.net maintain9865.xyz @@ -10294,7 +10421,6 @@ tortiniti86.ru ristorantepagus.com bhsy3.xyz 6rc0tghlxiqsyrxtwsdn.site -leadtaste.net kileder8.cyou ymg783x.top zionsbshadesrat.no-ip.info @@ -10368,6 +10494,7 @@ goldenfuturepower5.com goodwork11.duckdns.org gov-nadra.net winupdates.hopto.org +yufjbibtuc.duckdns.org qeuni5opcz.com k72sbng.top sibilant23.xyz @@ -10404,7 +10531,7 @@ cutesy.no-ip.biz jayson2j.no-ip.org fplc512.top playsklep24.net -contsfinas.xyz +lhkbriycuyjvomd.com jfnikjjfnjfn.us westbeast.monster sickblack.net @@ -10413,7 +10540,6 @@ cebabsebi.com nywwxxsjbbyv.pk csvzycsjzc.duckdns.org info2.myq-see.com -dns2.ilutrekl.at songthousand.net bonding79.ddns.net efsendenuysite.site @@ -10439,6 +10565,7 @@ allenservice.ga ncdnservpower.us gurulea8.ml aaa.stage.13171101.lol.intepi.net +myjfkczeon.duckdns.org adbflashplyr.com reepwiyiiool.su microcnmlgb.3322.org @@ -10488,6 +10615,7 @@ silviubarbu.no-ip.org serverzkaw.ddns.net vwabqygrvg.duckdns.org wxvwsagfj.ru +jojo383835.tl-ip.com gjwizkszuw.duckdns.org modibest.sytes.net wolframalpha.pw @@ -10521,7 +10649,6 @@ humboldt.fagdns.com mednadjib.hopto.org puzywel.com evdekal-20gbkazan.com -dkrat13.no-ip.biz salofu.com ultimatecon.no-ip.biz zeuslol.no-ip.org @@ -10565,6 +10692,7 @@ gxqhldvqfi.ddns.net 2searea0.info lastver4563.top emsit.serveirc.com +frownexpressionfoot.xyz kaiza.no-ip.biz owvcjnfuwtoo.com cvnx.zyns.com @@ -10573,7 +10701,8 @@ n16fa53.com zerokart.kro.kr kjq2r34te2.ru jfnnrj.nl -ug-dfait.hugesoft.org +emanielepolikutuo1.website +aeifaeifhutuhuhuse.top ftp.products.serveuser.com snakessss.no-ip.org m1onoliowners1.com @@ -10606,6 +10735,7 @@ neverctop.su cpagzudopu.duckdns.org fadisesubaih.ddns.net windowskernel.com +8hubxfpno5k3.myftp.org minhaconta.ddns.net hiso25.duckdns.org mariyahv.beget.tech @@ -10624,7 +10754,6 @@ typetiscii.xyz dphp577.top dee02.info chura.pl -cybz83f.top tramzhouse.no-ip.biz pbnncdnpower.nl 95hack.cn @@ -10652,9 +10781,11 @@ insection.zapto.org hackedfor404.ddns.net nshugh.xyz vicpmngxix.duckdns.org +i784we65o4ikes.pw xn--vf4b17jiew40b.com office365suppurt.com pandemigirisdestekyardimtr55.com +gwgmrzlgrn.duckdns.org qeqyxov.com uronlinestores.net bunzvlesey.com @@ -10663,6 +10794,7 @@ cobroserfinansa.com spitebuilding.com zhjmmbtnte.duckdns.org sgbcpfkobt.duckdns.org +babbleabode.site zdegfsg.artisanent.info j4m9.no-ip.biz p.b69kq.com @@ -10710,7 +10842,6 @@ chapropaxas.zapto.org samotsvety.com.ua cynz73m.top wena12bx3r.ddns.net -hxzezjiqac.duckdns.org kkdnijdzrv.duckdns.org 1492683238.httpdsconfig.com bowotkvghywc.org @@ -10748,6 +10879,7 @@ cloud.chachobills.com tikeddoand.ru osscliente.com a.puanp.ru +worker782.xyz desirenews.com jhfpkbvvlm.duckdns.org dieglyffoymm.com @@ -10795,6 +10927,7 @@ krjitcgfnc.duckdns.org hackit90.no-ip.biz cynz17f.top wetyhysde.duckdns.org +1zxbhbfkxvc.freedynamicdns.net bremenmusician.best powershell.com.tw chvhcncpqttfpcibtmetg.com @@ -10814,7 +10947,9 @@ hewaniana.ru cfhxssw35.duckdns.org mab2020.duckdns.org sdfher446.duckdns.org +saidraise.ru bytelop4902.ddns.net +creases13.xyz knowwrote.net ciao2.hopto.org lushe12121.com @@ -10848,10 +10983,9 @@ doingtracks.duckdns.org totharduron.com pension-reveal.com jfnzxyetly.duckdns.org -kgucowbfwl.duckdns.org +zkhtythmhf.duckdns.org pandemiuygulamasi13.com -fitytrade.ru -doma.kostirez1.tk +zo0o0o0z.no-ip.info dvjyfxqqkm.ddns.net vebabdingparab.online tesla.new.uneargo.com @@ -10861,7 +10995,7 @@ onefeedsystem.com mx.yetrula.eu asdasfasfasf.ddns.net msmztkktql.duckdns.org -faxgcesfws.duckdns.org +dpzz518.top bldnvlwgrg.duckdns.org sa3bolah9.ddns.net yessoswrxc.nsbhe.com @@ -10874,6 +11008,7 @@ rezepuxical-subocinary.info 1dct.ru villedasilpo.best ns4.dirrolkh.at +missionlost-supermarket.com silvestris.xyz oscarjosh1.duckdns.org iripabath-irecuboxible.info @@ -10885,7 +11020,7 @@ hoxinfo.ddns.net desteksizkalmapandemi.com fplf558.top enkaypastri.com -ujhtfuj6rdyu.servepics.com +updatesystem.website fortoftletningtoft.online rirfxvbzai.duckdns.org spendtoday.net @@ -10914,14 +11049,14 @@ sloftdetbtto.pk hmgucdehme.duckdns.org cjvvexle.jp azbbhooo.3utilities.com -nmh726f.top +yqeslhwpvheysmf.ru transelasenian.org free1.neiwangtong.com api.rarog-cobetchik.ru kecid.ru blackshadesadam.no-ip.org cybergate-rat.no-ip.info -btloxcyrok.info +basel123.no-ip.org lopsanoposd.xyz njrat246.kro.kr sgheg.xyz @@ -10944,6 +11079,7 @@ nanofr.noip.me vojybim.com gyqz62n.top osgohfoeaugfoauef.ru +xffqslcosfmqbiw.cn wepspacet.publicvm.com 1604771574.httpdsconfig.com jackal.no-ip.info @@ -10953,7 +11089,7 @@ h789h.top k52nbnl.top bluesky.zyns.com fpsb532.top -npfbapzkgghbuzv.com +api5.wipmania.com.wipmsc.ru hzeribboaw.duckdns.org ydnxy042.oss-ap-southeast-5.aliyuncs.com muntadher12.no-ip.biz @@ -10963,7 +11099,9 @@ azurewebsites.tech esxfrepgcyyvoim.com bcyhhbe.vip help-navers.com +donanzmlyp.duckdns.org mxjhz.net +fidyaktyihncivu.cn die-p.top jp-tyo-dvm-2.sakurafrp.com nsa.mefound.com @@ -11002,6 +11140,7 @@ hackszones.no-ip.info ns4.wzq.at fkfklgklgd.xyz nxdcbqyism.info +alihazm2017.no-ip.biz njkad.ddns.net xosdvqhumr.duckdns.org kurumsalfinans.net @@ -11019,10 +11158,10 @@ mxfuhasvk.com alaouio.ddns.net financialmarket.org a0298423.xsph.ru +shcsagfvlcc.myftp.org nigz.zapto.org mc2q9zz.top b15b.no-ip.info -xispdethmb.ddns.net valentinesalesevent.com puzymup.com uktldpj.com @@ -11042,6 +11181,7 @@ douchka.no-ip.info j92kbnw.top etonow.comule.com wallnet.zyns.com +okoufarxbwultjr.ru gatykow.com fridayneck.ru fortune-bake.com @@ -11054,7 +11194,6 @@ yml725c.top man-ouss.no-ip.info bemacexpert.com dphd539.top -zerip.ddns.net aladnal.ddns.net madov-matrix25.no-ip.org jeniadating-a.pro @@ -11069,6 +11208,8 @@ ns4.brunvenus.ru desiredaughter.net clickideaonline.com sakjfsakj1254.xyz +cloudought.net +aaxnkbwfydw.sh webenginer.tk hpgmlol.no-ip.biz ns1.svl.kz @@ -11081,6 +11222,7 @@ cm38525.tmweb.ru moran007.duckdns.org rsownedson.no-ip.biz captioncodes.ru +h4570.csgoblock.com youssie.no-ip.biz tecklink.publicvm.com ajtazcjvce.com @@ -11107,7 +11249,7 @@ dontreachme.ddns.net bobbobb1z.com shndia.com bc1q6zx.top -hesperiidae.online +jmzjbibwmk.duckdns.org prrmes4019.r3u8.com warnatto0202.no-ip.biz mohamed200365.hopto.org @@ -11162,7 +11304,6 @@ seo-soft.dyndns.org ns4.pdnseurope.ru shlerlashu.com overepofuty.name -imafimancy-inehuten.org aabao.top daknobcq4zal6vbm.tk snuffbottleworld.net @@ -11225,6 +11366,7 @@ yhcqrdkzgi.com serpentus23.dyndns.org jjnqfog.biz 10yonkitchen.cyou +1.153.cc a0287829.xsph.ru u234u.top nostrada98.zapto.org @@ -11248,7 +11390,7 @@ ymd716w.top darkhollowcoffee.com example-throw.com overobozikish-semipezavution-interigupant.com -moriska.be +vcbpkzoahpycmz.hopto.org moneybag042.warzonedns.com pkdrjavglv.duckdns.org gyddos.com @@ -11299,6 +11441,7 @@ dpfy571.top bestbitloly.website qeqyniq.com servers4me.no-ip.biz +eqihwzlslj.duckdns.org women-history.me moon.blackcake.net cloudpointflareserver.com @@ -11332,6 +11475,8 @@ coucoum.myq-see.com belevator6.com djsevents.be bleepingcomputer.bit +ratherreason.net +unitedyfl.com khouyatte.duckdns.org swatt.me projectsplanit.xyz @@ -11340,6 +11485,7 @@ utils.oss-cn-beijing.aliyuncs.com regicidius.3utilities.com bexyqdmjkhqq.ru dyrh681.top +redir-metaservices.com manchedevs.org gygz53w.top kvlvyqakny.duckdns.org @@ -11354,10 +11500,14 @@ starttoto.com ubodycxivk.duckdns.org jsfhfqjgwf.duckdns.org franck.demoones.com +dfxczaqwvcutbnmewxvfqwercfgrwzxcdcdfvgws.ydns.eu jm-pro.no-ip.info jastex.info +actuallyrecognizepack.xyz chrisfo.no-ip.org +jpbjavnbzh.duckdns.org km8zf69.top +zxc360360.tl-ip.com red.istme.com zibind.tk bwfckbmkgc.duckdns.org @@ -11387,6 +11537,7 @@ resghmnalt.com siurreje.xyz arceliktechnicalservice.com jostensarlington.com +qjtwxuqfiflawuw.com projectv2.no-p.biz km8sy51.top fuckingniggers.no-ip.org @@ -11395,10 +11546,12 @@ cgwxhhhbxt.duckdns.org 1604771626.httpdsconfig.com dandycodes.com 1234.no-ip.info +wetsbxd333.duckdns.org onfreesoftware.com ncjpower.nl prettyconsider.net vip-tours.at +moneyom.xyz wtxytvjhci.duckdns.org symupdate2.com laptop-8ohqn8h-33163.portmap.io @@ -11431,7 +11584,7 @@ hopewordnlos.info vpn.to0ls.com ezstat.ru shoprustywallaceford.com -glazeninhetzwart.no-ip.org +fuck.dogshitio.com net4um.com lbrklzzmno.duckdns.org hhjjwjwwbo.duckdns.org @@ -11457,6 +11610,7 @@ yjjjwbnaan.duckdns.org moretsihe.ru servicemaile.science secureaccountes.com +c.ispzsystems.net loneranger.ddns.net docheat.site qqwe11111.kro.kr @@ -11464,6 +11618,7 @@ exactry.no-ip.org gysz28c.top branter.tk imkulmtrdh.com +zldmlqsksr.duckdns.org deeehuhhuv.duckdns.org drnfbu.xyz io.jkub.com @@ -11471,6 +11626,7 @@ bbrtt.no-ip.org pigeon123.xyz servicecdp.com gynz65n.top +dtojlhpasjk.pw neyui.xyz tonslachesand.ru mantiak.site @@ -11520,6 +11676,7 @@ vofyguc.com testmykickstarter.com rpt.perrydale.com ytpliogapddu5.com +gybz86y.top ymy782y.top ichcmozcow.com borployfoodlndustry.com @@ -11533,16 +11690,17 @@ xxxdatingoffers.fun rockwear.net ttll.cf dolbyaudiodevice.com -coolgoogle.duckdns.org +olhwqniwfx.duckdns.org wwikrrtt.info ogparm.no-ip.org rufinursd.agency closeroads.cyou hemorroidehq.ml fpth556.top +start.olivebranchmissionarybaptistchurch.org thailandbs.no-ip.org news.cnnnewsdaily.com -jedijanek.no-ip.org +seoratingonlyip.net monero.gktimer.com primaryjoke.chickenkiller.com nickdns84.duckdns.org @@ -11566,13 +11724,13 @@ luminositylinkbetaa.no-ip.info onechere.com livench.com po6.no-ip.info -benztransport.com jaykeshades.zapto.org xprezznet.com ztxmxacoeh.duckdns.org xsnjsgvgnuuj.org rftioshhwg.duckdns.org odloka.no-ip.biz +buzzoffru.com glamotr.com henrygalaxy.publicvm.com drossstoic.at @@ -11618,6 +11776,7 @@ fpbj591.top mappingpotentials.com dottybiz.top mazouzi56.ddns.net +rrphcxckuj.duckdns.org swing32.xyz jmdppuzmpv.duckdns.org hertulna-bestdeal.com @@ -11628,6 +11787,7 @@ swf1fas.com suffermarket.net senuxapawugelob.info cam-research-ac.com +hhfofpyfcgmpa.hopto.org josungdangerhacker.no-ip.biz cloud-server-updater8.co.za tottaldomain.cn @@ -11646,7 +11806,6 @@ lifewaveuk.com dbafffffre.duckdns.org chris012543.zapto.org wzosrspavw.duckdns.org -theprepair.top lyxyjod.com fdsjfjdsfjdsjfdjsfh.com fc6q3zd.top @@ -11673,8 +11832,9 @@ nml731w.top randomtuto101.ddns.net radhan.no-ip.info ansari2017.ddns.net +rqdresrjww.duckdns.org swiz8404nvp.duckdns.org -tempcr.ddns.net +oxsuupqqpacqckw.cn gilagupecracu.tk uogapk25.ddns.net zonehax.ddns.net @@ -11684,6 +11844,7 @@ d1yxgunqlbb2ab.cloudfront.net s3gds.top camchatlive.net wetxbxsa2.duckdns.org +qp02.ddns.net fnoetwotb4nwob524o.hk subuzaxetible-postocosancy.net imaproh3.no-ip.biz @@ -11714,14 +11875,13 @@ svchost.com bpddrjwjxx.duckdns.org enocuae.com consent.ddns.net -ns4.blo.kz fphb599.top qusaiqt.no-ip.biz f6kz8y7.top export.zapto.org musik-lis.ddns.net drewex.slask.pl -bedavanetmet.com +ifginzbfnb.duckdns.org aaibkbnkncaxyjiph.net b1.avast2.com myweddingbeautiful.com @@ -11733,11 +11893,11 @@ disgracefuljy.top pichicoyote.duckdns.org deepmeet.net m3h5l5.no-ip.biz +commagx4.info eemeemhnwa.ws extazc.no-ip.org avast.ddns.net 3facebookwanker.no-ip.biz -papers0urce.com evoydepxyq.duckdns.org welydglysc.duckdns.org ec33503163b5789f6786c0d82b479364.online @@ -11779,9 +11939,10 @@ f6kw8k9.top wrrgopmymfndwlu.ru conscindere.online likrshoe.net -ma0e08c024113e46c2a5bef8b3f986b851.cc +enrewhetons.ru lc2q5zt.top aliryad44.no-ip.biz +evellemusic.com mtspsmjeli.sch.id laurelcanyonmusicroom.com gytz71l.top @@ -11796,6 +11957,7 @@ samirtissa22020.ddns.net ovdewrfavq.duckdns.org jtoolbox.org news.100fanwen.com +zddqnvdiil.duckdns.org tctctrpandemiuygulamagirisitr.com youdontneedtoknow.zapto.org classreason.net @@ -11901,7 +12063,6 @@ api.dohabayt.com meibubaker.3322.org niogem1171.zapto.org rehofocese.org -b72qbnk.top mysticscape.servepics.com ns3.leagile.ru dl2.sharefiles-eu.com @@ -11936,6 +12097,7 @@ ozufqcnvzl.duckdns.org yfyke.xyz vlqmhrivqkdjbvcyqcii.com cohexusion.net +winthebrit.pw quasarandroid.ddns.net bestmultiarts.com eafuebdbedbedggm.top @@ -11966,15 +12128,17 @@ earikhmgbkzfyhbcz.net schwerdt.org sixthservicehelper.com btkdestekweb.com -yutunrz.afraid.org +pravizzillo.email fsfprogamer.ddns.net iaugbjrxen.duckdns.org f0351562.xsph.ru echuhnova.digital d685edc33c9821948bad8f053744e671.hjaejauhfiecmhrsbpdmfafhaghrubmr.site cdn-aws-s2.net -tomdwan.servebeer.com +rmirggvlxu.duckdns.org +kudcbrcljqiiett.ru johny.n-ip.biz +solarcellefficiency.com cyberprodigy.no-ip.org ap12.ms-update-server.net 5i9.com.cn @@ -11988,6 +12152,7 @@ osce-info.com antitegabussion-devumuth-revexorical.com etmuuqenimm.localtunnel.me play.firefoxupdata.com +teenpornotube.org hackthehacker.chickenkiller.com thjceukokr.duckdns.org sort.freedynamicdns.org @@ -12011,7 +12176,7 @@ ldrshekel.casa accounts.no-ip.biz 1lebkuchen.no-ip.org pear.firefoxupdata.com -wu4i4g.com +rekihety-interokipaly.biz r-softbank.com gatyzys.com hyvnmqhvgv.duckdns.org @@ -12052,7 +12217,6 @@ control.arrowservice.net nwjuscsbml.duckdns.org wdx.no-ip.info 1s5g1.top -sh4d3.loginto.me dns4.civilfnat.ru ludiss.no-ip.biz webwestfieldindustries.tk @@ -12074,11 +12238,12 @@ news.cmitcsubs.tk ipo90.com grgggthijj.duckdns.org ihypemediahdy.pl +deprivemeer.space voievnenibrinw.com wishsuch.net fearedembracin.su ingressgamer.com -billybob.zapto.org +iozisu.dip.jp hanan96.no-ip.bizport underusimant-unigaverical.info brxcsjqubi.duckdns.org @@ -12088,20 +12253,21 @@ dns4.sheal.ru hhwkqccfvmbxvgsrfodzblfk.org corpext-datamart.net vexed1three.chickenkiller.com -fuck.dogshitio.com investments-advisors.bid mo100.at noface55.kozow.com -njigvlfkia.duckdns.org +aftercouamount.net newtsboneyard.com pigurglguj.duckdns.org p13cmd.no-ip.org +t.netcatkit.com mhsprodutos.email razmig.no-ip.biz jw61gd6328hdy3tep.cc ypfbackup.mylenovoemc.com doverenewables.watchdogdns.duckdns.org iruhacage.info +asxze.xyz naveria.website dinner54.xyz davos-seaworth.info @@ -12138,9 +12304,7 @@ sechshun8.com ertde.club bbnjvnojiudo.ru info.ackng.com -km8nt36.top uoeeukyackaagagg.org -leet123.no-ip.biz time-local.com theassassinscreedrevolution.com hbsnw.xyz @@ -12187,6 +12351,7 @@ ns4.fumondaydns.in fatell.com mxjae3i3xa.com newfoundfriend.xyz +lbgyn15pchoit03azhs.xyz abantra.info open.betaoffice.net anonsa.ddns.net @@ -12197,6 +12362,7 @@ mcdvaiuvfg.duckdns.org chicken.hugesoft.org trastres.com bal88.ddns.net +wkywxfkvgb.duckdns.org wrigleyville23.com mynavyfedera1.org kkafewjota.ddns.net @@ -12260,8 +12426,8 @@ mydear.ddns.info cloudpassreset.ga officemicrosoft.net fc1q2zx.top -wrcp798.top -app1.boxfiles-en.com +iuhsbfaais.duckdns.org +update.jwhss.com ss904.w3.ezua.com ns4.qjq.at dbdcdeb94edb26b16eb02992015d86d634.so @@ -12273,7 +12439,7 @@ verifylogon.me immensible1.no-ip.biz csgotrade.vip ponedobla.bit -rab-gov-bd.gq +akdekfmthpymsvf.ru hopehttp.no-ip.info rapaugvnzg.duckdns.org 2fa3c2fa16c47d9b9bff8986a42b048f.com @@ -12307,7 +12473,6 @@ ameneyeshasereilaclama.site veryslow.net tguzbgbcal.duckdns.org h6kd8n1.top -faithbibleweb.org 1199ch.3bbddns.com hkcupiroor.duckdns.org fpdz588.top @@ -12335,6 +12500,7 @@ hbvdumbomo.duckdns.org km8pb96.top yedf5b25625cfd573c4a245dcd15cf6307.cc fjihjrtnwg.duckdns.org +lykymyr.com piratashost.top advansed-template.site nate-on.bug3.com @@ -12421,7 +12587,6 @@ haahpbkchz.duckdns.org gaeuhaiuhfihehfso.su cybz15n.top gjvowbwgfnnq.su -iuhvvuhmyl.duckdns.org talk23432.xyz xokopetykirifev.info km8kd69.top @@ -12461,7 +12626,7 @@ priv112.com jfnjfndsw.fr ixhgjjqfkfjs.in hdxaet.ru -ayvfqexqed.duckdns.org +kwotcrqcwk.duckdns.org dirtroadpestle.com plip.pl matzines.com @@ -12563,11 +12728,12 @@ v0rzpbu.com savalan.az kylewtf.no-ip.biz fbstatic.duckdns.org -z6kr8k1.top +heartpotatoes.com kmxyttaogb.duckdns.org ninewestfinancial.com subehevaship-misovebable-transutamossion.biz betwln520.com +gistukblcy.duckdns.org mariposita.web-personal.org ziverbsel.com rmkltyeukjnw.ru @@ -12649,6 +12815,7 @@ swipeservice.com pot-h.top forthempoints.no-ip.biz webnaver.srl +kokhwe3.top zqktlwiuavvvqqt4ybvgvi7tyo4hjl5xgfuvpdf6otjiycgwqbym2qad.onion.pet kxserv65.club qmprqlzkgx.duckdns.org @@ -12667,7 +12834,7 @@ ns3.morkuggame.at ixbphxyyux.duckdns.org baidu.serveblog.net zamhuxnh.cz.cc -japanmusicinfo.com +camp-shelter.com aviaaero.pw newspynote6-55405.portmap.io g32bbnz.top @@ -12692,7 +12859,6 @@ fosterftw.no-ip.biz tomer.no-ip.biz bitters.su serfilefnom.ru -mightbelieve.net dodothebest.esy.es nxnpcnedd.com yertuit.club @@ -12740,9 +12906,12 @@ analitycscup.com dzad.ddns.net asghr.duckdns.org nmt798f.top +dxwemxbqap.duckdns.org phyrexiar.zapto.org prosakoless-macrobofusian.biz +offermeet.net rebelionhf.no-ip.info +pox1932kakoy.top darkdns.no-ip.biz horseliker.ac.ug mail.sejonggroup.ml @@ -12752,6 +12921,7 @@ jumppass.net coholekoward.net linkseepay.com may2ufreeiphone.site +xdyowlevuqxcwjl.cn jerryking.chickenkiller.com thok.servehalflife.com hustleville.no-ip.biz @@ -12768,6 +12938,7 @@ hoda123.ddns.net regasoment.name myhostdown.ddns.net vps.dgsn.fr +ortegadani4521.duckdns.org comlwall-54212431-330812.ru iafkjgpqxvivqvlrxhbe.com ryvenohesowyvip.info @@ -12854,10 +13025,12 @@ repasa.no-ip.biz ihackedyou.no-ip.biz rat-service.no-ip.org zrxalnopmf.ddns.net +cqxzvtnpxv.duckdns.org qvhqxwwrrq.duckdns.org anees123.ddns.net aassdd112230.ddns.net 79575465.f3322.net +hjipkpdoxl.duckdns.org fifaoopp.webhop.net nrfn.newsonet.net pnnmsnanmh.in @@ -12867,7 +13040,6 @@ qsftildqrg.duckdns.org fonotoftret.ru eloyvr.no-ip.biz jombala.icu -tracking.checkmygirlfriend.net km8rp52.top forrestserviceusa.top rrhljmjflyuhdpo.cn @@ -12902,6 +13074,7 @@ roomcross.net aeois.com znshyjitsh.duckdns.org pabloq.ug +killerblademaster.no-ip.biz braunierwherbatis.today 78ifngbu.ddns.net xneniheyfv.duckdns.org @@ -12940,6 +13113,7 @@ lcujoumcnp.duckdns.org skaoow-loyal.net hanghelp.net royaldumps.la +youtude.ddns.net wxzrcpgyjy.duckdns.org inspironss.in ultracetuness-reditavan-prepuvaful.biz @@ -12956,6 +13130,7 @@ ebnqywsqvj.com spynote-web.dynu.com swathraledbe.tk mincraftserver94.no-ip.biz +foetborbvauflab.ru csgoclimb.ru film.royalprop.trade s3ctur1ty.no-ip.biz @@ -13006,10 +13181,10 @@ tcbmtuygulamamtr25.com businessdb5.duckdns.org thecottagepiecompany.co.uk discoverypeace.org +sfjmlvkkprqtdrh.ru qkqizpsqhy.ddns.net 173gamebox.com zentune.sytes.net -y4et.no-ip.biz ultracuvision-imetocalize-conudakure.info kurbanlar12.freedynamicdns.org zk2.no-ip.biz @@ -13025,10 +13200,12 @@ caidutah.com microsoft-ds.com actionshunter.com namokwow.gq +infosteam.servecounterstrike.com indir-pan-desdek.xyz internet.dynapoint.pw qcdkcghpyhj.net dpfk581.top +rogaikopyta.xyz tellay.no-ip.biz xqcp138.top owlsociety.no-ip.info @@ -13085,10 +13262,12 @@ sync-time.icu daurn.org b00000.game-server.cc drakula666.no-ip.info +jvjupxhfij.duckdns.org biz9holdings.com alta-brasiil.com vocyzum.com ofpgldafgifivjr.com +basf6zbyvhu2p1.serveblog.net lighfabuling.ru update-security-information.com failzore.no-ip.biz @@ -13106,12 +13285,12 @@ siteftp.myftp.biz representis.xyz carikapapa.ml n007.no-ip.info -km8nl21.top prelufoly-overucobinance.org eetyx.xyz xn--evirkazanoyunu-fjb.com web-statistics.info kimou3939.no-ip.biz +venflame.ignorelist.org zxsoszx.no-ip.org fplz527.top yww76kj.top @@ -13119,7 +13298,7 @@ mrfinnandrews.strangled.net dismay.pw fvckthesyst3m.no-ip.org lxixa9.no-ip.biz -ymq752q.top +kbdjfaskjhgasdfkjg.ddns.com loadbytes.tn cequlipele.info jetterweb.tech @@ -13144,8 +13323,8 @@ stephq.com pushborn.net rezobucous-prodotily-ultraleveward.org cykz39y.top -vexedrox.zapto.org antivir-product.net +devfv14.top thenmarry.net down.infobusinessus.org crfccxfdkb.duckdns.org @@ -13153,6 +13332,8 @@ zmormezzi.ddns.net lamb-site.com jwj52.msns.cn jzyx788.top +skxudnbnhxecghy.cn +nobert-51061.portmap.host shoerepair.noip.org q6.niushenghuo.info heajfzhbqm.duckdns.org @@ -13164,6 +13345,7 @@ finalpart.top btran.ddns.net m12qbnx.top searchmobileonline.com +eeeieiieirdp.io usrsvr.zapto.org reguzoxish.net grually.com @@ -13187,7 +13369,7 @@ publicity123-no-ip.biz nulledroute.fishdns.com dzw10jpcgj03fckc.com evanx60.zapto.org -nsi3h.xyz +secure-n2.top xomigsqpxb.duckdns.org mgrjvulypoos.ru twrwjilkwggu.com @@ -13200,11 +13382,11 @@ ryeojulmyo.duckdns.org radiovaweonearch.com ozlbyaiwjy.duckdns.org tiiannzmml.duckdns.org +801cvcaller.online quicktaste.net posteitalianedecreto.top arvidarena.com prebavaroty.name -adhostingcache.com jftfabtmsh.duckdns.org gloomix.com myau-iv.com @@ -13212,7 +13394,6 @@ vhmgerosri.duckdns.org a.uberhosting.at qqrjgsopbcmk.su webden-basvuru-3000tl-sosyaldestek.com -fw2.thedark.us fpmq536.top icloudserviceate.com xivx.no-ip.biz @@ -13224,18 +13405,19 @@ batterysaver.3utilities.com supretcage.ru asus-support.net yallahsofer1.com +etivatlegrawagrangun.online oknxzwruqn.duckdns.org -www-avances-online-cl.cf covidapp.icu up-dates.to starpingisd.net imopedahary.info secure-smtp-gateway.cc +wod5qqtavahipp.servebeer.com jygkbsvkot.duckdns.org anasofgut.no-ip.info hostbluberry.no-ip.biz campdiy.com -sharri.no-ip.biz +cwehjumepz.duckdns.org patient.abortionshelp.com overload.website wilgaryrat5.no-ip.org @@ -13247,6 +13429,7 @@ impact-appear.com timesroom.com dqowndqwnd.net jamvqywuiq.duckdns.org +balakis.ddns.net solarsonic.no-ip.org ns2.serverweb.at bizavto.myftp.org @@ -13260,6 +13443,7 @@ tjibgqwift.duckdns.org hewsfsatid.duckdns.org system-whores.no-ip.biz albencendenceniyses.site +ymt731r.top contributionsthroughy.net od5cb165d14d166303db3bd25f5bd856b1.to tjfninyzdc.duckdns.org @@ -13271,7 +13455,6 @@ madeprice.net redstars.zapto.org dodmkqvhbi.duckdns.org p12cbnc.top -78276.ussdns01.heketwe.com aptgetgxqs3secda.onion.in.net edward.no-ip.biz yrxmecgluf.duckdns.org @@ -13279,6 +13462,7 @@ religonclothes.com rqnjjktplebr.com appear324234.xyz darktr4k4.no-ip.org +ableshade.net anon1883.chickenkiller.com fptf523.top mozambiquest.pw @@ -13299,6 +13483,7 @@ km8mc61.top fpqq551.top u19982p14982.web0119.zxcs.nl vhffhkvhk.no-ip.org +cotipefy-exafudate.name se12712c6931415aae6ddf5af444d63686.hk 42roza.ru microsoft-updater.no-ip.info @@ -13344,6 +13529,7 @@ flashplayerinstall.club ns4.dfuktilor.at helpkaden.org r69ioaylabrooklyn.com +mkmghhairlgrdun.com api.ciscofreak.com t7694a4efe57d2cf24d81cfd7f70b87bf4.ws quarteman1.no-ip.org @@ -13400,7 +13586,6 @@ wellroll.ru publicity123.no-ip.biz onlinedetect.com cohifuxage-ultratifelike-proravihument.biz -laraminecraft.no-ip.bz icanflybitchd.site88.net smtp.firefoxupdata.com qkaulmktbv.duckdns.org @@ -13444,12 +13629,12 @@ bnjhx.eu chrislikesguys.zapto.org cyqz88q.top sdxzx.xyz -gongotree.com rick024.no-ip.info io.amscloud.xyz vjmtlsibrk.duckdns.org shotofframe.top greatkeyboard.hopto.org +pdtbqexqds.duckdns.org johnnebifi.com quwjwvivuu.duckdns.org nato-drp.ddns.net @@ -13457,7 +13642,7 @@ fpxc559.top bstpepygxuywdfdukacj.com huyndai-auto.com dpzj532.top -rathermethanyou.no-ip.biz +sawkarar.ddns.net addonupdates.zapto.org support.thehealthmood.net soagov.sytes.net @@ -13478,6 +13663,7 @@ shopforbabys.com bs.no-ip.org mail.canadatvsite.com adobeupdateplayer.com +imaneblueyesvpn.ddns.net gstaticstorage.com ns4.onetwotreesrv.ru ledal.at @@ -13487,7 +13673,6 @@ s5e.no-ip.info iaefiazefgizagdgx.su bdbmmbe.vip tacidreaq.no-ip.info -strangeborrow.net error-administrative.space krduquigbd.duckdns.org updaisin.net16.net @@ -13504,6 +13689,7 @@ predition.fun l32qbnw.top dylan.no-ip.biz pastbische1.top +hazmqasm.no-ip.org kanecorp.no-ip.org bassgotowned.sytes.net 991199.no-ip.biz @@ -13622,11 +13808,11 @@ homeserver83.no-ip.org rcoixfyxmiqqhmgowyxj.com enemysuch.net brosketi.no-ip.info -readyteam.org maxcoop80.hopto.org chatit.club semicuraty-minigagereth.net cdn-004.dropbox-download.com +bkl-co.ml nomoreransom.coin wed479b3ee3b8ceca0eb2c5e9ed8dbca17.to api082803.seemonitor.xyz @@ -13669,7 +13855,6 @@ bronxhacking.duckdns.org wdcp688.top talkvrjevn.duckdns.org systemagent.cyou -p567p.top mrz.myvnc.com ligonnrkhdkh.net ecodeltu.no-ip.biz @@ -13692,7 +13877,6 @@ lyvytan.com jhomeland.ddns.net sweedoffice-kc.duckdns.org fprc556.top -nlznnfsfsf.duckdns.org tcbmuygulamatcbm2.com asdgs8866.duckdns.org internetpolice.ml @@ -13752,6 +13936,7 @@ frttload05.top staff754.xyz iletisim20gbmobil.com futooke.com +fqwn8dwfgu1bu4.freedynamicdns.net cookie-black.com maskaradshowdominicana.com godwin12.warzonedns.com @@ -13766,6 +13951,7 @@ uabwdezbqm.duckdns.org ztdgsjvhbw.com virtualesms.com ncjsitefjrdsw.info +p.estonine.com unknoxxwn.zapto.org ns3.unvera.ru line.zeebracross.com @@ -13780,7 +13966,6 @@ dbepbsgvnb.duckdns.org ktw36kj.top imigofeship-microcuvuless.info sdccpcoobb.duckdns.org -ibidado1.hopto.org mucvffrknrjhjxp.ru messervices.duckdns.org amby03.dyndns.org @@ -13797,6 +13982,7 @@ xyjrtkzxvu.duckdns.org honarkhabar.com cumhurbaskanliktccbmtruygulama888.com dhl-suka.club +6qnwijvml5mq8.myddns.me mexicocomix.com autozone.000space.com ssfthgjgj67.ddns.net @@ -13806,6 +13992,7 @@ bsd3s.xyz chat-often.com mailchimpservice.com aihzzufagt.duckdns.org +gsy.testersgroupfun.com metalpink.serveftp.org bgidshelwpfgreb.top zeqyucrzmoa.net @@ -13814,7 +14001,6 @@ www-garantibbva-yenilenenmobilesube.com tee7a7bf2fb3b094035ee09a56a6815132.ws doubleconsider.net cvnuxxysj.com -airtravelabroad.com casegreen.net interodumurous-prekunely-cocofuhency.name wff4d49d835d539dc1168b42c3d67e284c.hk @@ -13844,6 +14030,7 @@ ramdymoore.ml danlas.nichost.ru blasksahdar3.no-ip.info popvideoskype.net +nipd4k9db6mfklkz6.servehttp.com thenetarts.com update.trendmicrosoft.co.in rekasature-unonokixive.biz @@ -13856,11 +14043,10 @@ sa-guard.com allindiacrimepress.com serverscreen.host aacaeqieqoaiykws.org -thehealthandwellbeingclub.com +ocdcijkpnnri8jh.ddnsking.com diaadiaa140.ddns.net yc5q8zs.top rc8q5zr.top -suaxtqrksgchcwn.com ksattack.6600.org itforwarding22.hopto.org menaxe.duckdns.org @@ -13886,7 +14072,6 @@ warnning-accounts-recovery-appleid-apple.com 32r4r34.ru xwhrcnyujz.ddns.net testantik.ml -tacorat.no-ip.info getdown93.no-ip.biz blackshades722.no-ip.info lildor.com @@ -13904,6 +14089,8 @@ czs9asshawuq.top ergyeevlwtgourtney66f.com daum-protect.com sitenrjkcn.ch +vengxnkptdvsgsw.ru +boohsa9bfmi.redirectme.net cggchfwslm.duckdns.org search.searchforca.com hikomartin.duckdns.org @@ -13942,7 +14129,7 @@ spread-service.ru ywldpujlzf.duckdns.org uwaselloawm.localtunnel.me f0517233.xsph.ru -sinanaderi.dyndns.org +fpdf582.top gyjz98d.top yz3.no-ip.biz uwwlesson8.com @@ -13959,6 +14146,7 @@ hobzlprvpb.duckdns.org jobs.hotmail-onlines.com helpdeskcamfrog.ddns.net hanglate.net +ibamanetibamagovbr.org faniposlskd.xyz ad1.fbsba.com ivoireboutique.net @@ -14000,6 +14188,7 @@ uehquuyrqpii.org kypbbhxyvo.duckdns.org directxex.com driver-upd.com +xtpriycfzy.duckdns.org sugminkuk.duckdns.org ltiwsxxvrl.duckdns.org bc5j.com @@ -14026,6 +14215,7 @@ nume123.hopto.org exofosehance-minimezazofy.org nonsipuo.no-ip.org fpyk575.top +6s4gg.top transaxatudom-minixumahity-inebecary.net c.imptlorte.at news.staycools.net @@ -14102,7 +14292,6 @@ dybm689.top loadprofi.com login.e.bibl.liu.se.titt.ga chucks10.ru -ifkpuxhxsmns.com n.nmdlqnsqv.com fpxf556.top die-v.top @@ -14120,6 +14309,7 @@ softwaresupportsv.com javaxwar.zapto.org jeudnsju.xyz axmzbstsoq.duckdns.org +biggerone.oss-us-east-1.aliyuncs.com alenko.site siyahsokarsikrataryatar.com mariopuzo.ddns.net @@ -14130,6 +14320,7 @@ knuyhs.com myy01.top dreamteamlures.no-ip.info gcqnlxnxhuhxth.com +lxlkzmrued.duckdns.org ladbabbabefnefmf.to sanctuality.no-ip.org nzgdytsswl.duckdns.org @@ -14137,6 +14328,7 @@ deadpaid.net znricamoal.duckdns.org wipjyfpuhk.duckdns.org 86w7wsf3.hopto.org +driodrac.ddns.net redirectlnk.redirectme.net gptddopvrrii.su hltywgksxtkgjpmgtjok.com @@ -14151,6 +14343,7 @@ salas07.no-ip.biz jdrzdsciph.biz geimzmzlzn.duckdns.org cottoncandyloverscute.website +qoxuzibawe.duckdns.org carlos1388.ddns.net dns2.andreia.ru dokumenti.su @@ -14192,7 +14385,7 @@ bdr.ubibancaa.host iemnnyanmar.com auracoolum.com.au ejhmwgsvpq.duckdns.org -edliu.me +helpbyangel0.wordpress.com identify-user-session.info n.jcawsrxup.com ckeapuypsw.duckdns.org @@ -14210,9 +14403,11 @@ khamsanphukhoa.com.vn postizicely-postufazevor-microtuvitiless.biz intimorg.xyz globeways.website +thejacksonfive.mobi psychology-blog.ezua.com updatmaster.top 1c3y.no-ip.biz +piiwejoqmhpiqmd.ru onlyportraits.com cengizsokak5.site gmltdprocrop.com @@ -14251,7 +14446,6 @@ tlftdaduzy.duckdns.org rusianlover.icu vofydak.com qewamsspwn.info -ark.treassurebank.org mxxkylmzzz.duckdns.org chiicckens.chickenkiller.com adwuibcuig.dramacenter.xyz @@ -14262,6 +14456,7 @@ aamran.com kmileronurzya.website wallstsxer.hopto.org simf-khp.ru +ixoxgouuwurswnl.com tnaxin.msns.cn fz782ze.com 1603710336.httpdsconfig.com @@ -14284,7 +14479,9 @@ zopso.org kalavadar.com inmotionframework.com interuzoputy.info +byzlymoiab.duckdns.org hyy-2d2.com +pudnvzuoma.duckdns.org azotsds.ru siteapk1.xyz abbbas.zapto.org @@ -14310,7 +14507,9 @@ iittemgoodsg.today phe.reutersnewsonline.com kopilka.io gadyvis.com +uelumtfdxn.duckdns.org jbnlslejjtdt.ru +add1.ddns.net driverupdatefaxas.info kaspersky.firewall-gateway.net mahmoudfawzy207.no-ip.biz @@ -14319,6 +14518,7 @@ gtoiqitvzr.duckdns.org waluelines6.com ftp.symanteconline.net narrowpass.net +urkourga.online xhmkbnypca.duckdns.org interunavission-ininibecist.org wfsv.us @@ -14344,7 +14544,7 @@ ajvwdjtebb.pw mydocuments.gq ymj758t.top usondwhzdz.duckdns.org -valetik.ru +uncomfermed.com fsxsw.club sofemm.no-ip.biz blink614.no-ip.biz @@ -14352,6 +14552,7 @@ qd8fdd794e40d1121e2619d37eba8dd23d.cc admincor.no-ip.biz aqoojbtevc.duckdns.org fat7e0recovery.ddns.net +jfnfjrikjmainncj.ch tsqlzjrlxy.duckdns.org jamzv3rm.duckdns.org ucguy.mooo.com @@ -14395,6 +14596,7 @@ jk123.no-ip.info hop1127gg127carbon1.ddns.net 756cc5b1bad841d9bcca71f5ef35d172.afhoasaoumhmcepdugfhmrcehjdaujui.ml pt-w.top +spgrzhpkbp.duckdns.org gxuftzbdpm.duckdns.org burcitz.info lnoy.site @@ -14419,6 +14621,7 @@ premefohely-ilumarer.org gsdumuczhc.duckdns.org russchine2wsdyspecial6plumbingjkmaterial.duckdns.org lobechess.cyou +optimizedperson.com ztxvvqysxm.duckdns.org ekidjop.info krpksackhd.duckdns.org @@ -14478,6 +14681,7 @@ hfskid.chickenkiller.com finderdow.org mails-account-signin-users-permssion.com zccofgwjmn.duckdns.org +xfelix.hopto.org hippo.no-ip.info 431d73fb.space sctsblbdiungemnlc.com @@ -14499,6 +14703,7 @@ mocowhalo.com nanopc.linkpc.net sweetmatchup.com bindstat.cn +kuronekoyamato-adw.top emobedolance-ilalamure.net cookingvillage.us stream.nshc.net @@ -14541,6 +14746,7 @@ techno-kar.ru imeguxian-covevoness-misukexeward.net wapon.org infosousahost.com +vrjljkeoxd.duckdns.org kumar807.livejournal.com sahbuzxmfe.duckdns.org info1.duckdns.org @@ -14580,6 +14786,7 @@ officestore.co.id tcbbuygulamasayfasi07.com ugfwyxdtspfeql.info hacknetgch.h1n.ru +google-profile.com fcks123.no-ip.info onnaha.com mpif.eu @@ -14618,7 +14825,6 @@ fyqotarohoc.com gdugufwqxp.duckdns.org hello8824hi.duckdns.org eaojefiuaugueufo.ru -dnsfor.dnsfor.me dfyx178.top raaqtwo.duckdns.org toolkit.servegame.com @@ -14645,7 +14851,7 @@ m5dccac1e3ceaf49936e9b2ecefad204d9.hk weather.co.ua onkoloper.com gorestforus.ru -c4n.no-ip.info +efweg.duckdns.org ptdxjusdtx.ddns.net display-error-runtime.com adhesivesbursts.com @@ -14669,6 +14875,7 @@ kihhhggkkx.duckdns.org electrumeasy.net hotelsheikhpalace.com thethingy.zapto.org +cpsdhnmqondlllr.cn meet-me.chat thesesince.net ns2.kinoshkadom.ru @@ -14677,7 +14884,7 @@ job0916.cn mtnvsyztja.duckdns.org olegga75.beget.tech roymelody.net -di-led.com +uhfyharwpw.ddns.net yml782r.top minecraftsurvival.zapto.org skittineid.xyz @@ -14710,7 +14917,6 @@ jsmatrix.icu sncp688.top g6ky8j2.top jc7q7zj.top -irokozikian-disutugant.com rms.admin-ru.ru feltcould.net scannerantimalware6.com @@ -14745,11 +14951,11 @@ leakedfiles.org sabi.no-ip.info cdn.sict.icu ab420cd382.3utilities.com -cyhz88y.top chairman.duckdns.org cynthialemos1225.ddns.net underehugavish.org abnamto.com +rwahjqsrclpiyka.com fastupdatemanager.top chocolate.zyns.com gaoehuoaoefhuhfugo.io @@ -14767,7 +14973,7 @@ erwtyuikbfkdldfd.com xnxx-94.no-ip.biz fastandeasy.trade markabcinfo.dynamicdns.me.uk -krntix.com +sssftgggfg.duckdns.org ymh736g.top wearewhatwesay.com takepress.ru @@ -14850,10 +15056,12 @@ update-service.net ichockealotkrug.com chftavtizv.duckdns.org ejiroprecious.ddns.net +service-avant.com hayate.linkpc.net sisipiciliko.pro tilapian.online ariascopetrading.hopto.org +lodato.no-ip.biz letmethrough.ddns.net wcrvfefdqk.duckdns.org csswego.servequake.com @@ -14863,6 +15071,7 @@ enomevapian.com hellhounds713.ddnsking.com xtxbizeqqo.duckdns.org juice.losmibracala.org +libe.ml apino.space msdn.cloud blackid-43205.portmap.io @@ -14909,10 +15118,10 @@ fpabgx.info 5117game.com dotnetadvisor.info mbzrrt.com -martuz.cn -nmf733n.top +e-pandemigiriswepsiteleri.com tkcyvovujq.duckdns.org bankofamericaservicese.cf +boostfever.com highwayraider2021.ddns.net rabah15.no-ip.info plmedgroup.com @@ -14921,7 +15130,6 @@ mykings.top onlineoffice.pw zombietry4o3nzeh.onion jaanu.no-ip.biz -g678g.top losever2.no-ip.biz f0424167.xsph.ru sdarrinutulopo.club @@ -14952,7 +15160,7 @@ sysprotection.com jbfcqryyhm.duckdns.org rifftempest.com microcovession.biz -iahvlicygk.duckdns.org +amberalexander.ghtdev.com update.xn--6frz82g enuzoved-subugevern.biz hdsnickerz.no-ip.info @@ -15001,13 +15209,15 @@ ezpz1.xyz mail.zdnet.ga fax.defenceonline.net popw.infosupports.com -globalization.firefoxupdata.com +ptvhlhahfp.duckdns.org interazution-irudegufy-antinefoly.biz vgssffrrdd.duckdns.org scooby.no-ip.biz +intenseblade16.no-ip.biz euroteriage.com ryancox123.no-ip.org zabava-bel.ru +sizara36.ddns.net fuxxer.myvnc.com mastuhraffuh.no-ip.biz semirebubize.net @@ -15047,6 +15257,7 @@ explorerdotnt.info gillespieindex.com semrdf.com kooky387.xyz +lk.alabamasan.ru usa08.serveftp.net sadostad.com tesla-tehno.ddns.net @@ -15080,7 +15291,6 @@ massarbaba.ddns.net majorenterprise.info xjogocyjxa.duckdns.org tqlwoqyjxwhx.in -d-estekbasvuruform-u.com hebdnesjnjdjnsnn.club gywz19k.top acehjkbcghjn.bazar @@ -15101,9 +15311,11 @@ ldrnuri.casa inqqqez.esy.es woo-gie.com waple.ru +suhewyhacagalaj.info bxyizepxyt.ddns.net vbbm.no-ip.org xt.dnset.com +uytofteaid.duckdns.org frxznyisbestie.ml ceoceocompany.gotdns.ch cabalhack2018.no-ip.org @@ -15114,7 +15326,6 @@ mosthand.net juneusdousigninc.com someothergoodhost.afraid.org osieofcorizon.fun -dns4.biala.ru torruncior.xyz hospader.xyz lpmxewicfk.us @@ -15132,7 +15343,6 @@ groz-toolz.com traffictrillion.no-ip.org iaaskzwwpx.duckdns.org raveiver.com -fdhwgm.com s45ooallison.com aliexpress.spb.ru bianisibqp.duckdns.org @@ -15182,6 +15392,7 @@ my1xbet.top cyxz35m.top 3zxsz.top exocaniward-antinocoker.org +healthcarecdn.com hhhh1122.no-ip.biz c22qbnz.top movepull.net @@ -15210,7 +15421,7 @@ ewqewqewq.ddns.net webhttps.websecexp.com opixib.bid spi-mex.ru -torewild.net +winservices586.no-ip.biz ltau.mobi 31edd0535cfba4b503f29a5cc98f4768.se avantaj-54947.portmap.host @@ -15218,6 +15429,7 @@ dwhxopmcgpix.ru hao123456520.f3322.net lahmar.choukri.perso.neuf.fr app-submitcentre.com +hodokiblacky.uno claytonboi.no-ip.biz koldsdes.com russha.fishdns.com @@ -15317,13 +15529,13 @@ ymj715h.top wotonline.site arquitectoenbarcelona.com sremx.bigish.net -ecstasy.no-ip.bz fkvtbnsoah.duckdns.org host1122.np-ip.biz onecontabilidade.com.br z6kd8q5.top eobbeaubfeuuezt.io avyhvzzpusujnwkjf.com +jypuyotfel.duckdns.org destinified.ddns.net could-chest-89.myjino.ru rzeinskskp.ddns.net @@ -15383,7 +15595,7 @@ mod-gov.cdn-dl.cn x6kp8y7.top guynwhkxgkeqtwlcsfyi.com pb293cee816fe83e8089ad6bf3c37fae88.cn -zaluu.dellnewsup.net +gifas.blogsite.org soldi.duckdns.org lz1.homeip.net managementdirector.com @@ -15403,7 +15615,7 @@ hhush.ru wor6.b6dfnahea.ns2.name sabtidosfds.com dpfb595.top -km8ry85.top +trqtfidgqmcmqytw.onion iyvgxgrwup.duckdns.org hrf3sf.xyz lvrm.pw @@ -15430,11 +15642,13 @@ vdguest.com jwavdrxyab.duckdns.org nikolatesla.x24hr.com nxywqrsgol.duckdns.org -shcmsuushcd8s.top +hgwaetsx3.duckdns.org pjizzy.hopto.org +update-system.cn ymw786s.top smtp.lavadaexpress.pw windowsupdate.3-a.net +misusuheced.info ns3.huliotroys.at jjibezezdb.duckdns.org do.ddns.ms @@ -15456,18 +15670,19 @@ qdxbuysnkkfq.su whomteach.net multimimefuship-misolilutive-multimezefehood.org thankyoulord.sytes.net +richus.ru indirimli20gb-internet.com jumpinghouse.org gwars.no-ip.info me.inti.co.uk jstssftgii.duckdns.org sundayobserver.net +rynrsphuvu.duckdns.org akijftnscj.duckdns.org jjbltylbxv.duckdns.org iamstyx.no-ip.biz xzmlnlmxgs.duckdns.org strejdaido.cz -hazco.no-ip.info goldfireart.com etysb.xyz gyqz39w.top @@ -15504,7 +15719,6 @@ ymp756w.top dfhfdsdf.xyz f46610109a068aec5124d504189bc6f09a.ws cymz65z.top -loadaroma.casa bshades101.no-ip.org rcbobbannx.duckdns.org mob404.redirectme.net @@ -15549,6 +15763,7 @@ hackattaksuceuse.biz cycp118.top ipcmwvqsbs.duckdns.org weather.usnewssite.com +phonos.no-ip.biz bologuron1.club meekmillmp3.no-up.org screen-neck-article.com @@ -15560,6 +15775,7 @@ rmljhtpuxl.duckdns.org wishlate.net masterprotocols.com bak.have8000.com +kazua.x20.asia enarufency-prebuhulotion-ultrasomoguness.com slicetortoise.ddns.net downloadespe.com @@ -15589,6 +15805,7 @@ talsgwxoiw.duckdns.org k8qdr07.com lov3black.no-ip.biz thenthem.net +xmtbvrcaybjexgo.com ns2.uberhosting.at ns3.auscultare.ru awvsf7esh.dellrescue.com @@ -15604,29 +15821,28 @@ bbonusworld.com reloadexplode.com gatewaypage1.ru tc7q6zh.top +childparafer.space tomfill.xyz ogalu.duckdns.org 1188sb.com qgfkstmbjjjb.com navicheck.xyz kaliilinux.duckdns.org -halimatoudi.com trickbook.esy.es cfgwskhegl.com get60checks.com firsttus.com +enuygunkaskovesigorta.com uhuxlfzmui.duckdns.org microsoftwin.duckdns.org moore11.no-ip.info littleposition.net -atbstroy.com bayramdavakifvaktiniz.ml bitsbitsb.space wormsserver.no-ip.info panochevalleysolar.net rmkltyeukjnw.org transferorder.xyz -km8sl12.top alexisdanger.com 1234567.no-ip.org uyjkylfsyl.duckdns.org @@ -15655,7 +15871,7 @@ methodist.sch.id trojans123.ddns.net e.axs.su upsrv.16mb.com -coinomic.itsaol.com +macchautura.tk dynamiccall.net qumayvdocj.duckdns.org presentvalue.net @@ -15702,6 +15918,7 @@ ryscuzone.no-ip.biz evefqcqibr.duckdns.org lekee.duckdns.org vojydam.com +mightquarter.net securitycenter.ga njratfdf.freedynamicdns.org ringallow.ru @@ -15761,6 +15978,7 @@ u42a6d1f4337d573cc313d0e3d3ab21393.hk direful245.xyz kctgame.hopto.org maxigozo.com +cukurevimizyamacbabamiz.xyz nms781l.top dd.leonliklerts.at hdauthcpbwblw.net @@ -15792,7 +16010,7 @@ microlilics.000space.com rat.bcn-pool.us gstat.ddoborguild.com enagetisor.com -unfairpriority.top +aptgetgxqs3secda.onion.pet kunden-contact-6478585764.top mahdi1379.ddns.net android-helper.info @@ -15814,6 +16032,7 @@ hc2q2zp.top vltnftcjrzrxnhfwgf.com giretona.top nousiieiffgogogoo.in +huzfdezqty.duckdns.org memanmoo.myftp.org shcet382.ru armstrongramps.com @@ -15871,8 +16090,6 @@ aqwss.xyz mody3rs.no-ip.biz offerstudy.net vipmerchantclub.com -hackersnews.org -vfihhooupdhzj.com minigoxeward-exabobuness.com galyfyb.com jouji1988.sytes.net @@ -15893,8 +16110,10 @@ lhdhwpc.com liartaste.net fusionlounge.no-ip.org llfeznsfth.duckdns.org +mdfyowlgrexbjwy.ru android1.ddns.net h6ky8q9.top +x2mtleacte.com cjefpdedyw.duckdns.org klientuserviss.com connexionweb.net @@ -15947,7 +16166,7 @@ archive-earth2020.ddns.net brpghiqoppbe.su onlyfiles2020.top updates.plexmc.net -ezmdrez.zapto.org +murkrow.dyndns.info donersonma.com fdsfddfgdfgdf.ru sweed-office.comie.ru @@ -15956,11 +16175,11 @@ bn0.no-ip.info gccggcctwcerlshacpba.com blacky1337.zapto.org gwicmbwntu.duckdns.org +barhpcuisnhbyst.ru gellax.com diarysuitepause.com boinxewdoc.duckdns.org itqssosgjbloiuuuuumd.com -xffzzagycc.duckdns.org 372dwco4guzmbsxuzojpxu5szfonkxe5itnbscrq2j42rab2t2ncahyd.onion bomsbons.ru dataserver2.no-ip.info @@ -15970,6 +16189,7 @@ whmuniverse.com goujoklwke.duckdns.org dhl-pidor.club sivonsaki.com +4softget.com accounts-office.fr wmkoyxvase.duckdns.org qc2q3zq.top @@ -15980,10 +16200,12 @@ motlyhf.ddns.net mail.macforlinux.net gstat.dondyablo.com awbuoujsnakrgzlstjva.com +updsrv.net nsa.linkpc.net cogiicio.com gycz23b.top harpies.no-ip.biz +multivunuhance-inabiber.com publicdns.in underoreged.org adhgxcsw3e.duckdns.org @@ -15992,6 +16214,7 @@ prokunikency.com minecraftserver32.zapto.org securezal.xyz insectstore-comfort.com +ldrspace.casa idet.pl eversmanni.xyz hollowified.no-ip.info @@ -16016,17 +16239,16 @@ pleata80.ddns.net looksugar.net sonic-querry.com skaomqmqur.duckdns.org -interocilical.org ipgeszzemb.duckdns.org cynz55s.top rackspare-technology.space aykkxxkwoo.duckdns.org qwertyuiop1.ddns.net 360mutex.no-ip.org -wvhqrvnuos.duckdns.org tokyofunkowildvaley.ru ns4.der.kz edrichfinearts.com +program.reutersnewsonline.com dorttlokolrt.com chat2hire.net minibomibilike-prorohession-transixadekan.org @@ -16057,6 +16279,7 @@ wrongwear.net d468fabb86c0e2bd4065694772d267f8ae.cn jekarebege.online faeswerderioytt4.fun +epitete435.cyou jpvcdcrdcunreya.ru qmgbioazvo.duckdns.org semonsemon.zapto.org @@ -16108,6 +16331,7 @@ tokimecltd.ru km8nn91.top redirectserviceonline.com hotker.ddns.net +zlrhndrz3v.freedynamicdns.org roofmantf.cf road-to-dominikana.biz hjkzacjxym.duckdns.org @@ -16119,7 +16343,6 @@ ns3.beflashfix.ru multizocisehood-nonulafapous.name ncjpbn.in milngavie.cent.gla.ac.uk.titt.gq -kan3.gotdns.com softstream.strangled.net found214.xyz wywzjdxmiq.duckdns.org @@ -16134,7 +16357,6 @@ alldogspoop.net xcywomukxpivobw.com km8sq36.top imasterupdate.com -linkshortnr.com aufheuafoaheuf.su bbruuoooshfrohoe.su rhvfphnnqiir.ru @@ -16188,13 +16410,11 @@ verykind.net renovatesystem.com rockforty.net danislenefc.info -bitcodoubler.com b32mbnl.top v2.3322.net fpnp577.top downloadflashplayre.xyz pwxrghwmcw.duckdns.org -dgsg34.xyz jake1234.ddns.net worklogin2019.duckdns.org wallanews.sytes.net @@ -16212,7 +16432,6 @@ prekugagancy.net www-ecimer-uygulamayukleme-govtr.com b22xbnp.top helpforyourservice.com -doublefriend.net ishigo.sytes.net biotantra.info misibikal.info @@ -16224,7 +16443,7 @@ rj2bocejarqnpuhm.onion.gq myonlinehost.ddns.ne czjexbpxkp.duckdns.org adssad21.top -youngmija.club +yhlqoojwsw.duckdns.org wwpapqnfkv.duckdns.org xpe1qhe.com reliancectg.com @@ -16267,9 +16486,9 @@ eidk.hopto.org a3361c16fa4370cff0b4211234c59441.in pandemiyardimlarim.online tgndhkrxcs.ddns.net -iambookworks.com csvjxlerrq.ddns.net igpyzxvgha.duckdns.org +ca4qwjdxrqzhuz.redirectme.net cumenpolim.icu modzv3.no-ip.info greindustry.com @@ -16283,7 +16502,6 @@ godhep.com update.office365excel.org rednikehoodie.ddns.net japan1233.no-ip.biz -chnsrmsbsb.duckdns.org gfuuonhvth.duckdns.org pandemidesteklerimiz.net interpayoffice.cf @@ -16312,11 +16530,12 @@ dantest.no-ip.info linturefa.com dpsscape.zapto.org sharry.no-ip.biz +bzaydfhmyr.duckdns.org padlqgirgdlro.com iplayrs.no-ip.org +lbzkotbsrt.duckdns.org lwlulvsosi.duckdns.org shabbirinstruments.com -jvensevenbk.com fmplgbwubd.duckdns.org hkwyfnevdievebgjx.xyz theincludingte.online @@ -16334,6 +16553,7 @@ franciscointelle.club wndrknd.no-ip.biz hfhydmggphhg.net hackscoming.no-ip.info +4d09fqv2otvhi.webhop.me papapa-1212.zapto.org rerivebuly.name meafeowand.com @@ -16341,6 +16561,7 @@ ruyalwayaco.biz rockpaid.net tecbeck.com libellulidae.ru +leslot14sas.com cypz86z.top sonkar412.duckdns.org porcamadonna.no-ip.biz @@ -16358,6 +16579,7 @@ gqbwoooijw.duckdns.org unerixion.biz team4heat.net palletbush.hopto.org +kubidcrat.no-ip.org netnet2.dumb1.com pkcp968.top dns3.cuttersky.ru @@ -16387,6 +16609,7 @@ account-viewer.work helloyou.zapto.org vtaplanes.top thejacksonfive.us +igiddevelopment.com cecyciqijotagix.info iknowyouarehere.pro binbinkam.cn @@ -16408,13 +16631,14 @@ puvylep.com underofedance-emiduponess.net xodaman12.no-ip.biz autoken.scienceontheweb.net -hijrnataj.com sy3gfg.xyz newflashplayer.site qfvkcuxsje.ddns.net fast-bits.com update-prog.com asdgxwwe3.duckdns.org +o4igeero6azo6wkaz0.servehttp.com +yvkkxkwjcq.duckdns.org wishhalf.ru tbyxyiezon.duckdns.org therockefeller.app @@ -16518,6 +16742,7 @@ hoektpcymm.duckdns.org yrfxsmogny.duckdns.org mslogstdyinvestmstqw.dns.army prekekement-minixihapen.name +pqgyenmyrelcngd.cn libresoft.ddns.net tomosetuci9.cz.cc smbnuplmqb.duckdns.org @@ -16558,8 +16783,10 @@ tzk17.no-ip.info nzrrsokswt.duckdns.org hidynunasadydul.info 1ogbevdekal-duyuru-webtr.com +klebsie.ru sharedriver.us logoff.ddns.info +flashplayersystem.digital new.beahh.com 1demanta1.no-ip.org xnwstcm.in @@ -16578,6 +16805,7 @@ headstep.ru lappen.no-ip.biz ygolotno.rehobothkitchens.com taskmsg.ddns.net +ilrohvtsqeylbqk.ru hnoor.newphoneapp.com tumoperatorlere20gb-bayramhediyesi.com stopandstare.no-ip.info @@ -16591,6 +16819,7 @@ julian26.dyndns.org indexy.org freewwifisearchonlne.site ross-gelller.info +qaarisivivypivd.cn phanleb.com 1gameserver2011b.sytes.net 6fy7tg8y96f87tr.xyz @@ -16600,7 +16829,7 @@ nmjktlhw.com gztla.com lizacorner.com updatesdomswins.top -xbshwecqfw.duckdns.org +interkomarabipay.cf uqebxhviqw.duckdns.org deetg.xyz mafiawar2014.no-ip.biz @@ -16615,8 +16844,6 @@ w6kl8p6.top yourmazdacar.com triedplain.net vowybof.com -tornishineynarkkek3.org -classorderly.net baviuron.com street-ups.ru loadxiniang.casa @@ -16679,9 +16906,10 @@ mail.kaist-ac.xyz ftp.itunesmusic.jetos.com dpfl569.top ethsd.xyz -g0ph1jg.analytics.sh +szflw.com belhahost.no-ip.biz -wutggttfss.duckdns.org +apsxleswlxubbdv.com +emvqxhipzz.net hairfish.net rcoggserdd.duckdns.org edwkapou.esy.es @@ -16708,6 +16936,7 @@ o3n4bhhtybbtwqqs.onion tg.payeermine.com greatmazdacars.com dyhrvl.net +jfubbzadhz.com newbieshanna.pw atessan.online mysqli.serveminecraft.net @@ -16719,11 +16948,11 @@ zero-emissioncar.org 5ji235jysrvwfgmb.tor2web.org getupdates onetxxl.no-ip.biz -ogy5mtkwodmy.top +c52fbny.top km8dh19.top eroor.ddns.net winodwsupdates.me -tazzy.no-ip.biz +2mona2lisa.website inmax.at a.869d4fdae.tk urbnwarrior.com @@ -16741,7 +16970,7 @@ jamyer.com pt-t.top ayoub6284.ddns.net historictradessp.com -bazhar.site +drakluskolikooo.xyz nonamedns.ddns.net csjygssqoc.duckdns.org legroaled.ru @@ -16787,6 +17016,7 @@ ge5r6h7tjrfrhegs.top qsqwjbmzaepdpxazhwfalmr.info testdom3.xyz vlcafxbdjtlvlcduwhga.com +zzz555.tl-ip.com wordpress.gotdns.ch maliafatsiregagtsyq.xyz f0427103.xsph.ru @@ -16794,6 +17024,7 @@ deadaliens.us objectbell-minimum.com ermns.xyz 0-day.us +aiakmwtoke.duckdns.org 1603710232.httpdsconfig.com wjkvkwahil.duckdns.org acantholyda.online @@ -16843,6 +17074,7 @@ cengizsokak17.com 221.no-ip.biz inebosify-rebepuhaly.info qetykol.com +yuyuhakusho.info 447146191.ddns.net magazzz.top karysmarie.me @@ -16852,6 +17084,7 @@ krayziie3.no-ip.biz pointboilling.ddns.net saruriruqukuviq.info yaohu.eu +androidstorechromesfguncelle.tk whombeen.net unokaoeojoejfghr.ru tay.0pe.kr @@ -16869,6 +17102,8 @@ qqojkidnvm.duckdns.org hellteam1.no-ip.biz rosgaz.pw orerrrccob.duckdns.org +fifa16.ddns.net +xttjcfzyny.duckdns.org srxkwklks.ru slfbxvnoda.duckdns.org mihabrexa.top @@ -16884,6 +17119,7 @@ cberyk.com rsnoip.ddns.net scenteadid.xyz apple-ins-server-icloud.com +gutciapgvn.duckdns.org tovia.info security-mail-daum.000webhostapp.com ymq715b.top @@ -16897,7 +17133,6 @@ bulletin23.xyz moam23.ddns.net emir695.duckdns.org mjsodnfdlpeded.co.uk -wount07.duckdns.org resep3ct.no-ip.biz freehost222.ddns.net emma-moon.no-ip.biz @@ -16951,13 +17186,11 @@ ahmedxo2011.no-ip.info elitecooks.ddns.net pickgrave.net fightfightgame.info -xiazai.dns-vip.net torch.linkpc.net botnam.no-ip.org ns2.dedifystack.ru strongaliar.de facisterna.no-ip.biz -fusaed.com csuvornsfy.duckdns.org scario.duckdns.org ledehaptal.ru @@ -16983,7 +17216,6 @@ uc.f1122.org hillnews.net rdexter01-50242.portmap.host bishkekeskul.online -code.mcafeepaying.com yaefxoqyao.ddns.net v205557.hosted-by-vdsina.ru htfrjjxjii.duckdns.org @@ -17068,7 +17300,7 @@ wfceuitzel.duckdns.org bezlic2a.net banadamilolo-12.site gstat.vmf216.com -rostov-shops.ru +hmblqkppcvswiey.com covitaly-19.club wbnafffrre.duckdns.org yocpuiivwk.duckdns.org @@ -17124,6 +17356,7 @@ deltanermo.site dd40bfd1.dynu.net zaefuncdsu.duckdns.org beethoventshirts.com +0ffice36o.com lyxywer.com tgamdfficw.duckdns.org microsoft-com.ddns.net @@ -17223,7 +17456,6 @@ ns3.sourcecore.ru bestfilmlife.cn cypz81r.top nickdns85.duckdns.org -liriwylila.info connect-support-server.ru km8mw72.top mangasiso.top @@ -17252,7 +17484,7 @@ nicholas1994.no-ip.info apple6813.com gaoheeuofhefefhuto.io nvr82644ooei.info -dnzljhfqbz.ddns.net +dissdoorg.top gyxin1314.xicp.net withetitrigh.ru skmineinc.tk @@ -17277,7 +17509,6 @@ ntjeilliams.com dskjdsadhsahjsas.info yallahsofer.com help.mm.my -duwufemxhapjftc.ru swvbbyfvbung.su iktufopjou.nl g92kbnm.top @@ -17307,6 +17538,7 @@ mjut.pw nestealler.kl.com.ua j92cbnt.top nfrfkjursp.duckdns.org +cololabis.online akramhbcl.ddns.net stoxcrypto.com goodnewsreview.com @@ -17347,7 +17579,6 @@ km8ls88.top nianetai11.duckdns.org fppk533.top t466fc43819ff433996865668ebbff6479.cn -wallich.xyz ywsksuaigquqyiuc.org jbnlslejjtdt.net fptk576.top @@ -17373,12 +17604,12 @@ moorexx.hopto.org libu.gq customer-recovery.info ers.zapto.org -brokentrust.net yardhalf.net ads.digitalinsight-ltd.com followhell.ru bjadvjfdx.ru syxznteihs.duckdns.org +d52bbnr.top smart12456.ddns.net tradebrochure.com eqhrseypuq.duckdns.org @@ -17403,6 +17634,7 @@ evbctavqfq.duckdns.org hqwgzoqvnx.duckdns.org asinzupuvq.duckdns.org razilov06.hldns.ru +uap6afeydhyuimhca.freedynamicdns.net requestpg.net fxpk.no-ip.info blob-weather.com @@ -17413,7 +17645,6 @@ excpsxvpyn.duckdns.org roma1996.no-ip.org bshades.no-ip.biz login-bancochile-cl.ga -sya.vvjdklsehdnvg.ru bestjobcousa.com mohamedahmed123.ddns.net ldrglobal.casa @@ -17462,16 +17693,16 @@ jorenimo55.hopto.org waetsxb355.duckdns.org bafaejidjaiehfgsg.su fprp582.top -laos.luangprabang.free.fr +maxwellclassic.ddns.net drmbpnaoqk.duckdns.org caimana.xyz notepod2.com pwbszvwwnx.duckdns.org dns2.laukach.ru joinslow.net -hc9q6zd.top quickland.net jedipies.zapto.org +lpholfnvwbukqwye.onion.to libraryst.com lumi3.duckdns.org lrtjyacvxa.ddns.net @@ -17483,6 +17714,7 @@ android-guard.com wwqqgjugkplyfckfj.net newredirectme.no-ip.org khan2000.no-ip.info +paskuda.gq mandahp.ie emukalian-ilademic-exazikafy.com petroselinum.space @@ -17492,7 +17724,6 @@ ab1abad1d0c2a.com facebookdeck.com obrerosies.duckdns.org lordfloor.net -judora-ng.com 10299192.kozow.com winupdate698.no-ip.info gadinatr.tk @@ -17535,6 +17766,7 @@ pipelevel64.xyz whomwrote.net phonectrl.com azorult2410.000webhostapp.com +storereceive.net hakoukh40.ddns.net aseaneco.org e.microsoft-update-info.com @@ -17562,6 +17794,7 @@ ahzvceeg.biz kwbfescshx.duckdns.org talismans.xyz sarymar.com +hyrbsbmuhdbjxc.com blackabuzai.no-ip.org afaigaeigieufuifih.co gydz31n.top @@ -17570,7 +17803,7 @@ au-lu.com actualbilliesv.com 96s55g.xyz c9f44961.ngrok.io -smartenergymodel.com +postahusor-refihetous.net feltking.net gylz68d.top coconuts.usa.cc @@ -17586,13 +17819,14 @@ dermindra.mywire.org adrian1225.zapto.org m.ifexcel.com bowenpress.org +jnkfpdbydhytwpfyvodyugsoq.net p65986a2761399499c9172c0f50f9eec74.ws +torsdetinsup.com mnmrxdwb.com paintcourt-edge.com poopfeast420.crabdance.com micoft.com rainbow-rose.bounceme.net -vnews.hk szcp588.top jayztools2.ddns.net thebeastofeast.no-ip.org @@ -17618,6 +17852,7 @@ dualglobalwave.info dphy579.top casetouch.net tecgwnphpqxs.ki +hhuuss199.ddns.net wrcp568.top audqkr1311.codns.com hamidos1342.ddns.net @@ -17737,9 +17972,12 @@ cybersearch-0.com saifo.fishdns.com likrnerve.net micromurocese-proniragance.com +tciqghttio.duckdns.org +e7kmdd8inix.servebeer.com kbbnypamkw.ddns.net hajimusa.ddns.net hectoraguilar234.xyz +lxldqddqqq.duckdns.org km8dk87.top night.firefoxupdata.com fiftynerve.net @@ -17797,7 +18035,6 @@ pretazulate-semipokepity.com xtremescape.no-ip.biz e.ppidn.com idriveview.com -wentinueqhcr.com 477ope.com deolansd.com 1603710289.httpdsconfig.com @@ -17812,7 +18049,6 @@ wqegg4zvhvq4yjro.tor2web.io fridayraise.net bluecornerblog.tk biliyilish.com -coolking-tw.com darvini.xyz pandemidestek-sosyalser.com trcumhuruygulamasi5.com @@ -17824,11 +18060,12 @@ vjnglqotls.ddns.net 20gbucretsizinternetkampanyasi.com cmhaufwplb.duckdns.org xkxygfffhi.duckdns.org +maszcjc.com probasar1-58641.portmap.host 4sureme.ddns.net guduyinan.gnway.net dark2001.tk -adrianazuluaga.com +ydryjiysuuml.in roki10.no-ip.biz thepower.ddns.net 07fckgwxqweod07.gotdns.ch @@ -17849,6 +18086,7 @@ hzbwkkxqgp.ddns.net dcobcboobg.duckdns.org unknow.system-ns.net zody.pw +fuckthefeds.no-ip.info mmuell.com xrqctwtyoz.duckdns.org cyjz93z.top @@ -17869,6 +18107,7 @@ shytangz12.ddns.net teolandia.no-ip.biz vitel.top mbfce24rgn65bx3g.je9mlz.com +imcunapdzz.duckdns.org windows-fsd-update.com okbtriiolf.duckdns.org trestnetreste.com @@ -17962,7 +18201,6 @@ gypz65d.top rekixely-minihamoward-irobicafian.name pizzazucca.com sbidnest.com -nmj791f.top mpvoahmjefciemhlrhte.pw indigienet.net srv.areshq.eu @@ -17974,17 +18212,16 @@ atlantis-bahamas.com innocent-isayev.sexidude.com ajilgamaxq.duckdns.org owjbbpdam.ru -jfdyw.com +fblptyfksljymrw.com mailpostsecureservice.com oedqdlddtl.duckdns.org -1603710365.httpdsconfig.com sute.newsonet.net halwachi50.mymediapc.net xc8q1zb.top g52lbnf.top kingcasino.info alext11.no-ip.org -eqrfffffkk.duckdns.org +971970.com bruwrwxfkj.duckdns.org rpbtghtgss.duckdns.org mkwwjiimmz.duckdns.org @@ -17993,10 +18230,12 @@ donobiran.com 3dskakkwkkksk22dada.info de.gengine.com.de raballin.com +wysps.cn hillrobert.no-ip.org medusa192.sytes.net ultralacelike.org sikipon32.ddns.net +petroilimos.su cykz16f.top ns3.flueriolp.at veryton.ml @@ -18007,7 +18246,7 @@ samesame.publicvm.com jxlctmfyirdu.org tecmicrotd.info openspiers.com -skrollnet.fishdns.com +deputa.hopto.org mmontyireina.club panda45.duckdns.org maketags.in @@ -18057,6 +18296,7 @@ simonabooksi.ru jhnqergans.duckdns.org galliagroup.com commonftsformbs.com +uwzetuxiap.duckdns.org cloud-server-updater19.co.za crewcurve-tax.com postemivaxage.net @@ -18075,7 +18315,7 @@ misepoxefancy-interahaxian-prexuhulern.org iartco.ddns.net sorgula.site ysclfvfhir.duckdns.org -duidrive.net +playerflv.com uygulumailetisimbakanligi9.com pandemissyal-destk.com blackshade5.no-ip.biz @@ -18100,6 +18340,7 @@ nolavalt.icu fphn513.top imagescroll.com beemail.online +downloadscanning.com abaas12000.ddns.net jldanff.ru factoryofgood.ru @@ -18168,16 +18409,16 @@ episodez.online dl16-web-eticket.ru tehila.co useinsidehigh.com +powerinserts.xyz handyphoneworld.com bdatnzgdmy.duckdns.org -vicky241.no-ip.org +bgckpwajin.duckdns.org qwd1q6w1dq6wd1.com assemassem.no-ip.org boooot.zapto.org ieuycvnfcdem.com gynz15x.top aumzkzwrl.com -1603710146.httpdsconfig.com thisisjustxp.no-ip.biz europegdprsec.onmypc.org azfarsaffron.com @@ -18240,6 +18481,7 @@ renuxakassion-ultravavamilike.org nebuchadnezzar.xyz login.thanhnienthegioi.com gleep3r.no-ip.org +asianpacificregion.cyou threenoise.net perpetualmotion.no-ip.biz amgvgrlm2w41l2lt373.com @@ -18258,6 +18500,8 @@ b92jbnx.top gleeper.no-ip.org ns1.legolandsrv.ru ymc763f.top +eurex.ps +6862082.3322.org gydz77z.top lpblgqdmnjnjqa.net kamile1337.no-ip.biz @@ -18265,6 +18509,7 @@ interazimist-microlitonish.com golangapis.com findsecurityscan.com elpzsxcopn.ddns.net +purefoe.top tdgjraxazl.duckdns.org sumeriun.com media.aunewsonline.com @@ -18273,7 +18518,6 @@ premium-support2011.com wewzd.xyz update-system-driversonline.bid xijvqursgcjbdf.ru -demonike.com npuacuxbpy.duckdns.org dealerholidayevent.com t.w2wz.cn @@ -18309,6 +18553,7 @@ crimsonbs.no-ip.org sharjoff.000webhostapp.com frisesctro.com updateserver3.com +wishprice.ru wieieieros.su shadowpop.ddns.net bc9208aabf61770baca1697f87cde8f2c8.in @@ -18323,7 +18568,6 @@ skillaviper.no-ip.biz huaeokaefoaeguaeho.io banaan.tinydns.xyz dabsgantt.website -10jggjgj2020.ddns.net pujycov.com tlanddissipate.at preins.zapto.org @@ -18344,7 +18588,7 @@ pivzovznpssx.com webyakivee.in 19891108.info platino-4.no-ip.biz -livewebcache.com +dsdjfhdsufudhjas.info zll855.no-ip.info account-update-com.tk transanicese-emuzixical.info @@ -18356,6 +18600,7 @@ lwjjjvvwob.duckdns.org ytioghfdghvcfgbgvdf.com dpoo.pw sosyall-yardimbasvuru.com +3iwgdwca0ocqdkp.ddnsking.com ahhmplfpbt.duckdns.org ymn763s.top fizanta.space @@ -18383,11 +18628,13 @@ shawshank.ddns.net zepjdorss.com seriescarpet.com vjicqvqsjb.duckdns.org +zonemasterdriftset.xyz qpesarxuei.com a7h.no-ip.info zjnjbixounfyyxddoaz.com historytrain.net vvv.0pe.kr +3ypyavbcfhvvn.servehalflife.com fpmb581.top transliteraturniefabriki.com 343.no-ip.biz @@ -18437,7 +18684,6 @@ etaofnooau.duckdns.org domecheck.zapto.org remotehokben.no-ip.org adobeflashplayermanager.digital -shakaky.no-ip.biz 4nbizac8.ru hackingloading157.ddns.net mybobo.mygamesonline.org @@ -18445,7 +18691,7 @@ popularcat.hopto.org pop3.blackcake.net hummercarss.com 3f7.ru -etsae.club +lumlin5055.does-it.net qrtyp0ngt0st.com wqdg.xyz microsoft-cloud8.co.za @@ -18495,7 +18741,7 @@ zelrvllik.fun plockerdocker.top windows-dev-sec.com qedyfyq.com -ravelotti.cn +alsacqbtme.duckdns.org pasargaad.xyz sharmayash.no-ip.biz evmodi0.ddns.net @@ -18527,10 +18773,10 @@ demohotmail.no-ip.biz koohshoping.com gqmrdyzelz.duckdns.org tzii.myq-see.com -zroydqjiqr.duckdns.org mess-career-screen.com x-100new.com 798aasffw.ru +api791.m4a1.pro srsps.no-ip.org forza-lindelof.cf 26geyw.makeiralone.ru @@ -18546,6 +18792,7 @@ bagelshf3.no-ip.biz gstat.ylonnsalonchicago.com freefuck.duckdns.org gyhz85h.top +cxigxcwxmt.duckdns.org firebluetrap21.com bettar.xyz rentminkcoat.com @@ -18595,12 +18842,14 @@ dc1234.no-ip.org becreybour.com cnc.ttoww.com karmina117.sytes.net +arkfvfsnez.duckdns.org welltook.net revolutionartonline.com promotionzynovawillzerodacontinuegood.duckdns.org dance001-tst.org contractorquote.info zni1.com +raptechenglneering.com kolamana.com uahauuzyr.com tccbmuygulamapandemidestegigirisin119.com @@ -18637,7 +18886,7 @@ l12fbnn.top tphnwgbqwz.duckdns.org newsilverbusinestr.in.net fpbh552.top -scoobeigh.no-ip.biz +olleggiomuch.cyou cyhz36k.top naplddjqyq.com bsqiarrftf.duckdns.org @@ -18656,6 +18905,7 @@ demesiontree.best pointbuild.net ooolll.ddns.net rasolpewsitr.club +vacontd.com regergerhgre5.xyz soldkorean.top pc2q7zr.top @@ -18665,12 +18915,14 @@ ilexehity-prosomovor.net thinknik.ca xdav11.ddns.net gethaxed.no-ip.info +osastsdxvk.duckdns.org prissunrow.net countduckula.no-ip.org 0arfx4grailorhvlicbj.servehumour.com gydz56f.top plantstopped.top subesizislemlercom.cf +wgpvglbadxo.com mynvbbjypwyu.net km8mq19.top exydofgyis.duckdns.org @@ -18681,7 +18933,7 @@ ariune.net fxhrcnuket.duckdns.org hejlvuvdgjpign.ru www2.dyn.tracker.com -ddfkpwltyc.duckdns.org +wlpdndmptfcbyrn.ru whgggtyyxk.duckdns.org mononabament-minipacelike-iregogocity.name subifodoward-monoposiful-enarimal.net @@ -18691,18 +18943,19 @@ gejvtrdoag.ddns.net id-icloud-support.com rdp.netpipe.xyz 88xhxh.com +nqhtgduuqh.duckdns.org hangsuch.net gov-pk.info werbeagentur-ruhrwerk.de pisaonnpht.info motuh.com tucyfbluxf.duckdns.org -irehadehood.net sfjskdjfwoiewwegroup.tech fjrfjrkcnfjrpbn.nl galimbal.at gcjhwufxpe.duckdns.org shadeshost.noip.biz +president.redirectme.net gamenetline.com ymj713b.top googleforshares.publicvm.com @@ -18726,6 +18979,7 @@ bbs.cndeaf.com aspertilo.pw lnrqaxaypy.duckdns.org digital-apps.store +polkadot-support.com ability-case.com kcbexesfvnnf.net fadiana1995.ddns.net @@ -18762,6 +19016,7 @@ tsjidspqed.duckdns.org letme.servebeer.com na9er.ddns.net tpc2snch0g7njxjq.com +feshng.hopto.org w6kl8z3.top wztiqm.com facbook.sytes.net @@ -18792,6 +19047,7 @@ dgh123.ddns.net i1993.ddns.net saglik-bakanligi-evdekal-20gb-kazan.com ns4.deriondar.at +ktgvmlcnli.duckdns.org msosxcmuh.com streetsave.club dns2.mulau.ru @@ -18814,12 +19070,12 @@ xbfzhfelow.duckdns.org outofspace.duckdns.org faturali-faturasiz20gb.com waetshxd3.duckdns.org +nocmxwuzhi.duckdns.org znnyqzpmxxamqyies.net bzbizeyeteriz.com serv-node4.top rcb.medbod.com thefanarts.com -iraqi2013.servemp3.com q04leu6wmk.mooo.com h6kx8w9.top it-pro.serveo.net @@ -18827,7 +19083,6 @@ iisxcuvwui.duckdns.org videoramjet.com moratti-sales.biz 23112020.ddns.net -dzbvyejoy81.com pwdmaster.com enusegutify-promoxument.biz dhl-api.space @@ -18845,6 +19100,7 @@ mtnfqhvjat.duckdns.org adrd.xiaxiab.com microsoftexplorerservices.cloud special.no-ip.biz +lisahx63.top sense-eng.ml wazioosbch.duckdns.org surrati.ddns.me @@ -18860,15 +19116,14 @@ nastride.no-ip.biz apvpn.com dsmailx9547.xyz cjd0djurv2.com -gotbots.no-ip.biz tender.ros-nefti.ru newmapsff.no-ip.org gmewmeycikyooqsi.org pcjbdalucy.duckdns.org -welefus.com +icydpclofwtycwv.cn tablenerve.net afckomlvzx.duckdns.org -vtffseejiv.duckdns.org +static.tweerwy.com kydeliss.ddns.net d53304710a5c9bf0cd63714e7fb128d8e8.so soilshown.net @@ -18882,6 +19137,7 @@ chieftwenty.net v6lajszeqfkt3h2nptorindpf3mow5p3thrx2vuqbqzbv3tjrcqmgdqd.onion nkuzjoitlx.duckdns.org khw99kj.top +traqsuczge.duckdns.org ns1.brikebrak.ru update365office.com ilive11.no-ip.biz @@ -18921,6 +19177,7 @@ yahoomail.cf kpw93kj.top google.sytes.net 2x1eg.top +euvakbjubt.duckdns.org gangshitxd.bounceme.net styxb1tch35.su newsrecordmusic112.monster @@ -18941,7 +19198,7 @@ play.gooogle.services lbcpglklfds.com gnsn.us uthegrepspar.ru -qwwqqwqwqwqwxaxa.xyz +hrrwn.xyz roftauhkzg.duckdns.org relationship53.xyz yytk681.top @@ -18964,6 +19221,7 @@ an0nd3v.ddns.net 38zu.cn cesbbimqfm.duckdns.org ymm758h.top +tferrrqdcd.duckdns.org nnjjrraatt.ddns.net danek56.ddns.net a.fhdlq.com @@ -18983,6 +19241,7 @@ kuboimpresion3d.com zjmlysvobmtc.com 2021descargarflplayer.site area47.xyz +vision2020success.ddns.net fpfx525.top vwjfpelgew.duckdns.org sundmenudes.fagdns.com @@ -19027,6 +19286,7 @@ kilolo.site pc1q5zl.top facrbook.redirectme.net abeetex.com +rajoplaca.top razack12.no-ip.org e.usabbs.org alquilos123.ddns.net @@ -19034,6 +19294,7 @@ osplans.com usdepartmentofrevenue.com minika357.bit hostmailsecureserver.com +xvczasiu.freeddns.org priceclub.su dailyissue.net portalable.com @@ -19062,7 +19323,7 @@ ryotsseicr.duckdns.org goog1eupdate.com veipapeitee.net nmyx738.top -sadfxcbd43.duckdns.org +wuxianxia.3322.org yeqmndxtavuf.in ghura.pl oac80cab94b599357cd70fd9d39dbc6b6c.cc @@ -19077,6 +19338,7 @@ hstkemchzh.com attack.s2lol.com ccmorgan.duckdns.org devahiness-emehibatism-inuroxic.org +proxy.jumpernode.com goespaulo.ddns.net iam1337.no-ip.org wgxoypkopr.duckdns.org @@ -19085,6 +19347,7 @@ exexefalike.org straliaenollma.xyz office-files.pw cntx33.ddns.net +kilomotorr.cyou powermainserv.ca bproduction.zapto.org vksyvgsjgjp.me @@ -19143,7 +19406,6 @@ steroidigo.ddns.net lifeseven.net snyibjqcdshdfof.com weatherr.xyz -baidu.wookhost.me saphi.ddns.net blackguy42.no-ip.info prorarikism-imalepefical-disabicaless.info @@ -19233,6 +19495,7 @@ knowstand.net itra.cn nrjyhdncdnncjsrv.biz gprw.site +ensecure.duckdns.org fhvgaoimncsuqt.biz dllmsjtojo.ddns.net obfppdychf.duckdns.org @@ -19240,6 +19503,7 @@ flipvine.com evdekalmayaninanaskm.com interconsort.net ldjersey.casa +ksmxnerqs.com yourdubm674.ddns.net ykcjkzfahb.duckdns.org sniper26.serveftp.com @@ -19328,6 +19592,7 @@ compact-ssd.us gbffd.ml biggins.bounceme.net c.reklodns.su +rkyda-unik.zapto.org login-use.com familysecureone.no-ip.biz f0330869.xsph.ru @@ -19382,6 +19647,7 @@ secure-mx-gateway.cc k10e.ddns.net pkptwvosxfgyow.com buildcheck.zapto.org +supernews.instanthq.com dettagl.net yfpyutf.com nd4910777cc5b62425fae0502a790692d8.ws @@ -19399,6 +19665,7 @@ leadiron.net gov-cn.net kcbexesfvnnf.ru overodemudom.name +seowxcqouo.duckdns.org mipvwrkfsx.duckdns.org ydxogbkwprdimlmdhoiv.com sudaqiang123.com @@ -19443,7 +19710,7 @@ hcsscj.ga slpsrgpsrhojifdij.in form-reference.com hyrse.xyz -6ephtujqmi.com +cryptoco.info ascoyabogados.inti.co.uk akkppoobow.duckdns.org uefwvlkkhl.duckdns.org @@ -19507,13 +19774,14 @@ t2.mailsecurityservice.com ph3onixz.dyndns.info sshd.8866.org spokeguess.net -arrivals.ddns.net +ybruxrtsvn.duckdns.org tplinkdbk.ddns.net devebohood-unutuzosion-iriluxohood.org c210109.itourlife.top erspiwscuqslhjflgbbgcfbc.com vhzfkfhzjdbnywnatb.com andersonsantos.no-ip.biz +urozoarifh.duckdns.org thensince.net aykcpcbonn.duckdns.org 1597948912.httpdsconfig.com @@ -19556,7 +19824,6 @@ tryea.com fpxx513.top x7.usyahooapis.com wrongwall.net -nethostsupport.ddns.net dealskabaap.com mfalcyxqkphekcgjd.net tinea.xyz @@ -19586,6 +19853,7 @@ antivirus-support2011.com vaktorianpackif.com newbs69.no-ip.info samirsuheib12.ddns.net +qonannnmee.duckdns.org oraclejavasdk.no-ip.org hackers0019.ddns.net ifishalot.no-ip.info @@ -19634,13 +19902,12 @@ dsi-info.fr kungstdy7globalinvestmentjmpeductaddres.duckdns.org 10022020test136831-service1002012510022020.space ofiwnfsxpq.duckdns.org -qwellerz.cyou +buildingfriend.net ayoubmed11.ddns.net dolxxrem.hopto.org mzab47.myq-see.com quthuhutgg.duckdns.org destekpaketi.site -m2pk.com fiiauediehduefuge.ru oary.10086.cn zsxzfgg.com @@ -19682,7 +19949,8 @@ quickblack.net punch2346.xyz fergusmacroich.ddns.info maxcoopar.ddns.net -wuxrlrmrse.duckdns.org +freescanonline.com +pc6q1zp.top grsme.info cgmrmfyvez.duckdns.org klegrandlichgrum.com @@ -19725,6 +19993,7 @@ rufislomnishsripakerdfnstezya.adygeya.su minutemanner.cyou apactechbiz.com elmagic111.zapto.org +zdesnetvirusov2.info dc.chanduong.org homesite.homedns.org ndmjtpazje.duckdns.org @@ -19735,6 +20004,7 @@ leboncoin-kp.top 59108.duckdns.org 4safe.in systemperal.ru +pcbwxpdxty.duckdns.org km8zh11.top freshmx.no-ip.biz jikk.duckdns.org @@ -19798,12 +20068,14 @@ ufologlyly.ddns.net bite-garage-quantity.com swagmanl.chickenkiller.com himp.zapto.org +inihigen-misanumate-macrozoxaxese.biz f6ky8p3.top prekageren-prodikuzument.name bosterver.no-ip.co.uk ap-transz.hu sstvqshaco.ddns.net asumiidttvkgbcq.ru +7o0maxgpsddnjkq.myftp.biz tcheckk.ddns.net vderukmvfds.com kingdomain.site @@ -19811,6 +20083,7 @@ gostudyantivirus.com sexoko.ru cyrz12q.top kadegod.duckdns.org +app.lanjinger.com 00bot.asterios.ws olinaodi.com reastpo.no-ip.org @@ -19833,7 +20106,6 @@ facedomaintv.com r00tlife.ddns.net nabard81.ddns.net bcontr42from348.no-ip.biz -8masaxsssaqrk.com mo96mh.no-ip.biz abokiisback.duckdns.org c72hbnq.top @@ -19852,6 +20124,7 @@ ug-cti.hugesoft.org rmb520.com trezarus.com ymc767f.top +gijlppvrxfoldtj.cn bs13771377.no-ip.biz microsoft.system-ns.org zappos.no-ip.biz @@ -19878,8 +20151,10 @@ ssl9294.websiteseguro.com younghogs.com ca.zzsoft.info xviesse.pw +qnnsedsogc.duckdns.org lianglinyiyou.com ns.digit-news.com +kwolckfgiprfdqv.com directlyvast.com xhshufshmnih.su adobefdplayer.xyz @@ -19917,6 +20192,7 @@ repot27.xyz akfumi.com sciqmvvwme.duckdns.org a0403782.xsph.ru +o07f2c08acd9eba6a6d4170684536dc9ad.tk agheag.no-ip.org nc1q5zr.top cypherxffttr7hho.onion.lt @@ -19925,6 +20201,7 @@ venki008.no-ip.info screenmediastudio.inti.co.uk gatewayniner.no-ip.org f0261452.xsph.ru +denverbbq.net sevenj.club jyaaoonaao.duckdns.org captainomer1177.no-ip.org @@ -19958,6 +20235,7 @@ flavorizedjuice.de j58bedc07fbd41594bffd2dbc9436d58bf.in 44qxqx.com nicedays.pw +podertan.com suruperet.ml fmegumylbx.duckdns.org humanforum.net @@ -20110,6 +20388,7 @@ lurovediyorsir.xyz ateapple.com.ua castlelawpa.com blackshades22.no-ip.biz +n12nbng.top monocanogiful-interudukive-semifegebaful.info krosfiticd.agency zrjuexfivr.com @@ -20124,6 +20403,7 @@ futureheadcoin.com wheelssp.top modelshared.xyz vipappdownload.com +manag.top bigtopstats.cn rkemdlwhpv.duckdns.org 14lcolombo.ddns.net @@ -20191,7 +20471,6 @@ dyzb682.top hnjftecgsf.duckdns.org vtsxxkwjww.duckdns.org ezio111.no-ip.biz -szcp568.top todaytonight.top k82hbnb.top afsoft.de @@ -20199,6 +20478,7 @@ yayksuheo.net i3ezlvkoi7fwyood.tor2web.org pugeaqmrswtzxoa.com autoblank.oni.cc +vgcobtmgehglppv.ru yes2khalistanis.com lymytuj.com nmaoocqeft.duckdns.org @@ -20212,7 +20492,6 @@ ymz716h.top hariva.space dicalburep.ru conanandjasmine.ml -smooth.newsonet.net os-microsoft-update.com bakeloaf.com fuwyz.no-ip.org @@ -20231,9 +20510,11 @@ ptf.messenger-update.su fumpregere.com askimmalim.xyz zigf.ddns.net +cyhz13s.top zrkxmlbyjc.duckdns.org prostitutki.soy ladadensuarupddip2222l12343222222244.info +wfrvkcuynv.duckdns.org ymt765r.top paperone.co.ug upzkxdassr.duckdns.org @@ -20244,6 +20525,7 @@ qscp628.top hulejsoops.ru skuxxdeluxe.no-ip.biz f62cbnq.top +apple-checker.org tbcmtruygulamagirisleri83.com wldoon.no-ip.org dentalsearchsolutions.com @@ -20289,6 +20571,7 @@ evilstalin.https443.net 1603710054.httpdsconfig.com aprsgkpc-51401.portmap.host opiate.zapto.org +immy.no-ip.biz ap1-acl.net 0.tcp.ngrok.io silverball.cc @@ -20307,11 +20590,12 @@ b453a3c474be9c1bb54e927e99ca7cfa.online rattingmadheads.sytes.net jryxxybxsnbf.net pnrsqrdrmu.duckdns.org +buyonshop.com icc.ignorelist.com 00xx.no-ip.info hackaday.no-ip.info immi.firefox-sync.com -cuisine-enligne.com +qmpugiwocf.duckdns.org eaffuebudbeudbbm.top pandemikdestekfaz5.tk safeip.hopto.org @@ -20361,7 +20645,6 @@ manulife.ca-syschk.net mob.netau.net ovidfqsdum.duckdns.org factan.be -axzrkbqvjs.duckdns.org subapasify.name oftenmeeting.net benzerold.com @@ -20370,7 +20653,7 @@ d8ufhhhfa448.xyz android-settings.info jcgloball.org xkxapdrojh.nl -offmaxindia.com +mbgutxdpva.duckdns.org ipersmstext.com gefesosexwithjimmy.org jxck1688.net @@ -20442,7 +20725,6 @@ niceng.top eewujoopai.co.vu veopudatfe.com it-ledger.com -ayvrvlnfex.duckdns.org cvzxgmtmzx.duckdns.org wind-test-bedroom.com ynjaprur.ru @@ -20452,7 +20734,7 @@ amapai-technologies.world letthemfindus3.dynamic-dns.net 45634grewtwr.ddns.net news.tibetgroupworks.com -russion.dnsedc.com +jhonsimins.ddns.net swhuuebusn.pw news.nhknews.hk eworldmagazine.org @@ -20513,7 +20795,7 @@ sv.serveftp.org y61kk.top avqm2sd6.com entreprise.no-ip.info -pushto.mooo.com +gxrytjoclpvv.us 4449ee6b.net hgfsclwnye.ddns.net vczrxaqjdj.duckdns.org @@ -20522,8 +20804,8 @@ fedppcconb.duckdns.org ddiwjjwjkm.duckdns.org jnhitskkudwijyjpi6t9.icu eventhosting.com -zebgbtrbbf.duckdns.org deca2.s3.eu-north-1.amazonaws.com +kylzljbyxy.duckdns.org win2.no-ip.biz dezuvazen.name capture.kozow.com @@ -20552,6 +20834,7 @@ erydhcnr4.duckdns.org ggpage.jetos.com shoulder6024.com bitmain.org.ru +karim.no-ip.org wlulua99reagan.info coolman.no-ip.biz chargers80mouse.no-ip.biz @@ -20590,6 +20873,7 @@ detail-well-corner.com outsidefly.com kolsayan.system-ns.net droopbld.no-ip.org +iyyhwwkemebb.ru rockercastle.best vq25.com track404od.com @@ -20695,7 +20979,6 @@ qwd1qw8d4q1wd.com a0015919.xsph.ru whatgodcannotdodoestnotexist.duckdns.org news.bulk-smtp.xyz -1604771332.httpdsconfig.com wouldstrike.net zeb8dcf8262c542091135ec8e539c3c88f.so arora.serveftp.com @@ -20709,12 +20992,12 @@ i-waveco.info ij7541.com pimeurptbe.duckdns.org lputyr.myq-see.com +1603710122.httpdsconfig.com 7s415f.xyz twooo.cn uatyper.com mail-mofagovnp.hopto.org csbdgozibq.duckdns.org -enusepohance.net ymn787j.top pecadoras10.club bogdanxx90900.servemp3.com @@ -20738,6 +21021,7 @@ hols.ddns.net krtk.icu n6g66hecwbnf7bg4.onion cherka5.no-ip.info +ifqhpkyiwt.duckdns.org postivikism-prefuvezedom-denihuship.org xmmidtadyu.duckdns.org sightgone.ru @@ -20784,7 +21068,6 @@ u99692u5.bget.ru etvhidcbzh.duckdns.org fpwm589.top n52rbng.top -eqderrwkwx.duckdns.org f12pbns.top hot-mail.online tlll.cf @@ -20881,6 +21164,7 @@ catchyou.no-ip.org invoice9kat5ggmml0c6online.ru hpcbook.tv b.atw.kz +edliu.me wlakhytkctowfowlzyehtt.net developgmbx.ru figurescrew-pipe.com @@ -20910,7 +21194,6 @@ cumhur-uygulamasi-tr-tr3.com bemiljqjohnpaul.com h141426.s07.test-hf.su miratechs.ml -ont.concentratedwindsurfers.com sundaynerve.net reflect.dalnet.ca android.no-ip.org @@ -20931,6 +21214,7 @@ oiltechno.top ns3.wwwlastdns.in 0hobolicker.servebeer.com c62dbng.top +telstra.ignorelist.com ymt739x.top idwigalitt.ru roscoesrestaurant.com @@ -20960,7 +21244,6 @@ ziccusu00.duckdns.org fwzblibqag.duckdns.org seam0nster.no-ip.biz nibiru7.duckdns.org -itspecialist.ro em3r4ld-inc.ru llicxpahvh.duckdns.org bnacpobass.duckdns.org @@ -21022,7 +21305,6 @@ lawyersofficial.mipropia.com goodies.biz killmannets.0fees.net atameemy.ddns.net -homestudios.co lordblessme.hopto.org wildfiredns.dyndns.biz kufuvosoj.info @@ -21055,7 +21337,6 @@ iabk.newsonet.net tupazivenom.eu qurmhgxoktkhcpr.ru dpdw572.top -fprl556.top qwerqwer2.duckdns.org cuyt.ru mdbkajlpzr.duckdns.org @@ -21161,7 +21442,7 @@ gyrz12p.top tvergeneration.ru allyisgay123.no-ip.org radark.company -gtgyzcq.net +vollpfosten.redirectme.net primz.chickenkiller.com myredirector1.live nmj711y.top @@ -21206,6 +21487,7 @@ findtus.com dns1.purre.ru ns3.onlinetxt.ru ramazanda20gbsizlerehediye.com +fmprc.cdn-pak.net n.knyszaijv.ru tccbmtrpandemigirislerinizitr29.com night.dynu.net @@ -21223,6 +21505,7 @@ viplobbyr.in gmailservices.org kimwatin.info fatescapeddosing.no-ip.info +waldenlakeecarwash.com caedvkkimck.myfw.us jdqzudiued.duckdns.org walfaqtwoh.duckdns.org @@ -21241,7 +21524,7 @@ idrivehepler.com eafuebdbedbedggr.ws legacyhealthlawsuit.com stebqigidqbnaqu.in -onyeoma5050s.ddns.net +wws.no-shirt-no-shoes.com excelsa.space vegudpsbbuksar.com fpst521.top @@ -21275,9 +21558,9 @@ saman70.no-ip.org newflashplayer.me blacked.co.in ecemensiteyse0102.site -a5.zzz.com.ua cairon.no-ip.info z6kl8d3.top +iraqi2013.servemp3.com thiyydedqd.duckdns.org wappreraf.ru f0460227.xsph.ru @@ -21303,7 +21586,6 @@ litu.su m0ei.no-ip.biz ljcp588.top termits.fun -cn17461.duckdns.org yc1q1zx.top vazrtyhlar.duckdns.org qeqytal.com @@ -21321,6 +21603,7 @@ systemupdata.monster xcvsadee3.duckdns.org hyppy.hopto.org hommy.dyndns-remote.com +wmylykjjvv.duckdns.org webzadel.in pbmeeeqdpc.duckdns.org aalgysqbdt.duckdns.org @@ -21370,6 +21653,7 @@ mailmil.ae services.gmailboxes.com m2mfbpsqgq0e2e20.com timezone.live +triedword.net rxsfmtyqqpdk.su fphy586.top jcdpkgmdqn.duckdns.org @@ -21392,6 +21676,7 @@ ns2.onetwotreesrv.ru adamdam.zapto.org golfnewskansas.com naifalmansory.no-ip.org +setixx.xyz cntt.cf qdqcpphtzbietftvf.net efaeduvedvzfufur.ws @@ -21447,8 +21732,9 @@ teste123321.no-ip.org yellowfat.duckdns.org iri.infosupports.com bvjbygkhq.com +nailwall.net dpddviiujj.duckdns.org -boezemann.chickenkiller.com +chromeupdt.tk blueastros.dyndns.info weboyal.com enefulaxancy.org @@ -21474,6 +21760,7 @@ negut.net oomxzlhazpiz.com 8nmc5drvsq.com aqxnlorzqb.duckdns.org +semikaxusution-transehivosism-microropuming.net ldrvals.casa rfqbxlnlcy.duckdns.org protecioncdt.hopto.org @@ -21491,7 +21778,6 @@ birazcikparayapalimdedik.cyou cyhz82q.top dd.heheda.tk biumer.com -ycqqqoozye.duckdns.org veyszmtntf.duckdns.org ciuj.ir bshades9911.no-ip.info @@ -21520,6 +21806,7 @@ buenaventura.duckdns.org nowy4822.duckdns.org mdegoxesap.duckdns.org frontfood.net +szcp568.top dygm682.top gypqlkwgkmzapx33.com ac8xyqhdans4empv3u.drwhat.co @@ -21564,7 +21851,7 @@ halong.dulichculao.com cumhurbaskanliktr764.com mijning-ssl.nl f0494457.xsph.ru -yourrighttocompensation.com +xxbbgunxx.no-ip.org 10022020newfolder1002-0150251002202035.site compu.firefoxupdata.com wewhftcna.com @@ -21576,6 +21863,7 @@ subilarion.name customscripts.us something.no-ip.org news.zannews.com +dtqgmpybuh.duckdns.org shib.dur.ac.uk.stit.cf mcffstggkx.duckdns.org in100k.at @@ -21620,13 +21908,13 @@ pumytol.com army17.com e5ud9xh7fppe78y.com com-posts6712qw12387.site -pravizzillo.email fpmm523.top fif0.top csxmkxlphm.duckdns.org undugdaid.ru hwtmgplrev.duckdns.org vmrtnquovi.info +kolwkvzukp.duckdns.org completeandearn.com servjfndsw.nl deepborn.ru @@ -21635,11 +21923,10 @@ bc9q6zd.top posramosra.com bandarmm.no-ip.info sikola753.bit -messenger.zango.com clubhouse.site hobolicker.servebeer.com vanvelzen.ddns.net -k12dbnq.top +fiscal.canadaeast.cloudapp.azure.com flashbox.pw gedowaqoqyniqos.info hetro.ddns.net @@ -21647,7 +21934,6 @@ triplekmafia.duckdns.org alaajb.zapto.org naverservice.com static-google-analytics.com -busatan-tokyo.site sorryoctober.net bulletbox.twilightparadox.com popeyeds.cc @@ -21661,6 +21947,7 @@ malakmt.duckdns.org sillyboy.no-ip.org pufytev.com km8nx97.top +doshlforex.com katesalinas.icu ywubouysdukndoakclnr.org analitycsdead.com @@ -21682,6 +21969,7 @@ ttalbertino.no-ip.biz 1kfv55sqsm.com sxdness.ddns.net serv3-app-system4.com +acmestoolsmfg.com ltngvmmswlkpqbnxjoby.com news.infosupports.com umtpcvdlrl.duckdns.org @@ -21721,6 +22009,7 @@ n.lgcpogvly.ru itsyourtimeqq.su zaidhak.myq-see.com km8rr78.top +jumpernode.com spotcity.net youaskedthedomain.cn jebacdisaskurwysyna-33409.portmap.io @@ -21731,6 +22020,7 @@ techmicrost.com soft.advanbusiness.com lordcould.net cyrz79l.top +iqlkscarslbvxt.info 223-25-233-248.revdns.8toinfinity.com.sg dadaehirim-ventures.biz chaseservericaserlaertsse.ml @@ -21740,7 +22030,6 @@ gstatuslog.com trafficartspace.com updatedate.cn havesetup.net -llyylyyxxu.duckdns.org semisomiment-interuholudom-underovixitable.net fpbj589.top gpkoz.pw @@ -21788,6 +22077,7 @@ seacretyukle.info z6kb8q2.top jeckeromper.ru anitagaribaldi.app +posti-fi-fsaq.top wassssooooo.bounceme.net kcnnrj.cn nbif74ehfke9ejfgf.top @@ -21839,6 +22129,7 @@ macrokivelosion-emezecuhood.net avance-de-aumento-cl.gq csobik.xyz cyqz89t.top +myinvestgroup.com ididallthis.best ns2.destinyflow.ru gahotimaskever.ga @@ -21867,6 +22158,7 @@ lgepubbf.icu dutywore.net azazazaz.ddns.net ike.agrillcs.com +up.myemail.works ryscuzone.no-ip.org f2323tr23t.ru mediherz-shop.com @@ -21875,6 +22167,7 @@ unozuconess-antibibetion-underadodern.org 320823.com ffgrgiupeuef.ru roony.zapto.org +kasimovschmuck.hopto.org themirabelladirect.com getgooogle.hopto.org aol.arrowservice.net @@ -21891,6 +22184,7 @@ api.opticalinput.com tweetychat.com rzcbj.in kayeboutique.net +hiddenservice.xyz gordon4375.xyz b-class.ddns.net bdy4.com @@ -21917,16 +22211,16 @@ xzeanpuagh.duckdns.org kouts33.no-ip.biz ghtwsmy5st.ddns.net mininadeth-revivisency.net -afeifieuuufufufuf.com siteserv.co fpmw523.top xanthe.sh ceo.gotdns.ch +rdraj16rwjw03xnli.com noteye.biz varietyawidefaster.pw iosklwrfkb.duckdns.org dominoduck2049.duckdns.org -iinspired.no-ip.org +q362375754.3322.org anonim001.ddns.net escort18.net lizzerdminecraft.no-ip.biz @@ -21935,19 +22229,22 @@ iyxil53gcw.com mbfce24rgn65bx3g.we0sgd.com news.sqllitlever.info ezpqtftmtyjtuciulac.com +ssarknpzvpkteqnaia.com gctowfolqb.duckdns.org bankermai.no-ip.bz krachemore.cyou linerstat.co hackerguru.duckdns.org +sewlvyisxriwryu.com lruless.org henripizzio.ddns.net nqppcbonna.duckdns.org -fpqc572.top +qyvnefjsss.duckdns.org terminal6.veeblehosting.com loai839.hopto.org inpa02lzjvt03anas.com lazarus.ufcfan.org +kfu2bhdpqy.com 232mr66094.iok.la ashryncvay.duckdns.org bovmeckzdf.duckdns.org @@ -21974,11 +22271,13 @@ zenzenco.at aprxfrprvb.duckdns.org 35sxssxs.duckdns.org rinot972.ddns.net +jin98816.kro.kr cocomo6.serveblog.net web.hechaselfa.at algew.me amoly112233.ddns.net navigators-travel.com +lndsnwpuot.duckdns.org kqdybjuttp.duckdns.org xaibtoqosn.duckdns.org semixarufance-probixeful-underixagibic.net @@ -21991,11 +22290,12 @@ jcnpngspjy.duckdns.org throughmarket.net kingoof.ddns.net windowssecurityupdate.com +d12fbnd.top mgfrw.xyz n.fwmfdsrdo.com danygh.myftp.org +106311.com cykz17g.top -supr4.no-ip.org huhuhuya.ddns.net fomentarius.space rujdghvkzg.ddns.net @@ -22006,6 +22306,7 @@ kroger.ddns.net kdw32kj.top ushwqvhect.duckdns.org hnnqtvwntn.duckdns.org +cphxrepzdi.duckdns.org saveplutoplanet.xyz prosecondusibbdulo.gotdns.ch rpoznahu.top @@ -22039,7 +22340,7 @@ mobilecommerzbank.com agbero.duckdns.org fwgnvfzslr.duckdns.org skkrapchikuhdncstezya.space -aloneorderly.net +alcx6zctcmhmn3kx.onion uteqrqxtzm.duckdns.org astrazetpcalfaspm.nl qujpczarjw.duckdns.org @@ -22058,6 +22359,7 @@ muchbegan.net yaneom.ml zzadzaq.ddns.net cstr3.com +ittomlfdvw.duckdns.org xpxp06.com cyqz85b.top divineandrefined.com @@ -22078,7 +22380,6 @@ gsjldoolhamvcdczq.net suckidk.no-ip.org panelmilok.online asdbh11.ddns.net -enesuzacity-refopement-transidocodom.biz johnvpn.no-ip.biz titflop.ddns.net zcqetbwouj.duckdns.org @@ -22103,6 +22404,7 @@ helllogz2014.org firemesk1.ddns.net c5f7be2b5cd9e0246fdf81a5220bfc3089.to houssio45.co +ixvrjrgyqmgeaxgxl.com upd-network-ms2.com ns2.rthujpbjguo.net civicbrokers.org @@ -22163,24 +22465,28 @@ uaeihefiuaefhuha.ru gert44.duckdns.org exurukure.info vcsczxsa.ga +freepornhub.host kyur3k0.zapto.org jackdroid.systes.net ymx726n.top e.reutersnewsonline.com tkmremi-31995.portmap.io -avidilleneu.com +fpth526.top niceties7.xyz nmy739j.top +okmqovbevdshrsl.com bonjourcheck.com treshmendklu.top a.reklodns.su 34d1g.top myapps.chickenkiller.com jqxawfavcb.duckdns.org +hellomr2.no-ip.biz sm0osh.xyz pandemiyardim.org yy2258.com czpcphvdff.duckdns.org +posti-fi-fsad.top goredoma.top elyxfgbmas.duckdns.org ceycarb.com @@ -22190,10 +22496,12 @@ crossfire-pp.ddns.net jv123.no-ip.org connectionsxxx.ddns.net skinzforu.csgoblock.com +rhphuyfsbq.duckdns.org tqwpdsrrus.duckdns.org kojote.servebeer.com mozysowyzocasiz.info ns2.free-dns-service.biz +babafirst.top teddydurban.com mailserveroutlook.com kucsas2.com @@ -22242,6 +22550,7 @@ bing-cdn.com mybaccy.3322.org carpetkisa.xyz aeiziaezieidiebg.ru +ydxiaptszk.duckdns.org hangtold.net iermo.ru 7e4gt.top @@ -22259,7 +22568,7 @@ ftp.xenonbooter.xyz omerbabus-51233.portmap.io rzrfdgcycu.duckdns.org sxbsw.xyz -strengthquarter.net +lwsvrnxeynydxjk.com zoomchat.net bbsigbgxuo.duckdns.org ns1.bilokytr.at @@ -22271,10 +22580,10 @@ lunchylunch.com kylessers.no-ip.biz oldcrystal.top child97.xyz +dxmevhfaow.duckdns.org fpmr575.top medomshakel.ddns.net onlineservicebanofamericaservice.ml -xjdnslmpopqd.net vehicle-electrics-liverpool.co.uk mohqujpmmcyscx.biz f456f.top @@ -22296,6 +22605,7 @@ graficagbin.com.br svivacpecunias.com hotsexygirlshd.bid dllicon.ddns.net +ns2.fgmbdteifejszcmn.org trioganic.com grerreerre.duckdns.org blackslik.no-ip.org @@ -22322,11 +22632,12 @@ pk2death.zapto.org zzruuoooshfrohle.su osxxdzfycx.duckdns.org dns1.hashu.ru -yourmirabelladirect.com +ltktourssafaris.com notificationapp.info urgay.cf karem.no-ip.org i789i.top +ffuex.su h6kd8l2.top dalpzy.ddns.net jenkem.no-ip.biz @@ -22373,9 +22684,11 @@ dlcesnwuyt.duckdns.org fsdfg4.ru obocbobott.duckdns.org weboz.no-ip.org +myylyqpcpp.duckdns.org omctebl.pw aris617.no-ip.org p22sbnh.top +wws23dfwe.com amnsreiuojy.ru gilbertblab.in badguy.myq-see.com @@ -22384,6 +22697,7 @@ zikoleboss.no-ip.biz doc4.ddns.net isabgoszmv.duckdns.org leiomity.com +pdveppjojfjjkfb.cn hardrock.no-ip.biz hc8q7zw.top heraklis007-63320.portmap.host @@ -22417,23 +22731,25 @@ ramzi01.ddns.net search.yesterdayko.com dyycbqrruk.duckdns.org dymg686.top +chinavillage.uno +vm558132.had.su sngydiuswq.duckdns.org kwvtecalka.ddns.net turboman-open.org betsx.xyz -35aad9f7.ngrok.io 9fdmasaxsssaqrk.com hotkey.ddns.net lumjoeqyob.ddns.net -richdilly.com mantech.blackcake.net hdpictures.no-ip.biz +iheaven.us api.banzinc.xyz tovar-es.ddns.net wifeisgood.duckdns.org wmjgmxixmm.duckdns.org pickteach.net dc9q6zm.top +everythincausenews.xyz km8rr15.top api.whitewhalestudio.host arabamuayenesi.com @@ -22468,6 +22784,7 @@ adsfg4ys.duckdns.org zeusback.no-ip.biz bswts.xyz mohammadtgtg.hopto.org +instruction-suppose.com civilizationidium.com vvorthyhands.org truesigma.wales @@ -22525,6 +22842,7 @@ amajai-technologies.trade bjxvdigups.duckdns.org vrpanel.biz therepherpe.ru +epicbonerxd.no-ip.org sayhi.bplace.net weilbrain01.000webhostapp.com secundato.com @@ -22570,6 +22888,7 @@ sdxsg.xyz income33.xyz qatar1.ddns.net corn.busketball.com +yikxbhtevblkiok.cn terceroremco.duckdns.org gbwbwrhphh.duckdns.org desertfox.ru @@ -22618,8 +22937,8 @@ fpqz516.top shaco.no-ip.org mail.unrightswire.org szrfvparxc.duckdns.org -zdjecieciownia.net -dorkworks.no-ip.biz +emmathaibkk.cf +angleegg.xxxy.info b.czfllkbjleusjwellpulzgmou.org abkngvjtpm.duckdns.org wetdg.xyz @@ -22642,7 +22961,7 @@ stsseriesdilemma.xyz gugyoxodatx.kz nexusiotsolutions.net bpaxodgwmo.duckdns.org -lsc.ze.am +saidsome.net undetect3d.ddns.net rmmjajfbwk.duckdns.org yheblpr.biz @@ -22663,8 +22982,9 @@ ns4-datagroup.org ridihaagroup.com ddjdaidruk.duckdns.org global-downloads.com -facebookbacker.zapto.org +blibo.ga malils.sytes.net +natebennettfleming.com cybergate987.no-ip.biz hbeafuqtxc.duckdns.org neatratbackup.ddns.net @@ -22706,6 +23026,7 @@ dummy.zero deadwing.net ratforttotot.com nmlylykkcc.duckdns.org +adamski0811.no-ip.org pxzxlwtfpo.duckdns.org jfnutts.com searchbent.org @@ -22723,6 +23044,7 @@ carensod.top esk5t19.com owa365.bid kakao.myonlineportal.org +masterjnbs.com weffffssgu.duckdns.org wdx.go890.com unip.cf @@ -22738,7 +23060,6 @@ snouci.no-ip.biz jatin.myftp.org oymg.themdspts.com hack567832-53485.portmap.io -justconnect.thruhere.net ahmedfarena.no-ip.biz iberostar.zapto.org faveladoreina.ddns.net @@ -22747,7 +23068,7 @@ unuramesion-antiximocable-premerudation.biz brandnameshoppin.cn ydw66kj.top kr.jhyapp.org -send2000.com +wnemjtiyjh.duckdns.org ovizbzepxp.duckdns.org aaa.zzz.org twotouchauthentication.online @@ -22786,7 +23107,7 @@ gfnlmtcolrrb.pw vikas.no-ip.biz avo4.ddns.net iosappua.info -civilinspector.com +dkhhig3gwd8tfaywzo.freedynamicdns.org jc9q6zm.top dpdb561.top imsorrytest.zzz.com.ua @@ -22799,7 +23120,6 @@ smzcrvdezr.duckdns.org whybuyanewhome.com dn1.6xn.com qscp128.top -wbvrcakehpy.com gnevpkmnvd.duckdns.org map.firefoxupdata.com suftmucnvw.duckdns.org @@ -22807,6 +23127,7 @@ port2010kmjutre.camdvr.org zjusygbpji.duckdns.org dkavxmqbkj.duckdns.org nwjhdzcyyrqavbxlf.net +quehenbergar.com hheepet.at p3marketing.org kipapos.gotdns.ch @@ -22850,6 +23171,7 @@ nro.gov.sd haomengyao.3322.org reflehadi.ru exempal.cf +vfnoxlueflkvicr.ru ahbecendenesesis.site kermacrescen.com vercom.club @@ -22922,6 +23244,7 @@ amira14.no-ip.biz xinge3344.cccpan.com zotizieweb1.duckdns.org sucka.duckdns.org +fiberastat.com zbsqjfrxab.duckdns.org al-sharqgroup.com octoberpics.ru @@ -22950,7 +23273,6 @@ bokdafceawup.kz alertss123.ddns.net 99xxpp.com 1mbsnk.ru -k52wbng.top ldrdifference.casa byvgsdrbmx.duckdns.org microotf.com @@ -22958,6 +23280,8 @@ emderdiximjibote.cyou ymy792q.top f02783mat0i5r1t.cc delicalo.dnsalias.net +huntedx.duckdns.org +digi-plates.com mac.goldtoyota.com fpqt515.top xbabzzuswl.duckdns.org @@ -23004,7 +23328,7 @@ pqcp998.top ceyimes778-27954.portmap.host globalplus1.in dfh123001.xxyymonitor.space -online.ezua.com +vfihhooupdhzj.com hxmtgcawtmjho.com lebanonbuilder.com kaser.myftp.biz @@ -23023,9 +23347,9 @@ hngcqwrmap.duckdns.org reepwiyiiool.pk kugrjiusut.duckdns.org mta5.boommail.org -hxqntwlkrh.duckdns.org hangfree.net jbloggs031.no-ip.biz +remembergreet.site fpzk565.top bascetball.atwebpages.com ywyoyicywkuuyuye.org @@ -23062,6 +23386,7 @@ fc3q3zr.top sprngwaterman.com turkeytr.tech jzazotgdko.duckdns.org +arltedmaog.duckdns.org yxkxkyllxx.duckdns.org beastly-pkz.no-ip.org mwfqzxcjok.duckdns.org @@ -23075,7 +23400,6 @@ ctquast.com findbigbearproperty.cn nmn733h.top vstress.pw -ymd739t.top gavialis.xyz secure-bankofamerica--login-com.ga mathedro.com @@ -23107,7 +23431,6 @@ abduls0821.myddns.me thailand.vicp.net vofycot.com diermedir.com -dbjkcqvmhl.duckdns.org lozbmxfqep.duckdns.org rockingarmaan.no-ip.biz c12wbnh.top @@ -23116,6 +23439,7 @@ senideyirem13.com sdehaacsfds.com kagjpukmra.ddns.net fit-time-yprm.com +vsgfxwbtgf.duckdns.org jumpwhole.net hellomisterbiznesqq.com soehapdls.p-e.kr @@ -23126,14 +23450,13 @@ callguess.ru sitekcnmain.nl apperdenta.com 2version.jp -breakablespade.xyz +lsmkvxbzrz.duckdns.org fpgw521.top fpzr555.top is15720.xyz xrqyjestkf.duckdns.org cnmah.pw edpglqefm.it -km8ld76.top ads-youtube.tech drunk70.xyz pandemi-destekyardimi.net @@ -23247,15 +23570,14 @@ dukladhwyn.ddns.net km8rl69.top 5gfm7hi7qd.com nqtxovoahc.duckdns.org -thewhitepoop.no-ip.org +wishdadwhisper.xyz fppm581.top f0519032.xsph.ru -estateagentwebsitesolutions.co.uk +jcb-co-jp-iss-mobile-open-enpa.top sticktoday.ru vocyqaf.com jgirhvk3f784tfger54534.top ashaohikpb.duckdns.org -a0392617.xsph.ru xe6.ru apatedns00.no-ip.org newibrahim20.hopto.org @@ -23276,7 +23598,6 @@ kymsusujinsha.com ctrac.online blackshadesrat.no-ip.info boggl3.no-ip.org -ogremage.website fossor.ru domainlocalhostinghk.com triedwhere.net @@ -23285,9 +23606,10 @@ ka7350.no-ip.org newrendomainnext.com telecharger-01.com tskill.no-ip.info +umnhosjqqscqjxy.ru 1604771486.httpdsconfig.com hcxiaoao.com -65d1j.xyz +havuj.net 1604771510.httpdsconfig.com dexy.top revivemsp.org @@ -23295,8 +23617,9 @@ bill.008ex.com dyhs685.top pfodesyytt.duckdns.org ekovwuiqvi.duckdns.org +asdgxvse3.duckdns.org bc8q1zd.top -weathermeeting.net +befogtad.duckdns.org pretozazution-minilataruness.org whoami769.hopto.org 52.ns768.com @@ -23355,19 +23678,18 @@ ns1.mecuba.ru ymf777q.top yodastyle.duckdns.org simpotex.ml -rafkin85.ddns.net +realandeasy.ddns.net hotjotchi.com jncp738.top zahanco.myftp.biz eadergdmezhmllycukzwxfy.info unknownx317.no-ip.biz server2mi.exodus.connexxa.it -30gbhediye.com mydealoman.com advertsp74.xyz fpmm528.top awaken1337.xyz -suunderr.com +zejkikiloo.duckdns.org boomer-talk.com sdboobbamm.duckdns.org spaececowboy.myddns.me @@ -23382,9 +23704,10 @@ lhfp.no-ip.info facebook-emoticons.bitblogoo.com n.srobpranm.ru ntll.cf +update.cloudjscdn.com thenewesthta.mypressonline.com undwohed.ru -office-services-labs.com +theprepair.top tokorankoscr.000webhostapp.com peyhahltmt.duckdns.org dcwqsuh6dxnlsokm.onion @@ -23399,6 +23722,7 @@ judge2020.ddns.net eukxgzuoac.ddns.net dczccjkcqr.duckdns.org gwwrbkseueun.ru +nbcqxgnapk.duckdns.org db54a845.space registrations.4pu.com wjzzthpxki.com @@ -23409,7 +23733,7 @@ ememacotian-ultrakenikoward-exudetancy.info stopherau.com sharedocumentlogino5.tk television-explore.com -collegeorderly.net +lastcost2020.in cryptobstar.xyz johnnyclean-carwash.com outfish.bounceme.net @@ -23429,6 +23753,7 @@ ywwjjwjjwo.duckdns.org yjwclhsfij.duckdns.org dedsolutions.bit ns4.feva.pl +karmakintra.com xkxjtbtqxhrafwlwkjhy.com jqyx268.top ea.codns.com @@ -23446,6 +23771,7 @@ felliohreffer.co gqkotossuu.duckdns.org asdgewry434.duckdns.org 20gbhediye-internet.com +paradoxy135.no-ip.biz officeee.tk vydydyjiqn.duckdns.org citypromo.info @@ -23474,7 +23800,7 @@ stanobi.shivshaktiequipment.com gabriesdencs.site ks51s.com glassyradua.xyz -broadcastbritishnews.com +ypntnjcxksqwliv.cn konvhopemx.duckdns.org imakewlkid.no-ip.org ocifirtaterity.com @@ -23490,6 +23816,8 @@ dnsrevanche.xyz aliiff.com wronghelp.ru update.advanbusiness.com +filecopying.xyz +wmlrmceqrrihhjg.cn tbaantstate.at rhettttttt.no-ip.info gyxz86t.top @@ -23510,8 +23838,8 @@ delidofen.info dionysi.online hkrevolution.club givemea.ygto.com -cryptoco.info nsh3y.xyz +balabala.tangotango.tk quycarp.com obozrevatel-news.com antiliboty-postagodance.com @@ -23561,6 +23889,7 @@ fpxx565.top ct10840.tmweb.ru awpxp4.ddns.net fpfg597.top +ifdijxamup.duckdns.org kzrohhrogs.duckdns.org shakeelgroup-bh.com chris101.ddns.net @@ -23626,6 +23955,7 @@ dfwwkyngrf.duckdns.org odzgyrhqaw.duckdns.org spraypiquillov.com purpledaily.com +tvxheogfvtdxjhs.com xxxlhkpwv.tw meitao886.com tahfifak.ru @@ -23715,6 +24045,7 @@ cymz77q.top przestanmialienaprzesladowac.xyz idealshipka.com.mk obu.duckdns.org +ns2.rnster.at auhws.com davidhareart.com dpzh562.top @@ -23796,6 +24127,7 @@ youareonpranked.duckdns.org livekossa.fun mail.miraeasset.ml bhuyanplastic.duckdns.org +blendiiibash.duckdns.org kunxfcrzio.duckdns.org prohocihaful-underivugetn-unelutadency.name eleanor-guthrie.info @@ -23835,6 +24167,7 @@ sdfe3.xyz sosyalsorgularim.site election3252.xyz destaquefitness.tk +alxxkxbbnn.duckdns.org 13140.vhost.myvirtualserver.de gromhitputi.cyou multizaretoward-monokivacaly.name @@ -23884,7 +24217,9 @@ elisea-mutuelle.fr gamezerer.ddns.net silverhill.net nwagod.onmypc.net +j1yy2ws9pm9.myddns.me dns1.o4v.ru +bldioxafcewaqbt.com bluewales.ml xsegs.xyz djbart13.dyndns.biz @@ -23910,11 +24245,11 @@ fihsemnkde.duckdns.org day12366.xyz ipfyaiusqa.duckdns.org ngcc.8800.org +v2mlyellow.com get.setheo.com uswxujvtrc.duckdns.org online-pandemi-destek.com blackshadesart.no-ip.biz -alomemurbey.surf bdiaccs.global.ssl.fastly.net kissmeifucan.ddns.net goodbs.no-ip.info @@ -23972,6 +24307,7 @@ lfvjcqcbip.duckdns.org sxpegxbzdi.duckdns.org butterfly.sinip.es promatias.ddns.net +tristanbshades.no-ip.biz wbe7ed6999291d7fa287dc074afe5e5bc3.tk b92fbnc.top mail-mfagovcn.hopto.org @@ -24019,6 +24355,7 @@ akamainet022.info dns2.mymymomo.ru paweln1.ru newuyuy2012.osa.pl +highlandfamily.org izaztoew.bazar servserv.nl p52cbnl.top @@ -24027,7 +24364,7 @@ lyxysad.com tz.jiguangie.com medoelhmrawy.no-ip.biz e-devlet-mobil-turkiye.tk -fallium.com +homeremedytipntricks.com browserfiles.net 123.fdsfgdfghdfgdfgdfgno-ip.info ambush.ddns.net @@ -24065,6 +24402,7 @@ omorem.duckdns.org oxrp.info xuladao8.myftp.org faturadigitalvivopdf.brazilsouth.cloudapp.azure.com +natrixy.ru update.satellitebbs.com 1.test.3322.org.cn cykz59g.top @@ -24073,6 +24411,7 @@ atakanhadixx.com defemotian-ilepohasan.net vonygit.com microsoft-update-cdn.com +atrax.no-ip.biz gdyaqbsdfw.duckdns.org bcc.firefoxupdata.com counter440.no-ip.org @@ -24134,6 +24473,7 @@ enoneviment-multifivizify.name update8.firefoxupdata.com n.keqenlhsc.ru ftp.cia.ezua.com +koqzrkb7sy3.serveftp.com 23bteufi2kcqza2l.tor2web.ru bbjvehght.com whodat.dontexist.com @@ -24173,10 +24513,10 @@ senevdekal20-gbkazan.com rmjqcpgjflnjofv.com mejdreqknd.duckdns.org gyeuiojndhbvmaoiwnnchauwo28vnj8mjmvnwhk.ydns.eu -muslim88.no-ip.biz losfloresserver.duckdns.org kelvintronics.no-ip.info prerozunodom-interixudoment.biz +hostgatr.mrface.com boaofamerica-serviceas.tk h32ybnf.top mtbaexikuy.duckdns.org @@ -24192,6 +24532,7 @@ cracksauce.no-ip.biz ictsyncserver.appspot.com blackshades1.dyndns.org mymy1.ddns.net +hasdgwexw.duckdns.org herseybizimicn.site mzqocmpfltdlirxcqwxwdmb.info ns1.morkuggame.at @@ -24263,7 +24604,7 @@ hijyentedbir-kuralgirisweb.com jollymorgan.myq-see.com dyqz683.top browser-update.website -agroluftbild.de +fc5q6zn.top chiefmeeting.net bshades130.no-ip.org pbnncjjfnsrv.com @@ -24297,7 +24638,6 @@ slimpen.top terokitos.hopto.org jrmfeemokpkb.net fillerdriver.co -myjfkczeon.duckdns.org https.ikwb.com qbhwfkezai.duckdns.org misamoxan.info @@ -24314,7 +24654,6 @@ tonitrus.pw abc12346.no-ip.biz dns3117.duckdns.org style.ptbagasps.co.id -karlmarxx.app king8950.duckdns.org bms-itd.com deadfish.net @@ -24341,7 +24680,6 @@ blackshades01.no-ip.org jelouslaodnn.org servicesgit.com f6kl8m6.top -epnrqhjabm.duckdns.org dropbox-download.com newhacker.kro.kr jyg.zapto.org @@ -24377,15 +24715,17 @@ nt002.cn indeptheva.com deadhigh.ru exclusive324.xyz +sgxfeettgh.duckdns.org azixwkmrp.ns2.name bckcutxrme.ddns.net wqqkikigrw.duckdns.org api.bsdfbsadjfb.pw windowsservice.servehttp.com fpyc521.top -zo0o0o0z.no-ip.info +w5id2sawav.ddnsking.com ddoser36crcaked.zapto.org 36952cd19e47.tk +hshfhyynrj.duckdns.org lill.pro kwbsitttdf.duckdns.org aaa123.spdns.de @@ -24410,7 +24750,7 @@ nxahmlylemhaglxbempl.ki rfnbwrsvrosywve.ru cyberhoax.ddns.net exp.gazpromlpj.ru -api5.wipmania.com.wipmsc.ru +npfbapzkgghbuzv.com w6bfg4hahn5bfnlsafgchkvg5fwsfvrt.hareuna.at samdzbba.ddns.net ns4.beflashfix.ru @@ -24424,8 +24764,10 @@ mjkrol.com zlczwkjposmtcawsga.org oca-telemetry-microsoft.com cxmeshvublxmqw.co.uk +kilaxuntf.ru lol12.no-ip.info m5cqjhp.com +xispdethmb.ddns.net ns4.wepy.ru beachloose-appeal.com servncjpbn.in @@ -24437,6 +24779,7 @@ fpjf576.top tunisvista.3utilities.com vuhdhiwdum.duckdns.org saxifraga.space +fhjmycynemymlrj.com menusbyxarva.ml ziyingtianxia.3322.org kaashi.no-ip.biz @@ -24456,13 +24799,13 @@ nmaonbphuh.duckdns.org nmh778l.top kawaja.hopto.org newsups.000a.biz -pbnmainfjrikjikj.nl login3.kimbrelelectric.com pertantumfitusu.com cbiuaebn.com -stat.entreinaweb.com +fsaahjfjacna9d.servebeer.com fjrikjnrjdswnrj.info vipapkdownload.com +xe0kiaxzgqgxaulcdy.servemp3.com coolta66.gq bifavjjfnc.duckdns.org writeschools.altervista.org @@ -24480,7 +24823,7 @@ noteboockfix993.info para2.no-ip.biz i34f545f3fee6e2621e76824876b4bb1dc.to chxvpbupgm.duckdns.org -lykymyr.com +anywayhourtrue.xyz mdkwwwwtbvop.ru qyzbfuchyn.duckdns.org e.muravej.ua @@ -24490,6 +24833,7 @@ yahooair.com ceququpvudivu.nu ftp.applemusic.wikaba.com merotanos.com +n.ysrzbwrhy.com m2k.no-ip.info sabaherkenkalkar.cyou xjwwjwjwjw.duckdns.org @@ -24562,10 +24906,13 @@ q0a2wqepvhz8ame.aze.link w6ks8z2.top chinamania.cyou nvsyenszcq.duckdns.org +ewmhkvdcoj3.servemp3.com cwarren.no-ip.info aliluya.in sznm.com.cn levatemediamarketing.com +drraffibeverlyhillsreview.com +bragginghf.no-ip.org ljgvnljvxm.duckdns.org kcnjfn.nl deanmachine.no-ip.biz @@ -24596,7 +24943,6 @@ qwertyasd.hopto.org blush122.xyz senideyirem4.com withyourface.com -morningchance.net ns3.kineshevasto.ru kted56erhg.dynssl.com omotogbo.ddns.net @@ -24613,6 +24959,7 @@ hezazijygonusax.info oyttwuyshcgxxaenbit.com rerplan.tk moresonline.com +qndwqbicpjtlkbg.ru bsyassi.zapto.org d.tomgamd.pl flash90sfs0f.tk @@ -24629,6 +24976,7 @@ m1nt.redirectme.net infoitpoweringgatheringon.com list-drink-jacket.com d852e90de17f0e95cfa4e6bca58fdc7e.ppcrbpcofpofadfdhragrrcfiidmeufu.fun +dayezu.bid ramazanda-20gb.com gabrielonicos10.site rapidsha.com @@ -24637,7 +24985,7 @@ rcsvfmbape.duckdns.org pbcp288.top 7rw9ax3icv.com dmahgareb.com -cree.duckdns.org +niggerdick420.no-ip.org cjsanandreas.com win-of.ddns.net heocon.no-ip.org @@ -24686,6 +25034,7 @@ orange1233.e1.luyouxia.net cjreskrfixbofeb.ru flippo.ibiz.cc enehigure-misaxamurist-interexixist.net +vvwaszgwxf.duckdns.org metappbank.no-ip.org ns1631261.com ibrahimolimat.ddns.net @@ -24719,6 +25068,7 @@ duckysiker.ddns.net down.oo000oo.club onlinedestek1498.com nvtcvimt.com +treh54.serveirc.com dutygrown.net upfugycewskkkugbi.net aghkard.tk @@ -24737,6 +25087,7 @@ ruutsckgffnj.net mamadou1337.no-ip.biz music.pop-musicsite.com libre-templates.ddns.net +lfxjsagddf.ddns.net km8kc97.top j22pbnb.top rhunuiydja.duckdns.org @@ -24756,7 +25107,6 @@ chromehakc.top yeniti.bid webmail.companyinfosite.com terranz.ath.cx -theoneperson.no-ip.biz ftp.apricotprint.co.uk bshsw.xyz f6ks8p6.top @@ -24770,14 +25120,15 @@ ughtotdinghar.ru servgb.ml fhcwk4q.xyz hugothegod.no-ip.info +hepimizbirolduk.com jrcgntcawb.duckdns.org thlsimaxbv.duckdns.org crime.ddns.net rapid7cpfqnwxodo.onion.ws -mideastleaks.com downmsdn.com rxyeckyqhp.duckdns.org bqxcagrgtkqyoafqdoac.com +applemart.biz detecvasquez.cyou ea2ae1996231f314b0b87f92442e3fc752.tk soulfrank.duckdns.org @@ -24821,6 +25172,7 @@ cwxvnxmnvw.duckdns.org z6kj8m5.top xa65vyn0cw.com 765786656544845.no-ip.org +awefoplou5.site aminedata.pe.hu vador.no-ip.org f0401354.xsph.ru @@ -24830,6 +25182,7 @@ ns4.clawle.ru iso33.no-ip.biz ns4.pickdns.ru strigigena.ru +granittloos.co boasteel.us gfd3424-1301476296.cos.ap-mumbai.myqcloud.com mrtgfydwimlkhpesx.net @@ -24875,6 +25228,7 @@ whomtree.net popeorigin.pw update.wmiprvse.com netodughra.ru +cs51919.tmweb.ru alert-login-gmail.com qc1q9zq.top mersi-tv.ddns.net @@ -24892,12 +25246,14 @@ wazaa.mywire.org client158.faster-hosting.com areentthrices.ru rutorc6mqdinc4cz.onion.pet +0090ofis.com sorano.xyz kremlinpidar.pw digplaliatinte.ru 1602.no-ip.org koerqkxfzw.duckdns.org achtung1.zapto.org +orcqvtoghp.duckdns.org ilynavfqveqtaeg.cn knowwrote.ru rsttrs.site @@ -24905,6 +25261,7 @@ induct22.xyz ymr731j.top njratpxg.no-ip.org fmltfuwycn.duckdns.org +1juni103.no-ip.biz forenvid.com secure.hbccing.com nzylylkkpc.duckdns.org @@ -24930,6 +25287,7 @@ naver.serveblog.net ms60tzel1.ddns.net bethel.webhop.net jjtquyspfy.duckdns.org +kianuwmdyormcsx.ru talktalk3.no-ip.biz aliking123.ddns.net t6d47b6c3e5241218acf547ddd6f04213b.in @@ -24950,6 +25308,7 @@ info.awareness-qcert.net kasjchseuk.com kranikshow.com 8406.no-ip.info +fszyvhsaen.duckdns.org xidotuhobaxuxah.info micretu.top ms-messenger.redirectme.net @@ -24962,16 +25321,15 @@ mightlaughter.net dsagr.xyz txdgdqydnq.duckdns.org syjudbbdoq.duckdns.org -a5j.at kc5q1zj.top winloggers.duckdns.org adobecss.su ipv4.windowsupdate.mylftv.com becharakam.ddns.net -izvxrbrrsr.duckdns.org +epkjcqbtmyfbfge.ru likealol.no-ip.biz s7f4s5.xyz -instruction-suppose.com +fatgoose.top traffflo.pw inconnito007.ddns.net 19cxca.com @@ -24984,7 +25342,6 @@ apicloudserver.com alwhlaoitq.duckdns.org ymg778x.top retemrenecali.ml -iswuchiwqf.duckdns.org bdesg.xyz fiftykill.net xjkbhysexthnpl.top @@ -25001,8 +25358,7 @@ cdemmngajwokgq.net gevroxukpyk.com iran0513.ddns.net nedfistoloco.su -protest-01272505.cf -jfnfjrikjmainncj.ch +zwlzkzuprk.duckdns.org gsjjwjjjww.duckdns.org giacimenti.wine comcastserviceaatinfo.tk @@ -25025,6 +25381,7 @@ cbnzr.com cloud002.info suchwoni13.ddns.net mpvwtiffdf.duckdns.org +herbaveda.ru www-ecimer-destek2020.com n82burdette62.top siiigroup.com @@ -25039,7 +25396,6 @@ bearbigger.top subesizbankabasvurusu.ml net.friedpi.com bexyqdmjkhqq.com -mygodissogoodtome.ddns.net aeuoidqzty.duckdns.org ldxerywsdrgq.biz rrrrload07.top @@ -25064,7 +25420,7 @@ devanuteness.org kakaroto99.ddns.net godiyayesu.ddns.net stulaw.bigish.net -uhfyharwpw.ddns.net +infoadmin.update.huaweiyuncdn.com driveforty.net hachdsa12.zzz.com.ua theirrissublu.ru @@ -25081,6 +25437,7 @@ fpmb551.top 4lb3ggyyldqrovgjn5muidit7lly26qysmhsvdvm7uxxor43r3trzeqd.onion cycz37j.top morenewmedia.com +llvghtkonayepmf.ru 123.makologg.website neacdkow.com 4runnerliftkits.com @@ -25115,6 +25472,7 @@ kqrswkelgw.duckdns.org technicads.com qe.zzz.com.ua gedadye.com +ikjservjfn.ca warpclaw.no-ip.info alufelge.ddns.net bshadez.no-ip.biz @@ -25124,6 +25482,7 @@ csitqqmpns.duckdns.org update.info.gf xmlmobilepulsa.com wsgxc.xyz +igfsxwwvvi.duckdns.org psychotiic.no-ip.info gold.polopurple.com beeftexs.com @@ -25150,10 +25509,9 @@ avcheck.biz facebookd.no-ip.biz dc8q6zl.top fpgd538.top -1603710453.httpdsconfig.com +torewild.net tdijhmnqut.duckdns.org offices365mssupport.com -info.defenceonline.net d.pcrisk.xyz yosefdasd2001.no-ip.org bigjamg.xyz @@ -25188,7 +25546,7 @@ blogicompany.com imbkkdyxye.duckdns.org gmail.bigdepression.net lrcp328.top -hgwaetsx3.duckdns.org +shcmsuushcd8s.top odrfflkkns.duckdns.org bcrejwwihj.duckdns.org autocargo.100gbfreehost.com @@ -25243,6 +25601,7 @@ relaxation6332.xyz y789y.top mkmwgdhvlx.duckdns.org ehrbar2012.com +foyhot1002.tl-ip.com ehenderson1996.zapto.org disgogoweb.com bsvalus.dyndns-ip.com @@ -25256,11 +25615,13 @@ xgcp298.top g92rbnx.top spokefirst.net findback.dynssl.com +richard-hines.website loginsupport.no-ip.info hediyeler10gb-ramazan.net jjhqfqljeq.duckdns.org services-sessionconfirmation.info pgfvtfecrk.duckdns.org +flashplayereupdata.pw bybxug.pw s.microsoft-update-info.com secundamo.xyz @@ -25306,11 +25667,11 @@ revenge01-34775.portmap.host dmoney2.crabdance.com web-don.site fwneupohimuf.com -report.regicsgf.net protest-01522505.game frankjaeger060.no-ip.org ns3.deoformazaeb.org reycross.cn +quickregistration.top blaert.jumpingcrab.com ns3.kilofrogs.at jvvjoooonn.duckdns.org @@ -25321,7 +25682,6 @@ myyyzmarfs.duckdns.org alllyxkppc.duckdns.org xertgfd.ru skincrawling.top -carnataldez.ml netty.myftp.biz sslsrv5.infosupports.com imepobozetn.biz @@ -25333,6 +25693,7 @@ owqdkkpptw.com adobeflashplayerupdateservice.xyz grdesrrdii.duckdns.org jyoe91alverta.top +bitcodoubler.com androjesh.herokuapp.com electrumupgrade.com hzsejhlbud.duckdns.org @@ -25370,6 +25731,7 @@ exterse.duckdns.org unazufufy-irekafal-multinivesing.name lagosadventures.com snzcipzrvs.duckdns.org +russion.dnsedc.com malabata.hopto.org 2789203959848958.r3u8.com cbbokgokqmro.org @@ -25382,6 +25744,7 @@ ch0pzer.no-ip.org main-support.work soldaatrat1.no-ip.biz antispyversion.net +gotladyhope.ru kqpmpa1od07m8c.cn vesea.xyz progresservesmail.science @@ -25471,7 +25834,7 @@ archiverepositories.xyz headthem.net bdplaza.com pmug.no-ip.biz -fruitnext.top +zapdos.no-ip.biz uacmoscow.com b5d50ea0e3fcab816c405df7519b242bf4.ws grantsoceanicagents.com @@ -25495,6 +25858,7 @@ muvgikgabl.duckdns.org kerimcandurmazproduction.xyz liquidstone.ddns.net southparks.servebeer.com +recentnews.cc p8o6adliq7.com number-bank-inspection.com igwe.3eeweb.com @@ -25572,7 +25936,7 @@ golfnewsutah.com microsoft-onthehub.com reddpuffy.com nabilgaci5.no-ip.org -ableshade.net +hc9q6zd.top ncjncjmain.ch ichbinderbeste.duckdns.org lupipasokondera.servehttp.com @@ -25594,16 +25958,17 @@ actioncompass.online rockersdolphin.co.za rsthunder.zapto.org click79.com +pandemi-destekciniz.com cyxz71t.top ahfoxmaksb.duckdns.org inonwwdquq.ddns.net ultramifogilike-emegupeship.org exovifist-multiseferiness.com -postahusor-refihetous.net -atlantis.extremeart.ro +smartenergymodel.com mofficial3.noip.me muonline.dns04.com fkobxksuti.duckdns.org +mofa.cdn-pak.net canyoning-austria.at vjhftippez.duckdns.org nms738c.top @@ -25662,6 +26027,7 @@ mustafa0000.no-ip.biz testing-bg.site windx.ignorelist.com goglestorage.com +fnaktpcwfotoffn.cn tzaygymadg.duckdns.org gwulgrupfd.chickenkiller.com fdg44.zzz.com.ua @@ -25688,6 +26054,7 @@ fvgvarymoz.duckdns.org babafred.ddns.net lvueton.com ns1.wxj.at +refqyfqrmq.duckdns.org cht.blankchair.com fusinopoo.xyz noykslzkgy.duckdns.org @@ -25705,11 +26072,13 @@ americanexpresscardconfirmationsystemservice.com hakim32.ddns.net thegoose.duckdns.org vivivi.myftp.org +qutregvtxt.duckdns.org artilary.com wxllqqqpss.duckdns.org cumhurbaskanlik749.com x.autistichorse.club identity-verification-service.info +interipefer-proriparancy.net bullgard.ddns.net ali19951995.ddns.net flamengo-importexport.com @@ -25767,8 +26136,8 @@ no-ip.myftp.biz musichelp.net 2020logs.duckdns.org automobile.megabyet.net -file.discountmonumentcenter.com torproect.org +idlevents.com goldstar2g10.xyz stimallday1.no-ip.biz xirujyjojeqewuz.info @@ -25776,6 +26145,7 @@ americansvoice.com buildinglaughter.net 1603710228.httpdsconfig.com myuyoguyslogs.xyz +myoxrelvvt.duckdns.org qmmtybwsgv.duckdns.org wuzqowpmil.duckdns.org top.sineadholly.com @@ -25794,6 +26164,8 @@ qekynog.com yjinmorajpl.ddns.net obdeskfyou.ru playappx3.top +yangshu.tl-ip.com +c25a3ho0aooq9w.zapto.org hmm9823.codns.com jhssourcingltd.com sudanesralp.com @@ -25829,17 +26201,19 @@ microfigimen-antiluxebist.net nqubfjiqne.duckdns.org a3d.no-ip.info 8uv4tnce6ye8muig3j.com +km8dt67.top tuiiuuhhly.duckdns.org a-uac.arrowservice.net yuwurw46taaep6ip.onion ehsanmaali3.ddns.net -stycn.com +kuronekoyamato-adz.top tuksvata.cyou x6kj8z1.top boarddiary.com tiuxhoqobh.duckdns.org wjbbmd2.com darkcomet2012.zapto.org +xiaoai230.tl-ip.com kimucywimi.info chemisoli.com feltfruit.ru @@ -25882,12 +26256,14 @@ d82cbnf.top pop101.no-ip.biz pjeqojxljj.duckdns.org jywdohhfkypg.de +kppngarut.org fattybraintoys.net costacolonel.club ikbenpro.no-ip.biz txmvazmrserv194.xyz samuli.ddns.net wedfvb123.codns.com +encyclopediaits.biz gayweed.no-ip.org jknqnrpjgdgo.in tylerfreer.ooguy.com @@ -25979,6 +26355,7 @@ mnbtmhtksj.duckdns.org password.no-ip.biz chs.zarifbarbari.com fptpzbstci.duckdns.org +fppt596.top alismart18.no-ip.biz simoalal.nerdpol.ovh d.imptlorte.at @@ -26011,7 +26388,6 @@ dolsibegriaosersk4ermanderezya.chimkent.su gniyjnftnqarshe.cn market-account-login.net monopitocen-semikahassion.name -efoaptgtni.duckdns.org flowconnectivity.com nyzpob.biz ketytbjraj.duckdns.org @@ -26026,6 +26402,7 @@ starhost323.ddns.net hasdgxswe.duckdns.org fedtoner.com ku3rgq4.com +jnazkpkjxw.duckdns.org simen.myftp.org b32jbnk.top service-checker.com @@ -26050,6 +26427,7 @@ moreupdates.info googledomain.otzo.com ofjkodmpsh.duckdns.org afhgcvb44.duckdns.org +greferezud.com odbtiwoqnz.com yydoruzwrv.duckdns.org chanks.no-ip.biz @@ -26097,7 +26475,6 @@ evilevil.no-ip.biz wilkhilk.com picture-branch.com ayman1950.ddns.net -logon.securewindows.xyz tiamor.space studiosrm.xyz earpmaqren.ws @@ -26121,6 +26498,7 @@ jr.blackcake.net piecenovember.net somenormalguy.duckdns.org leboncoin-bk.top +haaaggrrtbrekir2.com gstat.coneybucks.com wozireracy.com yaseramer000.no-ip.biz @@ -26235,6 +26613,7 @@ zero7.no-ip.org powerofnone.top cdsemhinos.duckdns.org 89-27-41-97.bb.dnainternet.fi +host-serv.xyz kvmihtamuopvagdlrwzg.com olalalalalal.cyou tedvvivuhh.duckdns.org @@ -26274,7 +26653,7 @@ zeroslim.zapto.org aacoast.com ukr1.net ns2.ganr.pl -wws.no-shirt-no-shoes.com +onyeoma5050s.ddns.net owvcjnfuwtoo.ru iron325.xyz vip.onedumb.com @@ -26305,6 +26684,7 @@ moktarpicaasrinabil.zapto.org doncjpd.ddns.net f2a7c989fbd9dea1ad3acc2d91b79fbf59.ws svchost59.ddns.net +boezemann.chickenkiller.com humiconfort.com sbjzxdxswo.duckdns.org nlmk.space @@ -26330,6 +26710,7 @@ fpzq536.top hobsonschoice.duckdns.org ldqianlhbw.duckdns.org aegieuueueuuruia.ru +xia718603199.tl-ip.com wolfwolfwolf.zapto.org ofxvp.com xcebfhrlhk.duckdns.org @@ -26342,9 +26723,9 @@ gycz36j.top yhtlxesggd.duckdns.org wsdyanaekppyinitalymedicalconsultant3.duckdns.org smtp.xyzdomain.us +ymydwbnhhz.duckdns.org infected911.no-ip.biz fqa2nwjdws.com -htiobrofuirwkgn.com bridgeph4.zgxuanhao.com codebatch.no.ip.biz phantom.no-ip.org @@ -26394,6 +26775,7 @@ yhzxmbtzcmzwxueqtyvc.com djcrack.servemp3.com wmnfnomgop.duckdns.org sqdfmslznztfozshtidmigmsbh.com +vpstop.work swaiminrzk.duckdns.org lokopotio.pw m82qbnd.top @@ -26411,7 +26793,7 @@ vonypic.com ifgkwqmqhph.net xpxp21.com bvnhplufha.ddns.net -gxtvnhdach.duckdns.org +ogidikasi.hopto.org blackscorpian.no-ip.org ibmcorp.slyip.com cyraxforever.ddns.net @@ -26459,7 +26841,6 @@ fary5monn.info tsll.cf wgg4ggefwg.ru ioreloaded.su -moneymen2019.ddns.net cscjzf.com xn--80aaoboarccvfll0ah5mza.xn--p1ai eivxikgepf.duckdns.org @@ -26473,6 +26854,7 @@ realityarchitector.top gamework.ddns.net roomthrew.net km8pd99.top +afantx3dptuudji7o.servehalflife.com nfdre.xyz mlidef.com faafglsqva.duckdns.org @@ -26483,6 +26865,7 @@ robot-comp.ru ffaassl.hopto.org ogmar.space apple-shop.tech +pllmhynhdc.duckdns.org joindance.net rhkvzcnxww.duckdns.org zigigannapionna.live @@ -26500,7 +26883,6 @@ jseoptions.com 3erew.top com-client.email cwdnukdlca.duckdns.org -borzoy-tv.ddns.net fegmetozza.top foud7v4.com devhaberdestek.net @@ -26517,6 +26899,7 @@ odnovoennbundes.cyou nightbrow05.ddns.net saygeebusiness.com aswcd.xyz +lisalw65.top j22mbnx.top hamid198711.myq-see.com log.idealfurnituredirect.com @@ -26536,12 +26919,12 @@ somethingelse.no-ip.biz beykozlufethet.ddns.net dpfb511.top xsrhx.no-ip.org +buyuksehirbelediy-e.com forteol.com institute-secu.org oeyjritorj.duckdns.org zc1q1zk.top dpzr592.top -wishseven.ru fbapp.info vteach.com.sg ghostmoney3.dnsdojo.com @@ -26549,6 +26932,7 @@ cypz55j.top gazprom-international.su badnoordzee.com ivzugljarq.duckdns.org +nqqqquzoaa.duckdns.org ilovecoco12.chickenkiller.com galyros.com wschandler.com @@ -26561,7 +26945,6 @@ migyno.date inform.gotdns.ch iwjpower.ml xuitrdgt.com -macrofapusath-subobokify.biz podilovy-fond.eu zappy.freedns.su svn-01.ddns.net @@ -26581,6 +26964,7 @@ unexploited-spans.000webhostapp.com magic.tfxdccssl.net sightkill.ru fpky525.top +otomototo.com visual.earthsolution.org i9600.com dsjllaauvfxtxuu.cn @@ -26601,6 +26985,7 @@ s7cookie.no-ip.org microkabaloty-transatudoly-enahilonic.org freedomtech.no-ip.biz lunadc.duckdns.org +bdcysblrsgyjqub.ru swiss.firefoxupdata.com goooodymegma.no-ip.org login.proxy1.lib.uwo.ca.sftt.cf @@ -26618,7 +27003,6 @@ goodvisit.pw upgr-serv.com o.axs.su dpfd512.top -ytkatest.000webhostapp.com iludigian-emefazahood-nonalidezen.info dahaxb0ss.no-ip.org acquistic.space @@ -26631,10 +27015,10 @@ swgxzglbuf.duckdns.org fpqs575.top zalman.club kpcrnmshjaoiueo.com -x6kf8w8.top markb.no-ip.biz ivujyqxpoz.ddns.net beylergunaydinsayimgeld1i.com +bloodborn.xyz morelogs2019.duckdns.org anondarkcomet.no-ip.org win32updater.com @@ -26643,12 +27027,10 @@ totalshowbiz.us masterstargon.ru samaravablog.pw nesttecburgga.ga -karmakintra.com bipismol.com -aligahndour882.ddns.net +wosljkdnfg.duckdns.org gloriadating-a.pro obfzdniwo.com -station59281.zapto.org intelblog.su windowspatchmanager.com vjoqulbbbb.duckdns.org @@ -26718,6 +27100,7 @@ banca-movil.net mzvmmsedkr.biz vojyzik.com gstat.getlearningsolutions.com +dsjadjsadjsadjafsa.info qaba309f602668928ec9bb143f41c59659.to tcbmtuygulamamtr887.com disecliear.com @@ -26747,7 +27130,6 @@ drerer243.duckdns.org infectedworld.no-ip.biz helpformedicalbills.com tvrp.pw -theirtook.net ymk787t.top kv33.zapto.org craftedfollowing.duckdns.org @@ -26775,6 +27157,7 @@ awb6q4j.com petroilimos.at bluenet123.zapto.org userframer.sytes.net +65s899.club lashy.ddns.net hatba.ddns.net damir20014il.ddns.net @@ -26851,8 +27234,9 @@ castilloa.xyz servercloudweb.com playnewf.be ns3.neongit.at +hksjrklzxy.duckdns.org samirtissa2001.ddns.net -niggerdick420.no-ip.org +cree.duckdns.org opendns-server.com nigerianbrothers.net letofamily.no-ip.info @@ -26904,6 +27288,7 @@ ddyfouvdluefghskdpln.com pvp-planet1337.no-ip.biz wnhjrrmjys.duckdns.org smarttechupdate.com +e-appevdekaldiye.com informdatagroup.info zennymax.ddns.net trojantroianos.ddns.net @@ -26913,9 +27298,9 @@ lofunder.ru account-gocgle.com mydammedlife.no-ip.biz meathand.net -yongcan0f.com tinctorum.space gayaju.com +jgyzeecnec.duckdns.org nsrxrqlwblraesmb.bz interegupance.net sweepstakesandcontestsnow.com @@ -26942,7 +27327,7 @@ czngolzdds.duckdns.org sextuk.ru bnsef.duckdns.org ice.ip64.net -richard-hines.website +bhnazxbwab.duckdns.org heyimbacon.from-ny.net rosneft-tender.su 11.usyahooapis.com @@ -26961,6 +27346,7 @@ maritosrickytos.com infostealer.ddns.net demon.4irc.com kip2moht.com +crimedetectivefor1stdygorvermentndsocial.duckdns.org qjkdvwxxjuwd.org lzf550.r3u8.com windows7updater.servehttp.com @@ -26994,6 +27380,7 @@ cnc.bigbandsinmyvault.tk epmwtebyjh.ddns.net ns2.mydomainvps.pl loqapeek.pw +atlantis.extremeart.ro bowriverrustic.com 333sebas.no-ip.biz 1603709964.httpdsconfig.com @@ -27019,6 +27406,7 @@ u36317.test93w.ru jwjhoggssuxe.com jusarexyjy.info qedyleq.com +edidrdqhrj.duckdns.org green.nogel.tech sgese.duckdns.org phage.strangled.net @@ -27077,6 +27465,7 @@ jhtguhuuvv.duckdns.org wentpast.net superlegitratvirus.ddns.net vttstffsgg.duckdns.org +tqfkitliku.duckdns.org fplx585.top ie2z2.ddns.net rylynnbrackett.com @@ -27092,6 +27481,7 @@ nmd797k.top tc3q8zg.top fvhuuttsff.duckdns.org kimonodridstezya.website +uyfosuxsgx.duckdns.org hhvhjaocxd.duckdns.org golds11kitchen.xyz xfer.abcxyz.stream @@ -27109,7 +27499,7 @@ mybots.redirectme.net climaxnovels.com qjkdvwxxjuwd.su server.serveusers.com -duihpkqdbx.duckdns.org +kjviaaazmd.duckdns.org sdg3sf.xyz nmt785m.top thegioi.kinhtevanhoa.com @@ -27275,6 +27665,7 @@ http.xxxx.zaberno.com butefighters.no-ip.biz cycoslayer.no-ip.info tghwghxkon.duckdns.org +indlwmovfleifyw.ru pratioupstudios.org tattowhymattowhykatto.site compactstorage.us @@ -27290,6 +27681,7 @@ fuckbc.ctlers.club zero45.no-op.biz box4081.net k72gbnb.top +covld19study.pw kuejnoctuj.duckdns.org emmajcoombe.com wettx.xyz @@ -27317,6 +27709,7 @@ rat420.twilightparadox.com dsftg23x.duckdns.org aslimbvoht.duckdns.org km8pb27.top +opltqwbiqg.duckdns.org razunimorep.online ahmado.duckdns.org socios20199.webcindario.com @@ -27324,7 +27717,7 @@ socios20199.webcindario.com khalo0od9991-57035.portmap.host 254143.f3322.net mcnilepmee.duckdns.org -exapofaran-postulusadify.com +api082102.seemonitor.xyz audience223.xyz pics.servepics.com euvee.com @@ -27395,7 +27788,6 @@ pwnooswimhyy.ru kfsinfo.byinter.net xmjpvpcyyk.duckdns.org treintaysieteremc.duckdns.org -blackshadesnet5.no-ip.biz ns2.treosyiko.at msnbe.duckdns.org banditbs.no-ip.info @@ -27424,6 +27816,7 @@ edonmost.biz cumhur-pandemi3.com news.pop-musicsite.com ar-energyservice.com +fvfjhxsdxm.duckdns.org appleicloudeservice.org adobereaderupdater.com race-think-client.com @@ -27431,6 +27824,7 @@ curvy2.xyz sofrofhatpa.ru joinshown.net sundayweight.net +ggjqgheomqtxolu.ru maka02.kro.kr cyrz31m.top ewms.6600.org @@ -27452,6 +27846,7 @@ ninoalo123.no-ip.biz ns2.genuta.ru vowyqoc.com porkte01.top +hhjsf89w.ru hostdz.hopto.org weatshxed3.duckdns.org swsetggad.duckdns.org @@ -27461,6 +27856,7 @@ gaghpaheiafhjefije.top daitypwfsm.duckdns.org zcgzcveggo.duckdns.org daayfaan.club +qwerty1.ddns.net flyryan.no-ip.biz u12c4d7a5ed3f7cce98486dd42b67ad1bc.to gyhz95k.top @@ -27510,11 +27906,11 @@ downloadoc.com qetaigkjjf.duckdns.org coucoucmoi.no-ip.biz afalr-sharepoint.com -n12nbng.top +ns4.thepicturehut.net nash2t.linkpc.net ushvmfdted.duckdns.org serviceboaamerica.cf -a5b921ea6a2c288bdf047fb4d647d78d3a.tk +generuj-kod.com acptw.icu tlzrhbwxoh.duckdns.org jess19991102.ddns.net @@ -27558,6 +27954,7 @@ evilexecutable.dynu.com soceneo.com oxgchdkmwo.duckdns.org osmancomar.no-ip.org +talentino.duckdns.org northkorisla.co coolkidonfire.no-ip.biz servyhdsitepbnsrv.co @@ -27585,6 +27982,7 @@ is8r74eur.top thenlight.net zabafstfss.duckdns.org ns1.cambodiadaily.org +oqoiqhurnjrissc.ru dysacyziqipipax.info relation-reward.com mrblazin420.ddns.net @@ -27609,7 +28007,6 @@ iytlqbdemr.duckdns.org dphj572.top blessedchuks.ddns.net jjidotwgjmpt.net -forrf0410.info serviceralertboaserv.com bqwwiwpufa.duckdns.org yhdjfnsite.nl @@ -27620,12 +28017,11 @@ bbmsync2727.com 19js810300z.com camera-test.hi2.ro info.rssadvanced.org -adjust-local-settings.com afkkzhmhsr.duckdns.org guitin.space gmailservicegroup.com x22.smd4free.info -xdxjnhxhjbuyeuojkm.com +wlewhbeafkuvelrkyfcu.com noseroll.net remitrager.com cztweausgo.duckdns.org @@ -27634,7 +28030,7 @@ lenceria2000.com ns2.uptime200ns.ru wiwiwjwjjw.duckdns.org chascloud.com -filecopying.xyz +jjitjjzdeu.duckdns.org ftp.dolphins-gb.com hreeeerrqd.duckdns.org gigakiloframe.club @@ -27673,7 +28069,6 @@ rurparagysmanmaskstreptokokusstezya.space dcurvezone.com corrm5319.ddns.net kadlypferg.com -cphxrepzdi.duckdns.org nightsalmon.xyz atikno1.xyz wrwr3wrw3wrwszz.ddns.net @@ -27681,11 +28076,12 @@ fax.cnndaily.net fqgpzwlbkt.duckdns.org overuletedite-misokorism-enetunan.net darkbio.ddns.net +hhytew.pw zeeremis.zapto.org hanoluexjqcf.us irobfveidvo.com keygenpanel3.tk -puresownes44.no-ip.biz +thesawmeinrew.net androidapps.nsupdate.info km8rl65.top gyxz33t.top @@ -27708,6 +28104,7 @@ lexfal.com achilleas.xyz ma1314zaygr.e1.luyouxia.net jzfuvuvytg.com +whichought.net sjdsdqnjjz.duckdns.org hxfgydutxq.duckdns.org macrotobulike-subanokoship-irelovian.info @@ -27718,7 +28115,6 @@ dragon-666.no-ip.biz accounts-support.services hostedopenfiles.net zxzsvmnhby.duckdns.org -intuitstatistic.com jscp998.top epoggttsfs.duckdns.org bfzqqbe.vip @@ -27734,6 +28130,7 @@ jackboy7204.zapto.org wgzhfqigrr.duckdns.org ferreiralove.com mad132.no-ip.info +ufzxcfg8ncp.ddnsking.com llkty.gq wmsaaeqera.in mast3rmind.no-ip.biz @@ -27753,6 +28150,7 @@ javaupdate.flashserv.net szmc.no-ip.info siffersniffer.best jjyybsilptuu.su +liqui-technik.com nm5oi0.com ns3.free-dns-test.ru servesbeer.dyndns.org @@ -27770,7 +28168,7 @@ tosterriotto.kl.com.ua idontknowwhatido.no-ip.biz peinardo.info wbezwedfhd.info -overuxibist.net +overabenossion-dekuhilify-overoxuvission.name miraibotnet.eu underiseged-prezulikan-nonimenen.info disomitinure-exudenith.org @@ -27788,7 +28186,7 @@ resetmymemory.com apple-inc-server-icloud.com htmltrainer.su rumblll.xyz -bridgecr4.tailebaby.com +crazyevil3.ddns.net pronews.icu xxetxfbaux.duckdns.org findme.epac.to @@ -27841,7 +28239,6 @@ ns4.vatriokl.at curiofirenze.com withinnumber.net 1603710355.httpdsconfig.com -ymf726w.top mothertrinity.no-ip.info yuphsa6qwtg5.online bmbkgpotrevoqkozc.com @@ -27857,7 +28254,6 @@ eteopfysaf.duckdns.org royleew.hopto.org subclea.com server12511.sytes.net -genconnectmentor.com tguniverse.com vbwucrgjjq.duckdns.org supremeisme.no-ip.biz @@ -27867,6 +28263,7 @@ ygqsfotzty.duckdns.org jinf43ufm0edurygk49.bit az4511lon.ddns.net parrotchat.co +hbpdygpqsmobunq.com muzafferdemirtas.com haker.space bpnztvz2x.com @@ -27913,7 +28310,6 @@ fvwvupqbcwpg.net ns4.squaretech.ru milamber543.zapto.org dywj689.top -oayuopajdi.duckdns.org 7gie6ffnkrjykggd.jpo2z1.net bomb234.xyz seuufhehfueugheg.to @@ -27927,6 +28323,7 @@ icloud-id-localisation.com ryiew.beget.tech xyw.space kleboneonn12.com +engine79.ddns.net migo2018.zapto.org orlikssss.com edqdddivjl.duckdns.org @@ -27958,6 +28355,7 @@ ymn792b.top continentalrnovers.com xenoz1212.ddns.net etsvg.club +style.fontstaticloader.com sclrtlol.gotdns.ch ketor.ru jdehlrqrmf.duckdns.org @@ -27975,8 +28373,9 @@ vfkgnbdlbk.duckdns.org fpwg539.top sneakywillowrest.com ymq738d.top -itunesdownload.wikaba.com +utex.earthsolution.org hpcnfxspmi.duckdns.org +tm2whi2dl8g9xhhem8.myvnc.com havup.net 67511.prohoster.biz pizzacircusbarcelona.com @@ -28010,12 +28409,14 @@ xxrjdlkxjq.duckdns.org llhbdfalar.duckdns.org kungfrdyeducationalinvestment8agender.duckdns.org winsec.dynu.net +blackshadesnet5.no-ip.biz bantanmanta.cf zxxxcppppc.duckdns.org cuatftj.freewww.biz racemodel.at browser.duckdns.org ftp.well.mrbasic.com +maskaralama.ddns.net job.yahoodaily.com eulquydtyh.ddns.net veryxx.no-ip.org @@ -28106,6 +28507,7 @@ twnojbfrsryuuhsxv.com ns1.intheclouds.ru m3b.no-ip.biz luciedupont13.no-ip.org +arrivals.ddns.net tkherbi.zapto.org f0344058.xsph.ru maeptplplo.ddns.net @@ -28117,7 +28519,7 @@ premium66sunnglasses.site weail.wdect.ru zatirdohckcopa.com csede.xyz -e-lena.de +heckwassleftran3.ru ilsuvnsfal.duckdns.org ojk5zra7b3yq32timb27n4qj5udk4w2l5kqn5ulhnugdscelttfhtoyd.onion za2142106b8092a6c13519a62055e9f2a4.so @@ -28136,7 +28538,6 @@ ejygiqijzb.duckdns.org semiguxeless.info au-lo.com papayaguy1.fishdns.com -chiefchance.net interanubing-emelulotal-transugotuzern.com nt520.f3322.org deeptoday.ru @@ -28151,6 +28552,7 @@ vdokkot.com highsecuritymac.com x6ky8l7.top dpfm513.top +dl3.sharefiles-eu.com qgkogkwosuuugaey.org fmtjttt.com swrgojlgmo.duckdns.org @@ -28215,12 +28617,10 @@ pbmnz59uzndpo.com blondehairman.com xfaxeyiopiqqrpu.com justhost.dyndns.biz -headquartersissuetforum.com ftwvjeocdp.duckdns.org gyjz68t.top coco.wikaba.com dropnigga101.com -chainoftheapril.cyou nmf788j.top sntnr7.myq-see.com shibanikashyap.asia @@ -28251,6 +28651,7 @@ gacyryw.com asasdasdasdasdsa.s3.eu-central-1.amazonaws.com user-account.link gxyvmhc55s4fss2q.onion +oeimbuqyec.duckdns.org backupsec.com fpfc577.top cpanel.sunlitcars.tk @@ -28301,16 +28702,20 @@ boispro.dynu.com atm.firefoxupdata.com eolfamcfyp.duckdns.org wheelsreels.best +basskiller.no-ip.biz boomhaker.zapto.org littlenumber.net drive-useraccount-signin-mail.ga testinghouse.ddns.net +brokenquarter.net 25cfcba587c487f88ea0f0f039cb5127.in ljjskttqximu.com mgkltnymgi.duckdns.org avito-app.pw +l04070c0.justinstalledpanel.com securematrixx.com ali-express1.at +2xkgoj5b.nakadesh.ru qavuytyiau.duckdns.org 1604771376.httpdsconfig.com hpciazecev.duckdns.org @@ -28328,6 +28733,7 @@ rdrfi.com falks-kfz-teile.de ivrehrvyuv.duckdns.org acd.com.vn +a453820211.tl-ip.com hvwummubpk.duckdns.org u43692210a.ha003.t.justns.ru afw.globalowa.com @@ -28358,7 +28764,6 @@ oudax.com rahimtrx.hopto.org dotnet.myftp.biz upcheck.duckdns.org -qwerty1.ddns.net aiqac.org symphytum.space observatorystarsoh.net @@ -28367,6 +28772,7 @@ ymk751k.top goodwillls.com mightfancy.net kingofus.myq-see.com +mvbwnjx07muirko5i.com icherryls.com postovuxussion.biz ooliey0phuoghei2cei7.cleans.online @@ -28390,6 +28796,7 @@ opendatfiles.in ns1.domofon-proffy.ru 23w5338-z.com support-google.co +ekapisi-destektr9.com mbfce24rgn65bx3g.jpo2z1.net ikjikj.in fd4system2.com @@ -28415,7 +28822,6 @@ nicklewis1.no-ip.biz zscmjhjsbk.duckdns.org zixoovphbu.duckdns.org dzup12.ddns.net -mjasmjas.no-ip.org l7otfelma.hopto.org okok1234.no-ip.biz qetyvep.com @@ -28427,6 +28833,7 @@ ultranucopite-multifevuship.net tri-swelding.com vpsserver.no-ip.info baywireless.net +mightydollars.xyz weaman.space rathervalue.net yardraise.net @@ -28444,8 +28851,10 @@ ultrogroup.co.uk jxw28kj.top hdllsy11.no-ip.org nonenerve.net +afesf14.digital sabyestreetfoods.com primadonnana.ru +byjolhtricmcbww.cn cywz25c.top gzixowdlme.duckdns.org noseguess.net @@ -28462,20 +28871,18 @@ age658.xyz gyhz11j.top gooesdataios.instanthq.com hypnvhpaqv.duckdns.org +nnllnn.com zmsohoptmc.duckdns.org sokjwdnblx.duckdns.org musiclate.net fmqwifdwbt.duckdns.org iam.no-ip.biz -rj2bocejarqnpuhm.onion.cab benchadcrd.nl xfcp298.top liveswindows.bar master900.jumpingcrab.com -xware.ddns.net microtopoless.info okianzz.sytes.net -danilobatistaaa.no-ip.org unoxebuship-subecipozing-interipefuhor.com guerrilla453.xyz ganyzas.com @@ -28488,7 +28895,6 @@ lymywaj.com 32system.no-ip.biz iidpeefvnh.duckdns.org jameskoloti.no-ip.biz -cyfz11k.top ahmad00.ddns.net neuroticbuffet.com yanyanasevsemseni.site @@ -28548,6 +28954,7 @@ fpqk513.top fose.mos2ioa.com vakiftanbayramvakti.ml nakki.no-ip.info +uynvxbibzq.duckdns.org mlicwvctclwv.com automachine.servequake.com otdiatxqaa.duckdns.org @@ -28583,7 +28990,6 @@ saglikbakanligi1498tl.com pikdlbahbl.duckdns.org hasdgxwest.duckdns.org office365homepod.com -up.av86.ru bcwbeoyp.in srdqviuuuh.duckdns.org laurent1961.top @@ -28591,7 +28997,6 @@ pmhjbdijgxaoiqzblfqr.com emrgbhvlyl.duckdns.org ns1.second-dns2.ru m7.hopto.org -eiectrum.net zkeaganarlie.xyz p32mbnp.top sakira.3utilities.com @@ -28610,7 +29015,9 @@ fiwijo.com withpage.net zkjjjjiian.duckdns.org km8mt92.top +urchbanjakata.cf totes.bluetoes.org +729owgmuig.serveftp.com gaeifiuheiuhauhdo.su witness3865.xyz 3d5hh.top @@ -28621,16 +29028,19 @@ vuadaubepz15-29353.portmap.host kefrlojzrw.duckdns.org honza333.no-ip.biz manmanno.no-ip.org +mastercalmarro.club porn4us.ws xcseq.xyz ns2.sflon.pl dowpoint.net eurosatory-2014.com +gabriel1314.ddns.net fappingmonkey.ddns.net dpdb576.top antivirtualmachinecleanserctigifateforthisfilewithgoodsecurityp.ydns.eu rtyewrsbxs.duckdns.org mxvvazloab.duckdns.org +uftjrfktbaptvra.com ctrip.chat mouthreach.ru aagangirlshostal.com @@ -28638,6 +29048,7 @@ azzaur.xyz difference-dry.com sephiroth99.zapto.org bawzar.no-ip.org +quasar123.ddns.net forzalindelof.ml wowgamemars.no-ip.biz dataday3.no-ip.org @@ -28663,6 +29074,7 @@ nmy791b.top fiylxdtsnyqj.org kneqe.xyz misuzutalike-nonexunuship.org +isjhctoiks.duckdns.org ihktmaxoaw.duckdns.org akamai-technologies.org ytwhe.xyz @@ -28679,7 +29091,7 @@ gspt.dns1.us ymcmbusiness.no-ip.biz gacynow.com ynliijsyxy.duckdns.org -generuj-kod.com +a5b921ea6a2c288bdf047fb4d647d78d3a.tk jasonetworks.com waertsdh23.duckdns.org thoosje.com @@ -28689,13 +29101,13 @@ a2c491023580.com rebisihut.com hitmangodmodz1337.no-ip.info powerpowersite.nl -pt-a.top +pvuywdlnfmptmul.ru oficina24.online lpawpcdtgw.duckdns.org hackercoc.duckdns.org adamrs.dydns.org doitazda.biz -highlandfamily.org +joker1.linkpc.net paketler-tr.com sitergenis.com vifaeagxdl.duckdns.org @@ -28766,6 +29178,7 @@ steller-family.ru hack1020.no-ip.org theircome.net ns4.roznicadns.ru +mafioso3236.duckdns.org satantraff2.info fptw569.top caranatrium.com @@ -28791,7 +29204,7 @@ pronapuboly-ilekufukern-nonatobal.name ymr765x.top srv1000.ru yeahx3.no-ip.biz -ultrasulahood-iropogision-imomuvuhood.net +contratakpuma.duckdns.org mkwjjviiut.duckdns.org sailcoalition.org racerflawer.top @@ -28813,10 +29226,12 @@ woqifgwquw.duckdns.org asrararablya.com joeyftw.no-ip.org ezlaeqclli.duckdns.org +ikhopklltxtabx.3utilities.com gigestate.com veisturbharbo.com officinale.space sausagesments.com +ublock-referer.dev humanfree.net ymc796h.top safe-cloud.biz @@ -28867,6 +29282,7 @@ kcnpowerpbn.nl nxyx818.top aeryaew355.duckdns.org yapewbusky.duckdns.org +iqqrprkoficgsiu.com mike43.no-ip.biz 16odinxqwefck16.freedynamicdns.net reportinshop.com @@ -28881,7 +29297,7 @@ katerobinson.icu oioaxruxga.ddns.net s77657453-onedrive.com huyes.xyz -matrouh1973.myftp.biz +qboavdtawo.duckdns.org fmonkey.com noothing.myftp.biz meekaah.bounceme.net @@ -28914,11 +29330,12 @@ anas-hacking.no-ip.biz alxkjonzml.duckdns.org jingersoul.no-ip.biz pquafdnkc.org +dcnipvgratjruvo.cn cukagempi.serveftp.com km8zr12.top pumypop.com api.land-seo.ru -yavrukaretta.site +pxcp918.top sbuck1994.servebeer.com mutacotomi.info n.rsxnjdvgu.com @@ -28950,6 +29367,7 @@ xyskencevli.com hassoun39.no-ip.biz brandon02.no-ip.info 173vpn.com.cn +ffhvvqpgqcnjudr.com mnoabaoypk.duckdns.org chinese2wsdyonlyywalkaloneinlifea13klm.duckdns.org dsuuuhmzcc.duckdns.org @@ -29003,6 +29421,7 @@ securitytesting.duckdns.org 295.yao.cl sgowntfjwkybawi.pw anathema.co +uzvdoefpgr.duckdns.org ymf768c.top inewsmvo.com ggez.duckdns.org @@ -29022,11 +29441,9 @@ bogboy.no-ip.biz disterso.duckdns.org hackerfuzy.zapto.org usaamembersupports.com -ttsrbmq.cn defender-update.com cmlqcqxrkjtolol.com qfiamkymju.duckdns.org -ihiycrnyrspl.net kjvwjwylyl.duckdns.org xzmjrxuncu.duckdns.org blockchainblogger.club @@ -29076,7 +29493,6 @@ g92sbnz.top fppt519.top jqfnwkznpd.duckdns.org monogobuzition-ultrakacahood.net -dpfx513.top dtforums.serveblog.net hdgeasosxc.duckdns.org gl6063f3cc237zqm.com @@ -29116,6 +29532,7 @@ thavelede.ru ballfood.net gpmhavghhbevpnym7hia.icu cxaqhq.xyz +yildzlarbzmicinyagiii33.com ksoniay95ee.info loveleo.publicvm.com pandemisosyalparadestek.com @@ -29133,7 +29550,6 @@ sub-state.work qubtyezjkl.duckdns.org yougotpwned.no-ip.info aeons.no-ip.info -nrjmainjfn.com deunce68rtaint.rr.nu zload.zapto.org daurn.ga @@ -29188,7 +29604,8 @@ securezzis.eu reillyisthebest1.no-ip.biz actrosmorino.ddns.net news.e-cardsshop.com -dugsofrebse.ru +dbkxgwjrwgxruix.com +wwqwhnktrhexwyc.cn ru.fagdns.com signwhole.net jzafoktmsi.duckdns.org @@ -29232,6 +29649,7 @@ gc1q1zs.top pbpsegyafc.com minixecumoward-antibevunely.biz defutoship-exaruhion.info +originalsportsas.com rspsgs.no-ip.biz qhhcklzasd.duckdns.org obs1.ddns.net @@ -29274,7 +29692,6 @@ research.softsolutionbox.net njtttts.ddnsgeek.com powershell.services gacyroh.com -vfbnedrf44.duckdns.org noisy456823.xyz integratedconsult.ga yuchuanjz.com @@ -29289,12 +29706,14 @@ ymy765n.top ritthesofret.ru webmail.businessconsults.net blackshadestut.no-ip.info +laos.luangprabang.free.fr rhrrpemnsa.org ketof.000webhostapp.com muslim-world.info godhate.no-ip.biz abodeaplayer.xyz ag-inter.ru +biedetn.com santaluisa.top netdz.ga bielnatsu.duckdns.org @@ -29303,6 +29722,7 @@ asp.softsolutionbox.net henryford.app rwwqgudbmm.duckdns.org updateschedule.verwalten.ch +adjust-local-settings.com vlmlneuvee.duckdns.org ns1.mikmak.su buildingbranch.net @@ -29323,6 +29743,7 @@ km8ps85.top ftp05.freetcp.com bilainkos.ru finderhal.org +flashmplayer.xyz zero1.ddns.net dsser.club shadowsplan.no-ip.biz @@ -29333,6 +29754,7 @@ dsfgsd34.duckdns.org speedchiller.com wifc.space clvawjnapr.duckdns.org +productiondelphi.minehosting.xyz bank-blank-sir.com fot74sh42s.com backup.clanhosters.org @@ -29362,7 +29784,7 @@ gpdi-lippocikarang.com market.ecommrs.info myzzzmzzdq.duckdns.org win.ddnsking.com -quehenbergar.com +yslsqnizus.duckdns.org eppqdpccbb.duckdns.org boaserivaalertsnitoa.ml dreamdrama.tv @@ -29371,11 +29793,13 @@ androidapps.duia.in ipv6-microsoft.com wnsgpolrvb.duckdns.org erhitnwfvpgajfbu.tor2web.org +wefjdyrunjntwan.cn wannaupdate.com syusujodqb.duckdns.org xmhlncvquohzfjn.com switchbl4de.no-ip.org tedqreqreu.duckdns.org +saddam44.ddns.net n508544b31a3ed64795bb3e3f863540fd6.in dinglefthisnot.ru bshadesale.no-ip.info @@ -29387,7 +29811,6 @@ fpck583.top fodafr7.ddns.net kv4gfnj59y0r9q6l.com unodobasion.net -g72nbnm.top ftr2.redirectme.net morechances.top treatascholars.com @@ -29398,6 +29821,7 @@ km8ps51.top kaitlinsplayground.com wkwmsxpcic.duckdns.org dmbcieqroa.duckdns.org +aaa0udcwhas5g5.servecounterstrike.com gantrotermp.com oomcmevkvp.duckdns.org eastmedia3347.co.cc @@ -29414,7 +29838,7 @@ vsqzoxldyx.duckdns.org ahmad33.no-ip.org gzbcuhuulm.duckdns.org ns6.rumx.pl -windowsdefendergatewayweb.duckdns.org +glzejamxkx.duckdns.org evdekal20gb-internet-kazan.com ozkandan.com closepup.com @@ -29485,7 +29909,7 @@ joka-tv.ddns.net msonlinelive.com oarvhmaiej.duckdns.org identifier-session-recovery.site -kingmalkawe8.no-ip.biz +echmfrnyuwrlmas.uk com-website33.com gddingtian.com.cn sib-sts.ru @@ -29495,11 +29919,12 @@ tkpxkpgldkuyjduoauvwoiwcg.org aveixucyimxwcmph.xyz exorukath-promubukission-ultragufizelike.org romancy2005.no-ip.biz +ytiujocpjw.duckdns.org xc51htnm80.com tumdunyabizekalsa.xyz +airtravelabroad.com njpjfustbv.duckdns.org dan.xiga.us -lystic.securedns.site cctchasoyc.duckdns.org xuyghpxbtu.duckdns.org puvywup.com @@ -29516,9 +29941,8 @@ volioliboli2312.xyz ponvi.space canihazcake.no-ip.biz meh.serveprics.com -cyfz71k.top lebrock.dyndns.info -newforum.chickenkiller.com +fpbw522.top ads.mail3x.com putamierda.1eko.com ymm759g.top @@ -29528,13 +29952,11 @@ conh.ga toyotaserver.duckdns.org shib-idp.ucl.ac.uk.trtt.tk nonedunarant-transasefan.com +iocaouhehbkwvnpov.redirectme.net cookies.sytes.net geauhouefheuutiiir.cc -hadjourcr.no-ip.biz intellibiz.net -walkingnote.online -magicbigmac1.no-ip.biz -domain12.no-ip.org +eslam10.noip.me vincecamutogiftcard.com ihotturdlnrf.com anaehler.com @@ -29546,33 +29968,33 @@ netframework.serveminecraft.net qqkmonskrfgn.ru nb.ruisgood.ru okoqdcyqwuggeupa.ms -nzkwrrdkjb.duckdns.org +sofaa.no-ip.org uxgovnmeri.duckdns.org domainhostworkeu.com tcbmuygulamasilaritr9.com secure-email-provider.cc trombositting.org j32hbnq.top -sys.zief.pl +f0371578.xsph.ru backuphost.no-ip.info fwneupohimuf.in mizorl.com qrw16kj.top dziqchsrnw.duckdns.org -babafirst.top +obwdpqrzyt.duckdns.org syngenta-usa.com viewhurt.net -eluma102.hopto.org +gypz71h.top +nuevoproxy.duckdns.org jlnobbbaej.duckdns.org ctqimgmfxd.duckdns.org dpfl533.top voraciou333.xyz ymh717q.top 1603710177.httpdsconfig.com -zhiosstin.xyz cupo-tarjeta-linea-de-credito-cl.gq igbrusureweb.com -blsrconlgg.duckdns.org +ultrakamath-misalenuban-macroxonuxer.info xn--navyfderal-36a.com gppqoiqrjd.duckdns.org boomcoins.ml @@ -29580,14 +30002,15 @@ ktbzfgvyfx.duckdns.org adobeflahsply.com privatethdycloudshareandfileprotecthmbw.duckdns.org digifriendste.com -vulcanaqic.site +quillaja.space jeudnsjkd.xyz -aethusas.xyz +gadycih.com g6kn8c6.top darrylgordon473.xyz myallpctools.com files-download.net waetrhgsxb3.duckdns.org +schmidtatlanguage.com ky01.info km8nx15.top ruialjuzdu.duckdns.org @@ -29596,7 +30019,7 @@ sarzgyowei.duckdns.org 1603710567.httpdsconfig.com ms-updates.com google-stats49.info -travelagentinbangkok.com +mncgn.51vip.biz reich777.ddns.net ymy771j.top weightloss-secrets-revealed.net @@ -29608,6 +30031,7 @@ wishwing.net dofhack93.no-ip.org asasasas22.ddns.net sslport.work +goole.authorizeddns.us chrisnesnah91.no-ip.org ramjamdee.com cisoinspired.com @@ -29631,10 +30055,8 @@ qc9q3zf.top nfjmrolyt.com cvnty.cf wjyx598.top -acelikerd.no-ip.biz qftbwxywrl.duckdns.org chxdxtpmkhtvqpiwu.net -qabbanihost.com subzeroteam.no-ip.biz mobile.firefoxupdata.com ds43.no-ip.info @@ -29662,7 +30084,7 @@ erpoweredent.at zdcp868.top urusurofhsorhfuuhl.cc aeoughaoheguaoehdw.top -lotari.xyz +djgkukusdh.duckdns.org flowupdater.dyndns.org jtkkmtowzk.duckdns.org 3bysybsybs54syb44by.xyz @@ -29672,6 +30094,7 @@ cred11.no-ip.biz gquchsdiju.duckdns.org chatsmeebo.in kennethpeters.ddns.net +iaorwixnup.duckdns.org gold2digger.xyz ehskfem0.0pe.kr kfifrxqke.in @@ -29681,6 +30104,7 @@ notmrtortillachip.zapto.org ofure.ddns.net km8zx78.top xnexvlnlm.in +dell1.ug prey225.xyz kingspy.linkpc.net ziavucxzgi.duckdns.org @@ -29689,17 +30113,17 @@ kyqvngborn.duckdns.org ds42g2.xyz wifenews.ru xlmodeghbe.ddns.net -albin0.hopto.org +awerinosillo.website symanteclive.download tccbmtrpandemidestegigiris84.com jconnectpro.info mrqmsbqrdkvk.myfw.us +kdj.no-ip.info ldrglass.casa xindix.ddns.net ottimo.ddns.net ujxzrzjnyc.duckdns.org back.infobusinessus.org -lusiform.com a0159320.xsph.ru strangeelectricity.net agxcvxc.ru @@ -29764,6 +30188,7 @@ knsoverseaslimited.ddns.net freeanroid.duckdns.org amhs.club panti.codns.com +allplainbartatibotr.com v7e27ad768863d5098a81c6380f6f9092f.in alsaqlain.mtzinfotech.com infolocalip.com @@ -29805,6 +30230,7 @@ zakariahackar.ddns.net axqfjbtw.tv imezirary.name monobicezish-imarorusion-nonulobed.info +qycqoavjaf.duckdns.org crftgttgzn.duckdns.org ddihcnbacf.duckdns.org rabmunna.no-ip.info @@ -29837,6 +30263,7 @@ niogem1171.onthewifi.com gbldpuwpqa.duckdns.org tomluke12.publicvm.com profzavod.net +xoomda.com ivfnfriiottw.com umadcuz.noip.me tlfdsitegb.us @@ -29852,7 +30279,7 @@ get-hlinks.com orkreestr.host lucreteanu.de h6kg8b1.top -decorvise.com +fuckshitcunt.chickenkiller.com artscarparts.com guyanasouth.no-ip.biz nickdns19.duckdns.org @@ -29877,6 +30304,7 @@ yiyyiwdkpv.duckdns.org headgrown.net irebivaward-monozekadure-imofesatance.info maxpowerivy.hopto.org +tag-btc-2020.com blast4r.no-ip.org hosting187.dyndns.com rottetryne.no-ip.org @@ -29884,6 +30312,7 @@ flashplayerupt.xyz post-c.top shiodai.space fpmw553.top +xzcp228.top rytoke.at-band-camp.net pkw62kj.top rtxkcuxrjb.duckdns.org @@ -29954,13 +30383,11 @@ hackeriraq19.no-ip.biz hackservgz.no-ip.net pxphgxjdzf.duckdns.org bjxxefihqxxd.com -e-taekwang.com hvfhpgftnc.duckdns.org ssh.22ssh.com utsllggcbedg.in cheap.alibobomoneyman.xyz haironly.net -snshyhkqzt.duckdns.org dywb3va.com ybvztaadve.duckdns.org nws-cn.in @@ -29996,6 +30423,7 @@ dschndr.ddns.net alzczuixro.duckdns.org azmrbmmaglnotly.com geqqqqqhuu.duckdns.org +iuhvvuhmyl.duckdns.org w6ky8z9.top data.firefoxupdata.com jamescore.ddns.net @@ -30016,7 +30444,7 @@ volypof.com ciscohelpcenter.com ns2.gofuckbiz.co.ua 52.ns2275ab.com -michaelsdbablog.com +meatheat.net rnhrlupcs.com peoria33884.cz.cc bulgariatripholidays.com @@ -30029,7 +30457,7 @@ craken.biz drraffibeverlyhillsbotchedme.com ywtlcgpqsq.duckdns.org update.aoldaily.com -buildingbelieve.net +distanstat.com comandoinvisivel.fulba.com jojwqr.xyz ilifazuty-disedocafive.net @@ -30063,6 +30491,7 @@ saewkwhy.info monster2020.no-ip.biz jkhteqa.com olruheuuruul.su +otnhmtkwnz.top gywz37w.top ncworyqrze.duckdns.org bbyjlbe.vip @@ -30070,13 +30499,13 @@ datdepot.net ymr717k.top yerago.mobi files-downloads.com -supportwin.dyndns.pro perfectionatyma.hopto.org +xhuqevrefs.duckdns.org rurik.at.ua ca-huskyenergy.website km8kr17.top pushto.uk.to -fpnh531.top +hangthai3z.myddns.me clinica-financiera.com frenchfries8.top enigma.0pe.kr @@ -30088,6 +30517,7 @@ jpgrhikggo.duckdns.org jessicajoshua.com rockwedge.ru keremcatak.com.tr +8noqakvfqovsgund.serveftp.com mnfmpdwuyt.duckdns.org cloudservices-archive.best alfabrong.eu @@ -30097,10 +30527,12 @@ dailygiftclub1.info flrhfavgcc.duckdns.org totheocean.pw gyxsvdvcilju.net +kaijeakafbayhhf.cn jaskiu.no-ip.org evdekaldiye.com commonmanart.com tccbmpandmemicumhurttr1.com +v5jke3mv89fjvxgd.serveftp.com bbwrwopgghkj.org sxnmnrcuhinu.ru annapoliscrabtownphotos.com @@ -30110,6 +30542,7 @@ aasmartmoney.com miropc.org fileserv004.ddns.net ggergregre.com +cffdhjivgwgxoio.cn pur3g0d.duckdns.org rcoboobfff.duckdns.org wmi.1103bye.xyz @@ -30144,7 +30577,6 @@ jyoosh.ddns.net mohamedmattar.no-ip.biz fdqcscjz9v.com ns2.greatergoodbye.ru -movementfriend.net www1.gggatat456.com hqjnrmlhmdcd.pk jimbrady123.no-ip.biz @@ -30165,11 +30597,12 @@ phoenixfirezzz.no-ip.info b567b.top zyrus-55061.portmap.io emp.web2tor.cf -ulll.cf +km8sx82.top 1603710245.httpdsconfig.com microsoft-cloud10.co.za fphj529.top hun.hopto.org +dsharefile.tech kingminer.club ilivudepen-semidaxubite-subufidecish.name x6kt8n3.top @@ -30194,11 +30627,13 @@ angiasatop.com prostitutki-biyska.xyz sniper-dark.no-ip.biz mail.leeko.ml +gfnoykhgwvkkcqg.ru canada49ac.com piclbumestream.com psltidlomo.duckdns.org xlivehost.com ds3sg.xyz +es.sslhermanos.com emekau2002.ddns.net google.hopto.org dreemkol.at @@ -30216,7 +30651,7 @@ outsideconsider.net neogab.no-ip.org kiskakisska.xyz fakezaoboss.no-ip.org -ppy.duckdns.org +grxqkvacag.duckdns.org rimera.su oesfrncdwp.duckdns.org vkjawsiwvi.duckdns.org @@ -30267,11 +30702,12 @@ ianmaclaod.com y5e7e2b6494565d4b1426e0af0b31ad9f6.tk sahissofreb.ru roos100.at +dddiwnoxixvgikz.serveftp.com z6kw8m7.top etswa.xyz ns4.hostasa.org n.rpbzpxiyg.ru -ilevukution-deruboxancy-iluxivish.com +ymn719p.top tingfengzhe.sinaapp.com musical5638.xyz ehuxmtkxmtq2.top @@ -30287,10 +30723,9 @@ newbscape5.no-ip.biz p82nbnx.top toshioco.com ksrfgcontstant.xyz -crazyevil3.ddns.net +sjgfanuqlt.duckdns.org bakolen.duckdns.org worldsfinestservice.com -live-en-us.ml lsnvqynukw.duckdns.org ymm756l.top kaderinhilesdlflss.xyz @@ -30305,7 +30740,6 @@ whwns5265.codns.com myawesomeserver123.ddns.net ss1xc.top dcd.ddns.net -jijikolo.uno 20gbhediyeyukle.online bgsjjbe.vip weile3322a.3322.org @@ -30342,7 +30776,7 @@ fwyqlsntbt.chickenkiller.com at-44.myq-see.com gfrxxwwjww.duckdns.org aweryt46s.duckdns.org -contmetric.com +dswqeserv.in qobpcvvuhu.duckdns.org dontchawanta.su comexpump.com @@ -30364,6 +30798,7 @@ bcyuvngfrvcx.su fifiehsueuufidhfi.su winss.no-ip.biz matesmapizza.com +oicyjbjdif.duckdns.org select.no-ip.org xkhfhmqkvf.duckdns.org sosyalkampanya2.tk @@ -30374,6 +30809,7 @@ u18ca43aeb002e74546ef4ae28062bc346.cc gx159753.no-ip.org jonyxx.com tommymaymay.dynamic-dns.net +mofcsyispg.duckdns.org morfey888-45184.portmap.host soletto-poletto.com sygicstyle.xyz @@ -30392,7 +30828,7 @@ m59zmtepu8.com oepsmq.info tqkklpyqtr.duckdns.org mantechcareers.serveftp.com -yelloperson.zapto.org +gyyx-cn.tl-ip.com bravotrakrday.com wdkbdtljoj.duckdns.org pandemisosyalyardimprojesi01.com @@ -30417,7 +30853,6 @@ cyzz71f.top hwjbtsmngs.duckdns.org toptest-service012505.ru drec5tbop7q6uwvz.onion.link -jandt96.no-ip.biz ahjqndlafds.com dxrpxfdnfu.duckdns.org oxochruyfk.duckdns.org @@ -30466,6 +30901,7 @@ frontfebruary.net abc77.linkpc.net martin.sellclassics.com akurktsicohzxrfoynqaixspe.org +ezimdfxoin.duckdns.org tcsosyaldestekpaketi.com bbcillcjydts.com pregovozetn.net @@ -30488,7 +30924,7 @@ sinoposdssf.info geohydroconsult.com dropsklad.com uoruuoooshfrohfe.su -sgxfeettgh.duckdns.org +eeejrfvtui.duckdns.org e12345.ddns.net fefsadfasdfas.xyz iyzznbbobp.duckdns.org @@ -30498,6 +30934,7 @@ mbfce24rgn65bx3g.is0hvt1.com lwtzdec.com shavonblogsite.dyndns-blog.com nuttentool.ddns.net +wacvd2gsr4zucb.redirectme.net gromnes.top 1blackshades12345.no-ip.biz kzomvtuzzz.duckdns.org @@ -30526,6 +30963,7 @@ sea.arrowservice.net pbiavnxcjq.duckdns.org y98.no-ip.biz royalbsuk.com +wzgxefgadk.duckdns.org opally.xyz colanokic-delogisify-cobumuth.com kgznjqyzgh.duckdns.org @@ -30561,7 +30999,7 @@ olksmadnbdj.com ns1.figiditer.at bani1994.no-ip.biz misacireship.org -arhidsfderm.pw +winsystemupdate.com normalnodol.bit utdifguizdidiz.ru sky.applesoftupdate.com @@ -30577,6 +31015,7 @@ ttfu.system-ns.net pmo-gov-pk.tk gazprom-centralasia.ru httpfield.net +bepdbmnxzi.duckdns.org xenicolnc.mskhost.pro drdqivutuh.duckdns.org semibugegetn-monohifutuly.biz @@ -30592,10 +31031,11 @@ scfoijdccqtmj.kz uyhkdxacaz.duckdns.org h2obshades.no-ip.org wellspring4life.ddns.net -hkzvibvyembhx.com +updatamicrosoft.com levisdickisbest.no-ip.biz yrhealth.xyz collegetwenty.net +doma.kostirez1.tk statsline.cyou nbavfpb.uk goheufuhufdp.io @@ -30621,12 +31061,15 @@ lsdldllatoooyrs.site gerermotor.best septembertold.net mjlosker.hopto.org +v123v.top +epvaofsgfjwvewd.ru msdcong.com l32bbns.top tsrv5.top blasters.biz gstat.securanto.com mytkclwnoz.duckdns.org +sundayeasy.net spendraise.ru lonnbbflyn.duckdns.org avbqlfwphf.duckdns.org @@ -30638,6 +31081,7 @@ tfccliodra.duckdns.org fphr516.top 4chan-tube.on.nimp.org kerznerltd.co.uk +rxpdbqooqe.duckdns.org sightought.net fakme.org trj6rwk.beget.tech @@ -30672,7 +31116,6 @@ shsgynsnff.duckdns.org desawdxgni.duckdns.org secure-smtp-provider.cc enalinal-microparuhion-unozolian.name -microsoft.djkcc.com gfxlsbwnypjr.pk dhl-rule6692.com tqjehfddez.duckdns.org @@ -30683,6 +31126,7 @@ lotipoti.xyz jqrujfrwqzyffgwnr.net rzcrgikotw.ddns.net runescapev3.no-ip.org +tmqujhopdb.duckdns.org messansiplos.info vusucojiwv.duckdns.org rxxbrghmrnts.in @@ -30696,6 +31140,7 @@ ol62yuibbo.com redditmercy.duckdns.org iymlmbnvjnny.ru cumhurbaskanlik2875.com +1161253.com yvjaiwbtnz.duckdns.org gljopqxdju.ws sweetheart.sexxxy.biz @@ -30757,11 +31202,13 @@ wpkhlcnfhldx.org bhpxqovamn.duckdns.org vebk1x.com ecodll.com +ergwer.duckdns.org finehotels.net bs.hopto.org z6ky8x1.top intensivprogramme.com servyhdncjpecdbn.ml +odogwu222.duckdns.org criscris.hopto.org sndymsloginvestmntsn.dns.army ltsmedzgmf.duckdns.org @@ -30777,11 +31224,13 @@ fgsaz1.mooo.com imakedatbank444.no-ip.biz ngw91kj.top pufygup.com +koltfmocaf.duckdns.org ballraise.net iuxahvmxjujsqoygo.com m720527ce8b688d68889f08e92b94b484b.hk hamster2018.com pay.freshreaders.net +dutygreen.net yummy34678.xyz 747f9d59.ngrok.io newyearcardcompany.com @@ -30796,6 +31245,7 @@ fdmejhydhq.duckdns.org mxsbwxtxowgl.ru rebotstat.com hellat.no-ip.info +fila.heathercrowe.ca fishmist.top bocend.top malwarenotice.microsoft.com @@ -30816,9 +31266,10 @@ ywesxb33.duckdns.org militaryinf.com flashpllayler.xyz mhdosoksaccf9sni9icp.appsync-api.eu-west-1.avsvmcloud.com +yonusdlgkz.duckdns.org martinskrtel.gq offerfeel.net -ggccwfvisfll.org +hackersnews.org daditbetter.com worldchanneltour.com km8df53.top @@ -30827,7 +31278,6 @@ u-knlt.com vupbwkxote.duckdns.org qbcpppuuuu.duckdns.org newfsite.com -prostitutki-tambova.xyz shumakadeenm.biz shop10.ddns.net alwayshappy.ru @@ -30849,13 +31299,17 @@ xlm0bile.us sharefildecenterforsecurefiletransferwin.duckdns.org madeeach.net joinme.zapto.org +dedicate.ml wheredidmarkmakehismoney.com wfcp778.top net100.ns02.us corn-loginservicesverified.com j2fe1a3ab8838e0fa5711f0a55ace45a30.so +maqbkfaixyrfcsn.com ypyydwndyk.duckdns.org kuncen.ml.kuncen.ml +fkgqkgifjunqmyck.bounceme.net +isgyzbfquk.duckdns.org stuwal.newsonet.net radio-interview.com mc1q9zd.top @@ -30896,11 +31350,11 @@ g00gleru.wikaba.com mrsnickers03.no-ip.biz mdx007.ddns.net api.checkingsite.site -warriorinjapan.hostjava.net ibubyx.com notification-accountrecovery.com hizmetcinizhazir.site fishmak.pw +saipezeiab.duckdns.org merooo.no-ip.org megafundz.duckdns.org nt010.cn @@ -30909,7 +31363,7 @@ f0325989.xsph.ru heartways.xyz 1603710748.httpdsconfig.com 1603710036.httpdsconfig.com -dc-bc.no-ip.org +bokcnsgkpa.duckdns.org kafebuhara.ru childrenstow.com navidadserverazul.duckdns.org @@ -30964,6 +31418,7 @@ hackedhacker.sytes.net g6kx8g8.top bfsssbe.vip jedziemykurwa.blastgaming.net +oogilab.com nandoujve.no-ip.biz kinozavr.fun execution367.xyz @@ -30995,16 +31450,15 @@ glaxeopink.net qswbhz5.com 1338099.ddns.net sliecir.ddns.net -shadow.no-ip.info guccidomain.kro.kr rss.6600.org ilefoxaly-iluxucadize.org searchprodinc.org -uokbowrsez.duckdns.org skhohntmri.duckdns.org +oimc.cdn-pak.net tuguldur.hopto.org eljokerma44.ddns.net -0xevil.xyz +pdrucdrpniwtufr.com bricesearch.org ofwxfbqdcc.duckdns.org urgentyattention.cyou @@ -31023,6 +31477,7 @@ vakiflabayramdakazan.ml edu.firefoxupdata.com ns1.kryptoslogicsinkhole.net getfiles2020.top +free.idcfengye.com startup32bit.zapto.org hottennisjp.win coolta70.ga @@ -31040,6 +31495,7 @@ swissmade.no-ip.org henrx.ddns.net qobbonazmm.duckdns.org ixkqsxaqklovyap.ru +pxjaywoptb.duckdns.org hckoxwgfeqmveai.com milala0404.ddns.net schwellenwertdaten.de @@ -31051,6 +31507,7 @@ koapkmobi.com tidisow.ru yourfuturewin.online sllsabcqnohsrhv.cn +50cents.no-ip.biz bombingday.ddns.net nzyxxxxwvv.duckdns.org iscompetition.net @@ -31061,6 +31518,7 @@ inbxvqkegoyapgv.com iionkiauab.duckdns.org caseeasy.net dogware.pw +armhowlettershouldr.xyz nickd93.duckdns.org navasaa44.xyz xzffveleuy.duckdns.org @@ -31102,7 +31560,6 @@ barddistocor.com dnspod.pro deepmoler.at atmosbot.xyz -dpzn519.top e77jq8.com okor0n4.ddns.net jxfgrtsmab.duckdns.org @@ -31124,7 +31581,6 @@ craller.no-ip.biz cte64uc3ede65oq.com szcp998.top elseweofferthas.co -ecclvumkpo.duckdns.org 7777777777777.duckdns.org abcd1233.no-ip.org stspxcbi.pw @@ -31139,7 +31595,7 @@ ralwze.net 1edu.in km8mw33.top x5x.zapto.org -olksmadnbdj.su +fillbwyz.site cookiemonstah.ignorelist.com jobrian.com wrongarmy.net @@ -31148,14 +31604,16 @@ dhl-apli.xyz qcidtpnwqul.com fpqp585.top protest-01442505.blue +api.highsecuritymac.com km8qz75.top nhmrzhqymd.duckdns.org d.zjw.at new.arrowservice.net +frfsclgljptbaxv.com hairuncle.net mhmdssed.no-ip.biz manderot.ru -nxmlycqorv.duckdns.org +autfwnfqbs.duckdns.org donkeykong.dankdns.xyz cg-1.hopto.org gbyoridrth.duckdns.org @@ -31180,6 +31638,7 @@ api.centralfargo.com pwdump.ac 1efmdfieha-mff.com molos-2.com +chen2004-delivery.com dominikmagoffin.com dbsq0017.whservidor.com progress.zyns.com @@ -31191,6 +31650,7 @@ mschatting.r-e.kr twkijygesd.com cardisprom.ru gatyqeb.com +vinofgopyw.duckdns.org saraconnor4you.com kurupt.no-ip.info cpi-istanbul.com @@ -31247,7 +31707,6 @@ egbowantedjs.ddns.net microsoftcheckupdate.com studio-stlsdr.com sanemarine.duckdns.org -skrollerupie.chickenkiller.com hygieneteam.nl yinuxw.info ufiqbxvqgc.duckdns.org @@ -31255,6 +31714,7 @@ aaa.stage.4710846.ns3.kiposerd.com l32mbnl.top ulukantasarim.com steepplease.xyz +lastorresdnspato.duckdns.org driveparamount.com battlecash.ru bsvanadiumz.no-ip.org @@ -31302,7 +31762,6 @@ p10.2017fly.com trcumhuruygulamasi7.com gcan.site epezmmlads.duckdns.org -mjhybicsrokulojux.net soundcloudd.duckdns.org dode32.is-slick.com wnpbfacqts.duckdns.org @@ -31311,11 +31770,13 @@ egregorwiki.top cyxz71f.top michelle2018.linkpc.net wx.kuai-go.com +creativeheadfirst.com itrysohard.myq-see.com fpqk581.top ilqmz.com frankmana.duckdns.org blueriiver-eu.com +googlechrom2e.linkpc.net jgyx718.top iowbased.at simohack.no-ip.biz @@ -31348,11 +31809,9 @@ mulenrooj.adygeya.su mfprorat2.mooo.com dll32.zapto.org zfdeamgxne.duckdns.org -pedropedreiromoxik.su fsadkafasdkfka.xyz darweshfis.no-ip.org crippoloiutustrope.tk -azure-cloud1.web.za ankgnhvloe.duckdns.org firstservice-developer.com pardijusat.ru @@ -31376,7 +31835,8 @@ otkiewekta.com furtif.no-ip.org yyyp685.top bfagzzezgaegzgfaip.su -maytepeltre.com +rey561.no-ip.org +c.webcore.at eetba.xyz ft23fpcu5yabw2.com account-activity-verification-login.ga @@ -31386,6 +31846,7 @@ huwmbembih.duckdns.org vyrus.redirectme.net sombrero.balkan-hosting.net pbnyhdkcnservsite.info +itunesdownload.wikaba.com meunoipkct.no-ip.biz j92gbns.top ns2.maxdns.at @@ -31394,7 +31855,7 @@ nkcp768.top l.paquetesbestday.ecommerceweb.info cylz11n.top helloyungmenqq.com -mobuna.com +jzdcjdviiexlms.myvnc.com skulllog.duckdns.org afdeniyesdonicencony.site interiragocern-micropuxotion-transogorion.org @@ -31402,6 +31863,7 @@ ns3.erci.pl altcbs.com rdunxrsxri.duckdns.org esdeg.xyz +inso6666.ddns.net txlcofqius.duckdns.org 1000desteki.com asmar.redirectme.net @@ -31412,7 +31874,6 @@ awaissoft-60523.portmap.host happypanda.dyndns.org sokqfddocv.duckdns.org emikupuward-exeseginess.net -amajai-technologies.website uzdarakchi.com sanoqosxomu.com dikooku.ws @@ -31464,6 +31925,7 @@ qrbmcgaroafhvoiwkmmy.com dantest.no-ip.biz ymh712n.top turkistantlmes.com +xjpmorganx.app khxjbcnvdo.duckdns.org lower67.xyz ambuk.duckdns.org @@ -31478,6 +31940,7 @@ theseallow.net chatgamz.zapto.org mykaspi.com microsoftempowering.sendsmtp.com +leonard-kim.website guarderia.hopto.org ns4.dns-service-busines.biz buy.healthcare-internet.com @@ -31521,8 +31984,8 @@ ligonnrkhdkh.in wormsnet.no-ip.info avira2015.no-ip.biz kgpvkzwksvgvmpopesdtjuwjosbrameegopiyyyg.xyz -3n1ujw621vaxpro.online -orlani.xyz +giwnbobosf.duckdns.org +ixoodz.no-ip.org lifestyles3d.ru triedride.net uzxsapjxpx.duckdns.org @@ -31547,7 +32010,6 @@ qbpvsridkv.duckdns.org kristy-milligan.website bgyggbe.vip mbkrobuxubliy.net -rviedofree.com microtonagament.info nimerstat.ru skankcamz.servepics.com @@ -31575,6 +32037,7 @@ ischu-sponsora.ru herpderp1234.no-ip.info sweet.kevinloveamy.com osgenuine.com +mamsma.tl-ip.com sharesvr.net disofozeless-macrovesopiship-unusadulike.com dazzlerwavla.no-ip.info @@ -31601,6 +32064,7 @@ zhevquubcu.duckdns.org ursxxbkefm.duckdns.org gate56dc.com qc2q6zb.top +fphb591.top redwoodkush.freeddns.org fpwczoagau.duckdns.org bqfdbweldo.chickenkiller.com @@ -31616,7 +32080,6 @@ xverification.sytes.net e-halkapandemidestek.com ctos-mainv1.ddns.net bacteri.ru -yandcx.com politicoportales.org ramilhgme.com leproeg.at @@ -31655,6 +32118,7 @@ hrokxsajmj.duckdns.org paaradowx.hopto.org chaotic-updater.zapto.org statbfnl.sytes.net +dusnjntyca.duckdns.org moox.cz.cc sdfgcvbdf3.duckdns.org web240.no-ip.org @@ -31673,6 +32137,7 @@ g4xp7aanksu6qgci.onion haisi1.top txlkeinvgo.com f62rbnp.top +oxiepxcdoe.duckdns.org defeat44.xyz lhawarlaw.com zaxswder.xyz @@ -31712,6 +32177,7 @@ a-dl.arrowservice.net ozperdfcgdeuufjgobmn.000webhostapp.com sikhforjustice.orgsimilerwork.netstring2me.com tablefirst.net +naralam.ddns.net tinypic.info barindice.ru recordz.no-ip.org @@ -31729,7 +32195,6 @@ ns3.lukpin.at adobeinstallservice.club xnjuzqpdvd.duckdns.org grozovoy-pereval.ru -ns3.arkanzis.ru aq3ef.goimocoa.at ns01.d-n-s.name offlinemech.com @@ -31753,13 +32218,13 @@ ncjsrvservdsw.nl hqfbacjzsk.com sadgfxcv333.duckdns.org datac1.ddns.net -flashplayerupdater.com persononetrip.ga mageurox01.hopto.org odogwuchacha.ddns.net benniao.date benoitsuire.com adobeflashplayer.me +xpresms.com monohuloment.biz 123yybb.com bhetnbmxlc.duckdns.org @@ -31787,7 +32252,7 @@ lwivijbazz.duckdns.org senteena.com dns1.andreia.ru cappa.myq-see.com -maskaralama.ddns.net +ms-update.servehttp.com artscraftsstudio.com dns3.brikebrak.ru 123.8w8w8w.com.cn @@ -31796,7 +32261,7 @@ hellsharion.myftp.org polania.duckdns.org badboy007.noip.me bsxkyzxdab.duckdns.org -exxilero.ddns.net +hxavs3ee.duckdns.org topitophug.xyz cdoaotfajv.duckdns.org specialist-exist.com @@ -31812,11 +32277,9 @@ kapai360.com km8np29.top xjlkudszjo.duckdns.org himnotinta.ru -uocsaqcaigosuwqk.org ylcrmufnyz.duckdns.org njodyaimal.duckdns.org mqvbi-jloa.in -panel3195.prohoster.biz austriarch.xyz firefox.servehttp.com cfqiyplvld.duckdns.org @@ -31847,7 +32310,9 @@ iqkwrthoog.duckdns.org dedunuguhood.com pandemidestekcisi.com vvtorburhi.duckdns.org +41230793.net nickdns80.duckdns.org +vitog502.life com-finder-me.info uwheng355.duckdns.org debug-service.com @@ -31865,6 +32330,7 @@ roadmaster2013.ddns.net ypppyumlnfdd.in zill.cf orion.closed-betwork.biz +1124956.tl-ip.com templatefast.ru babbobo21421o125.com sancarlosserver.duckdns.org @@ -31893,6 +32359,7 @@ r4qjwq40c4.mooo.com rdrqricwca.duckdns.org f6km8t6.top sadgx3365.duckdns.org +details.squirly.info internetpolice.tk hadserfdew.duckdns.org dstunnethwbb.biz @@ -31922,6 +32389,7 @@ minishop.in evdekalan20gbkazaniyor.com vojymuk.com usstgtggff.duckdns.org +cyaiwb.tl-ip.com lccp188.top inferno-girls.at balvinnew.100chickens.me @@ -31950,7 +32418,7 @@ rewrer.ddns.net dns1.nftiopg.at barity.gmailboxes.com boy95.xyz -ksmxnerqs.com +exifpaysxo.duckdns.org wikipedia.dnset.com asdfggfdsaa.ddns.net zzwzzqmihkfdevymi.net @@ -32006,6 +32474,7 @@ lewislolz.no-ip.org yxxpmghmx.uk bldked98f5.com chag.zapto.org +rdbltbwhju.duckdns.org sbekp.com zhmloufquq.duckdns.org pqiiyjuykp.duckdns.org @@ -32029,6 +32498,7 @@ njdoander.duckdns.org batman47.no-ip.biz tillshown.net health-chip-fuel.com +danst9364.hopto.org onyxi.xyz eqtrtdavtnr.pw q12qbnm.top @@ -32038,10 +32508,8 @@ fapecognos.com etsse.xyz xn--20gb-tanmla-kullan-l0c.com nmn768n.top -1338099.casacam.net aslm123456.no-ip.biz yeahbitch.no-ip.biz -ilyeshajouji2.ddns.net zrorwaxftu.duckdns.org crazypks.chickenkiller.com postocutable.net @@ -32069,6 +32537,7 @@ bunydchina.com nqqbdsbgffvt.co.in ircylyibbnkc.net haircroud.net +huaweiyuncdn.com citytrallbus.xyz 8888.elitfilmizle.com newaction-loginactivituresource.ga @@ -32087,7 +32556,7 @@ cnc0098510m.cz.cc mobile-lot.org bradyhansen.com basolo.no-ip.biz -sex-proposed.com +03cpxlvjybj94ano9.zapto.org carrollbusinesspath.com fqw21kj.top r3dz80.no-ip.info @@ -32099,7 +32568,6 @@ galyvuz.com rehuceful-delorecable.biz ymk715g.top dauziza.ddns.net -sanqd.ddns.net addicted90.no-ip.biz fpqs571.top twitfgoyac.duckdns.org @@ -32124,10 +32592,11 @@ lava.sytes.net dreamtheatre.servequake.com pc6q3zy.top 775ztz.ddns.net -yourdecember.com +quitelifebreak.xyz aiiapblbam.duckdns.org pupypil.com deadnig.ga +pass.5sfox.com madestudy.net talk2rp.no-ip.biz bb.qc.to @@ -32143,7 +32612,6 @@ checkingsite.site xshirosaki.no-ip.org whomstock.net pipboy.ignorelist.com -gadyduz.com qdcolqfxzo.duckdns.org webconn.ddns.net nordicc.no-ip.info @@ -32201,12 +32669,13 @@ nsh3us.xyz and4.junglebeariwtc1.com getip.name inps-informa.website +littmahedtbo.ru testrat137.no-ip.org nrgrsrvrer.com kmoud.mooo.com -km8dt67.top f44.no-ip.info h6km8p3.top +vip72.club hcozsjtscf.pw toshibarat.no-ip.biz sodonnews.com @@ -32279,6 +32748,7 @@ wishcroud.net b5w91.com leshdksvc.ug 777cd.info +newsbtctech.com ope.purpledaily.com montenig.com lalocosino.su @@ -32322,7 +32792,9 @@ oic-oci.3-a.net windowshelpers.ddns.net monohebepument.name bnm-gov-info.com +flamingowrestling3.com tccbmuygulamapandemidestegigirisin89.com +mvcdbctlyd.duckdns.org jhggqphgsf.duckdns.org c62461b3a6717255b3422e3c533094f7.eu cenovia.com @@ -32346,12 +32818,14 @@ vxvxwwiefignkacrvq.com drinkthousand.net militanttra.at eyxwohyvph.duckdns.org -ybfavfwhvh.duckdns.org +ppwfb.com hitachi-bx.com +ft8n29aahpcmeoh.myvnc.com testdhome1.xyz uogapk15.ddns.net rightsaqua.cyou jrmfeemokpkb.ru +yc1q6zk.top mayyaha.no-ip.info goriaya.com automaticsecurityscan.com @@ -32422,7 +32896,7 @@ jerryemperror2.punkdns.top merwand.hopto.org edxudx6.com akito.be -heckwassleftran3.ru +e-lena.de 3jfk335.no-ip.info meghalomania.com jaydee.no-ip.biz @@ -32451,12 +32925,13 @@ googledrive.online teforyn.at hrenuevo.top jzlevndwetzyfryruytkzkb.com +gellyoema.xyz attia.ddns.net vhiwibnqqd.duckdns.org year-advanced.com 23drf.com 2021franceflplayer.online -initopable-eximopimian.biz +aloramistic.duckdns.org 8hs.no-ip.info avertad.com secure-mail-host.cc @@ -32516,10 +32991,10 @@ ilineili.duckdns.org elumadns.eluma101.com getcoolarts.com codelux2017.ddns.net +chiefchance.net misufavoness-irusemeward.net toulwebvrmzgeaovs.net fytvfeseoxi.com -uauvfavgcr.duckdns.org saegrbphhk.duckdns.org oopsspoo.ru qpvxbhgdc.biz @@ -32547,12 +33022,12 @@ xblvngeico.duckdns.org irupetor.biz dfdlzmwfxw.duckdns.org xxxdatingoffers.online +casegives.net mandalayzone.com haxorjib.no-ip.org davvid.no-ip.org activity-confirmationservice.info threeagain.net -interstitial.powered-by.securesoft.info piajesj.com prstat.in gaqyrib.com @@ -32563,10 +33038,12 @@ royalbankofcanadahelp.com tubjjbrsybee.in lyyxwossce.chickenkiller.com leslie-barnes.website +wkmxyhqjbygyvxg.com audoe.net wishfeel.net jamelaaa.ddns.net bhvcnilnxq.com +uqtgo16datx03ejjz.com amfibiyapolyakova.com apostrophy.ddns.net feauhueudughuurk.ws @@ -32622,25 +33099,24 @@ xmtjmlqhuo.duckdns.org xeelgvtrih.duckdns.org user-manage-center.hol.es biz-hep-beraber-halkimizadestek.com -haded.xyz denisvpn.ddns.net gfxwvfifyx.com -jusegtrdlg.duckdns.org pointnerve.net prydlvlxw.be ikjmain.fr -jasamjebenadomena.com gc7cro.com change-permission-mail-user-managment.com fndqcppcgg.duckdns.org give-us-btc.pw actselect-age.com detozahood-exehorobify.name +nrfufgqegh.duckdns.org hfcindia.org nap7zb4gtnzwmxsv.onion maxcoopart80.ddns.net qqdffssfgg.duckdns.org maskon.no-ip.biz +zcdppseejw.duckdns.org webmasterbl.duckdns.org avant-garde64.xyz cubic.com.co @@ -32684,6 +33160,7 @@ antihucaziless-underanihafic.net a0308837.xsph.ru freedns2020.ddns.net test.bpyoyo.com +sxhgefzavt.duckdns.org blxwsgskhi.duckdns.org ekq9jeogd8.com wc8q5zd.top @@ -32759,7 +33236,6 @@ sorry.duckdns.org cachepot76.xyz akplmwjfe.com ericosborne5679.xyz -canadabook.ca caseagree.ru skymage.space kmazvertx.com @@ -32811,7 +33287,6 @@ f0481150.xsph.ru hairname.net updateserver5.top lobsterkiller.tk -jorah-mormont.info twqiqshjef.duckdns.org eraa1d.contsfinas.xyz vueloempresarial.duckdns.org @@ -32824,11 +33299,12 @@ clearyourtextupdaterslover.xyz enei15.gsfogllftm.bid ut-portal-u-tokyo-ac-jp.tyoto-go-jp.com sisilimide.com -haxb33.xyz +fbz7fl.com viewhurt.ru arthurhustle.ddns.net vivigod.gotdns.ch wildbar.space +sezard.com gpreceipt.xyz aaafc94b3a37b75ae9cb60afc42e86fe.org shmqfrtrka.duckdns.org @@ -32904,14 +33380,15 @@ afeoadaueodgeouaoueofu.ru malepad.ru tilyn.org ncdebbobqmyi.com -russianfoodinmiami.pro +chongmei33.publicvm.com new2021.myq-see.com -d3fcad4e8c158a8347f69755408afe9c.hgebbgepeoaufjucdriibuuheamduohp.buzz iracobusible-transafemese.net mzejycyocd.duckdns.org lkbbbazzyy.duckdns.org forum-cs.net76.net +dell2.ug d52tbns.top +fekiop3.space collector.sinkhole.it superore.ru bsefg.xyz @@ -32926,16 +33403,19 @@ tbcmtruygulamagirisi10.com pascalhasasmalldick.no-ip.org dribble586.xyz stelfeshor.ru +xye3nljvn9.com allpikoloserdzwe.cyou mjhcgvjqop.duckdns.org headlight.net qoxjgyanrb.duckdns.org worontau.top movwjijbzy.duckdns.org +stdykungsb2talentwej.dns.army translate.wordraference.com moneta44.zzz.com.ua adobeapplications.network overuvezoment-enacuzable.com +qpuagvgmokdhndb.com aqdcyy.com cosmoi098.ml ekhdulsfbe.duckdns.org @@ -32973,10 +33453,12 @@ ymz718w.top lago222.site frererrqqm.duckdns.org sujet-du-bac.com +mediacloudsolutions.net francesj.info request-finance.com megaretard123.duckdns.org -gvzoxyrric.duckdns.org +ersdgxsse.duckdns.org +pbnmainfjrikjikj.nl sava33.ddns.net luckystatus.com trbambkzfk.ddns.net @@ -32993,13 +33475,13 @@ lelemanu.ddns.net servicerofamericaservice.ga 209711.com a-sagawa.cn +eggy89.no-ip.biz access-google.com -revengens.no-ip.biz +krdohwxpol.duckdns.org uaeoffice999.warzonedns.com gcifbxymnmmdfay.com xtreecy.dyndns.tv ibyj.blasters.biz -prettyguard.net cyhz98q.top g3qnqsnndb.com godhdf.no-ip.biz @@ -33055,6 +33537,7 @@ hsuy3g.xyz hongzong.xicp.net hangdance.ru wsus2.co +ivysolutions.it qekykal.com kn-habour.com view4007.ddns.net @@ -33080,7 +33563,9 @@ sub070145.codns.com c13a856f4a879a89e9a638207efd6c94.biz hlothere-54820.portmap.host ybnonline.com +owspidzu.pro ineltdriver.info +chainoftheapril.cyou marcirat.ddns.net heartsys.dnsapi.info hhpbjxmhsq.duckdns.org @@ -33128,6 +33613,7 @@ cash001.duckdns.org searchcloudy.com fpmy528.top gaqycyz.com +supportoapp.com slumi.servebeer.com macrokedaness-imumufarible-multixomefoth.com electrumapps.com @@ -33138,6 +33624,7 @@ qetyfop.com blsduhknjpppapo.info nkwqcglxlh.duckdns.org 1597948888.httpdsconfig.com +wuxajajejo.info adibhacker.no-ip.biz tyl.browmagnifier.com dragondefender.no-ip.org @@ -33149,7 +33636,7 @@ thijjwwjwx.duckdns.org e5s5g.xyz win7.bounceme.net fpny536.top -seaman317.no-ip.biz +rbrzhjdizr.duckdns.org walrmart44.com diamondrat.no-ip.biz transforselogistics.in @@ -33167,6 +33654,7 @@ dfgdfcfxsddfafg.ru laodaoo.oss-ap-southeast-5.aliyuncs.com ggnnfikedbohbpk.xxx offerhurt.net +npaft0uxyo.freedynamicdns.net chicboytrde.in darkhack.zapto.org pbdq26xjey02uprxwx.com @@ -33178,6 +33666,7 @@ jdvalwktcn.duckdns.org login.10010.com ovelsfhkmv.duckdns.org misohicanure.name +uttffssjww.duckdns.org xr.downloadcor.xyz pacificglobal.ga ns2.biala.ru @@ -33194,8 +33683,7 @@ thishouldbeeasy.no-ip.biz qq.ufoneconference.com nkflaw12.xyz pbnikjpower.info -ygybpi.com -isgacxfuyt.duckdns.org +yourdecember.com lateliercreatifdemarie.com readerchater.top w6kg8w3.top @@ -33212,6 +33700,7 @@ retinas6.xyz naverdns.co algeriendu400.no-ip.info 1603710746.httpdsconfig.com +returnlostitem.com exezutuxish-macrocivivulike.com sxrzdfil.net heuye.com @@ -33219,6 +33708,7 @@ creativecompetitionawards.ga yml728p.top 1337r4t.duckdns.org renewyourclicks.org +silverroot.no-ip.biz calltaste.net nrestings.com lookrise.net @@ -33227,7 +33717,7 @@ beer.zapto.org yrcrkrpvcdfevax.org middletrain.net edenfrags.no-ip.info -datenhaus.info +qnxufixdwwldcle.com eiuqwoiwkqqicmgm.org mon1olitabuse1.com a13932873816.f3322.org @@ -33236,9 +33726,9 @@ rfilxlntoe.duckdns.org f32zbnc.top joy-leports.com knightpal.com +bkjy13524.ddns.net ireditixary-macrocokakuward-rehohidian.net southsmall.net -c.subbir.ru adobeflashmanager.network ytp.nsupdate.info emunizilern-inurezizance.org @@ -33250,14 +33740,12 @@ ch.silynigr.xyz hip.webhop.net file-download.org swallow325.xyz -5eb149c0.com ns4.cuttersky.ru skanlesskrew.no-ip.biz n60peablo.com blackshades.servebeer.com wgocfvwipb.duckdns.org thebest.no-ip.biz -d.srui.cn szczerbatek.ddns.net alemdetek1.xyz ilhost.in @@ -33274,7 +33762,7 @@ tomkruzback.bazar mekawy.hopto.org host420.ddns.net rainer-23516.portmap.io -1597948849.httpdsconfig.com +mertens.mynetgear.com wesqs.club smithinnocent.ddns.net premukivency.org @@ -33284,7 +33772,7 @@ abisasion.ddns.net thesewore.net remove-subscription.co alkamaihd.com -covision.tk +etass.xyz qsffftgtcq.duckdns.org harpa.website al-wayi.com @@ -33328,10 +33816,8 @@ mail.companyinfosite.com sjciak.org hillcold.ru updatee.servegame.com -classtwenty.net throughspread.net desirereceive.net -ykbh.k818ax.com ardan1.ddns.net tjololo.no-ip.org mutlulukicindahacokkadikoy.com @@ -33339,6 +33825,8 @@ display-ganavaro-abrashimchi.com llmrnjhoqk.duckdns.org risecooz.net l52wbnz.top +le48dpg3xedkf6.serveblog.net +cdn.boostfever.com fetch.duckdns.org jonnychangginc.ru wss.cscondo.com @@ -33369,6 +33857,7 @@ syrian-martyrs.com elifanhiro.top us02.ddns.net qzcp538.top +preginaxodom.name youlikers.no-ip.biz 4crackdz.ddns.net ns3.stupidospawn.ru @@ -33431,11 +33920,11 @@ qixsxfkftl.duckdns.org sexylegs.ddns.net nbstm.com ipoiuvlmcu.duckdns.org -nshey.xyz +kenneyai.xyz m33.bar instrovate.com duidrive.in -googledriver.xyz +gadyqaw.com syncdomain.info internetnamestore.cn mobilnweb.com @@ -33452,8 +33941,10 @@ pot-t.top free-ddddsex-ddddpasswords.isthebe.st berrydom.top nfdkjbfwjakd.ml +cylz81p.top likriron.net freezepop5.no-ip.biz +b1egzbiem5u.bounceme.net postacunity-minifivoness.com 1mnank.ru hwzkyadomjg.net @@ -33473,7 +33964,6 @@ pedaenaf.duckdns.org yazdigimkacincimektupppp.com ndupmphsyn.duckdns.org getdemonoidinvites.com -alcx6zctcmhmn3kx.onion acridoxena.ru hardwarestandards.shop bssetup.no-ip.info @@ -33493,6 +33983,7 @@ rggaervjhe.duckdns.org office-rb-support.com pursemtb.com hgasdfwxs.duckdns.org +jnazmertsw.com dedsee2c.accesscam.org uudfezrjtd.duckdns.org voxyppxgynxmjff.cn @@ -33508,11 +33999,11 @@ squa123.fagdns.com tfreabaaan.duckdns.org xlxxy.com volybut.com +plagueslave.no-ip.org bite346.xyz hugesoft.org grudgester.no-ip.biz vivaasindustry.com -brokenquarter.net webserverredirect99.com mjof2bfjbfrucsou.onion.cab haaanggsiw.duckdns.org @@ -33542,7 +34033,7 @@ icecrash.servehttp.com hr.vietnamworks.org malkior.ddns.net turkarscape.no-ip.org -hatabomja235.ddns.net +tuc92asg6kf.freedynamicdns.net hgawetsgw.duckdns.org tungyu.cf africanbug.ddns.net @@ -33550,7 +34041,6 @@ secure-mail-provider.cc aeikbfoegm.duckdns.org dr0pbox.myftp.biz clemglobal.com -fctzpmegqb.duckdns.org aleaha.info alongtoday.ru apcuratte.xyz @@ -33585,10 +34075,12 @@ asiainfo.hpcloudnews.com qalufrikili.cyou disoticetion-transudabebary-emaxedian.biz km8rt59.top +dcatajccgjamucn.cn euirterhgt.pw beloviator.top ilamabution-minimevorion.info apporistale.com +hloszowtfq.duckdns.org adobeflashplayer.network ns3.orsand.ru dexeperize-interirokidom-enunuvize.net @@ -33616,6 +34108,7 @@ ytrechts.agency onedollarr.ddns.net adventurewhisky.com easyadvertonline.com +comunicaz.casa show-video.info wirhliomoo.duckdns.org xionet.redirectme.net @@ -33655,7 +34148,6 @@ clients7-google.com findzproportal1.com cytz66t.top vtlhyfbvtw.duckdns.org -xohrikvjhiu.eu bgwwoonmugrw.com maqueriamqueri.xyz ueinwzcoah.com @@ -33718,7 +34210,6 @@ lovelove5.no-ip.info numarabulma.com smileyupdate.no-ip.info violentchaplain.no-ip.biz -facetum.online toruuoooshfrohle.su b1722112b17f2d6c8eb961d0166e6092f8.so jimyongkim.app @@ -33761,6 +34252,7 @@ rusddripakoloserufinurtdrfezya.chimkent.su mailchat.zapto.org vzeqozjuhh.ddns.net rorsdpwunw.duckdns.org +5yezwbmuwr2vaann7b.serveirc.com fjpjllj1lx.afraid.org 654andro.net alenicosegenicos.site @@ -33769,10 +34261,8 @@ testan.ddns.net jpcert.org nujvxvaihz.duckdns.org primary-help.esy.es -api.filtercommand.com ethdns.mywire.org popvideoskype.info -yutozofaej.duckdns.org uulvqnaari.duckdns.org gayeways.no-ip.biz ecxdbwcorv.duckdns.org @@ -33784,6 +34274,7 @@ brnlv-gv.eu filepony.ddns.net throsesspeotte.com doubtclear.com +mgklnycwyo.duckdns.org projectqishu.com dvulwwbkii.com humanonly.net @@ -33806,7 +34297,7 @@ facekurd.net solonra.space sysdefender.servehalflife.com remrpqpseh.org -h6kg8j3.top +moriska.be spendwing.ru tccbmtruygulama22.com p0nch0poop2.duckdns.org @@ -33815,11 +34306,10 @@ milkroad.net alxkkxccpp.duckdns.org abcdireito.com.br mercy222.ddns.net -yserch.com underivadant-semibofixoty.info nxgenbiz.us aero.blackcake.net -ego9.ddns.net +caqteeexbe.duckdns.org tdlupokslw.duckdns.org avrenew.com tdhyjfxltpj.pw @@ -33840,6 +34330,7 @@ dppboggsee.duckdns.org gykz89b.top estasiatica.com mmeyyystfotu.su +ohbluebennihill.website panelvr.mobi tibet-office.com yenipandemidestekal.com @@ -33891,10 +34382,10 @@ offersdirects.com wethearservice.com intuitanalys.com jokeronly.no-ip.biz -radonta.space serveraserasalero.ml zydvedogbx.duckdns.org yuklesm.org +moneymen2019.ddns.net ufamevarosa.info nhyriuyahve.com dopescam1.strangled.net @@ -33954,6 +34445,7 @@ convert34576.xyz ljmzzllxyx.duckdns.org com-ar-en-us.com fatura.tech +baobbabasf.duckdns.org jpot-a.top overilozassion-ilezabiless.info aitlsbh.com @@ -33986,8 +34478,9 @@ olavroy44.ddns.net mail.update--microsoft.com exotezoth.com mywuh.xyz -pointiron.ru +skql888.com bee.usapappers.com +paiuuag.com b.jordriol.at gerometony.club gsxodywuquhqiwo.cn @@ -33997,6 +34490,7 @@ ccraoxlzad.duckdns.org loadmanager07.com sftphypncw.duckdns.org relusibeci.info +softgee.duckdns.org rj.purpledaily.com persa124.in pot-8.top @@ -34017,7 +34511,6 @@ ohfbwitmuj.duckdns.org jfdfahuzoc.duckdns.org siteservkcn.in xn--80absjpcg.com -chinatrible.top xeixol.com ultragirugafy-monogibily-overedokety.info unuratilike-unalator.name @@ -34036,16 +34529,15 @@ hediy20gb-internet-online.net james124.duckdns.org zkingvii.no.ip.biz herwmowevz.duckdns.org -kuaiche.com overpict.com windowsdefenderprotection.duckdns.org benibendenalmayinok.xyz ns1631263.org sdkljsdf89237487428974wrewrwrereerwerw.linkpc.net -raezo401.ddns.net alaxx.ddns.net indian.e-cardsshop.com lolipop1113.freedns.tech +avnjila.website zetradugis.today destroyspread.net kwqnawlvvx.duckdns.org @@ -34067,7 +34559,7 @@ mahasiswa.no-ip.biz bak0-store.com inehifelese-nonafonezen-multitisoship.org wwrprmewxn.duckdns.org -cloudmarry.net +rsbklnqmpabsdxa.ru windowsupdate.acmetoy.com pzqpbovaor.duckdns.org fpnx565.top @@ -34078,7 +34570,7 @@ esetcdnserver.icu propocazify-misahotify-iretesan.name waapnwnlmm.duckdns.org emmek.no-ip.org -crest02.serveftp.com +jerrytbuck.ddns.net marketplace.servehttp.com 0930080971.no-ip.org sovietsun.myvnc.com @@ -34163,9 +34655,9 @@ esamel.zapto.org exonuxokable-multidihamohood.org outhmail.com s27.dondon555.com +wlyzvywunp.duckdns.org jauqnnycls.duckdns.org maorkkk-grot.xyz -iesaferbrowsingcache.com passinggas.net individualkipitera24.site xsmt056x.ddns.net @@ -34187,6 +34679,7 @@ cypherxffttr7hho.onion.city multimevuged.info wrongdare.net vedasetionkderun.com +rcbbogfsee.duckdns.org hdpzucymac.duckdns.org pot-d.top myrocketchat.com @@ -34206,7 +34699,6 @@ gh.mysecondarydns.com migalou2012.no-ip.biz mikus293.ddns.net kfmuyexayv.duckdns.org -awazebihimtimte.top of5bc40508a8badc0e96c88a7bb836b349.tk onlinedrie-account-permission-verify.com mini-vip.ru @@ -34234,11 +34726,14 @@ kerit.pl z6kf8r1.top sziutwsgqf.duckdns.org yahoo-verify.net +vtqqlhrqcdqnoxm.com telewire.online steve-harrington.com d20.xtrmserver.com usthb-dz.org +pstzocnrmd.duckdns.org circumstanceshave.su +cnn2602.gotdns.ch zoifdtkesx.duckdns.org vncrouteserver.myvnc.com uhhwdlcxrc.duckdns.org @@ -34247,9 +34742,11 @@ karamandos.no-ip.biz ksxunbfddmbk.org dns.spc-networks.com lucky72x.no-ip.biz +zfonb8mzne.com londonswifitdelivery.net tilia.space globaltransfersecurefilethroughcloud.duckdns.org +mjasmjas.no-ip.org gyyz82y.top chemistry667.xyz iqazdqjtqc.duckdns.org @@ -34262,7 +34759,6 @@ ultranigixalike-procavigance-pregisiless.biz xrsbufyygh.duckdns.org igurhboxny.duckdns.org pagseguro.mobi -esrilimapostsign.tk jfnkcnpowerjfnyhd.info h6kg8w6.top xiistones.com @@ -34285,6 +34781,7 @@ diseburodom.biz hydrylater.online primecaviar.com bits-mars.website +hxyweefgrv.duckdns.org igotmoney.no-ip.biz minecraftye.no-ip.biz anon.dynu.net @@ -34312,12 +34809,11 @@ efstthuuhv.duckdns.org freeflysky.tk moderncombat-android.org refuse685.xyz -sphack0000.no-ip.biz newczaroff.online tcbmuygulamasilaritr11.com zpjnioktag.duckdns.org panel.devilsden.net -cyborgizsobeast.no-ip.biz +z-wavehome.ru cdnnoeem.net devilhacker6-45730.portmap.host p10.sb1024.net @@ -34384,6 +34880,8 @@ fpdh513.top imotokize-inavubikize-imudepafy.com thematrix.esy.es poopface.no-ip.org +loiynlfgap.duckdns.org +up.digifincx.com tkegtqmqz.pw worldairpost.net api.royalchowstudio.xyz @@ -34405,7 +34903,7 @@ linomuref.ru blackship.no-ip.org matricaria.ru oocw740forest.com -epicbonerxd.no-ip.org +aaaholic.com gapirna.com searra-ditol.cn hamzawi009.ddns.net @@ -34442,9 +34940,9 @@ ywkyogwycimaciua.org gyxz59t.top arwkisndarssjdkmhkpp.com fpqw552.top +aulhhojaxxgl6o.ddns.net kasidvk.3utilities.com pandemi-yardim-indir.org -uzojesse.top covyqileju.info canonymous.no-ip.biz trequablaster.com @@ -34484,6 +34982,7 @@ alabaka.net hacker-noir.no-ip.org jonjasnopnus.no-ip.info bigsharksthere.xyz +supnnuutuvohmig.ru fourfiveseconds.su koraljka1.no-ip.info roomteach.net @@ -34511,6 +35010,7 @@ lastnight.su walidsalih.hopto.org mysdhbxlyk.duckdns.org uptfindnex.org +zqyqrjuvtc.duckdns.org ifohvkxmyp.biz 2yhlxjzcor.com umhsujbgpg.duckdns.org @@ -34597,7 +35097,6 @@ xaker555.no-ip.org l12rbny.top afececrkycbeyqm.com waetd.xyz -fancycake.net gemendoloma.top gatogydajamymol.info threestart.ru @@ -34607,7 +35106,7 @@ mrsabbu.no-ip.org desrtvwumi.duckdns.org ybnxyjcixl.duckdns.org ns3.vandobig.ru -projectxexon52.no-ip.biz +ns1.hashu.ru buqehalsykoeq.com kurutses9.com cagkhhngnqwav.org @@ -34633,7 +35132,7 @@ pidukohoki.info sylwksoaba.duckdns.org ifrouxukqy.duckdns.org stacymckinney768.xyz -businessforum3.com +ydownyload.net adm3.bit meli-travel.com rygygafzqx.duckdns.org @@ -34641,6 +35140,7 @@ danny1680.no-ip.org adobestats.com fpcl589.top venflame.ignorelist.com +wrcp798.top coinozne.com tsgilretqp.duckdns.org dswmainfjrncjfjr.us @@ -34659,7 +35159,7 @@ nano91.ddns.net misehigeled.biz jtwwjwwvvw.duckdns.org ioxicjkdkc.abkhazia.su -e-pandemisondakia.com +luxuryconversion.com hustlesss.ddns.net oot.kitchenstoreshop.com ftp.architectisusa.com @@ -34676,12 +35176,14 @@ chbqrhunxg.com update-flash-player.org org-view.work po02.ddns.net +enucemotite-microvorikian-prokagession.biz sdfg3s.xyz ns4.mizare.at nimc.ga wiknlon.comlu.com hassan20011.ddns.net cusviecqs.ru +rwtragjkgpcwiz.com unvacsth.tk myrondonny.no-ip.biz fzjlkomyev.duckdns.org @@ -34704,11 +35206,13 @@ ilfvsshnyw.duckdns.org fioure.top ljbbrspgro.duckdns.org kalihosts.ddns.net +hpapxxmhst.duckdns.org adt002.hugesoft.org dpzw582.top cytz57c.top incloud-obert.com f03fc3436abba9b5dbdac9e333096c912e.in +zjeyqyiabi.duckdns.org ihgaucpgzd.ddns.net netwirre.ddns.net gthuuuhhgy.duckdns.org @@ -34732,7 +35236,7 @@ antiforadoly.biz kdbzqjtnri.duckdns.org q52cbnc.top j193hsne720uie8i.cc -dpoccooadd.duckdns.org +dqnqvzuxst.duckdns.org lobannamyy.duckdns.org ronddwifxgmhjlnch.com p32zbnc.top @@ -34745,7 +35249,6 @@ puzygop.com cyberknots.no-ip.org demhndixpa.duckdns.org ymf781y.top -getcouponow.com evdekal-destekalgov.net kjwamlxwwj.ddns.net vakifbankapp.ml @@ -34756,14 +35259,12 @@ xinpincompany.hopto.org aymn161.no-ip.org individuals.sytes.net darkhorse.no-ip.biz -ftp.announcements.toythieves.com km8mp68.top bashistractorberg.ru csqas.xyz interixamily.name w6kr8y1.top 3c8ce9f57f152dd372ddaf177e282439.eu -eloyed.com catsdegree.com ateliemilano.ru cypherstest.no-ip.biz @@ -34785,12 +35286,10 @@ kalimbo101.no-ip.biz cosmify.redirectme.net nano.freemyip.com stickraise.net -pandemidestegi.site joshdscxcsdscxcxcsd.online dns3.onepercentns.ru interekekation-interedimian.net ns4.jordriol.at -rogercable.myftp.org kevogqdyyt.com pfyphkndkt.ddns.net h581b24336d77efc1d092f50cdb99bfafa.in @@ -34855,10 +35354,10 @@ xvimnzmyll.duckdns.org posnxqmp.posnxqmp.ru yypq688.top kka163.ddns.net +visitorcounterback.net.in asdasd08.xyz ymf773m.top tolyatiazot.ru -edevletbankakredimerkeziaidatiadeleri.com yc7q7zn.top haswmnsqah.net abdo099.ddns.net @@ -34876,6 +35375,7 @@ cijecsbttuvi.su tbcmtrpandemiuygulamasidestegitr94.com eunectes.xyz igktboilkx.duckdns.org +bcpxsjqlhm.com ymn796k.top tricky.no-ip.info eggstore-object.com @@ -34907,7 +35407,6 @@ k72fbnz.top aejowtrgqs.duckdns.org electrumbitcoin.org page-support-view.club -hyrbsbmuhdbjxc.com fdkdfze.ddns.net catoma.ddns.mobi bigcuck69.ddnsfree.com @@ -34952,11 +35451,9 @@ fxmarrmndc.duckdns.org evdekal20gb-kazan.com s4r95xmri.top sys.genevrebreinl.com -jfnikjpowerdswjfn.ca uxwjsfixwkhh.ru tel.jsapisettings.kz koeingsegg.com -sads.ml 2trinityp2p.sytes.net lausina.org prehulidom-overekuxive-emevexize.info @@ -35000,6 +35497,7 @@ assocneptuneamaterialssp.com rled.net weekwild.net xjackbeex.no-ip.biz +burtonschlorofluorocarbon.com fpmg513.top lulz1122.myvnc.com online-epandemi-destegi.com @@ -35014,7 +35512,6 @@ jnj.redirectme.net ykzsgaymdo.duckdns.org jefnrcjjfds.com tillprice.ru -panda2019.eu5.org welliron.net desinggold.top empusidae.online @@ -35028,6 +35525,7 @@ ogremage.site newinfo32.eicp.net ns4.gate2haven.ru gaoheeuofhefefhutw.top +a6089657.tl-ip.com kg94jd73hs62.cn shqrqozsqb.duckdns.org drinksugar.net @@ -35047,6 +35545,7 @@ ncjpbnmainsrv.ro sadgf3467.duckdns.org morggy11.ddns.net n.3.f.255.adobeproduct.com +ny3x1xewuuvw17.servehttp.com pm2bitcoin.com updatesrv.servehttp.com myhostclub.cc @@ -35058,7 +35557,7 @@ hohowhore.no-ip.biz wiaouterteurgreatlyathe.com myskimba.in yms786t.top -bores.xyz +olksmadnbdj.su aloha.support inavekese-exicamubable-comadahic.name ns3.herenameserver.ru @@ -35087,7 +35586,6 @@ stankylegg.no-ip.org relodoful-inazifutor-nonafitipance.name zaid1998.hopto.org amz-syndication.com -image91.360doc.com qqw85kj.top dswfjrncjncdnyhd.nl conmdemamen.com @@ -35102,6 +35600,7 @@ example-transition.com koko1235.ddns.net id6589.com transinoromite-prohetahety-ilapeben.net +bnnddjkkyy.duckdns.org bbemgevoxxivw.biz eurypterida.online mikhhhktfw.duckdns.org @@ -35123,7 +35622,6 @@ top-gun3.com pqhkeuwzcf.ddns.net samscartel.com maacson.com -ja30.com cortana-search.com pand-emi-destek.com albdfhln.com @@ -35146,6 +35644,7 @@ wetzd.xyz toolz22n5.info agreemanrajon.top ctldl.windowsupdate.itsaol.com +fdhwgm.com ajxgxitauc.duckdns.org test187.zapto.org qxprrnutjx.duckdns.org @@ -35177,7 +35676,6 @@ yuilouters.com orsement.org gavri.be microsoftupdate.in -thisisforthetest.no-ip.org zapata1.co.uk mpksl.publicvm.com amountmeeting.net @@ -35188,6 +35686,7 @@ df5hs.xyz jovlvsvebg.duckdns.org caraat-juwelier.nl blackbaycooler.com +glerhcaqvo.duckdns.org grbservice.com happysantacows.red ratvictims5.ddns.net @@ -35198,6 +35697,7 @@ qeqyxil.com slogo.sytes.net fexfil.xyz epandemindestekuygulamasi02.com +fkxphcmkoa.duckdns.org jybrspkjyphc.ru chukwd.duckdns.org ejjiaybtvk.duckdns.org @@ -35218,11 +35718,12 @@ ip.payeermine.com a9f0.no-ip.biz papayaguy12345.fishdns.com maithi.info -winthebrit.pw +fwnlmgjttv.duckdns.org knockoutlights.com herthhswft.duckdns.org 7ymboe33m.cf hyxtqxfarv.com +gotsuspended.cn fdw82kj.top efjlixbkgv.duckdns.org dns1.linuxtcp.ru @@ -35231,7 +35732,6 @@ fpxn572.top dnxiazaoir.duckdns.org com-archive.site melissay.duckdns.org -movementhonor.net olfi.zapto.org mdltlljvsl.com g6kx8s9.top @@ -35240,11 +35740,12 @@ sklppcpqwx.duckdns.org whhhumylyy.duckdns.org ddnsssaa.ddns.net zhcphxbuwh.duckdns.org -360mediashare.com +xdncpzocvp.duckdns.org unixogency-dezofudoward-misekovary.info abocasse.zapto.org plane-branch.com bwyww.xyz +name.ownemail.me id-icloud-localisation.com shadey.servepics.com ymk712c.top @@ -35252,7 +35753,6 @@ guall.date adobeggplayer.xyz 07zxovyntn.com laartje373.chickenkiller.com -sumliomicna.com puvypoq.com subscribe2013.hopto.org dnsupdateservers.net @@ -35274,12 +35774,11 @@ make-upvalleyusastoread.pl lifesome.net uajyyr.com facebock.ddns.net +burstuniformreturn.xyz upsvarizones.space -middletwenty.net dnatamdere.top xxxxxalangoyaxxxxx.ml j62kbnn.top -bgmhhbe.vip o4kobati.xyz hoal9.com floorfeels.nl @@ -35306,20 +35805,24 @@ suddenplot.com disuzepuly.info hackqz.f3322.org jpstarmarket.serveusers.com +alomemurbey.surf nc5q2zf.top mattkoniserver.zapto.org ns4.rioltreuu.at +ddwuicyulopnwie.cn tecejygwavu.kz -w1265bf482605e17cef4dc3b775d819eca.cc +d.lmj.su madshakti.no-ip.biz 30gbsanaozel.com blach.sytes.net 8f43ee94ec7c42b26363f69d63ea9f07.eu +sexystar.myq-see.com r3d36ab26672b387b32113ffc3a0b648ae.cn oldguitar.top milkword.ru deloilte.com wassim.linkpc.net +fxfalwypxibyhfa.com thebeast9811.no-ip.biz exarogision-procogaheful.name stevmager2040.no-ip.biz @@ -35332,11 +35835,9 @@ lvuoikqiih.duckdns.org zack2020.zapto.org real-estate-advisors.win bsuy33.xyz -dpdn588.top yiideuzwro.duckdns.org delvernet.info hodramoua.org -chromeupdt.tk bjgouvf.net mbc8xtc.com teamtnt.red @@ -35347,7 +35848,6 @@ kpiscess.no-ip.biz joincloth.net 173vip.cn n.adhelcnoh.com -emailhostsecurehk.com l3nd20dl.cn kudhvynnsxnynwudrcnf.com cuxpehneqok.com @@ -35394,7 +35894,6 @@ asepyqicob.ga aiiaiafrzrueuedur.su kwjwjvvvaa.duckdns.org interpremier1998.ru -zusnypqfwy.duckdns.org hbdss.xyz zgrmendderikcw.com lmaobox.systemsecurity.cf @@ -35405,7 +35904,6 @@ vjlvchretllifcsgynuq.com piggyrat2.no-ip.biz vaa693acf22de3bda6022078c9b79592a7.in gycz99t.top -228276216.net lrstnwild.net u0945186.cp.regruhosting.ru gameserver2011b.sytes.net @@ -35414,6 +35912,7 @@ ehrwklqvr.mn sakataexpl.temp.swtest.ru fpmy555.top jdw15kj.top +menosmeno.best bigfile-download.net info.uroljp.com w6kj8g9.top @@ -35430,6 +35929,7 @@ mrqsgfeffjwpkrt.cn moses.sytes.net aecgbsjlvn.duckdns.org baritaco.com +atlaswebportal.zapto.org bsdbgbpeoh.duckdns.org ledger-chain.com ongyichcmybdrb.cc @@ -35462,7 +35962,6 @@ hizaxytv.com layer-save-season.com topshine-carwash.com test-service01pro2505.ru -urchbanjakata.cf f0491970.xsph.ru ethicalhack.myftp.biz ns2.prodnfm.pl @@ -35473,6 +35972,7 @@ gxyvmhc55s4fss2q.onion.to fosentora.com jelly-abbott2012.com cheapairlinediscount.site +yhbfhnufwo.duckdns.org bfe0to1zem2ogior.serveminecraft.net kruibhez.ws ratcounterv82.no-ip.biz @@ -35508,7 +36008,6 @@ fpewqehfvi.duckdns.org casiinoeuros.info mirraclez.club secure.artbill3dpayus.com -chumocarz.club wef34r34rs.xyz fpxy557.top alptraumaclinic.com @@ -35518,6 +36017,7 @@ unugibasion.net sea35.xyz iptuphvqrw.duckdns.org qqwwee.ddns.net +mwgucxvuvz.duckdns.org imakupous-enarapition.biz anasn2.no-ip.biz jtaghac.no-ip.biz @@ -35558,10 +36058,9 @@ bitserverhk.com epomntqsqugvkcxuk.net relasign.org km8gs67.top -pdcp778.top dubwubwub.no-ip.biz findfilius.xyz -fidapeste.duckdns.org +kocaojeegb.duckdns.org exupamify-subixosoth.com pedroyano.no-ip.biz internetlogger.no-ip.org @@ -35572,7 +36071,7 @@ g8314e910ab3d6286690b4c7a4cba5b9eb.tk cuezo.tk activ.by 330824.com -alxxkxbbnn.duckdns.org +2018-cordova-management.com bupdate.office-on-the.net kma28.com cxmzs.no-ip.biz @@ -35601,6 +36100,7 @@ cudawer.hopto.org crackerscape.hopto.org km8nc91.top nriafkgyiq.duckdns.org +gaohrhurhuhruhfsdk.su zzak07.duckdns.org google-passwd.com athfaulmew.pw @@ -35620,6 +36120,7 @@ smtp.usapappers.com iaplwtjwlpgoggc.ms aka4715-56104.portmap.io carforklou.at +adobeflashmanager.online smtp-gateway-host.cc myspyvirus.ddns.net seawalker.art @@ -35627,6 +36128,7 @@ kapatoken.com xvirus11.no-ip.biz fpcr579.top checkmalware.org +templatesupdates.dlinkddns.com aqasw.xyz whomrise.ru spydns.ddns.net @@ -35646,7 +36148,6 @@ d82rbnk.top easybra.no-ip.info joinprice.net nerdcommunity.top -in-travelusa.com gpn-salavat.ru ahmadayad2014.no-ip.biz prosunahish-uninetive-macroxecusihood.org @@ -35731,12 +36232,12 @@ vtll.cf fvqlkgedqjiqgapudkgq.com service.i9600.com fpdg595.top +borzoy-tv.ddns.net inesmoreira.pt moiz.no-ip.biz paneltesla.net mwjlmoafsj.duckdns.org j32qbnh.top -sucxshtffgitu.com lifeprice.net weather.aunewsonline.com gcnxaxhfpa.ddns.net @@ -35766,6 +36267,7 @@ admission7689.xyz purycaq.com ykjr.no-ip.info rex2017.freeddns.org +zaemaropiteds.tk emrshoes.cf mphrhpnahh.in hefajstos5.hopto.org @@ -35796,9 +36298,8 @@ dfgsfhgfgh.no-ip.biz hostsize.sytes.net mcboomerz.no-ip.biz mailer-domain.com -vudoshakar123123.website bqdtyrccqolv.ru -a7s85g.xyz +sciencehunk.com browsewriter.com cifmyanmar.com fxobrilaoi.duckdns.org @@ -35823,7 +36324,6 @@ wsgggmmsciugqmsi.org oghpobvwag.duckdns.org saidsuch.ru yandexmedia.serveuser.com -pikachu077.duckdns.org dns2.brafe.ru iuihsfzm8u.com emmamoon.no-ip.biz @@ -35841,6 +36341,7 @@ aawgxomcns.ddns.net darkforums.zapto.org ecco0.b13x.org chicagotable.in +bhhfxnrvpj.duckdns.org 52.ns098.com etasb.xyz nhansudaihoi13.org @@ -35869,7 +36370,6 @@ qvdgqayo.pw ftp.martin.sellclassics.com gfftizqxsi.duckdns.org mblmvrla.com -ymx767y.top qjmsrpqzwj.duckdns.org kbsdxnoqc.com km8np33.top @@ -35907,7 +36407,6 @@ ouhgousgoahutla.co nosekill.net mmkfqdrwrs.duckdns.org maui16azsncpo97.info -azure-dnszones.com bshack.no-ip.org api.hsnqy2no.host anunankis10.duckdns.org @@ -35926,6 +36425,7 @@ ccppmde.com etsws.xyz subsidiaryohio.linkpc.net cosoxufy.net +exukeu.com ns1.myextdns.pl pro.reutersnewsonline.com 8ilovebug.no-ip.org @@ -35946,7 +36446,7 @@ globalfbdnsaddressgoogle.duckdns.org dpfr527.top pirata-88.zapto.org shabbychicflipsbyangelina.com -fellowbelieve.net +jokerbabel.no-ip.biz cozedesehood-prevurodom.name w6kx8m9.top enotufassion-minikavunous.biz @@ -35991,12 +36491,11 @@ wwcp768.top ymx758p.top serpentus2.dyndns.biz khmhgsujrg.duckdns.org -gdcbmuveqjsli57x.onion +22231.dtdns.net t2ht5hghoc.com dpfn595.top global-logic-stl.com sge3s.xyz -libe.ml ouhgousgoahutao.to fpkl551.top collegemeeting.net @@ -36073,6 +36572,7 @@ gxxromkhtx.org jnss.mygoodsday.org jra5johre70gm.duckdns.org lib1.bid +lkjer0978.duckdns.org sorrystood.net iansdns.no-ip.info cykz23k.top @@ -36118,6 +36618,7 @@ nrjyhd.in ilovebass.no-ip.org haker.host fpwd559.top +zhihwljbzu.duckdns.org komenogege.xyz hamzaazqs123.hopto.org peckow.zapto.org @@ -36148,8 +36649,9 @@ calicutsaawariya.com zlives.ru ns4.piplis.su km8df75.top -lwubxclniu.duckdns.org +gjuc.pw tperkjvyyfukdgcuhlok.com +nffiiload09.top blockpost.space fpsx539.top ynet.dyndns.org @@ -36165,7 +36667,6 @@ aweahsxse.duckdns.org zied12.no-ip.info peche.no-ip.biz hmllogidbpjzpdujzxuf.com -glu.pasteiton.com skqgakcyowmwcomc.org mahmouderrfkaa7.linkpc.net blackshadesnigguh.no-ip.biz @@ -36178,15 +36679,14 @@ interodavous.net rlvywyzlwl.duckdns.org ee73f549.space rediropencom.com -biguk69.no-ip.biz kahostero.ug uuwflbmjmi.eu dev.microcravate.com -blackhillls.ddns.net pandemidestegitr7tr.com tsmaeeil.info stress-consider.com pinguftw.no-ip.biz +km8sl12.top motorgamingbsga.site jwvviivhhu.duckdns.org dinibel11.webhop.org @@ -36208,7 +36708,7 @@ clientareasecurity4.gq asu.hopto.org fplt563.top serviceaoc.top -downflvplayer.com +interixebazion.org ftmods.ddns.net av-support-2011.com yandax.net @@ -36225,7 +36725,7 @@ eppilxqwyqdhmpdsn.pw kanika.ru ruatstyzxnlh.pw roomthan.net -jenny1558.codns.com +uygxyntops.duckdns.org qecunofupucevoz.info clicktraffick.info dltjyavjmv.duckdns.org @@ -36234,6 +36734,7 @@ disehapist-prozopument.info den.blackcake.net knowledge-tip.com footballworldcup.website.org +ppi3njz4ur8hl5.servebeer.com bstuf.no-ip.info jojhrcx.com bboott.no-ip.info @@ -36289,6 +36790,7 @@ jokernet.zapto.org sidney212.ddns.net kasdot.hopto.org cywz72r.top +ffftabeznf.duckdns.org laridk.com myhest.org qochdghwqg.duckdns.org @@ -36309,7 +36811,6 @@ ns3.innocense.ru pay11301.co-ip.biz wapmafija.eu lordgrave.net -giselin.com gallerycrush.com petersmithremovals.no-ip.info asdjgkfwsas.com @@ -36323,12 +36824,13 @@ dylanlumps.no.ip.org itachaphi.com qexysig.com mouaiz123-26414.portmap.host +glu.pasteiton.com tc5q3zx.top wergi.xyz w6kf8d8.top kmdrndrlmr.duckdns.org fellowquarter.net -uwaykcjrcg.duckdns.org +fedqdqcoof.duckdns.org svn-dns.ahnlabinc.com mohanlakshmipathy.com pandemi-girisuygulamasi.tk @@ -36336,11 +36838,9 @@ memeaimen100.ddns.net jufidos.bid assignmenthelptoday.com jlyvercmbj.duckdns.org -maroco.redirectme.net tiuzomycjp.com 0damar0.no-ip.org killuakiller.ddns.net -cysz32g.top megylapyfylujaz.info wvdrqjszxt.duckdns.org billyboy.zapto.org @@ -36354,28 +36854,26 @@ atciwfktatcyoglqv.net dc-comet.no-ip.biz tcbmtrpandemiuygulamasidestegitr11.com abc.abcdserver.com -chromsm.linkpc.net au-oj.com +dns4.brikebrak.ru 1604771272.httpdsconfig.com wnrfa9y.com aliiuyrt.space -akinventures.ddns.net sarmad2014.no-ip.biz ragnarokfromasgard.com overekunify.org drusoqglcvrxmmfol.net fpln568.top -mansgepitostraig.com geopryce.ru wiaeufaehe.su postetuxezity-subezurepetn-disodafebable.com penis1337.no-ip.biz max123242.ddns.net statcountone.dynu.com -kiiypoplefsk.org -law.myyahoonews.com +nortice-centre.esy.es +autch-mail.ru androidfirmware.ir -ichmagudxk.duckdns.org +arbibots.no-ip.org yardlate.net raggina.space xykrgjnhkhjgpkdi.net @@ -36388,9 +36886,9 @@ autoparts.phpnet.us scfoijdccqtmj.com jbrightbuilders.sytes.net qf2bf59da289ed514d13609aa606bd89e2.cc -zjzoklluwrdgrbbjhmz2.info +bashblagbeton.ru jthfoptfrk.duckdns.org -collection26.ddns.net +bessgarments.com yqpllttgwkol.su camerac.xyz 888xhxh.com @@ -36398,17 +36896,14 @@ tskklyylll.duckdns.org kinginho9508.codns.com srv186-h-st.jino.ru saper.in -ovucehqogy.duckdns.org +b72mbnr.top difference-father.com -lnjrmdjyidprrse.de vpnwork.3322.org -askmeaboutrotary.com meydonegombacinos.site akdns.live exam-reveal-picture.com j12bbnn.top gidehujosyp.com -fddqgtloaa.ddns.net zqbutter2.com kuhgshgguz.ddns.net regressiontest.life @@ -36417,8 +36912,7 @@ kyptik.no-ip.biz tcqjjawfaa.duckdns.org fvtbhlnxj0.com vochspak.su -com-identifier-servlcelog.name -silentbob.servebeer.com +googlerenewals.net video-hd24.site news.dnsweb.org gahsr.xyz @@ -36428,9 +36922,10 @@ oldsinedtdin.com findreup.org heinless.pro j62kbnq.top -spofy.ddns.net +dbssferdqd.duckdns.org +bellamycous.ddns.net qpbggoyfjrwy.pk -cloud-server-updater22.co.za +slemend.com tananaislanoidd.ga matmatl.no-ip.org gdragroup.co.uk @@ -36439,20 +36934,21 @@ stackbio.com cupo-tarjeta-aumento.cf mujdepaket20gb.com outlook.updateoffices.net +domeer-android.ddns.net naza.no-ip.biz +mustangleverage.top lupendbackup.duckdns.org +probagamancy-resupipan.com unitulaz.ru tzatmegxxv.duckdns.org -returnlostitem.com imorasal.biz -ezua.com fqooobsfee.duckdns.org pyludydyne.info mincare.vn alexliasko.ug jimmycrow.no-ip.biz servikj.in -oslo4ever.no-ip.org +sostupid.ac.ug eoroooskfogihisrg.info ashkokatroma.com 100ostad.ir @@ -36472,14 +36968,12 @@ ns3.floujorjnska.su sohretbizdeeee.surf empireb1ue.com claricitywealthplanning.net -lysylun.com demnoc.no-ip.org xsdtx.xyz mugambe.no-ip.biz gyhz87n.top middledelight.net difapackperu.com -jkxmcncklq.duckdns.org netrec.net ramazanda-evdekaldiye10gb.com suckmycock.no-ip.biz @@ -36487,15 +36981,18 @@ jawhune.ru mpcp828.top cloud-apple-support.com pongwebdevelop.com -dgwujbvaeu.duckdns.org +jon1k2002.tk webdesksolution.in +go0gle.publicvm.com municebazynivew.info techsprouts.com dns3.ilutrekl.at stywotruoa.duckdns.org -xucxpekpwi.duckdns.org +pjatwork.anondns.net joqutuxogenecen.info service-pp.xyz +nationalpoland1.duckdns.org +ludicium.zaptop.org grievelogs.sytes.net ipv4.japanenvnews.qpoe.com lah1.duckdns.org @@ -36510,12 +37007,12 @@ bb800.com w10899d3fdc649dc0c649490cf7c110f90.to dephantomz.duckdns.org x-black.zapto.org +lumenlink.duckdns.org hack006.ddns.net seanstuhh.no-ip.biz l22hbnt.top fit-city.online qwerty12346.ru -tinnuhswede.no-ip.biz medlinee.com saifo-moka.dynu.com gwwrbkseueun.su @@ -36548,6 +37045,8 @@ hackedbylucky.no-ip.org qbaanmmeqd.duckdns.org lsasswininfo.com handyngoods.com +kraufaundingf.xyz +fjfnrmrzkb.duckdns.org oewjhvbiivvjpvfvuvka.com reckless255.xyz goodfellas2019.ddns.net @@ -36560,10 +37059,13 @@ etablebuterline.xyz ns1.ispzsystems.net ipresolver.org australiaback2r.xyz +projectxexon52.no-ip.biz +chrome1.hopto.org ilevitimic-imanezic.biz -contratakpuma.duckdns.org +ultrasulahood-iropogision-imomuvuhood.net mediacontent3.us windowsupdate.dns05.com +6.zzz.com.ua 3s1gs.top onllygoodam.com dejyjcwo.info @@ -36607,10 +37109,12 @@ bts666.no-ip.biz jdvlctxnrk.ddns.net lapsus.myftp.org applicationservice.club +quiijmrcjnieyqg.com compassiwater.com kpypmhotd.com chorbly.org ugothackedxd.no-ip.org +zjtsxmkymb.duckdns.org lometr.pl c1.no-ip.biz smithlinks85123.ddns.net @@ -36626,7 +37130,6 @@ dycc685.top bimacxitnv.duckdns.org clzmmzxkje.ddns.net fpcdlqhexh.duckdns.org -ser.jonnalbandian.com qxjiypxgir.duckdns.org sorclan.za.pl veryx.no-ip.org @@ -36644,6 +37147,7 @@ rxsfmtyqqpdk.pk tzwdyuwyxq.duckdns.org ticketcerto.com wrongforty.net +jailedtrump.club upeyavlajk.duckdns.org sarhang.no-ip.org timemeaning.com @@ -36656,6 +37160,7 @@ rdnautomotiv.biz fizipop.freedns.tech abjuylahr.com bog5151.zapto.org +narznrsqer.duckdns.org all4gsm.uni.cc htlwnmvplq.duckdns.org bowlenmetpolen.no-ip.biz @@ -36672,6 +37177,7 @@ standardofficeholland.com telecomoperatinggoodnewserverfortransfersecurefileinternatioanl.ydns.eu realgauthier.com gaming4life.org +goymwqojlm.duckdns.org darkwhitechocolate.com gerzeksas.com cs3.l10.pw @@ -36704,7 +37210,6 @@ iuirshriuisruruuf.su emomofible.name phpwebserver34.site ww-naver.com -nethunter.duckdns.org lrstnpress.net d62tbnq.top nrjserv.com @@ -36770,6 +37275,7 @@ chrome.softupdate.xyz seachers.net lol123.no-ip.biz gycasmaclz.duckdns.org +univerpromo.ga hel-w-balonach.online 6s544.club vnc.vncdns.org @@ -36810,11 +37316,11 @@ rdxqhokpyd.duckdns.org rqtcmltkurtev.pw intericatetn-imezaletn.info pnydsbpjan.duckdns.org +man001.blackcake.net bc4l.no-ip.biz drweza.no-ip.biz strikermillion.net conspec.us -berekia29.ddns.net haking.ddns.net eocaenlogistics.com metta28.no-ip.org @@ -36824,6 +37330,7 @@ zzqyxmghcq.duckdns.org nqyx728.top letsfuckit111.top andreimolchanov.siteme.org +dylanlumps.no-ip.info ihgmerlin.sytes.net serveranywhere.cf bhxyoqgiym.ddns.net @@ -36880,10 +37387,9 @@ bqrfhhuukl.duckdns.org nhtyr.xyz chromue.net czitnlzapr.duckdns.org -okkkkxxkxk.duckdns.org z6ks8f1.top thanhnien.firefoxupdata.com -jbpreshandes5gm1906.duckdns.org +u96191l2.beget.tech mghool.no-ip.biz ns1.serverweb.at bhenergy.centralus.cloudapp.azure.com @@ -36923,6 +37429,7 @@ a1hose.com bb6.ddns.net sogamco.com jwillis.no-ip.biz +qekyxaq.com qnprcxtucpsdcoa.info p12mbnm.top i80cc5fd76cfe2c8e08fb07c2a62507399.to @@ -36956,6 +37463,7 @@ worldwar.ddns.net ksddlmjcoooniti.cn ertasdgxws.duckdns.org com-enter.site +f0313002.xsph.ru sxrexqqppzfpvgnen.net littlebeauty.net windowsdefenderhost.com @@ -37068,16 +37576,17 @@ mywork003.webredirect.org yyks683.top bwjpmdlumf.duckdns.org vtsfsfssww.duckdns.org +cyaiwb1324.tl-ip.com autoupdate.zoka.cc ybz.youngbosses.co cms.qa -ssgsaia.com wrnwernreh.in hiremilitaryheroes.com noithathoanggia.net.vn vtalk.vip ygo.no-ip.info ezilon.tk +ylhovncsvjilobi.com fyhwkddxonibjdbvymbo.com qegyxug.com supreme12.supreme12.recipes @@ -37087,7 +37596,6 @@ paradisecity.in bradleyftwlol.no-ip.org inuhomist.net downloadmyhost.zapto.org -fzyx778.top senevdekal20gb-kazan.com js.0603bye.info ngme.babypin.net @@ -37124,6 +37632,7 @@ msofficelab.com mystorage-settings.ru ransomware.bit timbervalleyfarm.com +thenwore.net subziir.no-ip.biz ncjpowerjfnpower.tk dns.chinanews.network @@ -37145,6 +37654,7 @@ fpjg593.top gyfz56f.top yngiyheueqps.su spunn1001.no-ip.biz +23031.selcdn.ru cygz27c.top fpxc585.top fpgb565.top @@ -37165,6 +37675,7 @@ detail43.myfirewall.org relimar.com underenetalor-monogamizion-semitoxution.name hadgyppjjc.duckdns.org +fqzzj16gndioz03mxadr.com n.iclcakajd.ru nanoocore.ddns.net absentselection.icu @@ -37173,6 +37684,7 @@ keki.strangled.net ns4.xwz.at tv27wsrp7o.com jfnikjsrvnrjikj.biz +scuolaartedanza.net trdqqchhtt.duckdns.org assemble.sg ljcp558.top @@ -37276,7 +37788,7 @@ setheo.com sammyrat.ddns.net dread.no-ip.biz flash.google-api-tools.com -pxcp918.top +yavrukaretta.site biderson.com stckmju.yt ryanryan.jumpingcrab.com @@ -37289,22 +37801,24 @@ ns3.shinerun.ru box4055.net fpcc568.top multinuxixetn-macrokixuward.org +vudybatowu.info windows00.duckdns.org u9b.ru +stdytopreoneenversrw.dns.army internetgangster.tk attachments.website pvpcloud.us gallerycenter.org u154611594.hostingerapp.com 3imrat.no-ip.biz -wmylykjjvv.duckdns.org +sentab.tk linksogroup.zapto.org d.immriolhe.at ebjxljsdkc.duckdns.org +gknncvpycd.duckdns.org veueziqhja.duckdns.org reliance673.xyz eriksiversen.ru -imap.maill.clintonemailhearing.com zpdxdhivgf.duckdns.org cronzeg-bung8.com nmd781g.top @@ -37319,9 +37833,10 @@ madehurt.net todopoderoso69.no-ip.org csgos.freedns.tech urlnxnwcunlayktlnjoj.com +fanwkjscuv.serveblog.net writeseparateliterature.com -gongotraa.com clust12-akmai.net +avwinwlajz.duckdns.org medhi77.no-ip.org ganykah.com www8.piaodown.com @@ -37329,7 +37844,6 @@ www8.piaodown.com bluesixnine.com sistemasagriculturagov.org kingrat.no-ip.org -dbxjbabwsb.duckdns.org ivjvxmrxij.duckdns.org ns1.cuttersky.ru navermail.byethost3.com @@ -37356,7 +37870,7 @@ samira1982.mooo.com freemoney.ignorelist.com 3xory3.no-ip.info wareztech.ddns.net -holidayapartments4you.com +tranews1.com kurdboy666.noip.me smartappsecurity.net coach-attract.com @@ -37382,6 +37896,7 @@ local-download.com proxadbinairyfree.ddns.net rdmapperels.com cangamstyle.xyz +at1v2nohr8hi.myftp.biz ilupitdrope4.agency renansoares1209.ddns.net cod.system-ns.net @@ -37391,7 +37906,6 @@ dpfh517.top wyuchabsxz.duckdns.org szoccccpum.duckdns.org vcvk7exvko3z2bds.onion.to -movementfancy.net ybgygldbiq.ddns.net th3hdz.no-ip.biz oynist.com @@ -37423,6 +37937,7 @@ ghost12.eu disinesese-imozahohood.org sand-island-art.com akhen.xyz +diupniffbkjpyvx.ru lockdown.no-ip.biz ldtvtxnwcx.duckdns.org nosecome.net @@ -37446,7 +37961,6 @@ cydz57y.top hasbelkader.cyou ibrutalbrick.chickenkiller.com proideas.serveftp.com -club-first-voyage.com owny.no-ip.org pandemidestekevdekal.unaux.com manfam.co @@ -37483,6 +37997,7 @@ pipxgsdvxc.duckdns.org kumwacucigukko.org flycoz.com bfagzzezgaegzgfaip.co +e3oa4wglvd21xa.com hsxyulzzbs.duckdns.org deleghe.org webmail-premierpr.com @@ -37499,7 +38014,6 @@ zjbpdytrcy.duckdns.org joeamericashow.com w15773.com kkvihjouqloyns.com -nffiiload09.top mentosfontcmb.com fzjymxvqxz.ddns.net myaccountgoogle.ga @@ -37514,6 +38028,7 @@ yra9rm.com wb30530d1c8d2dd93045fd23a74a801842.tk b52hbnl.top ikwnitvlmowyfhqp.jp +exbpaicxlw.duckdns.org hulioferere.cyou schepsdik.today interamening-recihuhation-colupihood.com @@ -37526,6 +38041,7 @@ milkbest.ru noiphacker1.zapto.org fewfwe.net login-one.com +dkrat13.no-ip.biz mdkwwwwtbvop.su queenpiececustoms.com oannaaaaaf.duckdns.org @@ -37565,8 +38081,7 @@ skuller.no-ip.biz gylz53x.top laze22.hopto.org cioinnovate.com -tmnhpsxjtw.duckdns.org -duiqemfxnwcvndtoq.com +nvhsqfmxem.duckdns.org crhecbeaw.com qq360bidu.me malcolmwood.me.uk @@ -37581,7 +38096,9 @@ lcvxabahjpwkjitxtmcd.com oymwjeychi.ddns.net doublebelieve.net pupkin.zzz.com.ua +odwjoiamhmxqhu.gotdns.ch shanesnoting.no-ip.biz +layjfdowrs.duckdns.org wughqcslho.duckdns.org bestupser.awardspace.info srvyhd.tk @@ -37600,6 +38117,7 @@ hfscddqppv.duckdns.org h32tbnb.top etagkurvao.duckdns.org bfbaiefiheip.io +doosamnt.com qbnnnanmmf.duckdns.org ns1.sinkhole.ru wsaquogqgcewae.org @@ -37646,6 +38164,7 @@ grandeamore.ddns.net wmyx788.top zdnet.ga nada00.no-ip.biz +herherfaraterter647.xyz ufksnizomu.duckdns.org d9z7.no-ip.biz bsshade.no-ip.info @@ -37653,11 +38172,12 @@ ultraricasion-mononuluhion.org inomodavant-prokevotuful-underudazehance.net multizadovical-inoselidency.net sheunoudafckcx.net +spxawnystuourms.cn googlechromeupdate.ml wmi.1103.xyz cycz56t.top salamsalam.zapto.org -ppw.revolutionhead.com +pissy.no-ip.info lqjrdrh.org x6n5szq1jb.com intohave.com @@ -37666,7 +38186,7 @@ runefxserver.no-ip.org twosigmateam.info bshades2011.no-ip.org lightning.dns-cloud.net -sipmptomsledy.top +ecpenocrwl.duckdns.org mnmebgbbzq.duckdns.org perhegrepone.ru ukgames.tech @@ -37678,7 +38198,6 @@ lookfire.net ccaimgmudp.duckdns.org kaosaugust1.ddns.net eventricity.biz -underugoxahish-unuzerous-macronugeship.org myacerusername.hopto.org d1f7759f549ac89a0bca4274791c31762e.so concertcancel.com @@ -37818,6 +38337,7 @@ imsara.dynu.net apaksahasp.com xc7q1zc.top yahzdaje2.website +grmwlioyojtanmg.cn myvepipuna.info xyuuyghevo.com picture-media.medianewsonline.com @@ -37851,6 +38371,7 @@ aodeindustry.icu searchcold.com kitinho.ddns.net ymtlpcbvrvtrvpp.ru +ttsrbmq.cn ftp.hotnails.ee web-myworking.com asthenesosto.top @@ -37860,7 +38381,7 @@ frode13371337.no-ip.biz rcflmuchhp.duckdns.org wetdshg3.duckdns.org luckeyguy.zapto.org -zero1133.ddns.net +iztdwrxoho.duckdns.org fqiyvyipswcv.org m52gbns.top zpwibfsmoowehdsm.onion.city @@ -37872,7 +38393,6 @@ ns2.mizare.at fpcc558.top cheffrais.com tkurohastz.duckdns.org -indianemarket.in easyfunguide.at veryfebruary.net newyorkradioimperio.com @@ -37894,6 +38414,7 @@ ush3g.xyz n7-schago.no-ip.biz alkamaihd.net 6brexmpv8b.com +ftp.nt.mynumber.org ishigo.no-ip.org fprk516.top ciszhqmzsh.duckdns.org @@ -37915,6 +38436,7 @@ bbnjvnojiudo.pk egmr6csa9qsg.com ultrasesebible.biz bmwirving.com +1nevadasports.com cactus.dyndns-wiki.com markosia.com stranskl.site @@ -37932,8 +38454,9 @@ ref.tbfull.com qamxwalujx.duckdns.org sankei.sslport.work nadez.ddns.net +o72ik5g829tnma3.bounceme.net lciypaqkbl.duckdns.org -f6kk8m8.top +defintelsucks.sinip.es gameoverlol1.no-ip.info cybz96d.top nibuc.bid @@ -37991,7 +38514,6 @@ infoillario.icu blackblackicing.no-ip.biz symantechantivirus.zapto.org cybz88y.top -amounttwenty.net bpxjafqkon.duckdns.org asyeye.com windowsupdate.authorizeddns.us @@ -38001,7 +38523,6 @@ asptt.aikido-meat.com f12fbnb.top rsghznimnm.chickenkiller.com ricrat.freedns.su -drraffibeverlyhillsreview.com dewqes.mooo.com dosfsfftzd.duckdns.org microxabassion.name @@ -38036,8 +38557,10 @@ savantaz.cf ehdjhgesydfgsswertdfehkshkslrnjlwneoedss.ydns.eu svqekbbrpqii.org hx.ddns.net +rss.thulos.com worknail-theory.com crime.redirectme.net +eewejwpyhbafoef.ru zetulebukavemoh.info zariks.ddns.net jesucrested.pw @@ -38051,6 +38574,7 @@ microupdt.duckdns.org test-signal1336.c9users.io f6kq8x1.top switchnets.net +vnr9okv0bulopadtai.servegame.com cccn.nl fedosh.no-ip.net ymq775q.top @@ -38062,19 +38586,21 @@ uyxiajqmvn.duckdns.org iwapfmliiiynyupip.net vesaporedik.club wentgray.net +eperaownias.freedynamicdns.org qhcp358.top nx.no-ip.org cumhurtr-destekuygulamasi6.com huevopodrio.ddns.net prohamotion-multicorahood.net inumizeful-ultrazigupuward-profaxixive.net -blcwdqbxwv.duckdns.org wetty.xyz ticformjunclenneo.tk reputation552.xyz +oedemtuogr.duckdns.org nlw.underwearliftoff.com freshg.ddns.net rbenjamin9696.ddns.net +safehost.no-ip.info wins-update.com bdeqsskjkk.duckdns.org shrek.icu @@ -38094,7 +38620,6 @@ aliensurf.ml mhoammedtty.hopto.org pefuffdllwpy.com hpkohdecvxtm.pk -sciencehunk.com qytufpscigbb.com magikorigin.me mlh123.ddns.net @@ -38115,12 +38640,12 @@ friendfinances.com qetbnqxiuj.duckdns.org snoopdogg.no-ip.biz czjoblavcg.duckdns.org +i64b74bfbfc2fa39850495601fc9c6517a.to jobless56.xyz asdgxcbd33.duckdns.org xrrfqidlnm.duckdns.org bucket.serveftp.net plissken.duckdns.org -eaozbscuem.duckdns.org fukgmnjggh.duckdns.org hotblowup.com misucasafy.com @@ -38130,6 +38655,7 @@ j12dbnt.top nmario21410.no-ip.info nhocbo.bit yppwvkxmmlxw.com +tblvbsfpin.duckdns.org edgethefoundation.com ipjbvvnjobll.ru relyfuvyzikovys.info @@ -38175,11 +38701,13 @@ abpmoney.ddns.net waiujivgtbpaajt.com mynetwork2.ddns.net hrjyvfeduuts.in +dpfx513.top films-smotret-online.ru a0451296.xsph.ru dixenweb.ddns.net ksbrcqibtamreysefsan.com hemdonicsendesdos.net +pedropedreiromoxik.su intelservice.su frankwill12.ddns.net dsfgeer44.duckdns.org @@ -38215,12 +38743,13 @@ blue-vpn.net bobbychiz.top 50kmission.com ixiplvmxxs.duckdns.org -cuprinc.com +789456123.monster injectionx.no-ip.org eoroooskfogihisrg.ru macrozihixoness.com whowatchyou.com marchadvertisingnetwork6.com +wtkfmdghrgcfedd.com aekiweklem.duckdns.org 4e74e7j437kj34.ddns.net gltptluohz.duckdns.org @@ -38261,6 +38790,7 @@ ueqffdrlwm.duckdns.org microsoftno.operaa.net misaratofy-monozagodaless-macrocusunance.biz windowsupdates.no-ip.org +cachorrow.xyz agrocentrer-eurohem.ru unsanrohandper.tk msns.cn @@ -38291,6 +38821,7 @@ f6ks8m7.top refflexx.hopto.org thodnod.no-ip.org cvcv.ddns.net +kajkbzqivq.duckdns.org marcapslsa.ug n789n.top facebook-suppot.com @@ -38313,7 +38844,6 @@ oycpydcmdy.duckdns.org shades2012ip.zapto.org sonsoz-47128.portmap.host logincontrolserver.com -mohaaameed001.no-ip.biz aeroplans.info phrozn.ddns.net leelee.dnset.com @@ -38327,6 +38857,7 @@ fyuvazajjl.duckdns.org wyhdjqjuby.duckdns.org dr4g0n.no-ip.org fax.symanteconline.net +pbnnrjdswdsw.fr newyorkandcompany.zapto.org 10022020test391-service1002012510022020.ru d.nabzerd.co.vu @@ -38343,7 +38874,6 @@ tyntedp.no-ip.org magdon.tntcares.com hangwall.ru tyha84.info -ftp.windowsmirrors.vizvaz.com gwqvthydxs.duckdns.org shopstoregamese.icu n.srcbrtetb.ru @@ -38364,6 +38894,7 @@ cyfz35f.top dns1.melioremo.ru 107gam.com nnososoosjfeuhueu.com +ipok12bcame03shzpiq.xyz chinese3lowncomeiscausedbythepandemic.duckdns.org proview.ddns.net vortexshade.no-ip.org @@ -38395,7 +38926,7 @@ tabidzuwek.com storyother.net fpft586.top ms15hinet.publicvm.com -weblog.bigish.net +lupeson.no-ip.org oluwaboi.duckdns.org kargozar1320.ir useuqrsdav.duckdns.org @@ -38403,6 +38934,7 @@ sandp2018.securityandpolicing.me d52xbnt.top zbbbpglarf.duckdns.org babybumred.com +vncdaglubvghxnf.com cytz23r.top tumoperatorlere20gbhediye.com russianmaifa.no-ip.biz @@ -38421,7 +38953,7 @@ zplxtyfzsupjlyfxcggt.com zycp398.top kocrmicrosoft.com yholder.com -barbaros.com +isjsvppdjnplh.com mkzd.ru dreadisownage.no.ip.org wgdekirmfx.duckdns.org @@ -38439,8 +38971,8 @@ cengizsokak4.site ymz771t.top updateserver8.top fpjr517.top -spendfish.net just215golds.xyz +asperragirro.top groshlchina.no-ip.org ogglededibl.at roflmao.no-ip.org @@ -38448,7 +38980,6 @@ bdt.femurssculler.com tcovhfixx.info flashplayrbe.xyz hosting187.no-ip.biz -micorsoft.store pachuliko.com proftest-service012505.ru zofienie.com @@ -38459,7 +38990,7 @@ netsecurehostingmy.com phellandrium.ru tcccbmuygulamatrpandemigiris4.com bsonwage.no-ip.biz -junkyardog55.no-ip.biz +pjmfkbcspvpgcwg.cn gaymenimesindeny.site adefrabet.com greatpurity.tk @@ -38496,6 +39027,7 @@ biocarbon.com.ec bestcomputeradvisor.com db-support-updat-5.com jssbwtgssq.com +downloadtg4.website fjrservyhdsite.ml nois01.hopto.org interumezaful.info @@ -38536,6 +39068,7 @@ downloadedsoftware.com theonly365office.com froplays.top mol0015.no-ip.info +fwahuhqonhyugyi.ru download.gmailboxes.com heal.lancebarkerwa.com whoer-vpn.net @@ -38576,6 +39109,7 @@ ns1.gate2haven.ru pandemidestegimiz-turkiyegov.com htswkiqkrb.duckdns.org f-f.zapto.org +tornishineynarkkek3.org flyingblueberry.no-ip.org gk.vwxqv.xyz degorofy-proresily-ultraxuboder.biz @@ -38594,7 +39128,6 @@ wycapclqxu.duckdns.org cijecsbttuvi.ru rfa8t14.com karachi-pk.com -w6ky8k5.top hungrypiggs.com anthonybryanauthor.com snmlvr.com @@ -38613,6 +39146,8 @@ wasserschaden-hero.com bunbooanwk.duckdns.org cyzz65m.top pandemi-yardimci.site +gaubizza.cyou +skpfakokbq.duckdns.org ultramididous-cobenifoness-exobameward.net aninda30gb.info lbocvavxnkpvbvy.com @@ -38635,7 +39170,6 @@ wvww.org gfstw.xyz gacydes.com mmmmoooo45.no-ip.biz -feguhkejwfkgwvfjhkbevcgh.cf raoufme99.no-ip.biz l82nbng.top keepgoingadamim.gripe @@ -38649,6 +39183,7 @@ multifegoward.net puhymcvsqs.duckdns.org polits.freedynamicdns.org ns3.wqj.at +cannamariecordell.com telected.in bipovnerlvd.com sema.linuxsofta.com @@ -38684,7 +39219,7 @@ bakalak.tk vgsffrqdpo.duckdns.org n.orvjwcvqt.ru kano.ddns.net -realteks.gjdredj.com +xbpktcwshd.duckdns.org thedoctyor.no-ip.biz abyng.com nmj715k.top @@ -38692,6 +39227,7 @@ masterofbananas.no-ip.org p32ug5tz2cgkk3sbclm7i6luoespolqq6v7dzldjwdpgxtm4h76zclyd.onion gabyunycgm.duckdns.org yml719j.top +hsjkse.duckdns.org hvuxrvvhks.duckdns.org dybh688.top twobuddyinthehere66.online @@ -38726,7 +39262,6 @@ martinou.ddns.net r1.xn--habibban-kmb.com parkmyungho0807.0pe.kr growlithe.no-ip.org -guddms9130.hopto.org hewley10.no-ip.biz itunesmusic.ikwb.com bapforall.ddns.net @@ -38734,6 +39269,7 @@ axse.duckdns.org jc6q1zy.top apostrophe-news.biz throughgarden.net +twlfasuvac.duckdns.org e-pandemionlinebasvurisitegiris.com km8dc32.top l789l.top @@ -38751,7 +39287,6 @@ rediffmail.djkcc.com wallet.hdac-tech.com celesto.no-ip.info gerrviy.myvnc.com -vopymit.com ojytfyqmzr.com qempraqqrn.info rebunuhument-disihovamate.com @@ -38761,6 +39296,7 @@ laamanator.no-ip.biz comimipal-cotedibolike.net edhrtyujffd.xyz ie-update.sytes.net +c82xbnj.top dish-darkcomet2.linkpc.net daytcdsggb.duckdns.org nywchfzhsk.duckdns.org @@ -38772,9 +39308,10 @@ piglyeleutqq.com cryptmyexe.pw aeg.tmc.mybluehost.me 20gbaktiflestirturkiye.com -thesalsakitchen.com +itsrrrwwjw.duckdns.org 1604771337.httpdsconfig.com ofutwohap.ru +kmcblprtdn.duckdns.org s82dortha27r.top netoffshorego.com asjoaixzyb.duckdns.org @@ -38788,6 +39325,7 @@ fpkw557.top 04autogestor.ml saddpxbcsq.duckdns.org swzkhuhead.duckdns.org +sigvmeehsq.duckdns.org ibramsuliman.xyz tch.kitchenstoringshop.com bestsilvercufflinks.com @@ -38839,7 +39377,7 @@ benzo7370.myftp.org junowhimplev.com j-amazon.top ns4.mastersxost.ru -asiaok.net +agrarnik-ooo.ru apobypass.com spah.earthsolution.org transavecaful-transinenation-transikaduhern.com @@ -38850,6 +39388,7 @@ sidisalim.myvnc.com renovukous-antigefassion-ilasopish.org hesolegumuvomyc.info zerocool6.no-ip.biz +dugsofrebse.ru tjydgwzild.duckdns.org dns3.melioremo.ru servicebankofamericaseralerts.tk @@ -38883,8 +39422,6 @@ agdvbbnzoj.duckdns.org tehbaker.no-ip.biz alandish.ddns.net secretchatpoint.com -pubgzebi.ddns.net -gykz29k.top plasticsa.no-ip.org ns3.dedifystack.ru nobleduty.com @@ -38906,6 +39443,7 @@ ovulttxywu.duckdns.org ns0.space yepi2eco.ru httpexplore.net +gobyvojgss.duckdns.org lucas1mhood.chickenkiller.com olurbuiss.xyz finlllaio.club @@ -38924,6 +39462,7 @@ camstai.no-ip.biz etxbf.xyz wc3q2zx.top dardash.fun +appfw.info hffcola.zapto.org mifec-53733.portmap.host lyryxud.com @@ -38943,13 +39482,13 @@ enemyreach.net tcbmtuygulamamtr225.com ballsome.net semikikukical-nonafutuhian-multimokeship.net -chacharen.com fcbfr.xyz alanadating-a.pro 21kmg.my-homeip.net qxuunxrkyn.duckdns.org solutionswiki.com emelifaban-macrovakudify.org +ycmath.com mustafa9922.no-ip.biz n.gurvnrthi.com judax.live @@ -38998,6 +39537,7 @@ change-mail-account-nodes-permision.com semivuvifable-monofohikoful-transafuxant.net fatlosstoolkit.com lanonyme97.ddns.net +hwpshloyytqdfkx.cn iam.shadesoul.online microsoft01.system-ns.net mail-police-sec.com @@ -39007,7 +39547,7 @@ akhwvuodhk.duckdns.org kankalarimlokarim.xyz parskabab.com swficshdsm.duckdns.org -jqqfiiuajow.com +bitdefs.ignorelist.com nanoseklo.net f6kh8j7.top send.mofa.ns01.info @@ -39026,6 +39566,7 @@ rc1q7zh.top juulslabel.nl re.queryurl.com 3nzh52.myq-see.com +apvqxcvijueewul.com news-medias.ru 34ortiz.pw osfam.team @@ -39049,6 +39590,7 @@ gyfz61g.top presefavution.info perohi21.xyz leavenois.com +5ymk2w.amatiftp.ru unir.ml xxmdjvzxpu.duckdns.org mgrjvulypoos.pk @@ -39111,8 +39653,10 @@ axpevaujnv.duckdns.org ziixtg432.ddns.net 6s24g.top tecyqlzryt.duckdns.org +api082604.seemonitor.xyz adobedownloadupdate.com microtik.stream +h6kg8j3.top aaghqdevck.duckdns.org olivier.goetz.free.fr zkxxkxpcop.duckdns.org @@ -39127,6 +39671,7 @@ samsom.no-ip.info nonimunary-enicadession-postutadage.org job.supperpow.com zxskjkkjsk3232.pw +mabedwalid.ddns.net movie2014.passas.us znsbvdlgzy.duckdns.org backuphost.servegame.com @@ -39135,18 +39680,21 @@ alphlinic.com thaus.ws caezuwzmho.duckdns.org coduxolan-cobimetese.info -krfa.ml dialsupstwo.zapto.org dpfr539.top astro.yummygrapefruit.com nargaroth.ddns.net -wee2684iy62.club +vbxstownpcnnovy.com +ymp758q.top purpledomain.shadowrouting.xyz +wallagolla.cyou uesgoumgyi.duckdns.org plen-market.ru geddqphtgs.duckdns.org overikucoful.biz +windowsdefendergatewayweb.duckdns.org ttuumzzmmz.duckdns.org +fpqb555.top au-tqa.com mynetwork.ddns.net cdn-google-eu.com @@ -39187,7 +39735,6 @@ kyungshin.ml ashcrack.freetcp.com nmy753s.top shytnozwrk.duckdns.org -anynewdomain.xyz mostvideo2012.no-ip.info bahenasteel.com moviegarage-angle.com @@ -39204,7 +39751,6 @@ bblftofqpxnkomjjvyyf.com imnet.us rycweokejowwgu.biz autoandarts.com -ykkxkkxkkk.duckdns.org mail.account-flickr.com admineye1.com fc7q9zj.top @@ -39225,10 +39771,11 @@ winmanagerservice.net exvsnomy.club primo1982.1gb.ru rayp.biz +cgbxvyihkijnxdt.cn rapid-stores.com maxytalia.ddns.net tiawildlidapu.tk -gwjpnoougg.duckdns.org +uejbjvotry.duckdns.org pxteiyyryy.duckdns.org au1-gate.net whomread.net @@ -39254,6 +39801,7 @@ lknmqaejfp.duckdns.org agent-stop-credit.com logo.staycools.net eljokerhacking3215.ddns.net +stjlxcttcvhaawa.com testlol22.zapto.org hearbreakingfizz.top cijriaytgh.duckdns.org @@ -39265,6 +39813,7 @@ gwty0fig58dcq6f.xyz nmn782q.top shortcut-links.com fpss576.top +bilgilenebilmebilgilendirmek33.com d8ad2922bfee85a1c7da7b40618ca8ca1a.cn adobeapplications.me softredirect.info @@ -39284,6 +39833,7 @@ y0wssdb.com luy.heftedworksheet.com ymt795b.top prokogomical-iravegesion.org +update.huaweiyuncdn.com vaserivaseeer.biz azcggydmuo.duckdns.org xdaoallfmpofukn.ru @@ -39312,7 +39862,6 @@ kadrosbneasa.net z39bldfq.com rres.me pairdetermin-online.com -02n7kj0t9a.com planthelp.net bobby.ziraat-helpdesk.com gogotrade.apple.org.ru @@ -39348,7 +39897,6 @@ movcr.ml dewnfoods.com ns3.uitutnmieyxfk.org disucoxission-ilikovern-proconasate.com -broilerona.com comunicazioneinps.top oscanpro.favcc1.com csinashville.com @@ -39372,7 +39920,7 @@ fanoiu.soxx.us truminfi.com prevampion.icu ns1.folsecer.su -hsfxzyagfy.duckdns.org +njofeprxet.duckdns.org systemupdate.su l009fa92.justinstalledpanel.com mrcruzx.zapto.org @@ -39388,7 +39936,7 @@ cumhurbaskanlik525.com kaiten.do-dear.com cygz18l.top emosicage.name -classmeeting.net +oppose1345.com repuzuty-dekekoneth.org kuipermisinstitutions.com lbvhiqaije.duckdns.org @@ -39402,13 +39950,12 @@ rolandoochoa.duckdns.org fjrsrvncdnnrjserv.nl lnfsdkqemj.duckdns.org doohs.000webhostapp.com -biedetn.com tl75ycivyy.com xqxzdpioug.duckdns.org nmj788h.top torbenackermann.mooo.com monokadement-multigodanian-multisexexahood.com -shortformurl.xyz +oxoqkvpa64yuwu.hopto.org hayatevdeguzeltr.com ftp.sstday.jkub.com gamingserver1476.no-ip.biz @@ -39441,6 +39988,7 @@ fa3e7yyp7slwb2.com 98sd5f.xyz asden.xyz ksxunbfddmbk.pk +ymf726w.top vip-interior.com.ua vivaciouz.biz amazon3407.mooo.com @@ -39459,7 +40007,6 @@ work579.xyz ip40-78-173-82.adsl2.static.versatel.nl 6sfly7oktdtcrn3n0b07.info l32fbnn.top -cumhuruygulamaittifakitr88.com fhxmeumuxlrn.biz zvvfunwyje.ddns.net ns1.neongit.at @@ -39476,7 +40023,6 @@ zenova941.no-ip.org cyjz17l.top puckhunterrr.com googledriveshare.com -iraq313.publicvm.com worlgarebudd.ga fortinet-cloud.com albumdepremios.com.br @@ -39492,7 +40038,9 @@ housedman.com pkeusrjjwwpg.ru imebooksgiveaway.com rs2goldjay2k.no-ip.org +grromedandgrand.com general-st.info +mmp224460.e2.luyouxia.net qpnphqawmh.info reddesk-53976.portmap.io 86wts86a8j.com @@ -39508,10 +40056,10 @@ style.u-tokyo-ac-jp.com tsxwbywjwdm.myfw.us uqijyarsugesf.ki qazyaquanauti.co -spywareshop.info ldrkrona.casa office-constructor.ddns.net instruction-towel.com +sepost-fjfa.top devsd.noip.me hogarofuld.ru xxxdatingoffers.site @@ -39522,8 +40070,7 @@ motherteresa.no-ip.info heiylmruc.ru dhl-api.work tcptest.no-ip.info -jslyjr3f.tk -kiekdhz.com +implication324.xyz vgbmotnkxsxfr.com dwnvfkgmaq.duckdns.org ns1.playhelloy.at @@ -39550,8 +40097,9 @@ makemegpsd.no-ip.org 1603710243.httpdsconfig.com vitimascaraiooo.duckdns.org cyhz33p.top -okjsxibwjxbj.org +report.regicsgf.net d.firteyt.at +rixxon.no-ip.info xdxdxd.ddns.net rackagmeh.no-ip.info e-pandemigovyardim.com @@ -39568,7 +40116,6 @@ f6kf8b6.top security-amazon.jp josephinegreenz.com joinname.net -productiondelphi.minehosting.xyz queosdememelcharitatem.com nivedafoundation.org wat8.owpxfymsrl.casa @@ -39584,7 +40131,6 @@ bupv19.needstub.com vlhzvxycat.duckdns.org public2api.com xb0ss.no-ip.biz -scuolaartedanza.net ddehimdkghio.bazar hxgfjfggoebgr.biz heliospartners.com @@ -39596,6 +40142,7 @@ makemoneywithus.club dufcjvdpdb.duckdns.org or8gucu.com ycdddefesf.duckdns.org +synchronization.ml fpzrfnavja.duckdns.org byemeds.cc windowsdefenderserversecureserver.duckdns.org @@ -39622,6 +40169,7 @@ seradessavez.ddns.net braydenhateaub.com waetshg33.duckdns.org erevons.ru +mcqlxujgla.duckdns.org filegotosecureothers.duckdns.org hqpeehhmpn.net 9bdh7hdk.symcorp.xyz @@ -39630,7 +40178,7 @@ laptopi.no-ip.biz gaqypew.com gtasanandres.tk 10022020newfolder1002-0135251002202035.site -ozarkrov.com +priv8x.zapto.org hassnahm66.ddns.net inimosese.com bithunterr.com @@ -39650,7 +40198,7 @@ xmagex.no-ip.biz blockbitcoin.com gazgrsrto.xyz wwtecjgadf.duckdns.org -maundhatca.com +lmbqyjujuf.duckdns.org x030720.xyz praldgcvka.duckdns.org account.websurprisemail.com @@ -39660,6 +40208,7 @@ backupbanker.ddns.net iravabure-overinanacen-imokikuhood.com deathaap1.no-ip.biz derigusage-disuzetiful-iluhokepist.net +jnazmertsw.net fodase157.no-ip.org waethxs23.duckdns.org tcbmtuygulamamtr847.com @@ -39675,12 +40224,13 @@ p12kbnw.top nonrisem.com slammagysmanskkapsulrttezya.website org-help.com +freeartscenter.com owpqkszz.info ratstax.chickenkiller.com -xevggbsulp.duckdns.org overemacomity-emeguvism.name h4ckk.no-ip.info ns2.mxkeel.pl +1via1.com volunteerslawsuit.com nubo.no-ip.info gysz95n.top @@ -39725,6 +40275,7 @@ littleattempt.net needforrat.hopto.org gertrtool.com freeseathere.com +ohhweztojc.duckdns.org starton.ddns.net subad-server.com gysz72y.top @@ -39770,7 +40321,7 @@ downplease.c1.biz emilylatta411.servehttp.com hgropkuqsc.duckdns.org ozguhiqzxvortkuwpvnfduwxpz.biz -akmalko.ru +publicty123.no-ip.biz gytn5496.codns.com joannheilman.com worldtracknews.com @@ -39813,6 +40364,7 @@ dnykjbkffs.duckdns.org wdbjxpdohw.duckdns.org steercos.pw media.jobsadvanced.com +web-mind.work ailkbtimce.duckdns.org internetconnection.no-ip.info chadon.nl @@ -39831,6 +40383,7 @@ updateforadobenew.co.za vbchjfssdfcxbcver.ru whitefroggy.no-ip.biz akinova.zapto.org +corpleaks.net advantage4336.xyz 1604771454.httpdsconfig.com bjmmfcyqvt.duckdns.org @@ -39860,6 +40413,7 @@ smtfgbdlal.duckdns.org pickthismotel.xyz gtyyydpwcw.duckdns.org bnvefcsjdi.ddns.net +vtkcyetqbbpyiix.cn server1fi.exodus.connexxa.it dcode3256.no-ip.biz g32sbnp.top @@ -39869,15 +40423,15 @@ pointallow.net vlthghcgra.duckdns.org sjckt888.com q62rbnw.top -electrumget.com +domno69.no-p.biz backwaterreservoir.com +sflwmivnswlsspj.cn l82gbny.top superobamadirect.com blowmm.duckdns.org adamrs.dyndns.org -missaruba.aw m1rd9egxfxinnsoq.com -zvezda-group.ru +rongever.chickenkiller.com cari-properti.info sonspices.ddns.net scanmalware.info @@ -39902,7 +40456,6 @@ wiferise.net gikula258.bit 4a926659.net q52gbnw.top -ns1.attikait.ru lyxywen.com wetyshxsd4.duckdns.org poweroftech.com @@ -39926,7 +40479,7 @@ daredevil1.holeechow.asia frakcop.com bushacker.no-ip.biz rc5q7zj.top -c4a.no-ip.info +163pics.net mobilephotoblog.com sepprod.com ramazandestekyardimlasma.net @@ -39943,7 +40496,6 @@ cqcp858.top godonlinetv.com cullyunbox.com poczta.mon-gov.pl -allegro.ga bz3izuh.com qdejwjvvik.duckdns.org imap.mrggazprom.ru @@ -39961,6 +40513,7 @@ singpost.top meetri.net qeqyloq.com code-cloud6.co.za +robbetotso.ru ctnbkzofkj.duckdns.org tambakikan.com dedakaleward-resozaful-derapifancy.info @@ -40021,16 +40574,17 @@ rstjohxvafpdil.com mankiza.ru yqwmtcbxut.duckdns.org camera-ip.myq-see.com -sezard.com +uploadhub.io ecoroll-rus.ru prozapetament.info +yourdocument.biz lotussed.2waky.com balances.duckdns.org ww3d.ddns.net tzwsz.xyz bmkfliers.ddns.net okaka.duckdns.org -eveningbelieve.net +lagriffeduweb.com joisff333.icu rays-auto-parts.net updateserver.info @@ -40043,6 +40597,7 @@ hgd.no-ip.biz sharkweek2019.best wsdyshgshgnationalobjindustrialatwsgqp.ydns.eu zunz2009.dyndns.org +w8s.graviimaster.ru twobuddyinthehere.online lbmntrwvfzwp.com sarrabiskra07.ddns.net @@ -40059,11 +40614,10 @@ exanogance-macrodaceboward.com rbxbkz.pw nose4523.xyz doubler.no-ip.biz -bossmb.com +kb2237-luminosity.ddns.net izbghgtwwe.duckdns.org fkvehgcqlis081l1kocfbsjr77z.xxuz.com -black-transsexual-hardcore.com -hlpnjslbpfhsfs.co.uk +radizeraaa.ddns.net danhbaviet.com eclwaphudd.duckdns.org securedownloads.ga @@ -40096,7 +40650,7 @@ keromagdy.ddns.net version2.at sd1-bin.net ppppqddpcp.duckdns.org -jwxdebktqivm.su +hftmhwgokz.duckdns.org eddy-elderventures.com basketxrtz.ddns.net hossamx7ossam.no-ip.biz @@ -40114,6 +40668,7 @@ zcop.ru game.soultravel.online tramrakezen.com theroommom.com +feellix.no-ip.biz moneybank92.no-ip.biz com-recoverysessions.bid fastupdate1.top @@ -40146,7 +40701,7 @@ z0n3.no-ip.biz blackname.ddns.net hciasmkbad.chickenkiller.com 546874.tk -huivaritaslloa.info +frontfree.net pprfthacml.duckdns.org corp.booksonlineclub.com fastandstrongwolf.com @@ -40187,6 +40742,7 @@ ilivitufian-prexipocish.com flashplayerinstall.digital acusyposaq.gq fpbh525.top +th2man.zapto.org imadmekaddem.no-ip.biz ceaningthe.com ftp.applemirror.organiccrap.com @@ -40229,7 +40785,6 @@ juqnnxinzqn.in uygulamacumhurtr9622.com lolcantpwnme.net virarsasd4.online -jewellerydesigns.co.za trustcomp.at gxhp.top walk.bigish.net @@ -40237,7 +40792,6 @@ lsjixfqmza.duckdns.org fpgb568.top frktpttllmne.su bestcouponfree.com -microsoft-check.com aoruuoooshfrohfe.su fuckyeu.ddns.net themoviehometheather.com @@ -40255,6 +40809,7 @@ l155vcram2hl6ws0.online deathlives.ddns.net frgnxybeoq.duckdns.org whatsappmesajokuma.tk +osdsoft.com ilunomabify-unonebern-devicepant.biz bibonado.com semicegaty.info @@ -40323,7 +40878,7 @@ variare.ru heavyboss.ru tq9kma.com nameless1337-no-ip.biz -pruebasernesto.ddns.net +tmgmgjcvt.com grrjeibneder.top alotpro.ddns.net oftentwenty.net @@ -40349,10 +40904,12 @@ promoliks.com vonycaf.com v60yuuu1415.com ahmed1sosta.ddns.net +cijhsaofwy.duckdns.org cinnamyn.com desuctoette.ru blackspace.site -dd6808.zapto.org +xbjcomgruonltxm.com +xerrrload07.top gb6r8qo.com antivireagle.com pregukalossion.info @@ -40365,10 +40922,10 @@ yahmed1984.no-ip.org duck.manhajnews.com radiobutton.mooo.com rryqeqytxs.duckdns.org -vopyqim.com +iugtfkxkkk.duckdns.org dovlirxdfh.duckdns.org tujaofloyx.duckdns.org -qekyvav.com +ffsi.info fdistus.com chromekill.xyz abarouter.ddns.net @@ -40399,6 +40956,7 @@ thebusinessdrift.com sncqlurgzx.duckdns.org 1e2699fc9047.tk hycninyxuaa.xyz +ccqpkigkck.duckdns.org downtraff.com appleid-login-appleid.ga press.eonhep.com @@ -40416,11 +40974,9 @@ swagger311.no-ip.org pills.ind.in betulat.xyz zerpex.w0rld.ga -zamxlqvjkj.duckdns.org encrypt-email.online mjdyskvmtp.duckdns.org shyjgiyhyegxeqqpdtya.com -echmfrnyuwrlmas.uk eafueudzefverrgm.top jjarzejxsj.duckdns.org com-logninsauthorize.info @@ -40470,6 +41026,7 @@ fpgb536.top aqlgdjeni.com zyklon.no-ip.biz monosoducadom.info +0qiobsey7zn.sytes.net cyjz51q.top wellsfinfpupadet.ml avsvmcloud.com @@ -40493,6 +41050,7 @@ maattxmiey.duckdns.org ybqojmpa.ru gear91140.dyndns.org cumhuruygulamatccbmtr11.com +lystic.securedns.site eduv.icu rbvnnvzrfu.chickenkiller.com bharimatrasay.com @@ -40501,6 +41059,7 @@ krispee101.serveftp.com ryhwemomqf.duckdns.org kjnnammlyy.duckdns.org kervax.com +z444687973.3322.org utevxzqbjs.duckdns.org i39-imgur.com viebyvieby.ru @@ -40524,9 +41083,9 @@ fbsonicupdate.com qjdcfrfdcp.duckdns.org lasarenas.lt weimachel.net -interilefassion.info aheshotboard.info wrongother.net +sdfvgbhjn145870.ddns.net fpxb513.top marathonitri.com iluledoment-iluseludom.info @@ -40542,6 +41101,7 @@ fpmc551.top xponlineupdate.com ranton02.ddns.net no7654324wesdfghgfds.000webhostapp.com +ahazljbhhd.duckdns.org fileboard.live ymr768l.top emhdkby.com @@ -40574,7 +41134,6 @@ f0381956.xsph.ru amqsqopljn.duckdns.org iresizegal-depufapehood.net bima.website -seeandread.top kyungnam.tk hppupqmnbz.duckdns.org holidaysfirework.com @@ -40596,7 +41155,9 @@ palace35425.xyz putty123.ignorelist.com nature36.xyz npromo.world +bltmstf-32531.portmap.host cocomo2.ddns.net +cyfz71k.top gyrz95s.top limited-resolution.com kingtubby.top @@ -40611,24 +41172,24 @@ iecvlist-microsoft.live keissy.ml riediedeep.info ganyeniscengisis0102.site -fpbw522.top +newforum.chickenkiller.com obbbnssshi.duckdns.org alzl8204.0pe.kr yasircf.hopto.org mzenjdfu.com.pl yassra.com -fzgoygsahp.ddns.net 168vpn.top gahyzez.com mc2q1zs.top wjglaimnml.duckdns.org kbbppoocob.duckdns.org -rgpicslsna.duckdns.org +sahar44.noip.me impresscop.xyz windowsupdate.myftp.org aftablarestan.ir -digifincx.com +fastfront80.com nbvcqsprcapbymreyvojvteagy.org +smehpusnwg.duckdns.org obereagujnr.hosters.xyz domtest-service012505.ru dhlvdxugyo.com @@ -40646,7 +41207,7 @@ freereal.mooo.com alexisgay.no-ip.biz xmixer.no-ip.biz newsdirect.online -chrome111.ddns.net +riwlwlrpky.duckdns.org skepesz.no-ip.info misazinuth-monoloberan-nonafemese.info jaffinryu.loseyourip.com @@ -40657,11 +41218,11 @@ ovrqxskrtglh.com ji-bnk.com niceweather.top josesarmiento098765.duckdns.org +zaoeryuijas.hopto.org voairtaxetion.xyz km8pm29.top justind.no-ip.biz ogxxgunnerxxrar.no-ip.info -dynamicrosoft.com faddd331rat.zapto.org gainsgul.com antivarevare.club @@ -40669,7 +41230,6 @@ dcfucker.ddns.net yms777l.top kasvatus.org mesopotemia222.zapto.org -sites.oceasndata.com l345l.top gentos.myq-see.com kzex9vp0jfw6a8up1.com @@ -40698,19 +41258,21 @@ tyiemqzzvkyf.com bejnz.com offerdahls.com xjouorllfkml.com +hadjourcr.no-ip.biz gdriveshare.top microsoft.opendns.be 5hdrthjt5fdrj6.no-ip.info kuronekoyamato-b.top hhybesdpuw.duckdns.org fphh568.top -pljqyxcoev.duckdns.org dominance.no-ip.biz yyns683.top range2014.co.in 173game.top ymt778z.top -eslam10.noip.me +walkingnote.online +drinkstart.net +domain12.no-ip.org usnebg333.duckdns.org kickingrg.fagdns.com nonusonuth-exifaxufy.net @@ -40727,6 +41289,7 @@ pad.werzo.net rewt.xyz xostbycvjj.duckdns.org shinkhw.organiccrap.com +holeenoughmore.xyz rinot972.gotdns.ch j0rd4natoretto1.xyz fpwr591.top @@ -40749,7 +41312,6 @@ qwxgdddfpd.duckdns.org km8mg87.top oeoaoueuoeuoatr.cc cause222.xyz -cvgftzdglb.duckdns.org exporhub.pp.ua updateexpplore.xyz km8gy55.top @@ -40758,9 +41320,10 @@ decent3.myvnc.com exzepmpyqu.duckdns.org re75604dbcd824bf291ef82efe96b9dee7.so pakezspohos.org +mouni11.xyz yogattago.no-ip.biz hafnvgiwus.duckdns.org -sofaa.no-ip.org +nzkwrrdkjb.duckdns.org nzyx898.top gtiavodnkr.duckdns.org s-trust.co @@ -40779,26 +41342,26 @@ makeallbetter.top rokobarokkino.com oggytarakan.club letmeseethat.no-ip.biz +oursland.ru ns3.fireterranova.ru coryriley.com kvaka.li localjobsph.xyz cloudgoes.net 77quvo.com -tycsxilmzn.duckdns.org -thesawmeinrew.net s7eezy.no-ip.biz 2s1g3.xyz wasder123.duckdns.org uploading-neptune2020.servepics.com -tastyafrecipes.com +ms365box.com +hellousa.info pillygreamstronh.com +jasminedate-b.pro cyzz32w.top j234j.top enodehoment.info eqwauemt.com ns3.spexcxc.ru -alihazm2017.no-ip.biz tkdwbcommr.duckdns.org sy0.duckdns.org evothief.ddns.net @@ -40807,7 +41370,7 @@ kolbwefaun.duckdns.org cyj.0pe.kr stickshown.net untnewssitegbunt.tk -krdohwxpol.duckdns.org +revengens.no-ip.biz boxhome77.ddns.net v.beahh.com foreverp23mpa6729.duckdns.org @@ -40878,7 +41441,7 @@ asatechw.gq sgsdgsdger.ru akeirde.com ununivenible-ultraxevuzolike.com -electricalweb.org +enusepohance.net aglylksptu.duckdns.org operatoryuklemeleri20-gbdevlethediyesi.com emazazosion-irireruhood.org @@ -40890,19 +41453,19 @@ brutecleaner.com pandemitccbm-giris147.com imixceftso.duckdns.org fairybreathes.6te.net +f7e6qiazk3.com belongattempt.net tshukwasolar.com wrrsh.com -dltmdcks78.codns.com +ysabdbyjqh.duckdns.org vman23.com webmyyo.net hsrthzssft.duckdns.org dphh557.top freshstatz.ddns.net average-confirm.com -gypz71h.top -nuevoproxy.duckdns.org -destiny91.com +eluma102.hopto.org +g.bannerbroker.org bpsservices.org moorlove121212.ddns.net polvkjdais.club @@ -40910,22 +41473,24 @@ mail-nrborg.hopto.org krvyllylui.ddns.net mrtrojanhere.ddns.net nthjemqvtu.duckdns.org -xsdgsdcwe.duckdns.org +dddeee.ddns.net cerseilannister.info service1.chrome-up.date bigbottle.top zoulou.zapto.org horcheni123.ddns.net +eurasiacl--kr.com mqupsqypbscfbyjyk.net +g0ph1jg.analytics.sh erase1656.com frefou.ru jnjaxfpjnffsxq.com 99jjyy.com -sitefjrpoweryhd.co pycurrocax-5207-27116.portmap.host svchost-net.hopto.org wtfhax.twilightparadox.com mustbgood155.no-ip.biz +werat.zapto.org cumhurpandemiuygulaman-tr1.com paul0s.no-ip.biz rp4roxeuhcf2vgft.onion.to @@ -40942,9 +41507,7 @@ septemberfeet.net jbmsystem.fr d.vatriokl.at blackwoodmask.top -altenkerman.ddns.net h6kl8d7.top -jjxklylylr.duckdns.org psepwmrrrn.in mobilelink.buzz tazhibvbczf.com @@ -40953,12 +41516,14 @@ fdslosart.co.uk mcrcount.bounceme.net wakanduz.ga rxbjrjdhgd.duckdns.org +zhiosstin.xyz engnon89.no-ip.biz hywh1moi2j.com +hizimetler.online 4ilovebug.no-ip.org blog.hookd.highspecsolutions.com bruenor9.no-ip.info -jdhzoqhpxu.duckdns.org +mtlrklkpjibxbpp.ru 3b9.ru tcbmuygulama6.com iuirshriuisruruuf.com @@ -40966,6 +41531,7 @@ intelupdate.com minidomusion.org d0berman245.xyz zcohozbt4gcrtbojiyukiza6q3gv4owz7sxrqmpvhd4bpczbnijlfnyd.onion +lavukyekhattt.cyou erivberiuvvr4.club g22tbnp.top tiger735.xyz @@ -40979,7 +41545,7 @@ baqsyusdet.duckdns.org vikingwer6.com porttagusta.surf popek.mooo.com -ultrakamath-misalenuban-macroxonuxer.info +blsrconlgg.duckdns.org ns3.narukin.ru farm-pin-brain.com vojyjyc.com @@ -40989,7 +41555,7 @@ ns3.raderx.ru benvert.ddns.net sorrydeal.net bslove.no-ip.org -erintoba.info +65d22.xyz piggyniga.top golds6face.xyz gwmdskglefgk.org @@ -41002,15 +41568,18 @@ kkhtuytbpr.duckdns.org rbabamrgysmanmaskriserdfnstezya.space antivirussupport2011.com wpsitebuilder.ru +nyancat48.no-ip.biz km8sy71.top askme911.duckdns.org naotogoyamamcc.asuscomm.com oxagp.loan pgnioogwlucnv.com owncablestdywirecord.dns.army +princeleya021.xyz pttgnsqvam.ddns.net ns4.frozenkukla.ru updatebflashplayer.xyz +rj2bocejarqnpuhm.tor2web.org nudtcn.com 5a8www.peoplepaxy.com tuyukj.eu @@ -41026,7 +41595,8 @@ winupdatee.serveftp.com nvidiadrivers.info mosi1672-54626.portmap.io andro.no-ip.biz -quillaja.space +xijkocnnubbk.com +vulcanaqic.site cacecarsa2.com vfcodepwyw.duckdns.org mannionexpertseniorcare.com @@ -41035,11 +41605,11 @@ nac.no-ip.biz wang.servebeer.com ivuumzllkk.duckdns.org jproxatsoccer.no-ip.biz -gadycih.com +aethusas.xyz jobs.hendra-budiawan.com slayslay.duckdns.org -chrom3.net -nkoaefuhfuhl.su +cogukesuship.com +tutilqfiwn.duckdns.org yxssppysgteyylwwprsyyvgf.com api.hfyljv.ru sitepowermainpower.co @@ -41049,12 +41619,14 @@ fdnxhksudn.duckdns.org feqdvvvvuu.duckdns.org yuidfgxcvbxc.ru underocukefive.org +droidsec.tk enemypaid.net duckdns4.duckdns.org xytezxsehf.duckdns.org qusain7745.hopto.org worm.top nusarmhuwe.duckdns.org +gerrihant.ru 7lls84p.holditbb.ru fornex.uacmoscow.com multikevelike.net @@ -41084,21 +41656,25 @@ toptoptop2.site wwshfnywfk.duckdns.org googlexfx.ddns.net nmhvbbgccckx.in -mncgn.51vip.biz +travelagentinbangkok.com +4s51g.xyz officeeuupdate.appspot.com ericsmt67.hopto.org hostname1994.hopto.org djdkduep62kz4nzx.tor2web.blutmagie.de fly4butterfly.zapto.org iclox.no-ip.biz -testvirus.ddns.net +simpledomen.club pssd-ltdgroup.com hackprova.ddnsking.com krgkcutres.duckdns.org dwniu8n.com shvisyhqse.duckdns.org eit.folks.su +bsloko.zaptop.org +hopstop.ddns.net aaigvwqjqgvetozdw.net +nxnvgosjbw.duckdns.org wleuih.qhigh.com raghebsa.no-ip.biz samiba6.ddns.net @@ -41133,6 +41709,7 @@ nonebohemive.biz poizader.hopto.org whitedevil112.no-i.biz yousefehab11.ddns.net +trgdte.cdn-pak.net microbrownys.strangled.net my40ventures.biz photopush.net @@ -41142,8 +41719,7 @@ microlasokadom-ultralarumous.info septemberloss.net velajsweg.com ejsdbgyodz.duckdns.org -mobiletraits.com -etyst.xyz +hghbcdhjlz.ddns.net modemagazine.net hsue2.xyz mark-quarter.com @@ -41186,7 +41762,6 @@ microsotflogin.com exozinify-macrolebudite-enumatuzian.net semiregoziless-copibufy-imetovuhive.info km8rn75.top -fuckingbitch.no-ip.biz rainingthunder.duckdns.org alertsofamericaservice.net bismarksurgical.com @@ -41241,6 +41816,7 @@ camilium.net diass.duckdns.org xlightcx.ddns.net srv1400.ru +lzx.su ns3.playhelloy.at hrbikrmyoxueqd.org dc6q9zm.top @@ -41250,6 +41826,7 @@ vocyruk.com raiuazpwvh.duckdns.org rgggmzmmzz.duckdns.org tuberculata.xyz +brxnnsjhae.duckdns.org ghdyuienah123.freedynamicdns.org qpxbyrxkye.duckdns.org ldrloki.casa @@ -41285,7 +41862,7 @@ milleonclothing.com d1iz6lkxr9mblm.cloudfront.net postagasage-subacibedary.info redtr.dumb1.com -smithadmin.changeip.net +balc4nic.no-ip.org kocagelecegigoruyor.com utrovlwkjl.duckdns.org 20gbinternetevdekal.com @@ -41318,7 +41895,7 @@ lovehoe.ddns.net horlnsnvynyi.in itc-co.cf fibadankampanya.ml -acorusis.xyz +hwvbuyzhss.duckdns.org alongsuch.net qx5xyngo.org avto40.com @@ -41335,8 +41912,9 @@ dynanu.net zosphralje.duckdns.org ffvvimrbkrrc.pk ns1.qjq.at +ineari.ru resulthonor.net -bs9.no-ip.info +siradanpc12.dynu.net chinatlz.com grand-sale-4.com dybc685.top @@ -41401,8 +41979,9 @@ mujhedilsena.com boardxe.ddns.net ghgfnnsqex.duckdns.org dns3.s6d.ru -ssegs.xyz +lopnvwdbpe.duckdns.org rexp.zapto.org +2qua.pw uubnggrp.in lolan1.duckdns.org yttlweznpq.duckdns.org @@ -41411,9 +41990,9 @@ uxyxklqmny.duckdns.org ymdpcqyamt.duckdns.org ewsdocs.com rathost11.no-ip.org +axzrkbqvjs.duckdns.org westiron.net dpdk591.top -wlewhbeafkuvelrkyfcu.com techsupportlap.icu crazypkss.chickenkiller.com w6kr8k7.top @@ -41465,7 +42044,7 @@ microsoft-tool.com cumhurbaskanlik-uygulamasitr.com globallibrary.ru ocdiipodjd.duckdns.org -name-file-support.best +fooetcnbdh.ddns.net wethenoodles03.no-ip.biz 1mjw3srq87dm38r0iegm.icu flash.governmentmm.com @@ -41496,7 +42075,7 @@ ibigrat.no-ip.info vgguvjxcdr.duckdns.org drop.firefoxupdata.com giwjzqngmd.duckdns.org -ivanthegreat.sytes.net +psnm4n1.multiservers.com aaydenk.no-ip.biz star.yamn.net malak9797.ddns.net @@ -41528,7 +42107,7 @@ warrox2010.no-ip.org ykdkhdytpcs.net denisvpn2.ddns.net dn-agrar.nl -privatetsdycloudshareandfileprotectsgas.ydns.eu +jjhafhckoq.duckdns.org hgswa.xyz haku004.hopto.org yvwdjjuvybww.com @@ -41580,7 +42159,6 @@ ewokoo1.no-ip.biz winsysupdate.dynamic-dns.net zwcohvnmda.duckdns.org efilisminmendham.ddns.net -gywz35k.top ales2014.myq-see.com cdn.redirectme.net papaya.dynu.net @@ -41598,7 +42176,7 @@ ylorosnqbo.duckdns.org conectlo.qt d32kbnn.top mechanicaltools.club -v456v.top +hanmha.com callnerve.net roiriorisioropn.su mmaj.linkpc.net @@ -41606,6 +42184,7 @@ fihena.bid bsd-tools.biz smtpserver.site kyvmthhh.com +rvaegorilgvnhld.ru geimal.net de007.net wilgaryrat3.no-ip.org @@ -41648,6 +42227,7 @@ rdsnets.com muqtd1999.no-ip.biz cxzilstuca.duckdns.org ntil.cf +bcqfhinyqz.duckdns.org jordinhf.no-ip.org ucafded8542aea3e3c214ebc4b5d194d59.cc tommyhalfigero.top @@ -41673,6 +42253,7 @@ pc9q1zy.top windowsupdate.nsatcdns.com w.beahh.com connuwedro.xyz +delias.buzz ydlqrjkmxpom.com yxw32kj.top kb1978623.no-ip.biz @@ -41705,6 +42286,7 @@ jakesucksdick.no-ip.biz goodwebmail.tk wapjdxlstholqwakofgi.com fc9q9zq.top +yqfhtyyxmm.duckdns.org 2wrongip.no-ip.biz host393.ddns.net transp.link @@ -41731,7 +42313,8 @@ wetsb211.duckdns.org steve654321.ddns.net skypepopvideo.net pzzlfhegno.duckdns.org -douglasworld.no-ip.biz +kjktgowyjpwqsop.com +umhrqkbnmcpheuj.cn maii-daum-net.atwebpages.com inagotity-microxafoxaty-ilisoxily.name ceifadoronline2021.ddns.net @@ -41743,6 +42326,7 @@ w3sch00ls.hopto.org toruuoooshfrohue.su activehost.no-ip.org decatizeward-semigafeful-detoxision.com +fprl556.top eutuches.xyz anonymooousbrz.no-ip.biz maskmkb.info @@ -41758,7 +42342,7 @@ wetrainrules.no-ip.info fnuvqteotx.duckdns.org 20gbhediye-yukle.com kxwvtedomx.ddns.net -numan.bounceme.net +lusiform.com chieftrain.net qdywtqrfudsc.su ratting101.no-ip.biz @@ -41787,6 +42371,7 @@ docteurgreg.no-ip.info spujplpdupiwbghiedhqeja.com jfnsrvpbnserv.nl threefili.cyou +hijrnataj.com bshades4245.no-ip.info bonita.duckdns.org fppc579.top @@ -41794,6 +42379,7 @@ krossin.website davithuz.com knshue.com bamzoaip.com +rescsovwe.com rururmaskmikluhasya.website affihf0e93.manfromnantucket.xyz darkicoma.3utilities.com @@ -41841,7 +42427,6 @@ amdyjxeelm.duckdns.org xo.mikeplein.com nmn767d.top psuehg.xyz -ll2016.duckdns.org akamainet067.info mgrsdfkprogerg.com fpsx553.top @@ -41917,10 +42502,11 @@ hacker45.no-ip.info km8kz36.top tae.fishdns.com transasudance-monodinaly-cogetamance.info -dswqeserv.in anernostat.com +bsveg.xyz aps.kemoge.net mrdds.no-ip.biz +fpgq578.top ifeanyi147.ddns.net altuscu.net whatsapp-mobile.work @@ -41929,6 +42515,7 @@ macrokeraleness-irazigoward-prokazivary.net moskvaan.com darkhand.net latinobrown.freedns.su +wkqlgbjosu.duckdns.org nj88.no-ip.biz my-itinerary-airbnb.com unitytst.icrown.tw @@ -41965,10 +42552,12 @@ lonepkscape.no-ip.biz qwebrester.club omgpr0.myftp.biz dark5.no-ip.info +pqxmkqbmqf.duckdns.org monoloxemiment-interagefapian.org aanus1649.fishdns.com juhubeachn.com onliva.at +uba.hopto.org allager.at probs.no-ip.biz m-m.icu @@ -41999,7 +42588,6 @@ imporlogbomyah.zapto.org delibuhood.net dfkjdlkgjdg.no-ip.org winupdaters.no-ip.biz -cybermen.zapto.org ilucasure.com jzyx138.top km8mr85.top @@ -42017,10 +42605,12 @@ sensevdaminase12.com cetirizine.no-ip.org windows32.duckdns.org trtgdwbtni.duckdns.org +sriwhptocd.duckdns.org jetblab.in flashplayerupdates.site termesahiltaksi.com eacqxhkhxz.duckdns.org +gamewushu.com 054-235-2465.com lelectrum.com dougiefresh.no-ip.biz @@ -42074,12 +42664,14 @@ ryciqavuqav.eu desdemone.ddns.net maxikolo.top telekom3.ddns.net +b.ispzsystems.net javalux.wm01.to ftp.products.almostmy.com autolycus.ug imgudbrah.zapto.org fphm561.top eiki.pyhkiouty.com +hag7qhatl0dhbz.ddns.net omitbjlphp.duckdns.org bawnzaqqtlflnzoze.net mlzange.com @@ -42139,6 +42731,7 @@ fcsjbbbpenim.in privileged-secured.com lady-club-arm.com rockprice.net +cjpdiemgrf.duckdns.org r81a1dk.com j12nbnr.top avofaygxeesmqs.ru @@ -42169,6 +42762,7 @@ shalomgashish.best igxjlyhfim.duckdns.org dfqjxbzdcg.duckdns.org vocypok.com +acer.firefoxupdata.com alirami1976.no-ip.org thaidham.com n.eaxeebvnx.com @@ -42182,7 +42776,6 @@ xffffsnymh.duckdns.org nmy711l.top rweoliozaz.duckdns.org princeventure.in -zone.usrobothome.com p23cc0bf3c219c009540f5d3114f95abfc.in dpfh533.top gtggtgtsxk.duckdns.org @@ -42193,15 +42786,17 @@ lakamora28200.ddns.net serverrt.exodus.connexxa.it irroie.com zaratoons.info +wifmhdcotl.duckdns.org coseviness-nonikunant-macrorasihood.net n1g.no-ip.biz +mysticparka.com passports.ie mooomoocm.zapto.org vrerlelele.xyz woo-wei.com.tw mondns.myftp.biz trrrr.cpa-site.com -fbilly75.com +kvrphyhhvynsvwu.cn jwxdebktqivm.ru italk-chat.info furwholesaler.com @@ -42220,7 +42815,6 @@ current.firefoxupdata.com moquite.ga cotigifing.name bug.ignorelist.com -20gbnet-tr.club d82ybnr.top h6ky8n1.top therapist4536.xyz @@ -42236,6 +42830,7 @@ swnyutxtgd.duckdns.org e3jwezioip.com wolf1550.zapto.org m4d4x3.zapto.org +qjoetcphwf.duckdns.org saltsmall.net avgsupport.info wncxbyifmoyj.com @@ -42282,6 +42877,7 @@ quickupdateserv.com tikamnd.com tkbahaskag.no-ip.biz lijnrmsznl.duckdns.org +mnqplujqudptpak.ru mozillamaintenanceservice.duckdns.org artdeico.club pufa.ddns.net @@ -42318,7 +42914,7 @@ discord.linkpc.net uietgpxfvl.duckdns.org ymj795t.top nmj728t.top -100-escorts.com +ns3.dnspower.pl remorcicomerciale.ro suygs.com g6ky8c3.top @@ -42335,6 +42931,7 @@ voonder.net biiniuiaui.duckdns.org dl-sharefile.com frullndjtkojlu.us +solution.instanthq.com boinserver12.no-ip.info iblservicosonline.com box4036.net @@ -42400,7 +42997,6 @@ ymb793d.top rzfmbuhbpk.duckdns.org uwtjbbvejs.duckdns.org tesuxpatgea.kz -video-youtube-get.ru semibufupical-nonefabible.biz misipebion.biz xebnkvxbgr.duckdns.org @@ -42429,14 +43025,12 @@ mxx2.3utilities.com mbta.com.ng km8dy85.top irrflffklz.duckdns.org -qycqoavjaf.duckdns.org x6kn8k7.top shadow099.ddns.net shifu.zapto.org merts.pl goldman-travel.com xhxh1988.no-ip.org -hit-senders.cn jalldomain.ddns.net repozahament-minilaholike.org literateifted.xyz @@ -42444,7 +43038,6 @@ fufuarmenja.xyz cisco-cdn.com asberperger.cyou bzlarhzcjg.duckdns.org -realtimenews.tk yokserel19921.xyz musiclinker.jkub.com kizypyxyxezufic.info @@ -42454,7 +43047,9 @@ yercwd.nl av7.online ptp.firefoxupdata.com liba.gq +flash2019.xyz sulacunle.com +1603709942.httpdsconfig.com liumingzhen.myftp.org eeiheou.in poxfpgwhil.duckdns.org @@ -42494,7 +43089,6 @@ minihuxexohood-emobuzolion-ilepiziful.info hanglady3xyz.myddns.me cycgwhzeys.duckdns.org uxxkxykxkx.duckdns.org -tvmyelxwid.duckdns.org 2ve34y4yyyh.ru ldrflippo.co juanat.com @@ -42505,12 +43099,11 @@ trivvijwjj.duckdns.org news.shangrilaexports.com multisehidency-multinanisasion.com gbfcdnbooxdhglj.cn -sundayform.net goldencanaries.com oshfmhdngd.ddns.net -bgfse.xyz logoff.25u.com c13ff17b0c12c5a0df734402ea362faf3e.cc +if3instore4.agency pbpbuttgsf.duckdns.org ns2.loklordg.at sosyalhizmetlermudurlugu.com @@ -42553,8 +43146,7 @@ officemngt.com speedforkiller.no-ip.org pand-em-id-est-ek.com cocorat.no-ip.org -upperdarby26.com -semikaxusution-transehivosism-microropuming.net +inigbiseijfji.ru klasik101.ddns.net nonesolafy.com hairhalf.net @@ -42593,6 +43185,7 @@ metzgerconsulting.com g00gle.no-ip.info nademhack.no-ip.org gbajagbaja.gq +fy-2021.oss-ap-southeast-5.aliyuncs.com template-doc.com storestatistic.com hello.fitcomn.com @@ -42601,8 +43194,9 @@ piggera.top mhhgzki98wi9is0yisz7.icu foodopennow.com inlctrfqyr.duckdns.org +s5664.com nearprokill.no-ip.org -xoomda.com +arm-reward-medicine.com vakiflabayramguzel.ml jbxoauzzhz.duckdns.org muujqouejmpffxt.com @@ -42656,6 +43250,7 @@ oevwzkdftv.duckdns.org megatest-service012505.ru nrjfjr.nl transivahefism.com +t95268c089331a10edb335eb588a0a64cc.in s-top.xyz lookcould.net dxgplrlsljdjhqzqajkcau.com @@ -42663,7 +43258,6 @@ d72cbnl.top vatandasdestekbasvurum1.com gdulznpd.biz namehelper.xyz -pollution-bill.com bfdwwto.vip reputamadrell.com iridious.twilightparadox.com @@ -42674,6 +43268,7 @@ marckapiksa.ug mifkudjueyugefbhnuao.com wattuppheg.no-ip.org drielini.top +0xdeadbeef.tw monkalef.com hxzfvomd.buzz simonlance.myftp.org @@ -42696,11 +43291,11 @@ incrivelhulk.no-ip.org tsnwuvdaem.duckdns.org naver.pw blahblah123.no-ip.biz -a.lmj.su +berdkgp6kq6cqwos.servebeer.com snowshoes.top roomstate.net underehexulian-premerazize.net -fuckshitcunt.chickenkiller.com +decorvise.com bionomesue.site fpdd575.top itfssxxkww.duckdns.org @@ -42710,8 +43305,9 @@ blank-record.com xncp228.top ns3.deralts.at wentnovember.net +rksk.ze.am cavnplrrsx.nsbhe.com -visirnex.com +dys-10.no-ip.org test.praetorian-threat-hunt.com nolqvqustv.duckdns.org milkgreen.net @@ -42734,6 +43330,7 @@ ns2.mshopboy.at jesjdbmqgb.duckdns.org pointerra.space fplg553.top +bs.fbi.al hgasdfwtyy.duckdns.org rzbiywzabld.com clintonlog.hopto.org @@ -42789,12 +43386,13 @@ saverd.re26.com nornboalpp.duckdns.org kftss.xyz hqemeffaem.duckdns.org +pytopm.pw video-youtube.cf platinum12345-38012.portmap.host pandemiyardimlari13.online mxwjjjwvhu.duckdns.org oqeuvzjyfz.duckdns.org -cumhurtr-destekuygulamasi12.com +periodiche.casa icamclynaezzibmkrurm.com shady146.no-ip.biz api.minergood.ru @@ -42815,6 +43413,7 @@ najabenali.ddns.net joinhigh.net madebody.net p52zbnc.top +888rat.hopto.org kirkyilinbasivurakdedik.xyz becjiewedding.com movement2345.xyz @@ -42835,6 +43434,7 @@ forchip.kro.kr derefoxing-postukusate-subucogilike.com hsr.net.redisk.ga ns3.rioltreuu.at +kunswblsgu.duckdns.org inutedible.com km8lt59.top ab2da3d400c20.com @@ -42845,7 +43445,7 @@ dfranki.ddns.net yblwhlmhfg.duckdns.org mioniough.com ns2.wxj.at -zaoeryuijas.hopto.org +rerozvi.best analystrun-country.com mkjboboano.duckdns.org rixerolypapokox.info @@ -42863,6 +43463,7 @@ multitabusize-overexiled-emikapusion.com exanisary-disomugetn-rekamaty.name n2019cov.000webhostapp.com pvwigsnaje.duckdns.org +dastemodaste.fun tansyroof.com hopsinsreal.no-ip.biz ns2.jordriol.at @@ -42870,6 +43471,7 @@ yhkaezvizr.duckdns.org robinhood122333.no-ip.biz allkeius.ignorelist.com filteroggy.pw +juancamiloalz.no-ip.biz frxy404.ddns.net serv223.bsdfksbdfj.pw tinmoivietnam.com @@ -42883,7 +43485,7 @@ ydj1115.codns.com d456d.top advpdxapi.com e-pandemidestekal.com -drhovsepianbeverlyhillsexperience.com +entrycache.com s789t.top ilivebusion-provovogous-exugikobic.name potatoprofit.com @@ -42892,11 +43494,13 @@ thedokatrade.com n7d8eda64393361661389e0714cdb44309.cn jhtgtrewww.duckdns.org cdl24885oq.temp.swtest.ru +s2.abcvg.ovh cc5q9zb.top paradisedealz.duckdns.org cloud-server-updater25.co.za fandog.no-ip.org creation.zapto.org +fucktheworld.s3.us-east-2.amazonaws.com gmtgoa.com aw4.no-ip.org jinomoney.publicvm.com @@ -42904,9 +43508,9 @@ jamesimaging-sharepoint.com muchbegan.ru fuxueyvsjg.duckdns.org 3243.no-ip.info -domolor.com ggccwfvisfll.pk sitencdnncjncjkcn.com +redbulicenbalonbaligi.com sitejfn.ch wonderfish-recipe2.com kdfrghdkfj34.ru @@ -42919,10 +43523,10 @@ momoh.ddns.net ns2.traceinit.ru mail-nepalarmymil-np.gq psycotrest33.cyou -residencehunter.com gatyfaz.com mil-pk.net blackshades.ph30nix.org +fedlopesazillo9.site gznzenuve.ru risk-remove-apple.com danfletcha.zapto.org @@ -42953,6 +43557,7 @@ adobeplaayer.xyz rmagent.duckdns.org kukisasda8121.com gycz59j.top +ntp.hummerh2.info muhammedbgmk12.duckdns.org couple-go-stomach.com blackresoldoola.ru @@ -42970,11 +43575,10 @@ wangzongfacai.com fenebonycensi.site sysupdts.pw scan.censys.xyz -tvkfmvflkbvowk.ddns.net iptemqhgcm.duckdns.org v4.windowsupdate.authorizeddns.org -worldpostjournal.com -minilugovefy.net +music.bpyoyo.com +inbtbtmaok.duckdns.org vumcmnpxxn.duckdns.org certipin.top owlsociety.no-ip.org @@ -42995,6 +43599,7 @@ awetyhsh3.duckdns.org smartnewup.crabdance.com dvdflowerrook.ru gynz29g.top +thesalsakitchen.com amsterdamtodubrovnik.com tdgmgkcgbq.duckdns.org just-in-timelog.com @@ -43021,6 +43626,7 @@ xjwwjjwiiv.duckdns.org cabstess.website ognrnjhmws.duckdns.org keepincomemoney.website +difference-nerve.com lenovowantsyouqq.com ns3.attikait.ru rtopsmve.com @@ -43036,7 +43642,6 @@ i56a4c1dlzcdsohkwr.biz active-cupo-de-2-millones-avance-cl.cf monie.ru doddyfire.dyndns.org -qegykiq.com miniregath-anticesuty-postudagily.biz tt.firefoxupdata.com totheranchandback.com @@ -43079,7 +43684,7 @@ interihecivage-unafufese.name rems76.xyz kosikyhana.sk milkfirst.ru -contactus.onmypc.us +spartanrulz-32158.portmap.io billybutcher.no-ip.biz oyutdttpeb.com myblogon.sytes.net @@ -43196,6 +43801,7 @@ aerosport.tech pdjmvyykibjm.com procalterfineb.tk ewqzfacqem.duckdns.org +ultrapivizish-multitepeship-prelevaxadom.info danny93.no-ip.biz 0xzeroassembly.duckdns.org stit.cf @@ -43217,6 +43823,7 @@ fpkt532.top bvvvwetusz.duckdns.org k234k.top cyjz58h.top +testframeline.xyz hqjnrmlhmdcd.su kolamart.com yaynawvtuqcarjwc.pw @@ -43252,6 +43859,7 @@ imehifoded-derodeward.org bestsuccess.ddns.net eypshdjudm.duckdns.org updsql.me +offlinelegendsworld.com txteymqbwxcq.ru iejnduxzij.duckdns.org marinej.no-ip.biz @@ -43278,7 +43886,6 @@ hieryells.com reeferfromhf.no-ip.biz sederevillio.top reafdersfaca.ga -awrtxvws222.duckdns.org 1604771235.httpdsconfig.com gandokiblit.pw blackfrost.no-ip.biz @@ -43315,7 +43922,7 @@ interpaykabinet.ga qxssoxhj.com fppg551.top secure.actblues.com -ludicium.zaptop.org +ntdlhorkxjfwhnl.com interpaykabinet.gq omydqqqqpc.duckdns.org dakdns1.duckdns.org @@ -43329,7 +43936,7 @@ texhokot.online sekel.accore-store.com oq42.com qojpalhvxdmrqn.tw -g71f8c2f676ead4ae2e30a346d062625ea.cc +vhgfffrvvv.duckdns.org ujnffkp4b2s33fyh.onion tamiflux.org h6kr8q5.top @@ -43371,6 +43978,7 @@ ambit10.duckdns.org mgtrawriusy.com alcatelupd.xyz ivon9393.no-ip.org +sgsds.xyz xbdee.hopto.org ambient-gradnje.si webmail.cnndaily.com @@ -43414,6 +44022,7 @@ mjfzkdlztr.org dgiuhmmlbc.ddns.net fa-h.top osloger.biz +zlwytkzhto.duckdns.org 8406.myftp.biz scaryfro.zapto.org actonlabs.in @@ -43422,6 +44031,7 @@ frenchbaroslo.com mo.favcc1.com eddieiscool.no-ip.org nextbridge.info +hugsofducks.top westseattlenailsalon.com iebar.t2t2.com usffunicef.com @@ -43442,28 +44052,32 @@ myaccount-googie.com blackshadethings.no-ip.info hans.me muazymaur.tk +drsuonbzon.duckdns.org ftr.redirectme.net err.cloins.com fifiehsueuufidhfi.ru captafill.xyz +kcyoyfrsthy.onthewifi.com vegoutlv.com nikitaakimenkoklass.000webhostapp.com omiwfmnejorf.in -ns1.sourcecore.ru +iesafebrowsingcache.com cichlasoma.online +camelcap.com monster2020-no.ip.biz sandy.ourhobby.com tcbmtruygulamaiadetr69.com aarco.bigdepression.net wcpamiqsypubxf.net +buymazdacars.com mm.lenovositegroup.com owen2.pohniq.org.in cs.italycannon.cf ckjsqogpmp.duckdns.org 5d11r.xyz +aljmahoo.no-ip.biz j82lbnt.top ndyx338.top -amino-cn.com 43lox5.mydepp.ru specialist-camp.com fptr576.top @@ -43476,6 +44090,7 @@ raiseyourdongers.wtf heclinggotof.com diamondfoxpanel.cf a1.suibian2010.info +whiteotherwhole.xyz withthem.net castle.blackcmd.com jnjmqzzl.com @@ -43486,12 +44101,15 @@ energizing.no-ip.biz crypted.duckdns.org jtfjurypxy.duckdns.org nc5q7zp.top +23strong58.xyz oqoqbytfts.duckdns.org panda.no-ip.biz autopapa.noads.biz 470347.ignorelist.com +cwwwbyacna7.servepics.com grqfnlqalw.duckdns.org cyfz21s.top +hohbt2cf1deaiszo.myftp.org gjcp218.top spamx.no-ip.biz fellowman.top @@ -43507,7 +44125,7 @@ ablackhole.duckdns.org cysz61h.top rnarport.com circle.droidcandy.ru -qseerensns.info +ffyxihlmhs.duckdns.org lgemwjvpyg.duckdns.org qmugursoghpx.su jxqdry.ru @@ -43535,11 +44153,11 @@ skmkmwgesgyacois.org flash.firefoxupdata.com ddefvpsowq.duckdns.org thought-race.com -kackdelar.top nemotheman.no-ip.biz qkinz.tech km8pt81.top myconnect-support.com +44glovesmoliuy.uno meninblack.kicks-ass.org sharepointdocumentloginnnn.tk hjqvkmik.com @@ -43551,7 +44169,6 @@ bigpoolarts.com hxrhxosojfbj.in claviceps.xyz hillbone.net -rsps-play.no-ip.info iliboleless-disurevable.net babuska99999.duckdns.org a4ad4ip2xzclh6fd.onion @@ -43572,6 +44189,7 @@ hakrdz111.serveftp.com b.yy.vc madeedge.net reasen0.no-ip.org +gjyzniqunz.duckdns.org pixelkidhacks.ddns.net gogaritons.com la398ef6dfb6e992fe3647963ce57ddb5f.cn @@ -43649,7 +44267,7 @@ crypto-e.org gameworld.website wincreator.ddns.net k3dcce930b728c9f73d766d2658d6f33b4.to -senbuyter.xyz +qew9lpok51h6a.3utilities.com rosfinexpertiza.ru yhdikj.in icon.torrentart.com @@ -43741,7 +44359,7 @@ layingday.tk mizmfgxkru.duckdns.org zqprglardh.duckdns.org g62hbnb.top -xictmppvpq.duckdns.org +qdbjgknddt.duckdns.org localgroupnet.com shalets23.com mmkemal59.com @@ -43797,11 +44415,9 @@ pepsicoamerica.com corebio.be itffffsrqd.duckdns.org flixprice.com -e3oa4wglvd21xa.com krwafjdrid.duckdns.org zizzled.no-ip.biz rageb134.ddns.net -mrzero007.ddns.net subscribe2014.hopto.org herrfuckingderr.no-ip.org securitycounci1report.org @@ -43811,7 +44427,7 @@ toolsthem.xp3.biz igbo.hopto.org rcnaildpvu.duckdns.org inopivic-antimaporary-subavocobive.biz -stevens347.xyz +amr16pzcp03omerd.com loan4568.xyz disuzegite-antisevition.name jwqkzignxk.duckdns.org @@ -43836,6 +44452,7 @@ bc1q6zm.top iypcywhbcser.su central.alcatelupd.xyz woiwpu.fr +qafakvrvxi.duckdns.org vawmuwepsdtkiabjdqfu.com snafu-lol.no-ip.info moreonlineshopping.com @@ -43850,11 +44467,13 @@ akjerzxuqb.duckdns.org rpbzpxiyg.ru matakerbau.com sobea.in +mastersaxon.no-ip.biz oceardpku.ru procoding09.no-ip.org fast4elev.gq q56nioy2vj.com telected.xyz +yklldccbob.duckdns.org droidjack228.ddns.net ugo123.hopto.org znjsrfipjk.duckdns.org @@ -43862,6 +44481,7 @@ jo12345.kro.kr aynycxbgodmwi.com ftp.0603bye.info jacksbotlist.no-ip.info +3vgor9l1zgkpf.onthewifi.com playappx7.top paradox69.no-ip.org hamo55.hopto.org @@ -43883,6 +44503,7 @@ adobe-flash.us bxliuheqji.duckdns.org itstombrady.zapto.org rzyyjafvk.ru +ulrjmyogriwwflu.com 1gstemos.duckdns.org lztzbeaoqr.duckdns.org v234v.top @@ -43912,7 +44533,7 @@ bigname.duckdns.org uptxvqgoyhxn.com rema1337.ddns.net ltyckrpqle.duckdns.org -tv-world-online.net +mzujhpphkj.duckdns.org resebqpcdc.com uwkyzmrdjw.duckdns.org creationxxx.no-ip.info @@ -43932,6 +44553,7 @@ play.google.store.apps.details.settings.pw isoxyabpxf.duckdns.org emupoyxlny.ddns.net gadycew.com +hr.careerhuawei.net snklmjiiyqmj.in sentel8ju67.com river-district.com @@ -43951,6 +44573,7 @@ azaza228.comli.com alphastore.store blardy.afraid.org supportbookdoomn.su +gkficpqyiiqmwga.cn leucadendron.ru joovy.ga kmwgpvqkdjnazlfet.net @@ -43973,6 +44596,7 @@ explanation-follow.com youturbe.co.cc h82ybnp.top fgeha777.ddns.net +ipregfqdrd.duckdns.org unitedsol.net ymg731h.top gazacham.ps @@ -43981,6 +44605,7 @@ gazacham.ps hectords.us aoruuoooshfrohle.su allegroo.zapto.org +wsqadr.3322.org dateosx.com 1234.thruhere.net storagewars.zapto.org @@ -43997,7 +44622,6 @@ p76e86151a90dcf67c9e551eb4631b86b8.ws drfiguero.net hackorchronix.no-ip.biz aeconex.com -liklemvor.sx chnfwsdytwomanglobalbusinessexyandjps.duckdns.org notrip.strangled.net 26k4593i06.51vip.biz @@ -44013,6 +44637,7 @@ rajzdravi.cz mstlg70.hopto.org shionkertunhedanse.com c12nbnp.top +cysz19f.top fpuaoqbqlc.duckdns.org middlefieldma.net asgxc23566.duckdns.org @@ -44020,6 +44645,7 @@ ftgiinqflled.com blurstationcloud.com kartiadeaidatmujde.com flashpllayer.xyz +flashupdate1.xyz damdomyrat.no-ip.info microdocaful.info reunitepiquillov.com @@ -44113,6 +44739,7 @@ turkiyecumhurbaskanligi35.com keygenpanel.tk yivfxaqpdk.duckdns.org hanmails.net +sinensisa.ru fellowhonor.net 66bbmm.com firarimirari.xyz @@ -44121,7 +44748,6 @@ kuibzepnxh.duckdns.org emetovafance.biz ubmxtobtrj.duckdns.org secao.com -nothauweh.com moneytrade.trade mkxllgchpf.duckdns.org myaccount-support.top @@ -44147,8 +44773,8 @@ inuosbug.xyz carvin4oldston42019.xyz worldnewseye.com justsikhthings.com -google-sll1.com yoshibf.no-ip.biz +dc-02ec0b5f-mail.mail-autch.ru 392991touring3.info willsonsolicitors.store services-issue-notification.info @@ -44157,6 +44783,7 @@ hermanosalvarez.com primedelivery.net disovazulible-semigecutoly.info ga427zitivatond6e.ru +bjibfcfhdm.duckdns.org haponebitold.com sisblue.no-ip.biz champcarfanatics.com @@ -44180,7 +44807,6 @@ xxl.fatedlove888.com kcbexesfvnnf.in outlook-com.cf rjazprqdnn.duckdns.org -otnhmtkwnz.top krustycrab.no-ip.biz encoder-info.tk googmail.org @@ -44211,7 +44837,6 @@ dada1.no-ip.org tracksearch.rhmusic.pl avtobaraxlo.ru nlbzpprptpt.com -metameets.eu yahoo.incloud-go.com etywe.club updateapi.longmusic.com @@ -44287,6 +44912,7 @@ hartford-capital.com dezisenkor.club khlnfrlxep.com fff.kingspy.ml +disogubedom-multizogoship.net googlchrm.online wokdpitvqa.duckdns.org rose-sturat.info @@ -44315,7 +44941,7 @@ kthxbai.no-ip.biz kheg.blasters.biz iznjreb.com 3s654g.xyz -safbejn.worthhummer.net +swiftgiants.com cyzz99p.top lagrotta4u.de itltddbxhtbjlcl.com @@ -44334,7 +44960,7 @@ jwee.no-ip.org enitan1759.linkpc.net redprince.no-ip.org libertyordeath.zapto.org -sheilaalvarado.com +df5qhufjoequzpzyj.webhop.me uxzogbtvyg.duckdns.org mycp138.top secureshares.online @@ -44361,7 +44987,6 @@ y4dde0307c2766206112f20e6e95afdae6.hk k72ybnb.top sadekgafer34.ddns.net h145197.s27.test-hf.su -mainwebvideo.com uglytattoo.top hentaionichan.us sitencjyhdsrv.nl @@ -44384,6 +45009,7 @@ cellularwizard.biz dawirithan.ru hybru.com vhmfwvrbln.net +bvtbxccgbd.duckdns.org bchpfmscwnwx.com clownssss.no-ip.org ijwnsxuhnec.fagdns.com @@ -44395,10 +45021,8 @@ jobmalawi.com gacraze0710.com nfiuerwtftasnuk.com sexyfeetpics.net -reviewonline.no-ip.info ns4.vulkan6.in hicham9risa.duckdns.org -prehopiled-unozehian.name 1ohvaomcea.com s1wer.top altfbzdmkm.duckdns.org @@ -44411,6 +45035,7 @@ xiizmfgqxa.com nmj738q.top n.kbsdxnoqc.com biye123.cn +valentinoproject.xyz overugevapen.com just4thelulz.duckdns.org fywnnapecp.duckdns.org @@ -44439,7 +45064,7 @@ irymzaizix.duckdns.org ebukaalilonu.zapto.org xuladao03.myftp.org maviiletisim-com.tk -zfammpaupu.duckdns.org +download.jumpernode.com dynamicmusiq.com yuaawjfakc.duckdns.org hseerevhhh.duckdns.org @@ -44452,6 +45077,7 @@ dhiapro123.no-ip.biz moratalla.mobi weartswsx.duckdns.org vtboss.yolox.net +posti-fi-fja.top s2lol.com smoothbots.online nika.ga @@ -44460,7 +45086,7 @@ faithohp2pohm1einee5.youtubecom.watch decetherewillprograms.com alla13.no-ip.biz lkycwdkqwv.duckdns.org -offercroud.net +uhjkerlbjfgsgdjfkahdjlsad.live javaupdater.no-ip.org minisnowhair.com hammond74.xyz @@ -44468,6 +45094,7 @@ homebru.com.au darkcommet.dyndns.org loxx.zzz.com.ua suffer4real.gethost.pw +cmywoctgwltdoln.com pvwozrwzeu.duckdns.org w4nker1337.no-ip.biz nt20.in @@ -44507,7 +45134,6 @@ pot-blank-text.com whatsapp-androids.com ykgdpdutuf.duckdns.org tracking45-website.com -matthew-stevens.club 2be431d7.ngrok.io tcbmuygulama252.com server.necessarius.net @@ -44516,7 +45142,8 @@ plead364.xyz xydatingoffers.site sdgktepnku.duckdns.org uookqihwdid.ru -km8lz82.top +tnaktfik.ddns.net +vqmbdkpqhlwmpky.ru alkylykkpp.duckdns.org asdfger75.duckdns.org vatilisly.tk @@ -44566,7 +45193,6 @@ ghxmdhjowg.duckdns.org bopuxrpayf.duckdns.org mnabh.xyz api.wipmania.com.bwats.ru -green.safalife.com markizasamvel.com liveinfo.org mfprorat2.csgoblock.com @@ -44575,7 +45201,7 @@ barcla.ug aanassfrrd.duckdns.org terms-service-notlfication.info abee1d18255e.com -expressdatings.info +revivesarasota.org bc5q9zh.top aagaeyarintz.com l3onh34rt.no-ip.org @@ -44628,7 +45254,7 @@ cumhurbaskanligiuygulamaf12.com lacdileftre.ru piixwwxxutwp.ru coolta69.ga -ohhweztojc.duckdns.org +xoxldyhgnmtw.pk ezpdijwjll.duckdns.org qwvicqnfciumlvs.com nms725c.top @@ -44649,6 +45275,7 @@ gohmlwrxeu.duckdns.org ywgiu10zmnwcx03vpnyp.com ymz786n.top cdchealth.org +psikwixfjpbcabj.cn ns2.speedyvps.su pujyxyl.com syntak.no-ip.org @@ -44713,8 +45340,11 @@ rockdare.net eslmewittylmlra.com searchhost.ru zdwallcoveing.com +tpyntpcnxwvsjqow.com +tebdedrnqh.duckdns.org freebreez.com kljvxotcuplskxqwbyizbro.org +txkkkkkyll.duckdns.org securyt.servep2p.com masa1834.duckdns.org m10000.net @@ -44749,6 +45379,7 @@ trdqivjvvu.duckdns.org 0ytosad26e.com progaming-cheats.ru onlinemail.kz +qiadbabvru.duckdns.org market.ndplc.gq ddc17.com cpozsxcgbxf.myftp.org @@ -44785,7 +45416,7 @@ sdfadgfslax.no-ip.org eagleeyenike.no-ip.biz ruggededge.co.in r45w45e56464hw.no-ip.biz -visitorcounterback.net.in +ns4.xemung.ru karenbrowntx.com septemberhfrat.no-ip.biz alwasluae.net @@ -44813,12 +45444,12 @@ nberaauufmvclkk.net cometdark123.no-ip.org wanna.zzz.com.ua searchinzone.org +movementfriend.net cdiloqanin.duckdns.org nayanew1.no-ip.org housam.linkpc.net a0446373.xsph.ru 124686954324.no-ip.info -gm-adv.com svaerossi.pw dynambu.net o27963f84f39f87154bd5b0113055f0beb.tk @@ -44873,6 +45504,7 @@ empresacomporus.ddns.net trshdolkjx.duckdns.org g22mbny.top novamultimidea.webcindario.com +lxoyw10bipu03ilyig.com pande-mi-dstkk.com voice98765.online p62mbnq.top @@ -44882,8 +45514,9 @@ ef2e00ed.ngrok.io km8pd78.top enonisimal-pretepezive-exixafazing.name zedesuryqe.info -snow.schultziesschnauzers.org +securityandpolicing.me agent0720jokeanalkim07-54545.portmap.host +uizluiqifq.duckdns.org jgirhvk3f784tfger.top gritters.no-ip.org adwuibcuig.shadowrouting.xyz @@ -44898,20 +45531,21 @@ bmpakbdueb.duckdns.org herrings.site wasfx.xyz fpcs568.top +n.aoyylwyxd.ru fprq582.top wasqana.site ivmsbuzqie.duckdns.org wbkbdvtvww.la srvdswnrj.nl -danny.no-ip.info 65213462362365267.noip.me sswhw.xyz xmyhtwzceu.duckdns.org lygysij.com windowsupdates.itemdb.com theitchjasmine.online -windows-update.dynu.net +meteost.com hawetsd3.duckdns.org +wabvmhqakdjaxvy.com projectwatchdognowinlinetoofargreat.duckdns.org palestine2014.zapto.org dll-host-udate.com @@ -44920,7 +45554,7 @@ fpwh539.top aeufuaehfiuehfuhfr.cc vasiapalace.dyndns.org disemazussion.info -jxy88.com +michaelsdbablog.com rabe-networks.com nkdstbwqvg.duckdns.org fly.blackcake.net @@ -44936,7 +45570,7 @@ crab.infobusinessus.org b225733c5225758674b4992a05924404ca.in itsffeertt.duckdns.org ratapi11223344786.azurewebsites.net -km8sx82.top +ulll.cf cycz57y.top visitstood.net sss6e6xxx.myvnc.com @@ -44984,6 +45618,7 @@ b.neongit.at shorturlbot.club zipperpocket.cyou tbs1.microsoftonline.services +hotstarred14.xyz qcqddjiocd.duckdns.org ch3w0nd15.no-ip.biz disaxopive-emifosish.info @@ -45014,6 +45649,7 @@ zxfc.pw colourcrhire.com 9s54h.xyz jstn12v22golds.xyz +awpqawlzis.duckdns.org soft.applesoftupdate.com cyzz25h.top saleemphasize.com @@ -45043,11 +45679,9 @@ maliksewr.store port100.zapto.org sept9stuff1.com gamehedthed.ru -z6kw8c6.top brucenjr092.mooo.com 21421412515215.ddns.net dingparmyrol.com -freenow.chickenkiller.com gatypuz.com fc1q2zm.top netretgidare.com @@ -45103,7 +45737,10 @@ ns2.dakind.ru zoomtoner.com sewcegomrn.duckdns.org andrewmikami.no-ip.biz +ziczdostns.duckdns.org +bgfhjgumjg.duckdns.org ym96.no-ip.org +iyaax6qjskgc8w.freedynamicdns.net cumhurbaskanliktcbm284.com l62nbnj.top min.liveanalytics.org @@ -45113,6 +45750,7 @@ tkxpwtufqdkvkj.com martex-rybnik.pw ytiomsuukd.duckdns.org nlyyo2zioj.com +xiazai.dns-vip.net prc.newsonet.net officewestunionbank.com heathrowestudios.com @@ -45165,6 +45803,7 @@ actionfilms.net callichthys.xyz pastayapimi.com suustffgot.duckdns.org +ccnfwpngoqhuq7.myddns.me lloyds-online-banking.verificaiton-stamp-online.com antisogupian.net genceneysinesesases.site @@ -45205,6 +45844,7 @@ trjwxxkkkx.duckdns.org breaking-news.co mukor.ddns.net apqoiqtfbv.ddns.net +gryxrrdbbd.duckdns.org doreto.no-ip.biz wdicoxamgt.duckdns.org yffqbderrs.duckdns.org @@ -45219,11 +45859,11 @@ korea-tax.info ouohygqcdyfraeumcvkd.com fr3nch-dd.duckdns.org ahmadjooker.no-ip.biz +kpaesxrvdr.duckdns.org malwarebytes-d0wnloads.com prospero.no-ip.biz esko7.cf alaaaaaa.no-ip.info -animeonline.net hdasfgwerx.duckdns.org diaahack.linkpc.net utkll.no-ip.biz @@ -45242,11 +45882,12 @@ hakosiken.duckdns.org adobephotostage.com luplcqsffa.duckdns.org unukomofy-exohaxeth-antibixikussion.biz +cometcountry.com lifecloth.net sss17sss.ru ooocbcbcob.duckdns.org blog.cloudsecure.space -bibmbkjvelox.net +wuxrlrmrse.duckdns.org powerfjr.info frhhjjkililink.cf cvnfg.xyz @@ -45338,7 +45979,6 @@ aneximbrokerege.org truefish.ru proxabyneralotolog.ddns.net skamulinus.xyz -psfj3.xyz quartz23.xyz tycqdrxkej.duckdns.org breka.duckdns.org @@ -45369,7 +46009,7 @@ die-c.top dsatr.duckdns.org xentria.hacking.rs zzwwnrwum.com -benniwinter.ddns.net +video-youtube-get.ru xjqxkn.freewww.info ojvnprldpd.duckdns.org nsiagenthoster.net @@ -45389,7 +46029,6 @@ aaawwww222222.no-ip.biz accountsx.bounceme.net sizzier.com ffalxygoty.duckdns.org -vmzmnnretg.duckdns.org mecanicauach.cl offended.feenode.net doctorfriend.net @@ -45401,7 +46040,6 @@ gaohrhurhuhruhfsdp.su msofficesso.com musichurt.net bjqyxwverw.duckdns.org -371langren.com irofuuzo.ddns.net fpxr518.top dpzl525.top @@ -45418,7 +46056,7 @@ uploadp2p.zapto.org iywuejvuebdcv.co.uk jpjittrdpc.ddns.net asckle9292.no-ip.biz -1603710041.httpdsconfig.com +ultralurohood-emebutify.info vodaesjbybgkey.co.uk classvalue.net monovedetaly.biz @@ -45459,12 +46097,12 @@ fpln553.top cytz65j.top officeupdate.mynetav.com ozvwgmjbojmnxdwolrkcu.biz -qwe111.com bzsthipkft.ddns.net dyacnpuvmh.duckdns.org multizavozelike-monolagofiment-cofugoven.biz hcmuafgh.com -zxwwwjdddq.duckdns.org +78276.ussdns01.heketwe.com +zncwlixlwt.duckdns.org unidikical-ultradopiseth-antivumaty.info gettyimages-okta.com hpxuvyrpxwks.pk @@ -45486,6 +46124,7 @@ generuj-kody.net trstorg.ru mtc.update-onlines.org saidafrentesatanas.ddns.net +fplp553.top ironskype.net leon79.xyz picksugar.net @@ -45512,11 +46151,11 @@ pnnzserqqv.duckdns.org cosmoi098.ga constructora823964823.duckdns.org kungsb2stdygotchtsty.dns.army -antivirus-update.top 1603710628.httpdsconfig.com pinkturtle.me babmaftuh.com abyssinica.website +hzlnfrvuue.duckdns.org aslemirem.com ubuntusofta.com besitxavier.best @@ -45524,7 +46163,6 @@ cakeballs.no-ip.biz depazihiship.org enudipern-antixaboly-ultradomovofy.org oxrgnclcnl.duckdns.org -rcheli.fh.net.nz idayqh3zhj5j243t.onion fb.mygoodsday.org rc1q6zb.top @@ -45565,7 +46203,6 @@ n.ynxjwgdec.com mscp618.top lookstate.net gylz52w.top -ukalasey4.com omecanism2.sslblindado.com jokcwtvo6t25g2oejfnmgztu6b6u2p3gmo2vgmc6vcewfsr2hlxwomad.onion xvdre.top @@ -45589,6 +46226,7 @@ albassami.no-ip.biz countryside5789.xyz thesixthspace.com pentagonssspa.ru +jnvjqjqohpstoqa.com masterllama.no-ip.biz servicio-de-avance-cl.cf websitelistbuilder.com @@ -45612,8 +46250,8 @@ http-mp3downloadtorrent.tk snowdog1997.de statsspot.com espvtm.net +choochoo.no-ip.biz hycotanas.ddns.net -manageroftask.no-ip.biz ns4.gitruokf.at cache.aolon1ine.com uploading-neptune2020.serveminecraft.net @@ -45641,6 +46279,7 @@ jetsetnet.no-ip.org huejjdhs.xyz menu.thehuguardian.com meijersa.bighosted.com +ycftxqjwbr.duckdns.org qgqvghcrvz.duckdns.org kfetyzuiwv.duckdns.org javascript.myvnc.com @@ -45656,6 +46295,7 @@ wishtold.net uzjwupjsjfpcezlchdsmzodkm.org skydrive.agency mou521.f3322.org +faw623ska5evipvarobhpzu4ntoru5v6ia5444krr6deerdnvpa3p7ad.onion cumhuruygulamaittifakitr82.com puleasier.com vbpqekgoaa.duckdns.org @@ -45695,10 +46335,12 @@ avheaven.icu tractor1.duckdns.org 594cb.com poeise.no-ip.org +jmgyqbpvty.duckdns.org sensevdaminase1.com secure-email-service.com freetool.tk fplz512.top +qtrowsuxeikobjp.com xddstrvwdv.duckdns.org mail-ntc-net-pk.tk fridaysome.net @@ -45712,7 +46354,7 @@ cboss33.hopto.org osiutxtwhpvobctsqy.cx soficatan.site thebroker007.no-ip.biz -cumhurtr-destekuygulamasi3.com +amirafiqmal.sytes.net ogkuqzclcs.duckdns.org subgd.club nnbjptmrkk.duckdns.org @@ -45818,10 +46460,10 @@ hivpositive.no-ip.info plasty-48256.portmap.host rgalldmn.duckdns.org gioredoh.top +mosnvdimkw.duckdns.org mkjivhugly.duckdns.org pdmlzixgyl.duckdns.org smath79.ddns.net -iyyhwwkemebb.ru osce-oscc.org doorbinipcamc.ddns.net xeroxvvv.website @@ -45885,7 +46527,6 @@ texmart.in aoyxtftayz.duckdns.org riavgilway.duckdns.org 1603710109.httpdsconfig.com -photosyncdrive.com suitecasecourt.cyou misamuting-multipoduship-exehudian.name mannatwins.com @@ -45899,12 +46540,13 @@ kwjiivjvin.duckdns.org postulegible-emuxaxan-enunilufancy.com cytz65d.top us-ledger.com +ouseighswc.duckdns.org q789q.top cygz59m.top howwescottish.co premuhepian-preparily-transepuxogern.net appleconnect.online -standardpopulation.icu +xmnpjigtgumbqas.com gethackedscammed.no-ip.biz goldncup.com alabama192837.no-ip.org @@ -45914,7 +46556,6 @@ rektbyokyu.no-ip.biz bnzlqddpuf.duckdns.org heixpxygiw.duckdns.org klvbckfemx.duckdns.org -23031.selcdn.ru b.19891108.info hd5850hax.no.ip.biz real-chat.website @@ -45952,7 +46593,7 @@ rnrvmdycsw.ddns.net chrom.webhop.info separa.f3322.org qubert.org -bl4cksh4des5.no-ip.biz +lhxlihz.com gebbewowdses051.site anubiscode.fun kgzz30.com @@ -45963,7 +46604,6 @@ ns3.cebush.ru drhovsepianbeverlyhillsbotchedmeup.com preach687786.xyz wet3sxb.duckdns.org -secretariageneral.duckdns.org follow.wha.la docs.nhnclass.com underasulovure-prezoludom.biz @@ -45994,11 +46634,9 @@ dzoibj.info mr100.sytes.net xwkkkkboao.duckdns.org grbdrvmirrors.com -m0l.ru ppacemssyn.duckdns.org goodman66.no-ip.org gentlemen.duckdns.org -zejkikiloo.duckdns.org windows-problem-reporting.site88.net subocihevible-macrovifisefy.net pbccppdpcp.duckdns.org @@ -46015,6 +46653,7 @@ dskl02touc03jeby.com nvidsame.com levartnetcom.net aquilesarocaltda.000webhostapp.com +rlmdfahptl.duckdns.org newhdconnectionforfiletransfernetworkwit.duckdns.org alley2857.com qaupuznywh.duckdns.org @@ -46033,8 +46672,10 @@ hostiraj.info 8090cun.com hoov1.info winall.no-ip.biz +gzjewsadxc.duckdns.org jtoc.0pe.kr intemet.work +nexta.chickenkiller.com fpkt562.top worddrives.myftp.biz traquart.com @@ -46042,7 +46683,6 @@ whomnoise.net nn12.fagdns.com lkbujngdpk.duckdns.org myisigcqewgqiucg.org -wlghks753951.codns.com bcdfinder.com homelandjapan.top kukere.ddns.net @@ -46050,7 +46690,6 @@ p3b514c2083f918a0a4711acc8591e4c88.so scoopzyxi.ru 5412.ddns.net du02.in -1603710613.httpdsconfig.com dsfgxcbsae.duckdns.org vpnvgemhya.duckdns.org msf-supernova.net78.net @@ -46062,7 +46701,7 @@ lampofcosmos.top ldkcwswchryefq.com sgryt.top posteitalianesicurezzadecreto.info -ulrjmyogriwwflu.com +redire.xyz donald30m.gleeze.com blackshadesred.no-ip.biz asxzs.xyz @@ -46087,6 +46726,7 @@ vulkan.myftp.org ns3.yamsonmi.ru networkboardspinof.com thenlift.net +lahtzrxcgs.duckdns.org tutorat.zapto.org oleuxduwtr.duckdns.org nicetiss54.lflink.com @@ -46097,9 +46737,11 @@ ousdvmnbzk.duckdns.org fpzn562.top milkweight.net malaky.site +izi9lmzkcjnxlauqbo.3utilities.com update.microsoftcenter.info labefacere.online wordlisten.mooo.com +hseqjsodtwqahvg.ru gysz87l.top ulfhhuuhkk.duckdns.org assadali.ddns.net @@ -46112,7 +46754,6 @@ alexprivate.tinhost.ru moiserver.myftp.info cdn-edu.net mirabk.duckdns.org -ortegadani4521.duckdns.org aeufuaehfiuehfuhfp.co jobarack.com hgbyju.com @@ -46146,7 +46787,7 @@ b52.zapto.org lolip.no-ip.biz remmyma.duckdns.org constellation365.xyz -plspngmpqc.duckdns.org +aalaan.tv tgirwgeahz.duckdns.org bhdbbbe.vip yvibvuyolrfeegaophef.com @@ -46178,10 +46819,11 @@ kturokskyy.duckdns.org zfdqbmygav.duckdns.org tubehuyube.tk wishaugust.ru -bs.fbi.al +enjlugftkr.duckdns.org ns3.chacdnskas.su aironxhf.no-ip.biz uoskjsoivaaihjtwuhol.com +uhgmnigjpf.biz news.india-videoer.com polat.googmail.org wexcv.xyz @@ -46214,6 +46856,7 @@ service-statistic.com etzsv.xyz lawkimsun.ddns.net cerdofile.ddns.net +hethldbhrjmpkpw.com manage-downloader.com fjfjtdtixb.duckdns.org dbkqgrvbby.duckdns.org @@ -46249,6 +46892,7 @@ nfmewmimhj.duckdns.org biggymoney01.no-ip.biz dpzn595.top irahopate-cotutugeward-antikizapaly.info +sya.vvjdklsehdnvg.ru skymage.fun gdcbmuveqjsli57x.onion.plus server23.no-ip.biz @@ -46272,6 +46916,7 @@ kestanezamani-saglik.tk pasta58.com bi-apple.net mslfiedjssfdes.com +dra1177.no-ip.org presogifoless.info jlvkqhniqm.duckdns.org rsserver22.no-ip.biz @@ -46305,6 +46950,7 @@ trojanking.no-ip.biz l4fnses.com cokhiquangbien.com zjufigcwit.duckdns.org +yelloperson.zapto.org pixelpure.no-ip.org 365online-message-box.com alternatifhost.ddns.net @@ -46314,16 +46960,18 @@ hacker-hakim.no-ip.biz mrerrhrynk.duckdns.org beroepsperformancescan.nl x26zc.xyz +lelnfxrtxc.duckdns.org powerfjrpowerncdn.com winserverupdate.com hiuemtdbkkvv.ru -video-hd18.site +aanlndhara.myddns.me xpornovks.com leadeligey.com merchantspeedcourier.com hvqtyfxsog.duckdns.org webmail.kaspersyk.com gigamonkey.top +oylzocwbix.duckdns.org hnsda.xyz bondman.darktech.org newone11.mywire.org @@ -46360,6 +47008,7 @@ ya-sengit-ya-da-benle-kal.net west.newsonet.net 1hate-scape.zapto.org gowrtekz.no-ip.info +tanc354.xyz km8nk32.top 1dbag40.no-ip.biz gshrghirhgsgrpn.su @@ -46368,11 +47017,13 @@ hediyeinter.net restoremystuff.com ymk782y.top dcxwqohpcb.duckdns.org +haberturk-phandemi-destek-sorgulama.ga mozillaweb.zapto.org remitancegp.duckdns.org wanderunderwater.com dc5.myftp.org blockchian.us +healthmade.org arabcontractingsnetwork.click linuxbasicmy.com bghqyf1.com @@ -46394,7 +47045,6 @@ ggnqcjbtiv.duckdns.org odoqomamlol.localtunnel.me time-check.ru fdehgchykmiqwdg.info -andheduse.ru ehshiroshima.mylftv.com loveubaby.3utilities.com mobgpkqdnasiymbzd.net @@ -46422,9 +47072,12 @@ lozstnmqag.duckdns.org prenoxifodom-interihafian.com irozizetn.biz mixhackers.no-ip.biz +seri.volveri.net soiltoday.ru officeservice365.com +etszw.xyz ucdoxvrlkg.duckdns.org +liarsbar.karoo.net polindar.space greethy.com mp3.dyndns-free.com @@ -46455,6 +47108,7 @@ adikoss.com kvkukodasstezya.website com-ho.me agaoajz1hrvevre.info +jandt96.no-ip.biz goblinsdown.top sure.spdns.de jractocvx.ru @@ -46482,11 +47136,10 @@ hangother.net fgmzhgxcwu.duckdns.org sites.progammerli.com ns4.dedifystack.ru -smartynogaj.com +twotoiletsr.space g6kc8d3.top zenithrequired.best linuxhostingplatformuk.com -share-clouds.com milos.hostelbobi.com interigaciful.name mahee.kssync3343.co.cc @@ -46499,6 +47152,7 @@ gttulrdkls.duckdns.org trezarus.net gywz22l.top ramyshahy.ddns.net +dcr048dd.ru qdvjcujbaf.duckdns.org saowntrop.no-ip.org aztt.tk @@ -46534,10 +47188,11 @@ siteanalysto.com gffppkonvn.duckdns.org iegvyabpm.com 1x1elma7.xiaomy.net -fynzp0oht8.com +degiosa.ddns.net threebroke.net webuysupplystore.mooo.com dd36.no-ip.info +dhjxfigohi.duckdns.org bbruuoooshfrohfe.su hoseen1998.ddns.net 111isgood.no-ip.org @@ -46580,7 +47235,6 @@ nickdns107.duckdns.org ghostwood.coffee atx.ikonz.org viprambler.com -lardics.no-ip.biz kat-cr.ddns.net ncdnjfn.ru mafeepaseiz.com @@ -46614,8 +47268,9 @@ apple12.crabdance.com zeusarakoid12.site z789z.top dnzdbqbrtr.duckdns.org -tciqghttio.duckdns.org +chejecnjnm.duckdns.org xcsapgawru.chickenkiller.com +microsoftwindowsupdate.duckdns.org jahayx123.net milkheat.net zimagdcmasn.net @@ -46675,6 +47330,7 @@ ns4.biala.ru oreillyautolawsuit.com secureusip.no-ip.biz appupdate.org +pqwoeasodiqwejes232.com vhxlzzneft.duckdns.org silberengel.no-ip.biz kingsir.6600.org @@ -46743,10 +47399,12 @@ iddssttfyl.duckdns.org akmkjxpfnz.duckdns.org burikinochabudai.com eqqdqqqppc.duckdns.org +dnywtbctxp.duckdns.org qoijfmfrlq.duckdns.org af.zyns.com streetdesciple.ddns.me philippensis.ru +ymh788s.top ymc769g.top malomatiaa.com hellpdisk.myftp.biz @@ -46783,6 +47441,7 @@ bitfenix.no-ip.biz calciobalillaroma.com dzhecham5.ddns.net mailcommunicationservice.com +1603710212.httpdsconfig.com rytys.xyz ukcgyse9.qsjrk.xyz ns3.brafe.ru @@ -46790,7 +47449,6 @@ jokerisaboss.no-ip.info bulk.tmpxctl.com hlexdsgcio.com alirami.no-ip.org -v4.windowsupdate.nsatcdns.com x6kz8f7.top lololol-54262.portmap.io dyiud.com @@ -46800,6 +47458,7 @@ ionutsef2.ddns.net bs1.justin.no-ip.org ymw721l.top cumhurtcbmgirisitrap7.com +gqqvdhkbft.duckdns.org kasperskysecurity.firewall-gateway.com h62pbnz.top c12lbnz.top @@ -46855,6 +47514,7 @@ sveneriksson777.zapto.org vswkzhpalm.duckdns.org it.firefoxupdata.com juandiego2017.no-ip.org +openalreadygather.xyz ilafunupan-iridafoness-imasisaxist.name yetiblackshades2.no-ip.info hylg6.com @@ -46873,7 +47533,6 @@ p52dbnj.top slmkhubi.ddns.net nmj799m.top rdp2.dgsn.fr -webservicesttt.ru fullexpert.byethost7.com karmina119.sytes.net makemoneyeasywith.me @@ -46895,6 +47554,7 @@ injectman.no-ip.info qftwreeggbaqekmbm.net yawak.net uyhgqunqkxnx.pw +microsoftupdating.online irihalikency-postumemure.net adobe-update.com sjkfajfks2154.xyz @@ -46948,7 +47608,6 @@ spiritualdreamsdecoder.com mahone11.ddns.net bbruuoooshfrohue.su twfl.us -arloeiffg.com srvnrjserv.ca w6kk8n8.top razadrava.pw @@ -47008,6 +47667,7 @@ macroharixahood-exofininic-transufumuful.info sepinsftw.tk dobihebogocupiw.info aaaa1234.no-ip.org +statslink.casa aulolloy.com palauone.com pandemi-tr.online @@ -47041,14 +47701,17 @@ bkokfinthgsk.com mails.clickbar.net nibiru8.duckdns.org njanonjay-28482.portmap.host -c.webcore.at +sujoccdqrs.duckdns.org yuiithckog.duckdns.org khealdor.no-ip.org coe.reutersnewsonline.com oeurhbf.xyz +brzuarjprk.duckdns.org +ytkatest.000webhostapp.com ymj716z.top rpwecn.net itfgskxwvv.duckdns.org +kvkvhmkcgp.duckdns.org nfj254aim.com uefospxpbm.duckdns.org aamqlpafrm.duckdns.org @@ -47080,13 +47743,13 @@ lnqfindzrx.ddns.net durofryru.ru anklavartefact.cyou cashbackfb.com +kvckzalwvg.duckdns.org monoveboty-minihutizish.info glamotd.com zubi009.serveftp.com laph.icu wcoetunfivhwy.ru hzlkfb.xyz -comcstserricer.tk 3s65hh.xyz wpcs.businessconsults.net milzwiregma.no-ip.biz @@ -47163,7 +47826,7 @@ joeywilliamsdrums.com vszyvjuvgf.duckdns.org sturmy1.no-ip.biz herpderpp.no-ip.biz -paunomacaco1.top +cdnavupdate.icu conspiracylegal.xyz onlinejobsnet.co.cc lipsyl.no-ip.biz @@ -47173,8 +47836,9 @@ kboom.servegame.com engast.top comrepair.net ewenhack.ddns.net +supernova-hostdns.us huwjjjwooc.duckdns.org -lwsvrnxeynydxjk.com +yptsnhcuhi.duckdns.org scyrobrcnhlo.su bugnas.duckdns.org gerger545335.mobi @@ -47192,6 +47856,7 @@ sicha-linna8.com travvor.no-ip.biz ewtwyxcbtd.duckdns.org windowmarch-clue.com +lllpo.zz.mu slcp168.top tkvteyzenc.duckdns.org twspqbwsjx.duckdns.org @@ -47228,6 +47893,7 @@ w6kt8x1.top blushing-gasket.000webhostapp.com alexandre-boissard.com rqvnmztlty.duckdns.org +ilhegykuxm.duckdns.org support.msnhome.org new.newlan.co.vu t2t2.com @@ -47243,12 +47909,13 @@ cryptsen7fo43rr6.onion.cab sxfdksgjgq.duckdns.org avances-online-asignado-cl.cf jceiofbjwh.duckdns.org +opendns.info ymf779l.top yc9q9zp.top stemtopx.com fedxgajgajcmxcvnw2.xyz vlqnsmpklg.duckdns.org -goole.authorizeddns.us +martinidewinter.com 1kartikeyp1.no-ip.info zaferyakinda.site 299299.no-ip.biz @@ -47278,9 +47945,10 @@ advancadstribution.com d793ea5733f4014475256d2f08c518ccaf.cn 7788.no-ip.biz bhalmhppsz.duckdns.org -fowlerfootball.top +tagsr-trewbtc-12020.com referrals.webredirect.org newnewnew228.su.swtest.ru +klicka2.online ghma.earthsolution.org kwen0939.codns.com km8sc21.top @@ -47298,8 +47966,9 @@ taqeixoqbei.com yyepzaiorikkpqfrw.net gpskgsmgnbiiie.xyz magichula1.no-ip.biz +warriorinjapan.hostjava.net wifesaturday.net -superxvid.no-ip.info +gotbots.no-ip.biz ecolines.es resinifera.xyz transenasary-misusisuship-exuvadalern.info @@ -47392,29 +48061,28 @@ lordofthepings.ru 1604771248.httpdsconfig.com overagihodom-inigizity.com designfanart.com -mssqlupdate.com +3dc1bgcpp19clnrvn.serveblog.net areadozemode.space 5aad7667.space tcjst.com amechi.duckdns.org dunpcefsbi.duckdns.org aayxbmppdc.ukrtd.top -g1.fav.al sizlericincompany.com alisavvv.info -winsystemupdate.com +arhidsfderm.pw fugredoma.com torprojectonioncheck.com +jgworlddrivers.com pstests.ru fpxn513.top rockpast.net fpnl597.top -lc2q5zh.top jc5q5zs.top -julian.linkpc.net ceremon.2waky.com wal-stop-mart.com ftp.tamraj.fartit.com +kidrat.duckdns.org installerflas22535.xyz defender.sytes.net bcfc.xyz @@ -47449,6 +48117,7 @@ rusgusev34.temp.swtest.ru crisptic01.net topuogodo.ml jghkju.ml +tjxyguxvmo.duckdns.org fsdywa.info xkgcwxurmx.duckdns.org devicecheck-36016.portmap.io @@ -47474,12 +48143,15 @@ gc7q7zy.top podwath.com internet.system-ns.net flashdownloader.westus2.cloudapp.azure.com +6asg.pw nutqauytva1413xyzf114zzz3.com +fsocnngvlmlk.com web-update.net customers-recovery.site haractice.space kukpofdgbro.pw deactivate.best +blioyjhiyivdmfq.cn domain-lk.sytes.net hackgirls.no-ip.biz loupblanc.no-ip.com @@ -47501,7 +48173,6 @@ mindearn4.online oijffghjkkk.no-ip.org cyhz86g.top techkeem.pw -giannigianni.ddns.net carp-btoh.info boxfiles-en.com racerasismus.website @@ -47520,7 +48191,6 @@ aliyusef6.no-ip.biz comp3.zapto.org 1603710358.httpdsconfig.com qmzfdprteemx.com -bsyu3h.xyz ns4.trioplnam.at gujulio.duckdns.org redserver.com.ua @@ -47550,7 +48220,7 @@ yysj682.top hiodus.bounceme.net w2wz.cn htuditey.com -chvpobidno.com +fazlaoluyoruz.com shopandpop.su lookwhole.net iquewwmggtabls.info @@ -47576,8 +48246,9 @@ xn--halkgvenliiherseydenonemli-2zc99g.com jumptall.net headride.net h6kx8d3.top +blackhulu.com ozrcybsrzp.chickenkiller.com -updatamicrosoft.com +hkzvibvyembhx.com huawel.site qucaujjqx.xyz htvhacdytt.duckdns.org @@ -47585,11 +48256,13 @@ raccoon-gate.site arctic-west.com 33vpn.cn fpwq581.top +fhicctzqre.duckdns.org thesouth.no-ip.info fpxd599.top sanseydisgenys.site mrgrayhat.duckdns.org virtualcaresadvisor.com +oemojwe5loscudytzfo273nkdvalf7mumctwcm42zyutoo6tpfjsphyd.onion oplesandroxgeoflax.org nedronog.com eliteofeop.zapto.org @@ -47678,6 +48351,7 @@ uqioempoub.duckdns.org ettsw.xyz antikedaty-inegexoly.info ban7896.xyz +z8jewpwgkx.com mrfqldecny.duckdns.org a0210751.xsph.ru sensingbridge-platform.com @@ -47688,7 +48362,6 @@ prosilodily-interinigable.net poczta-email.site llikeag6.no-ip.info xuladas3.myftp.org -baderson.com yms728p.top gravel-59461.portmap.host dialog-pow.com @@ -47699,6 +48372,7 @@ lzikubuutk.duckdns.org filedownloaderservers.com jkowljultz.duckdns.org remotes.no-ip.biz +parayapakdedik.surf hamodinass2013.ddns.net password4325.xyz sadteam.net @@ -47716,7 +48390,7 @@ cc7earenew2.com tbcmtrpandemiuygulamasidestegitr8.com ns2.zaj.su sigma-oi.freedynamicdns.net -wfotjeqprnvfmawfotje.com +dontreachme3.ddns.net d2gyv54plbc23to.onion nrokadorc.com cumhurbaskanliktr18742.com @@ -47761,7 +48435,7 @@ fwiffer.jkub.com bot990815.0pe.kr gusui.ddns.net cbquvdehib.ddns.net -qrcp688.top +killerbillou.no-ip.com marendoger.com mxwxpcpobo.duckdns.org joeban.chickenkiller.com @@ -47774,10 +48448,10 @@ tagdeed-translation.com wewtx.xyz sukrltiv.com sabridz.no-ip.biz -msonebox.com +nvelj12qyyfi03kqxy.xyz mossie.duckdns.org newsdswqemain.fr -163pics.net +api.rotatornet.com kinakogohan.com app.infobusinessus.org yhenronaningwas.ru @@ -47801,10 +48475,12 @@ eeqfwurbif.duckdns.org piosnoksld.info fewefiwuqaliquh.info fpnh557.top +100k2.ddns.net blackboy.ddns.net unknowsoft.com gatyvyz.com supremogw2.nanosstems.it +qcljezkmkz.duckdns.org degift5.com zapaton.no-ip.biz gahyfyz.com @@ -47822,6 +48498,7 @@ kumcal.com kcnnrj.us chupster.no-ip.biz dieta-doleta.ru +c.atw.kz master712.duckdns.org ydhyjy.com cyzz57h.top @@ -47866,7 +48543,9 @@ profatacic.org enugezession-interokasugance.org deathbyrats.no-ip.biz tlngxovpyyuj.org +iotlmao.xyz monoxemuless-underevumesency-irudenable.biz +caseweight.net pandemidestek10.online uni-notepad.com ftp.hunterscentral.com @@ -47912,6 +48591,7 @@ x6kb8y6.top cv.panjihidayat.web.id l6fio2skcgirpjnnwjyfw7i5b3lfvozkwnynrijutu5bergs4o7sgfad.onion ymq719d.top +belongstrike.net nxenapps.com fqiyvyipswcv.pk km8df37.top @@ -47953,7 +48633,7 @@ km8nz78.top bladisuka.red alxbrtn.com led-w.com -realbarbos.life +neujswqimiiyqyr.com swltxpywfw.duckdns.org fina.online km8ny67.top @@ -47998,6 +48678,7 @@ livechristmasgift.com savelifes.tech northcarolinaforeclosuresforsale.com geleceksa2.com +dns2.ilutrekl.at pisime.bid eliteno-ip.biz toppon-studio.com @@ -48030,8 +48711,10 @@ k0llld9j.com zpjrjmbygi.duckdns.org takerest.net guild.domainoutlet.site +mjzuwegubi.duckdns.org yhdpbn.fr cumhuruygulamasi.ml +cybz83f.top wheelsome.net workwifi.andphocen.com bdsmwithyou.com @@ -48056,7 +48739,6 @@ myownteammana.blogspot.com cheitan38.no-ip.org blog.goldenshoponline.us daroedkak.no-ip.biz -erycdh33.duckdns.org ghanaandco.sytes.net tenthprofit.ru myaccount.nkaac.net @@ -48068,6 +48750,7 @@ yxfbwraxdh.duckdns.org androwr.ru qbufbcgwjguv.in affu007.ddns.net +bin.netbounce.net nitro2002.freedynamicdns.org iphanyi.ddns.net ns2.indusvps.ru @@ -48117,9 +48800,10 @@ jxwan.com crypt24.in cohealthclubfun.com vuca.ksdf.pw -vacontd.com +trolololol123.no-ip.biz ns2.beeta.ru interkomarabipay.ga +z954985733.3322.org windows-avs-update.com nabato.org darkcybercrime.ddns.net @@ -48145,8 +48829,6 @@ pktthwxaqvmktb.net tapertoni.com km8mb83.top autofiller.top -redir-metaservices.com -miwakosato.club dekalimical-overarepely.name isiamibankbd.com kmdebgcdxordxmyaf.net @@ -48177,7 +48859,7 @@ cussocarve.net vc0038oti94ikr954.ml jsbc-rpdr.linkpc.net ctci.ir -freshwallet.at +dbwerglalqgpwea.cn stillbelieve.net windowsclassic.co ycd4tjz.com @@ -48225,7 +48907,6 @@ googlist.us quyzykuekg.duckdns.org cibuc.blackcake.net cuponnet.com -correos-apli.com fg-clip8673.com cnc.teammalefic.pw spacespy.zapto.org @@ -48269,7 +48950,6 @@ habib556.ddns.net xxkffnspr.cx expertcyber.no-ip.biz bobotat.usa.cc -servicesingnvboa.com fppw597.top hassan963000.ddns.net syqjztfbbl.duckdns.org @@ -48277,10 +48957,10 @@ charisma1996.linkpc.net 61wsov-ring.com cupo-prestamo-cl.gq hfquvyhjob.duckdns.org -vestcheasy.com tjtimid.no-ip.biz coat156.xyz x6kz8c6.top +kaif-tut.com grzjqqifnkmt.com hackhound.org.uk afywuevmit.duckdns.org @@ -48288,7 +48968,7 @@ bjbyb.pl sweswe.no-ip.info rarabarnfi.hotmail.ru enemyneck.net -msoftupdates.eu +a82045763.gnway.net verification-services.info xtnyzueixz.duckdns.org afganiscenigegenis.site @@ -48337,6 +49017,7 @@ kosmkkosmkkosmk.ddns.net kasperskiy-huesos.com chrome.myvnc.com alamer13.no-ip.biz +fntkbzdcdpp.net antispymv.net postezotetion-overukopiful-inazukiling.org 1x1exit.su @@ -48348,13 +49029,15 @@ lxkxcpobbo.duckdns.org bitsadmin10.space owl.uwo.vueu.me yjukolgjqc.duckdns.org -mbgutxdpva.duckdns.org +mclephhixqglxae.cn +h4dv4c.com gytz82f.top edykcyxcok.com my-player.vip google-analytics.info colkolduld.com honeypus.rusladies.cn +daumufguia.duckdns.org enigma-top.bid fpqy529.top hhzaxupbbc.duckdns.org @@ -48363,6 +49046,7 @@ wbydjbnbxj.duckdns.org download-updates-comp.com cumhuruygulamaittifakitr1.com lbzoevtrux.ddns.net +orfwizkstl.duckdns.org nknffjuoqv.duckdns.org sajadianh.ddns.net kwgft.xyz @@ -48401,7 +49085,7 @@ vcpcdqcuxz.duckdns.org help.unikoreas.kr ggnymanojo.duckdns.org natigr.ddns.net -pox1932kakoy.top +625568680.3322.org slagle.no-ip.info uncr.me mtr.no-ip.biz @@ -48446,7 +49130,6 @@ turkiyebiryerde.site cotrus.co uoplotr.com leronti.space -athomenetwork.hu mitial.at yzrcyulpfu.duckdns.org crazzygem.no-ip.biz @@ -48466,12 +49149,12 @@ sc9q3zl.top redirect.screenameaol.com rockk.servebeer.com december.zzz.com.ua +ns1.jogid.ru secure-smtp-service.com iovwxyuoqv.duckdns.org wlsqjadl.kro.kr trickedmous.no-ip.org excite.su -droidjack.net 1jnfjqdjfgj.codns.com fopinms.info fpsl523.top @@ -48512,7 +49195,10 @@ ohboyherewego.no-ip.biz minilasouris.no-ip.biz ymb777g.top trav0405.no-ip.biz +j0jgtcaa7watcof.serveftp.com +gongotree.com payeer-coin.icu +iixoooobob.duckdns.org hakonamatata8991.ddns.net g6kg8w5.top v11suyadeyahujop.ga @@ -48553,10 +49239,10 @@ masterofor.com.tw n.yykzejasl.com yg4h.no-ip.biz auto.aoldaily.com +gnsgvgvnox.duckdns.org travma.duckdns.org advexmail255143x.club adfhcrer3.duckdns.org -connecttome.no-ip.info madefeel.net mercyfulgod2.ddns.net ymw739l.top @@ -48571,6 +49257,7 @@ bjxxefihqxxd.net alllqqpors.duckdns.org artbilisimv.info ffdservmrnunitygbr.ml +hvvsavyesaxexri.com oe123uhwugfuuws.ru lazarus.system-ns.net a7kimli7.no-ip.org @@ -48594,6 +49281,8 @@ jspamb.no-ip.org org.senyulinjiu.xyz brinallgoodjobandworkintoseehowblessings.ydns.eu wdplf.ml +mopnrfiqqj.duckdns.org +org-2fa.org x4r.dyndns.info qsavionjeff.com jester.serveblog.net @@ -48618,6 +49307,7 @@ jbdog.it hbazcfsderonline.com hjdytrgfoljgdyoxfa.com taskok.com +jobnate.system-ns.org ultramololian-disukagement-delumulike.com km8kn68.top 0o0o0o0o0o0o0o00o0o.ddns.net @@ -48632,6 +49322,7 @@ akuadi.ddns.net ixnqtadsuk.ddns.net f0313363.xsph.ru y.fd6fq54s6df541q23sdxfg.eu +deepbluearts.com qwdohqwnduasndwjd212.com linemax.no-ip.biz multisuculufy-promegomian-protetity.name @@ -48679,12 +49370,12 @@ jympercri.ru n72gbnf.top wasifg.zapto.org superadminapp.com -odogwu222.duckdns.org ns1.firegold.net lmnbzpkahd.duckdns.org govaz.herokuapp.com nms721r.top adasdag5.bget.ru +371678.com lifetoday.net baseball1000.no-ip.biz diamondnet.oxulyt1i.bget.ru @@ -48719,7 +49410,7 @@ x6kf8c7.top dacklera.us ymn767g.top bxifzxeczm.com -google-profile.com +lkqc9icpodzgyo6b.ddnsking.com googlemoney.mywire.org uoaeogauhduadhug.ru webwerkt.trade @@ -48807,6 +49498,7 @@ b12fbnw.top rays.kro.kr roll153.xyz ns1.riofraunh.at +hookky.no-ip.org anacardium.xyz awkzecufax.duckdns.org gzl.strongerchuckle.com @@ -48855,6 +49547,7 @@ ecuacentauro.tk emailauthservice.com elratdediego.sytes.net 01odinxqwefck01.ddns.net +osmanlimparatorlugu.duckdns.org anonyklax.duckdns.org mocha.100fanwen.com slaungdt.today @@ -48898,11 +49591,13 @@ cengizsokak1.com ramennoodles.onmypc.org beatleslover.com vizkore.biz +coinomic.itsaol.com chibashiri.com ns4.andreia.ru klud15.no-ip.org awemvngktyl.club sightwrote.net +bmyyylxxwb.duckdns.org stealingshiit.duckdns.org devtube.in work1234.duckdns.org @@ -48921,6 +49616,7 @@ ljvnaqppbo.duckdns.org bank-securityw.com pelninsari.com yyqt688.top +bwi1diglnhakajxx.sytes.net 1337haxxxor.zapto.org ymn782p.top gc3q6zt.top @@ -48938,10 +49634,10 @@ zapto23.zapto.org hiraqaoabxlcevb.cn parad.su zmqqkivkaz.duckdns.org -vpsnnog.ddns.net kracherregimme.pw skeeez-37261.portmap.host xnwcundtxtbtsixssddv.com +asdgxcb3.duckdns.org lugezarajajular.info antimaheless-desepofy.com etqxb.xyz @@ -48981,14 +49677,16 @@ cvbjxigwnb.ddns.net a7sudycjd68.myftp.org buyuksehirbedelediyelergurubu.com hdqzwbmqgb.duckdns.org +vbfhfwyznp.duckdns.org milla.publicvm.com sobentera.com email.googmail.org gacypyz.com xbvnruvgufyaefm.cn -yilankortunmu.site +dgsg34.xyz bluecheats.com ward.fun +f09lwp8iski.servepics.com esassociacao.org egaueuefuhgo.co dpfn575.top @@ -49054,12 +49752,14 @@ facs.pw runtime.heroisshit.com inn358.xyz ymw791j.top +audyzo4uhngubyh.redirectme.net suck.er1620.com recenthosts.ru owolybnbeo.duckdns.org zukfqcexyr.duckdns.org abretor.com misucdhatdfsaf.net +smpidqcicxmxtst.ru fzcvggtjdquiid.com hmtime.chickenkiller.com loluyerd.xyz @@ -49076,9 +49776,10 @@ fpxm535.top exlhrqr.biz uzuzuseubumaandro.com imecenilike-semihanassion.info -emvqxhipzz.net +qzaannzrll.duckdns.org yearup-sharepoint.com macrodifusahood-preguhotation-inugevian.org +trerrrerre.duckdns.org yhkjjm.com baobbaffre.duckdns.org dphp538.top @@ -49100,7 +49801,6 @@ qzvwoxebhx.duckdns.org graceofgood.hopto.org dzpro.no-ip.biz justwer.site -aiakmwtoke.duckdns.org rc1q3zr.top theomen24.zapto.org webmail.softsolutionbox.net @@ -49175,8 +49875,10 @@ tedy1993.ddns.net bulletin-covid-19-21.gr8.com webmail.ngulesh.info f0516527.xsph.ru +erintoba.info ahhahaasdas.ddns.net 404team.no-ip.org +liriwylila.info aptsite.ddns.net peidsadgg.no-ip.org barekpaint.com @@ -49209,6 +49911,7 @@ ygfbyugo.no-ip.org whggyzmmzm.duckdns.org jaredetiuo.top bshadesnet.no-ip.org +down-drive.me ldrfoxtrot.casa nonamorive-coruvusoship.net builtitute.com @@ -49231,7 +49934,7 @@ pjxgplhh.bz nathan22.ddns.net wkskhnehbbfllvuqtmlx.com ewwam.com -share-finder.com +wishfebruary.net squashqwre.site dkwekewkewe.ga ncjncjpowerncj.nl @@ -49257,7 +49960,7 @@ vitamingraphic.pl jaremisko.no-ip.biz becnlwhfpn.ddns.net msyqvsxhxxcv.net -inwjjwlfvsie.net +aeroservicemax.com lawrex.publicvm.com mttchcaomp.duckdns.org cezabensuspus.com @@ -49278,7 +49981,9 @@ vefp242hbai.com fjrikjfjrsite.in helpcenter.no-ip.info windows-update.nz +nbdlafpnvu.duckdns.org vycxpnsgvh.duckdns.org +fjqwnvuftjohsce.ru protector-files.ga coafzieohs.duckdns.org repdestroyers.com @@ -49308,12 +50013,12 @@ blackbob2.no-ip.info nqtdaabpvmqyopk.so univialan.xyz lc7q2zc.top +labaccidenttheband.com claxysme.ddns.net ymz756l.top schonbjj.com henripizio.ddns.net eguaheoghouughahsh.co -retalhador157.ddns.net emailservername299.com hlqleqatnf.duckdns.org asmodianscape.no-ip.info @@ -49334,7 +50039,7 @@ awett.xyz spwillz.no-ip.info controlled.airdns.org thebabsite.com -playerflv.com +duidrive.net download.windowsupdate.lflinkup.com blog.artinhauvin.com uwmbqu.com @@ -49346,6 +50051,7 @@ csdaum-help.esy.es strincsearch.org ifnvkxkktgwn.in deaddare.net +xobxpysjxgyxreb.com loood1.top antiseramoment.info kxnrelwqlx.duckdns.org @@ -49415,6 +50121,7 @@ windowsdefenderwithfiewallprotocolsecure.duckdns.org gabtempest.com ns3.openvzcdn.ru weets.xyz +nmh726f.top carrochevere.no-ip.biz tesxg.xyz protest-01502505.futbol @@ -49429,7 +50136,7 @@ irtonger-um2.net fl00der.no-ip.biz sensewild.net combatarmsl0l.no-ip.biz -km8zl97.top +esrilimapostsign.tk 1l2li.0n.my.ignorelist.com feauhueudughuurl.to powermainnsjkcn.tk @@ -49496,17 +50203,18 @@ k4b000.no-ip.org multixodamalike.net meter.brasilia.me wsucmwkccgaiwkuq.org -clocktime.myftp.org myqmcqiycymqouas.org 2iuu6o3zbmwynik2.tor2web.in merciful236.xyz thernagictouch.com thisismyip.no-ip.biz -f62nbnj.top +hac123k.hopto.org gnnaneieaojoagisg.su +pollution-bill.com jointweather.com ncddrupcyz.duckdns.org yms719q.top +w1eql47oicciyekuqo.servecounterstrike.com cyberviewer.no-ip.org qatar.doharotanatimes.com vikings46-34883.portmap.host @@ -49520,7 +50228,7 @@ antispygeek.net e1a14eef14085e05dcf8791c3dbf45bc89.to c2.servegame.com mezy321.ddns.net -kilomotorr.cyou +ssphnpqeah.biz fp-mk.net78.net mxkjxjbobb.duckdns.org kobayarut11.ddns.net @@ -49537,6 +50245,7 @@ sqqeafgxqkgfdarwm.net li1i16b0.com play.google.servlce.store lugiaex.duckdns.org +ohqirfhnsqsaxqs.ru b.aasxmaoo.net jodenkpqrovm.net ed-aidat-geri-iade-basvuru-form-bireysel.xyz @@ -49573,7 +50282,6 @@ sluaknhbsoe.com uujian.cn brazil2014.linkpc.net rhwzcbodxi.ddns.net -ykvhpxixrqgid.com vaihers.ru scm-hk.com city55.hopto.org @@ -49587,7 +50295,6 @@ jamesonboris.hosters.xyz puzyceg.com mrmarkangel.duckdns.org gradeshelter.com -ybruxrtsvn.duckdns.org ccfmhitwwv.duckdns.org mydowncenter.me azaoaanmee.duckdns.org @@ -49607,11 +50314,11 @@ jpwwssmlkjcc.org ettnet-kampanya.site 32c39cf4.dynu.net umbra-diego.com -buildingfriend.net +qwellerz.cyou pudraxjbma.duckdns.org basaso.mobi yavagumchewer.com -clk.mongxw.com +ghgses.duckdns.org bitum-rosneft.ru america9999000.duckdns.org rdhotel.uz @@ -49628,14 +50335,15 @@ wahbiess.no-ip.biz esclkjbgdl.duckdns.org update-adobe.com y2.zsocms.net -olvmnifoqhhs.pk yoqlgkb.be word-proxy.site +dc-bc.no-ip.org blanco.linkpc.net srqreeffxy.duckdns.org 553349.top dm4nruqcm9ixjihww9jy.icu paypal1992.ddns.net +a498840636.tl-ip.com hangwing.net 2019-ncov-2020.com.preview.services 803803803.zapto.org @@ -49644,6 +50352,7 @@ shop-sellwear.info king-kl.newsonet.net bloodi1.duckdns.org wc26283f8da8c8726236854cc048b5ee3f.to +bpxe15jijmh03ubiwhh.xyz teensexmovies21.tk qoabosfrri.duckdns.org rdcccpppbo.duckdns.org @@ -49653,6 +50362,7 @@ lolgate.fagdns.com ncjncjyhdpowerserv.in bitwork.ddns.net llkppooopg.duckdns.org +eawrtdxh3.duckdns.org aliiuyrt.xyz ex700.dyn.pl fzelryzinz.duckdns.org @@ -49661,6 +50371,7 @@ yqpllttgwkol.ru galio.at sowfksiw38f2aflwfif.azureedge.net kpn-diensten.com +konmnzylkk.duckdns.org sadgcxhe3.duckdns.org cylz82d.top jessicaarnold.com @@ -49682,18 +50393,17 @@ pop.dnsweb.org api.wipmania.com.stcus.ru box.conf1g.com mnnanbbtgt.duckdns.org -amountalmost.net +enmark81.duckdns.org xmen.myftp.biz -ryan12345-no-ip.biz matinatho.no-ip.biz port00.no-ip.biz +slap1432.xyz eveningbranch.net exusizeward.net r7ssh1ng.xyz rmmamheshh.org lightt.no-ip.biz qbasic.duckdns.org -nitmurmansk.su yml776z.top johns8500.no-p.biz history-tip-nail.com @@ -49718,13 +50428,13 @@ srwcjdfrtnhnjekjerl.us dns2.dedifystack.ru nmf789q.top elopezmc.ddns.net +protocol.life ikmijmlejcogvilsaa.com gwwrbkseueun.pk pandemigov-19.com vastinopulotiste.tk tuirqglyzr.duckdns.org f32bbnx.top -cumhurtcbmtrittifakigirisi48.com fgfzgqniec.duckdns.org trgfgffh.duckdns.org oucricomal.com @@ -49735,7 +50445,7 @@ fivelisterman.ru bl4ckm4sk007.ddns.net aepqgvryzt.duckdns.org ddoshost.ddns.net -hwjyuxiqsh.duckdns.org +transkf.tk tor.gilgfin.com test.newsonet.net rapatmjyil.duckdns.org @@ -49757,7 +50467,7 @@ javaip.tk digartcenter.com anarchy999.no-ip.biz test.chileexe77.com -5c98ff7eb35a6899.xyz +pushto.mooo.com liarroll.net saveingone.com eyellowarm.com @@ -49831,9 +50541,11 @@ oyiyuarogonase.net holepull-midnight.com hostport9.net omkat.twilightparadox.com +ehphyqifqk.duckdns.org suiower.p-e.kr zer0deal.no-ip.org tahsen45.hopto.org +jtjwyjgjafafhqu.cn checkmeil.com joobnalkjv.ddns.net jaydee.no-ip.info @@ -49851,7 +50563,6 @@ tmbpembswk.duckdns.org cosaneward.net daquknakcc.su ssilmppplxbr.org -etszw.xyz pzusnpahvn.duckdns.org rjbllkxpdb.duckdns.org n.cvnuxxysj.com @@ -49866,6 +50577,8 @@ ssll.cf es-atualiza.com ns2.funnyns.su tweeter-stat.ru +vocykem.com +sreyell518.no-ip.biz crewtyxz.biz bbb2017.hopto.org windows-updater.sytes.net @@ -49912,19 +50625,20 @@ bitcoinsunucum.com xn--amazo-d8a.com nobixrebornvps.no-ip.biz ge2y74.com -palalto2312.no-ip.biz +pop.rnp-rosneft.ru tcbmuygulamagirisitrs.com cloudflore.cc zkbdydflwz.com oaclzemyh.ru bhjqnjlbfds.com mouthshown.net -f6kw8f5.top +v4.windowsupdate.nsatcdns.com frwsbmumbz.duckdns.org skylite.com.sa flahsplayreupdate.xyz heptedgepa.ru fpfd535.top +mailserv1551.club vosxxkjxdtriek.sc kisoypzcmj.duckdns.org seoulhobi.biz @@ -49933,7 +50647,6 @@ pauvre01.zapto.org sweedoffice-chuks.duckdns.org cfh5555.no-ip.info deneme12-47909.portmap.host -javakale.at puresoftware.top venusdoom.zapto.org tbhwrm1.org @@ -50056,11 +50769,13 @@ bnoocqdrgv.ddns.net cosivacify.biz alkhwarzmy.com km8pc32.top +wyfnuaxqqkjovdb.ru alsera.de septembereach.net cyber-champion.no-ip.biz cool.gotdns.ch ji94.com +apayhvtfgx.duckdns.org boostsecuritys.com nikkycharles3.ddns.net alferdows.com @@ -50082,9 +50797,9 @@ hackering12345.no-ip.biz azerkardeskazkardes.site firefox.redirectme.net interumohassion-minipepixor-underuxesission.biz -ltktourssafaris.com +yourmirabelladirect.com huaefcgstfqucp.co.uk -supermecado.3utilities.com +freenetfiles.in navi.businessconsults.net opendnscloud.com l2c9b1d0.justinstalledpanel.com @@ -50099,8 +50814,9 @@ f6kc8k9.top juiced0101.servepics.com ns4.megaflygala.ru antikomodom-inabexite.net +35aad9f7.ngrok.io zdeq123.no-ip.biz -ibiwqjiflt.duckdns.org +ronymahmoudn.ddns.net ie83.ddns.net budapest.ddns.net mzgerges.no-ip.biz @@ -50121,12 +50837,12 @@ hccuyumfxq.duckdns.org tblugsfarj.duckdns.org nhuei.xyz renefoly-eneratous.com +adobeflshplyr.biz interutikeser.com bysxfqnl.com aknocpmifo.duckdns.org thingre.com grzegorzkucharski.com -natebennettfleming.com webovu.com eryjd3356.duckdns.org art-spite-tune.com @@ -50134,7 +50850,6 @@ f0edb0a5a2f4f3.serveblog.net icjufsniim.ddns.net ittifakcumhuruygulamamtr1.com exomhtezqm.duckdns.org -gc8q8zh.top luisgrace000-33011.portmap.host blackshadesjj2k10.no-ip.org iqfnrbvyybmq.su @@ -50142,6 +50857,7 @@ tcpiah.googleclick.net demoserviceout.ru jfqbpksilu.duckdns.org changer-esp.ml +anhcxyaygo.duckdns.org jnhackerr.con-ip.com wubangtu.info simrat.no-ip.info @@ -50158,6 +50874,7 @@ hxfqywciqpog.net wsrwpuvdevj.info oqxqutmxtv.duckdns.org akxmocghfn.duckdns.org +1603710611.httpdsconfig.com km8ml35.top pjqdrofnqk.duckdns.org dtstudiosadmin.zapto.org @@ -50203,6 +50920,7 @@ sfv-rorick.sf-n.org sugarboy.duckdns.org uaenews.online dcrvjxqlfs.duckdns.org +moz-cafe5thst.com easydns.no-ip.biz boaofamerica-serviceas.cf dpzb531.top @@ -50274,8 +50992,8 @@ headedpicked.net c.biomuders.at valakas.quasar.cc bxxntwiwpj.com -daco.nyccomputerconsulting.com thejoba.no-ip.biz +diyggkykiemmfal.com personalfsbocoach.com aws-check.net ddxaf.xyz @@ -50284,6 +51002,7 @@ hgpqsatljl.duckdns.org guduyinan.gnway.com gnadrugtaskforce.org securemywebconnection.com +share.onedrvfile.site jostat.mygoodsday.org sepasecure.org ygkmopq1qow6emes.icu @@ -50339,7 +51058,6 @@ overufilite-unumeloward.net dlotdpxqdg.com herosoup.org barfeature-trip.com -atrax.no-ip.biz ctit.tk dvgpbcbubt.duckdns.org jaconds.com @@ -50348,6 +51066,7 @@ dragonlord666.no-ip.biz edevletdestek-paketlerionline.com japansoldat.asia winners89.zapto.org +lisaxc73.top ozsmarthomes.com aszvs.xyz server1.proxydns.com @@ -50376,6 +51095,7 @@ gjgdw2l7pup7ld3zkz3bftscffrmztsti2d355ekdc63f4bn27imohqd.onion marki.mefound.com alforcargo.com bbthegreat.no-ip.biz +cpcocpputg.duckdns.org paketa.gq antifahegion.com hasdgwe33.duckdns.org @@ -50421,7 +51141,7 @@ bizbizeyeteriz20gb-hediye.net cpuconfig.com bprbalidananiaga.co.id lqdu4kraxu.com -servicealerts.club +6ydj.pw mightsystem.net registration2.instanthq.com ulmopbsjejrtls.org @@ -50429,7 +51149,6 @@ blhejxrgtt.duckdns.org russchine2sndymapanxmenischangedone14ajb.duckdns.org qfalixrunescape.no-ip.biz lost.updateserver1.com -dayezu.bid transepahilism-exogamanant.info buurikoq.localtunnel.me manusderci.top @@ -50440,7 +51159,6 @@ ftp.canadatvsite.com hvzueoabbs.duckdns.org battlestar13.info alexoler.fishdns.com -net1341.no-ip.org dns1.auscultare.ru forsvaret.co vlqtsbjlaojjg.ru @@ -50471,6 +51189,7 @@ tlfdnkgsitepog.ml cgbbwfffnvgh.com seedwellresources.xyz vohjtk.com +g5wcesdfjzne7255.onion.to holidayapartments-paris.com cugrqvhocmlroxhwvb.bz gvkyyzandf.duckdns.org @@ -50508,6 +51227,7 @@ membran.com.tw i7oowrluqmcrgpjudwbn.icu androidapps.npff.co staging4.allemny.net +fctzpmegqb.duckdns.org ragdns.freedns.su ncedrive.com olnecfneuq.duckdns.org @@ -50519,11 +51239,11 @@ b.uberhosting.at pandemi-gov-tr.site elaphe.xyz bvalmetsbu.duckdns.org -50cents.no-ip.biz cacaoettes123.no-ip.org kkywhvhqdx.duckdns.org cygz88w.top dcfifa.duckdns.org +senbuyter.xyz fpxr557.top awetdfhgw.duckdns.org ijdbmnngwrmbiawfnmjw.com @@ -50556,7 +51276,6 @@ mogahed.ddns.net danmaxexpress.com yqaokgbzzohxvww.com sshsdgsfasfasfa.duckdns.org -wheelmeet.net sgeqbgevwr.duckdns.org jiyingkou.cn miphzdscep.chickenkiller.com @@ -50577,6 +51296,7 @@ rhzaltiphc.duckdns.org visionz.ddns.net plmart.no-ip.org transogirapic-irovuxoxity.info +eyduzqicdl.duckdns.org mmkigvfe.com etruskbek.com wifethousand.net @@ -50596,12 +51316,12 @@ mokoaehaeihgiaheih.ru raoufraouf.ddns.net sundaytouch.net qwhzapfqsj.duckdns.org -jessishot.no-ip.biz km8nd81.top avance-de-confimacion-web-cl.gq hxcvsdseew.duckdns.org airgorobblelulu.tw escas-lk.com +mazuki71.no-ip.biz yjwjwwbnan.duckdns.org pbnserv.info carolie-svr-v1.16mb.com @@ -50618,7 +51338,7 @@ borjomi-ge.club u929489355.hostingerapp.com sadiqgill.com hosse-neuenburg.de -n.ysrzbwrhy.com +joe.cpbph2.com seb93.no-ip.org poi.cydisk.net agturnfa.com @@ -50627,7 +51347,6 @@ nonilotikive-disimebudom.biz vdvingo.ru bouvoyages.net notlamar.ddns.net -windowsupdateserver.com headlift.ru hoptoorger-52505.portmap.host hackboy.duckdns.org @@ -50672,7 +51391,6 @@ rollschidi.duckdns.org osbmdimsaxveusxjm.tj gtnywlftov.duckdns.org jabr123jabr.myftp.org -in4ta.hopto.org awetysgxg.duckdns.org klsmeohqyc.duckdns.org km8nk85.top @@ -50687,9 +51405,11 @@ hgydsagvxw.duckdns.org ilafifumism-emefixal-minivasaval.name krpphdlu.yt painkee.com +cphgpbyqevdfyxw.cn uglz.blogoveg.org galrov2.ddns.net palj.us +cuqgbp.com gqs1.com eunodymrsxiv.org libertyautogroup.com @@ -50703,17 +51423,19 @@ rulepipe-breakfast.com pot-w.top unozunarite-iladarant-unenipolike.com cnc.aandy.xyz +dbwufqbzrn.duckdns.org lol665.tk -serversrouter.cf +karamgamal878.ddns.net msft-cdn.net riufnwwnijnhowvgsuud.xxx film.everydayfilmlink.com eustylejssync.appspot.com cumhurbaskanliktcbm28.com +rcofhhkonqyiskn.cn 3lebkuchen.no-ip.org misidafofy.org ldrinsertion.casa -fpkw539.top +lmryiwxkakblkkd.ru dragon-modamer.noip.me southcity.net luke123.no-ip.biz @@ -50747,6 +51469,7 @@ icloudserviceate.net pickbone.ru vqsqcmowuyaqci.org ortbeulgcdsoaixsccqa.com +gommadrilla.space hawue.net erybgabbed.bit zlkdqdedqp.duckdns.org @@ -50760,8 +51483,8 @@ gywz81n.top q8zbiqjidxqtvzei.icu mnlgpwbpzje.com recoveryusercustomer.info +kuysqebjbttaxmq2.onion.cab langdon.duckdns.org -glcp328.top ohso.site kxyddqrrqd.duckdns.org live.eyva93us.online @@ -50819,6 +51542,8 @@ adnoc.biz gopety.cc g6ky8s9.top ivrziwyqzv.duckdns.org +datenhaus.info +bngeqtoukymsvvt.cn mskpupdate.publicvm.com critical-damage333.org imohuzish-interabagily-ultragosexify.org @@ -50892,7 +51617,6 @@ cdn-googleservice.com nvscclrzeqnncdx.com word-office.myftp.biz ouhgousgoahutpn.su -sdxvx.xyz app-wallet.com wjwjwj.no-ip.org mail.crosspolimeri-com.ga @@ -50939,10 +51663,11 @@ hellokiwi.in smart72.no-ip.info adobeonlinecdn.com pujydag.com +wupojupilw.com towelbecome-maintenance.com neckreach-boy.com 9s55h.xyz -mosclar.mrbonus.com +snapking.freedns.su mail-kinu.hol.es toptoptop2.online d260045d.space @@ -50956,6 +51681,7 @@ oqofbigbnx.duckdns.org chinese3higncomeiscausedbythepandempv.duckdns.org axgvxpumnf.duckdns.org cinderpiquillov.com +dgbtetncwy.duckdns.org anothese.xyz apalumino.no-ip.biz smsm2017.myddns.me @@ -50981,13 +51707,14 @@ ihaxorzu.no-ip.biz zonescim.com vn.gcgame.info laadlifashionworld.com +numan.bounceme.net misebataness-antifupition.info dzalgerdz.no-ip.org dns2.ronvia.ru ns3.vatriokl.at bluozcsvlu.duckdns.org reliablemedspharmacy.com -usom.one +wpmomlsfiv.duckdns.org xiaxiansheng.f3322.net yfrwsdozjb.duckdns.org sxztx.xyz @@ -51022,7 +51749,9 @@ s-parta.za.pl pvp-planet1337.no-ip.info sbeibank.com ghuezsssnk.duckdns.org +myristica.ru yjwprhfbid.duckdns.org +nethunter.duckdns.org ljuvmhxwdokmwebxkcdy.com bqjudwzojqhdzkxl.com eltinjapp.cf @@ -51039,8 +51768,6 @@ greatcountrygor.ru newhostfile.no-ip.org gxafnvwnpf.duckdns.org ymt763h.top -gybz86y.top -wqrgbpqugo.duckdns.org dark12.no-ip.org hhhitcnxst.duckdns.org wof78.site @@ -51051,9 +51778,8 @@ bsskillstdyemmulatorsdevelovercommsthaw.ydns.eu tsteam.zapto.org pbcchrzyji.duckdns.org host8262.dyndns.org -n.obfzdniwo.com +story.dnsentrymx.com bosseisright.no-ip.biz -masertrades.biz cablsol.com csrss-check-new.com landscapesboxdesign9.com @@ -51071,7 +51797,9 @@ shades131377.no-ip.biz ceonter.com lyryfyr.com chersoicryss.com +omarxn.ddns.net fgsazukmaiden.mooo.com +bcqkophhiqvdvgc.cn highparrot12.uz blacksoftworld.com aswxs.xyz @@ -51102,7 +51830,7 @@ tomhanks.zapto.org shrapnell.space emoposawe.cyou starfleetcartography.com -youtude.ddns.net +wbeamhdmwfttiyh.ru lostellazikdht.today nonatebify-repoxuly.info specialone21.no-ip.org @@ -51115,6 +51843,7 @@ ndgnchecfe.duckdns.org tmp12.dns-top.org 2beznia.zapto.org imzmirbonn.duckdns.org +thehuguardian.com orotycjmgu.duckdns.org doublelaughter.net lbdadnmolaedbfau.to @@ -51125,7 +51854,8 @@ officeapps-live.org n.nxoyntdzt.com flashplayerupdet.xyz abdou2017.ddns.net -nickhairline.no-ip.org +iaiznotnig.duckdns.org +wasbhdsovdhbvmp.ru octubre20192019.duckdns.org wagnerdonate.com exufeheness.com @@ -51136,12 +51866,13 @@ xiabhaoii.ru icelife.oss-ap-southeast-5.aliyuncs.com whgwtfnlbd.duckdns.org unlimitedimportandexport.com +morinyo16.no-ip.biz csob-online24.in sportever.org pfdkwobjxd.com 0fuckingbitch.no-ip.biz esetsupport.info -klpiec.newsonet.net +pmkzkkszuw.duckdns.org egchaat.com learnwild.net onlkckorht.duckdns.org @@ -51159,6 +51890,7 @@ purplehaze.no-ip.biz gatarcement.com ns2.intcramd.at wpzjaygrrw.duckdns.org +rinot972.ddnsking.com statereo.bar habboretrohotel.no-ip.biz name24325.xyz @@ -51174,7 +51906,7 @@ bfxxkzzzso.duckdns.org webekapidestektrgiris82.com jaxcwtvwifsnbwa.ru rain-show.ru -fresnoviews.top +eajdwdfu5yaea.freedynamicdns.org myskymba.com cp.gonerallying.com win-dows.net @@ -51199,6 +51931,7 @@ strenghtoflord.co.in mullioflavio.best nodtpjrugf.duckdns.org bekledimgelmedin.com +7thsk6fmoylo.serveirc.com x04a.no-ip.info bsbot.no-ip.info alfredbusinessltd.flu.cc @@ -51216,6 +51949,7 @@ worldnews24.pw specsccorp.com dqfuxkhijorq.ru j52ybnm.top +fxfdieflbuovbcq.com polarjwns.fishdns.com multifohelike-provevofable.net siteeu.bit @@ -51236,18 +51970,17 @@ fluxedetero.biz david.got-game.org ighawiycrz.duckdns.org klefutkoadt.biz -mabedwalid.ddns.net v00d00.org gruopcor.com g890ios20.com neversay.su ssjf.myftp.biz microfufeser-misorirous-transotazafese.org +broneth.e2.luyouxia.net nmd717t.top ftp.password-google.com 2tazbox.zapto.org kvsvalves.com -utex.earthsolution.org icewire.info chinese4higncomeiscausedbythepandevop.duckdns.org solarpanels.com @@ -51270,6 +52003,7 @@ farmlifesupplements.com coer.reutersnewsonline.com qqrsvmxtxcmfssohycfg.com nosedoctor-assist.com +adqvtealwk.duckdns.org 2020takvim.site ultrapoloven-transigamance.com repdestroyer.com @@ -51279,6 +52013,7 @@ newland.securedns.tech emigedan-degavazous-transucefazary.net nxgicqagvm.duckdns.org backupnotso.ddns.net +hwudpgdumdonibr.cn cumhurbaskanlik727tr.com a.biomuders.at hwsrv-688863.hostwindsdns.com @@ -51312,6 +52047,7 @@ ns1.helpcheck1.org ddohqobmhmdnawo.biz cinj4ytc6j.com klsbgrmrxj.duckdns.org +owbskboqzybwu.viewdns.net cupo-tarjeta-activo-cl.cf hibro-43045.portmap.io greatyeah.no-ip.org @@ -51327,7 +52063,6 @@ qeqyvig.com fpdr529.top connectings.ddns.net firstupkingnum1.ddns.net -baryote.com test-offer.best 5hx2xw4yb52kr.com fbcbn.net @@ -51339,7 +52074,6 @@ pahealth.info fishecthinker.ddns.net fga91.no-ip.org musicdance.net -vyxxlyzlyz.duckdns.org overanilikish-misupumish.name gfsbfuaogfwrcvstpnvuskqjh.net nifilheim1.no-ip.org @@ -51352,7 +52086,6 @@ xuqohyxeqak.eu remoteadmintool47.no-ip.biz donmekrym.top aljust.website -check-updates.com jcb-co-jp-iss-mobile-open-edjdnntra.top darkdarkson.duckdns.org stylishrat.no-ip.biz @@ -51372,6 +52105,7 @@ cangrybirds493.ru blo.keeproute.com engeforpavimentacao.com.br 2020helphealth.com +zwivvhggff.duckdns.org oresteseu.ru mrkerli4.com txkotbiqsi.duckdns.org @@ -51384,7 +52118,7 @@ goknar-mobilya.com prettyhonor.net sdfher3457.duckdns.org r20xbrah.no-ip.biz -1103bye.xyz +fvnpavrghdbivxh.cn rinot972.freedynamicdns.org fauibdbebdbburua.ru theif.no-ip.biz @@ -51392,6 +52126,7 @@ paxlnhnjrg.duckdns.org nonasuvafian.info wifebeen.ru sertopstest.zapto.org +kbrynpphwjoggbi.cn technoback.com ghhse.duckdns.org besieged.top @@ -51404,7 +52139,6 @@ pumyxep.com steam.suspendedio.com lsncyibohq.duckdns.org worshipfulness.site -ns3.squaretech.ru 0winupdates.serveftp.com yangkgaqix.duckdns.org pmk-55.ru @@ -51430,7 +52164,6 @@ yespack.no-ip.biz mainffd.ch ghvvppgzbh.duckdns.org mynavyfedral.org -cheshirehockey.com axeonerat.zapto.org h0b035dac4783e05492eca33569f237175.ws helpus.ddns.info @@ -51442,6 +52175,7 @@ service.heritageimagingcenter.com lalstatsnon.website sitecamp-diamond.com clemuxwkox.duckdns.org +briltsgfnfataep.ru gov-mail.net us.gsearch.com.de nsvbg987.com @@ -51482,6 +52216,7 @@ underudatuty-minipezanoth-unehucify.com xoxldyhgnmtw.ru fdqqdddcch.duckdns.org limaybarth.xyz +fcvyjvpvhiahxaw.ru eppkitnow.com dpduqparwi.duckdns.org h9caa31aecdfddea2a3179694334d7ad69.so @@ -51494,7 +52229,6 @@ tigger.zapto.org albasrostga.com auto-hof.com topik07.mcdir.ru -degiosa.ddns.net mon7am.tk saifnjrat.no-ip.biz paygoolofficearabi.cf @@ -51510,24 +52244,26 @@ freeavg.sytes.net malaika-jp.com rangoring.no-ip.biz senitakipedengorme.info -n1g.no-ip.info tccbmpandmemicumhurttr9.com daveotool.com itsme-belgie.com hackerworld.ddns.net -server4456.bsdfvsh.pw +ns2.digituno.in mkcp398.top -lastorresdnspato.duckdns.org +bismi.club avscanner.site ypufubegopem.mynetav.org iojzzmxzyp.duckdns.org +cyrcaypqyf.duckdns.org +nynefkmixxdyjmw.com fxmt4x.com ogebbucuav.localtunnel.me kaspi-payment.com gabrisosdensite.top +ziruixu.com qut69bf00e.com galleryimagesas.pl -chin235423.xyz +mjhybicsrokulojux.net newworldorder123.no-ip.biz simbol2014.no-ip.biz aqzxfbscbp.duckdns.org @@ -51568,9 +52304,8 @@ xxztmllmpy.duckdns.org predatortop.xyz italyvenice.top ns2.sinkhole.ch -home.x2ws.co.cc +shadow.no-ip.info h6ky8n5.top -giwnbobosf.duckdns.org apple11.ddns.net api.chvpobidno.com softfare.zzz.com.ua @@ -51601,8 +52336,10 @@ mobidickguru.com aem.com uenoeakd.site theseearth.net +ns3.arkanzis.ru pinkcow.no-ip.org inter-lens.ru +realteks.gjdredj.com utochkafes.cyou a-zcorner.com xn--dnyatr2021mutlulukdolu-slc.com @@ -51628,7 +52365,7 @@ noisesolve-diamond.com cato.fingusti.club provincialwake.icu xxa0ygavhz.com -call1.no-ip.biz +contatorfull.best steamtoday.ru mesondelprincipe.com pkcp988.top @@ -51664,21 +52401,19 @@ testgate.no-ip.info j0kerhacker.ddns.net homeless436.xyz oxvkpdwiifrl.com +todini.co vacolo.crabdance.com banog.org -mc7q9zd.top outsidefriend.net hsasjielgfkneh.ru crazytop.no-ip.org hawgettwe.duckdns.org -myfrenid2x.zapto.org partiestiro200.com microsoftupdatetool.no-ip.org 1bn.no-ip.info iqumgmcqwuqgaaus.org create301.dyndns.info safeinsta.esy.es -littmahedtbo.ru compprotect.com throat-prefer.com macrofifakan-ilifusish-misikocing.name @@ -51689,15 +52424,14 @@ q22bbnc.top gderudmgfds.com 1492tapasbar.com mailserver23.no-ip.biz +ivwbjxfnbd.duckdns.org wasalerfourth.top kez.tirueg.com cyqz82n.top n-amazon.top -issmel.no-ip.biz elysium-ltd.pro thentothertmi.com alosh66.myftp.org -flamingowrestling3.com aprobado-cupo-de-avance-cl.gq hugetopnonfat.cn hwjzfhugik.duckdns.org @@ -51720,6 +52454,7 @@ kwilium.net hcwyo5rfapkytajg.darknet.to jrat138.duckdns.org keunehxoes.duckdns.org +djubiuwyeqbhrmc.ru uvavhykmywdsewuekcr.com hotelbiz.no-ip.org sellehopolo.cyou @@ -51736,11 +52471,13 @@ llikaolgdj.com extiftw.net web.searchforca.com rnlisvspzj.ddns.net +movementconsider.net ineshohaia.no-ip.biz gdxrsuwpvjoxrmu.ru gmal.cf tds-23vb8g5ff.co.cc underusimer-exasiguror.name +odromex.net ftp.tophost.dynamicdns.co.uk cable-internet.dyndns.org cattelenitalia.icu @@ -51755,7 +52492,6 @@ a8f907a15dd256a8efdeefa1b4296a10.cfjhrfrdprfudjhefdpsforuasdcuicb.tk irishgrind.ml baoefubfbfigotr.cc mn187.zapto.org -threecook.net topicnine.net 5s1h1.top hszgyzcpui.duckdns.org @@ -51773,6 +52509,7 @@ ahmed90011912.ddns.net bitkiselurinhaseredenbizde.xyz justhappy.no-ip.biz ns1.yatit.ru +llyylyyxxu.duckdns.org fdghfghdfghjhgjkgfgjh234569.ru efpatch.info yassir.no-ip.biz @@ -51796,6 +52533,7 @@ yabeiihmsr.duckdns.org tnxllpphwy.duckdns.org proof386.xyz postulavission.name +bossmb.com bshade123.no-ip.org ramtool.at floresbelasflore.online @@ -51808,12 +52546,12 @@ broximus.no-ip.biz keyar12f.beget.tech mtapiinwmkwseis.com anomiami.top +bridgeph4.viewvogue.com stux.no-ip.org dhl-apli.website deepaugust.net photoeditor.ddns.net kyle-scape.no-ip.biz -mediacloudsolutions.net bowenpres.com esearchpage.com mr4444crazy.hopto.org @@ -51830,7 +52568,6 @@ baberano.info paulsdrivethru.net ssdclearlogs.kl.com.ua shalltoday.net -1603710169.httpdsconfig.com ns3.cheaphost.pl surveydoha.com zamuhkontc.duckdns.org @@ -51856,6 +52593,7 @@ ibcddqdddq.duckdns.org fpmz588.top kinhte.baotintu.com sabai5555.com +ygybpi.com creativecompetitionawards.gq znyym.oss-us-east-1.aliyuncs.com imecugirion.biz @@ -51910,6 +52648,7 @@ blog.chat5l88.com nemelyu871.info wintersport.mrbasic.com betaflexllc.us +yixuvutec.ddns.net lumi47.zapto.org lone.infosupports.com online-btk-mobil-cep-giris.tk @@ -51931,6 +52670,7 @@ ymp757f.top services.serveftp.org varsabiseybileyim.cyou aliexpresscn.net +tianditong001.3322.org ozowarac.com firelibya.no-ip.biz bolpstu8.krxlp.xyz @@ -51953,8 +52693,8 @@ mevjeiypyq.duckdns.org wxcvbn2.ddns.net nagoyashi.chimkent.su rownip.tk +ecoanmyyxk.duckdns.org f53244be57d0d4666a2232088d046db562.ws -musicforty.net f6kf8t1.top grayscrolls.no-ip.biz nvmmqirigc.duckdns.org @@ -51976,7 +52716,6 @@ ns2.gamehorts.at uyqyqpsvojgr.ru stopfurusputo.cyou macros1.space -khvscdzppw.duckdns.org 888andro.net newwave.host pandemiuygulamasigirisitrdestek8.com @@ -51992,6 +52731,7 @@ olfnlarchm.duckdns.org irrnwvvtxp.duckdns.org euvxmnsgvw.duckdns.org mohfort.ddns.net +nootpositivo.xyz environment.spdns.org hardcoretrojan.no-ip.biz imezoliward-subidivage.info @@ -52000,7 +52740,7 @@ egbp.hu secondservice-developer.com naeem336.ddns.net imsosorrybro.no-ip.biz -fawilut.ru +chinatrible.top powerextreme.top tradestarintl.com medo7911.ddns.net @@ -52013,7 +52753,6 @@ uploading-neptune2020.myftp.org whateverss.no-ip.org slayor.servegame.com emedilive-decuvecity-ilacurubian.com -jerrytbuck.ddns.net conglyan.com lspblwzhog.duckdns.org madmulla.duckdns.org @@ -52034,7 +52773,6 @@ coguvilaship-recakubodom.name appservicegroup.com easierway.for-some.biz lifeborn.net -lzjxn.me wifb.site sahmed.zapto.org bigconsequences.top @@ -52067,7 +52805,7 @@ cozekuzoward.com danhacking.hopto.org kazrkkpoctlrwosko.net cplahavwni.com -tcbmuygulamasilaritr6.com +mrmemm.zapto.org toqclwydwu.duckdns.org nestorganje.com naver.com.se @@ -52076,7 +52814,6 @@ ns4.erci.pl erestanperraxd.xyz nanoman.ddns.net bombinators.xyz -gameapps.link vkontak1e.com callmebe.com cyqdtjedqc.duckdns.org @@ -52084,7 +52821,6 @@ adm10.bit upgradetravelservice.com onedrive-en-marche.fr saoascnc.duckdns.org -newsonwar.no-ip.biz syrian-hacker.linkpc.net livetus.com vvvv.0pe.kr @@ -52109,7 +52845,6 @@ rememberspread.net kania-tau.space superartsfestival.com hak12341234.no-ip.biz -cardkuys.com gunnaroggeir.no-ip.biz dpfp567.top mrxenan.no-ip.biz @@ -52146,10 +52881,10 @@ ptessnet.com highvaluenames.com tocodehen.com edevletbasvurulari-hibedestek.com +cjnfwemdow.duckdns.org cuditizee.no-ip.biz revivethepromisedland.com sabunlu.com -bcpxsjqlhm.com xdpnchon.ru dswservyhd.us n.mqjcctzdu.ru @@ -52176,8 +52911,10 @@ ssoubivehxmilepheneso.nu nastybots.chickenkiller.com io04.com cj2019.duckdns.org +bores.xyz ckkpuliopo.best foundingcast.com +altan5.com tinthethaoi.com kpnhelp.nl nuisance.serveusers.com @@ -52191,6 +52928,7 @@ xsecuremail.com qatarembassies.com wcdduyzrup.duckdns.org withweight.net +ezmdrez.zapto.org skuwzlpa.info intacteco.ro firstprolvdrec.com @@ -52218,6 +52956,7 @@ extendedman.com rojrgbtuzm.duckdns.org imevusath-exabosese-cokosagate.biz filer1.1apps.com +rathertwenty.net sqdnvnosjh.duckdns.org lvitpqemof.duckdns.org gandcrab.bit @@ -52234,6 +52973,7 @@ fcamylleibrahim.top meth0d1g.ddns.net worldengindevelopnw7stdymenttechnology.duckdns.org bfrzr.xyz +fujaqufenopygel.info tcbmtruygulamasi82.com btxaxndiog.ddns.net evdekal20kapgb.com @@ -52258,7 +52998,6 @@ jltl.net a7d94ba.com aytar.no-ip.info 2ve334yyyh.ru -tccbmpandemidestekgirisi847.com hovahov.no-ip.info mnwvmnqszdjg.com drandugaosissstezya.today @@ -52294,6 +53033,7 @@ ludiesibut.ru fog15.xyz real-chat.club protect-main.site +huga7gshpk.com vowyzuf.com ww2rai.ru sub.jofishingco.waw.pl @@ -52314,7 +53054,7 @@ bpjyijxyzc.duckdns.org cometa3.no-ip.biz japan-001.xyz agnediuaeuidhegsf.su -zwialvghgb.duckdns.org +ghlacxoqqh.duckdns.org chewc47.ddns.net fpjj518.top q6ig2w.com @@ -52434,6 +53174,7 @@ alexandrelogin.zapto.org xsmith.no-ip.biz connectionsline.cyou uk.dynamicdns.org.uk +multixepamed-overimahist.net whitewidow.ciscofreak.com whirlwinds123.no-ip.info tandf.xyz @@ -52449,9 +53190,11 @@ wblejsfob.pw sgmueaepir.duckdns.org azazyvozo.klontrek.org fvrbxiyuvvfu.su +berekia29.ddns.net freewebpj.com pdzcbqrghh.duckdns.org toto789.no-ip.org +xoofamjhb4.viewdns.net tillsome.net tesla-preat.ddns.net claimookup.com @@ -52486,6 +53229,7 @@ ddddddcbbb.duckdns.org server21.chickenkiller.com 0731csdn.com enuguvohish.org +9ytrhgf.pw wkmtya.com pbpcbpbgtu.duckdns.org eveezueigohehla.co @@ -52500,6 +53244,7 @@ plasma.zapto.org babyloonais.no-ip.org kf123.ddns.net monozafession-enopateless.name +heygidigeylers.xyz cheapflights.etowns.net blackid-35778.portmap.io servicereader.com @@ -52511,6 +53256,7 @@ lol.godlynet.cf oavxbwyckf.duckdns.org xfitnessproducts.com woodstonesubdivision.com +hafjuglmoqyjnvdcd.com heqiiivuuw.duckdns.org ahphaeg.ml lodkavodkafotka.com @@ -52527,21 +53273,23 @@ food235.xyz api.wipmania.com.cmoen.ru spensores.com hzdgxnzyfl.duckdns.org +zero1133.ddns.net alien-save.in update-microsoft.space unerovuness-antizemozous-emubageness.org dns2.purre.ru -contatorfull.best cosituxath-misuxunor.info cellar6759.xyz hasdgfwexs.duckdns.org zykuxykevu.info overarubomage.net b7f8f43b38a101c7cb473dd41a8a740acd.so +bfsqqbe.vip venionne.com haggasinger2.ddns.net z6kp8n7.top asvisdcuby.duckdns.org +bdcauhuzk0d.viewdns.net cio-inspired.com bitscan.win gdcbmuveqjsli57x.onion.guide @@ -52549,6 +53297,7 @@ comidentifier-servicelog.name newj.zapto.org vyoycgxmbh.ddns.net lwcp228.top +thebestsparklingshinecleanings.site webworldreq.com 21thatsfrstbackupdom4in1.info docs-downloading.com @@ -52600,6 +53349,8 @@ cloud-mercury2020.ddns.net iowabaseballranch.com lvqvtutxsq.duckdns.org x4fwben.xyz +jxjabyvdws.duckdns.org +ppw.revolutionhead.com osi1.tld.cc automobileschool1.ga testdomain123.dynamic-dns.net @@ -52620,7 +53371,7 @@ dehanulable-iluseser.org sleepymaxer.cyou qkolgzehfwc.com spy-dz.no-ip.bz -tobsa13.zapto.org +kynbhiqikl.duckdns.org ezfwymzgym.duckdns.org syjrydlhhvqgmfj.cn besty.firm.in @@ -52637,7 +53388,6 @@ ugawfdgjzs.duckdns.org mo3nolio3wne3rs.com proxysys-config.com f0504575.xsph.ru -medisonsteeltech.com ncdnjfnyhdyhd.biz ezcom.myftp.biz loveratman.ddns.net @@ -52655,6 +53405,7 @@ nogmini.no-ip.biz omarweb.zapto.org koran.junlper.com ajpkrbmjle.duckdns.org +takriz123.hopto.org betsrekorsende.site disoxacify-subunevish-interopofuvency.org euchenor.xyz @@ -52689,8 +53440,9 @@ srvservncj.nl aptwzwgpmp.duckdns.org uon.okta.com.vitt.ga login-web-avances-cl.cf -789456123.monster +cuprinc.com bclm-es.info +prehopiled-unozehian.name yirtiwrizp.duckdns.org xn--mgbfv9eh74d.com fibnyyssre.com @@ -52699,12 +53451,12 @@ ralmannala.com searchporit.org gytz31g.top cc9q9zy.top -broneth.e2.luyouxia.net kcrzdhtjnp.duckdns.org vivatsaultppc.com kanhna.zapto.org +gyhz15y.top ll100.no-ip.info -onpzjbvxnbvuhrjbjb.info +faktura24.cf hudsonorg-my-sharepoint.com szdamuzhi.com jxojopzhwi.duckdns.org @@ -52736,6 +53488,7 @@ moxqwvimyr.duckdns.org andrewhouse.no-ip.biz jl-team76.no-ip.info wewtxwfll.com +hillpass.net ns4.lebest.ru stophangerdslf.today v205588.hosted-by-vdsina.ru @@ -52745,6 +53498,7 @@ mokero.no-ip.biz udaum.net ledis.linkpc.net ns4.kuvsahilok.at +botghoster.livehost.fr isaserver.minrex.gov.cu idpmus.hostport9.net support-paypal.myddns.me @@ -52766,6 +53520,7 @@ iiwjjjbobb.duckdns.org rnailo.com daxbrbmwrj.duckdns.org dimension-retire.com +d221-73-45.commercial.cgocable d62qbns.top jsb.baloonformsregret.com hibrpcvtdyuy.com @@ -52776,7 +53531,6 @@ jamoos88.ddns.net tswwjvvhhi.duckdns.org ns2.selldereykask.su 24e26s2854.wicp.vip -paic.website cloudroad.net sympathy-ready.com pbnjzgjqhi.duckdns.org @@ -52784,12 +53538,13 @@ xanissfake.ddns.net mulla.hopto.org deanieweanie.no-ip.info test11010101.no-ip.biz +me-yahoo.com +troltolo.no-ip.biz hellothere.no-ip.biz microvubilable-probavuless-enitexic.org temporar.ddns.net vithsqbyy5.com dns4.bothpix.ru -f0437552.xsph.ru gdzotvetru.com developerchrome.com referred.gr8domain.biz @@ -52799,6 +53554,7 @@ l0lb0l.no-ip.org petrovasik.beget.tech cumejarjaf.ddns.net 9s65g.xyz +store.ufmsecret.org microsoftvalidation.no-ip.org sdfghery54.duckdns.org hvcefhwlma.duckdns.org @@ -52818,9 +53574,11 @@ pandemi1498tlsosyalyardim.com warfram3client.duckdns.org singstinperp.tk perevod273.ru +sjxiao.tl-ip.com gzebra.zapto.org ezqgglaexe.ddns.net uchservers.ga +wasserduster.website martinergoo.zapto.org nxacmcfbja.duckdns.org fpzf556.top @@ -52839,12 +53597,12 @@ opopop12.e1.luyouxia.net x57c5dcae9443e4f3d18a66edfaae053bc.cn gametechreview.no-ip.biz u9c9360009ba1b660f4d91df1d0f337208.cc -paradoxy135.no-ip.biz ymr762g.top yellowblog.flnet.org blackshadess.no-ip.info bak.mailaunch.com pbcp338.top +g71f8c2f676ead4ae2e30a346d062625ea.cc 2s533f.xyz gaohrhurhuhruhfsde.to dtgmuaifdr.duckdns.org @@ -52858,6 +53616,7 @@ lp.zzsoft.info cashbacksend.com haholebuzezotim.info 101sinss.no-ip.biz +redhoot321.xyz ns1.metanet.at smprehnwhs.biz tbcmuygulamasipandmeiyardim16.com @@ -52874,7 +53633,6 @@ dadadadadaprivet.ddns.net gvgjqsbkysqiyt.com myloveazeroth.no-ip.biz gjbtsodgjqblmcu.ru -mostride.ru worldstatisticsip.com quaserhost.zapto.org systeme.ddns.net @@ -52895,7 +53653,6 @@ ldrruble.casa xqswpepcnmibvnoojde.org thebestserver.servebeer.com miraclezdohappen.homeip.net -kaka2017acm.ddns.net ka.zzsoft.info tele.3utilities.com choukiba3.no-ip.org @@ -52911,15 +53668,16 @@ goarebecao.club web51te-te5t.savingtheecon.co ymf785n.top labercomet.no-ip.org +tglzanmaan.duckdns.org erfznjylnfat.com kvd19.hopto.org recovery-service.site bossen.myftp.biz asboxekszv.duckdns.org myrqh.com -synchronization.ml brqa.linkpc.net octubre132.duckdns.org +standardsandpraiserepurpose.com bipcharlotte.com vtu1.co.cc ris.ggiso.co @@ -52928,6 +53686,7 @@ sbthwhnsqsub.org nehpwrmgkf.duckdns.org l92zbng.top auywhppxft.duckdns.org +westerrossa.website pdgpkwbmys.ddns.net fucksaudi.ddns.net nanotestit.ddns.net @@ -52967,7 +53726,6 @@ update.kuai-go.com bid-fill-profile.com xcifrep.com plus-antivirus.com -jnazmertsw.com nonotifuness.net ahadx1.no-ip.biz hfrjzllyxz.duckdns.org @@ -52994,18 +53752,15 @@ osamarizk.ddns.net qmjlvjofxl.duckdns.org goldhofer2.xyz pc7q1zl.top -radizeraaa.ddns.net qcw79kj.top parfumnext.zapto.org msofficeupdates.com ykklyllkxc.duckdns.org domain2222.com -ilovegirls.duckdns.org +igfxkjjvvq.duckdns.org joseagre1.ddns.net -evdekal-20gb.com euub24.no-ip.biz cyxz21y.top -arhivarrus.com rev1.nulled-db.com traficbouncer.xyz suboxekeness-unicibuward-prececoful.biz @@ -53021,7 +53776,8 @@ xprobinysf.com herseyvatanicin2023.net ocqrxlllzo.duckdns.org afjdoospf.ru -bitmailpost.com +tomdwan.servebeer.com +wsmkamsjllqjcvm.com f6kw8l9.top chinalarnpbase.com hoxowemsdf.duckdns.org @@ -53083,13 +53839,17 @@ kkrdhtlsav.duckdns.org ohcnthjqlp.duckdns.org dgyx538.top t234t.top +qdxfzaupbs.duckdns.org z6kq8r8.top irelevonous.name modelssohn.website popeorigin10.pw bot2.kro.kr +bu250653.hopto.org fkwhehiipu.duckdns.org +colinmdu78.freemyip.com nieaobblxp.duckdns.org +wquwb16swlxr03miuell.com bmtdrink.xyz brevib.ru emodubucion-macrodomonism-overinover.org @@ -53162,12 +53922,15 @@ turkiyesaglikbankasi.com qepxc.ga chance2019.ddns.net srvnrjikjpbn.cn +zzodbcrfpj.duckdns.org +ihasfqmfcshecrg.ru westinqhousenuclear.com aebvf.com wesgr.xyz lilikkkaladauauuaf.in dualup.top colovopage-minigurigist-overopuhite.org +mwckixphsr.duckdns.org 0365-microsoft.com ultravixovive-ilohukikish-exopecuhable.biz f29eef8d540744383b4528b182c5b1a25a.in @@ -53176,10 +53939,9 @@ orangetoolzdemo.com lincos.net khaliddib398.xyz gyzz62q.top -hghbcdhjlz.ddns.net +etyst.xyz updatechrome.duckdns.org goloduha.info -20gb-hediy-e-internet.com d3pk.com km8nd75.top corfbsvdvz.biz @@ -53227,6 +53989,7 @@ predictionsbet.xyz cyrz15q.top nativeartscrafts.com threestand.ru +ksslvaotocfldln.ru lovarinda.site mcnzpvmsmdumjexpu.net ff.fjpark.com @@ -53242,6 +54005,7 @@ macroholuxufy-emomaceth-misobodefy.org spfyivfbox.duckdns.org myman.no-ip.org cc1q9zp.top +securedcomputer.eu idnyss-1301476296.cos.ap-mumbai.myqcloud.com n.jupoofsnc.ru yhdsiteyhdsitesite.ch @@ -53279,6 +54043,7 @@ um6fsdil5ecma5kf.tor2web.ru sslvpn.eu factory-hot.com cumhurtcbmtrittifakigirisi45.com +eitttfjfckbgelp.ru 3r1hh.top cqyoazblkf.duckdns.org yumicha.xyz @@ -53305,6 +54070,7 @@ imapihian.biz ns4.neoalpac.at animal-planet.site hairbody.net +vbckvhfvfds.com pandemidestekbasvuru.gq xecnpwbzae.duckdns.org thedigitalarts.com @@ -53346,6 +54112,7 @@ caccacca.no-ip.biz gwn2649pm.com ponsse.site othzn59.ddns.net +ckihzuthzs.duckdns.org lasvigas2010.myftp.biz heszszhnvn.duckdns.org protest-01302505.net @@ -53363,9 +54130,11 @@ marktello.no-ip.biz overuvitacish-exerotetn-interunaziless.name c.aasxmaoo.net tmntd2.no-ip.com +iuuhllllbb.duckdns.org remsalvados2019.duckdns.org toeuc.guru 1604771315.httpdsconfig.com +vokdentoee.duckdns.org detozigish-overohezibify-prodavetish.net nolim.duckdns.org dohilda.club @@ -53374,6 +54143,7 @@ zmbqoaojog.duckdns.org golds1cabrona.xyz bqycsuhhri.duckdns.org heaqvnignp.duckdns.org +krvnsgypjo.duckdns.org ymr796s.top w9f8b060ffe59fe8c7357280f77dc300a6.hk gxbrowser.net @@ -53384,7 +54154,6 @@ n.celujntse.com 1604771340.httpdsconfig.com owsen.ddns.net mwdvmavjnq.duckdns.org -sreyell518.no-ip.biz qggfsfeqdr.duckdns.org xqcp638.top erfansy-62527.portmap.host @@ -53403,6 +54172,7 @@ pbndswsrvikjsite.us microsoft-single.ddns.net newupistebls.site cetv.firefoxupdata.com +rviedofree.com zhitinanin.temp.swtest.ru fpzd553.top antifusituless-enefilency-imonaxenish.info @@ -53428,6 +54198,7 @@ bbs.forcejoyt.com andr01d.zapto.org amerifriend.mewahgroups.com rrrrload02.top +lem18iuru03vwvqwt.xyz krandalfyi.com s3dsg.xyz 10022020newfolder1002-01292510022020.com @@ -53440,7 +54211,7 @@ winservsec.com znkrjptvmc.com o87d1cc69f7b24f0bdba57c65e273127df.hk mozaya46415.zapto.org -dns2.dakind.ru +maycendonekom.site dcpaiqzc.biz tgn4eva.no-ip.org pp-lastschrift.de @@ -53480,11 +54251,11 @@ s678t.top nknbtl.pw fpqs565.top driver1downloads.com +hunakzev85axob.serveftp.com kistmebabyg6.com sydneyjames101.ddns.net cobalt.ctlers.club reckchfhtndingqrynjdgpbjy.net -hypelabson.xyz 303.no-ip.info mjvjmtkwodm0.top phorestaurant.no-ip.biz @@ -53520,7 +54291,6 @@ iylqvmygkw.duckdns.org joshton.ddns.net wqyraynecx.duckdns.org forboringbusinesses.com -enmark81.duckdns.org erikatersptra.ddns.net sasambuka.ru wwebmails.firefoxupdata.com @@ -53532,7 +54302,7 @@ udt.sophiahoule.com dadofdevil20-57918.portmap.host ponethus.com vakiflasendekatill.ml -vhgfffrvvv.duckdns.org +ureymmjfsi.duckdns.org esxsccsllg.duckdns.org box4088.net ahmadhacked1.noip.me @@ -53540,6 +54310,7 @@ krytical.mobi ns2.xemung.ru feltnews.net rexorifely-overozehixian.com +rhcvroigmnpcmip.ru sniper-killer.no-ip.info gmailtrade.space tax-lab.net @@ -53556,15 +54327,14 @@ uasayqkfjl.duckdns.org chatpoetry.in n52cbnm.top juliocastrol.duckdns.org -agx1996.ddns.net -iesafebrowsingcache.com +ns1.sourcecore.ru ramboo.dnsdynamic.com pdudtfynnh.duckdns.org mail.arrowservice.net -19workfineanotherrainbowlomoyentwsdywrk.duckdns.org underusadement-ultraxifenable-disesatument.info topother.com yms761l.top +dlxmhtowxc.duckdns.org service.zosys.net fytyonppts.duckdns.org compton.is-very-evil.org @@ -53589,7 +54359,7 @@ lebocq.com septembertell.ru ylsycadkxw.duckdns.org jokar2015.no-ip.info -diecisieteremc.duckdns.org +supportwin.dyndns.pro infinitewarfare.ddns.net zfmayaynik.duckdns.org enezegemous-exusasith.com @@ -53682,6 +54452,7 @@ bnmmauujiw.duckdns.org unegoping-detunusion-antimuruseful.biz pool-smart-trick.com 1604771413.httpdsconfig.com +couretplodaserq.cyou deauduafzgezzfgk.ws omiwfmnejorf.ru 360lab.ddns.net @@ -53714,6 +54485,7 @@ reemo.no-ip.biz fallfire.no-ip.org rhfubjbjxe.ddns.net yvcefwhcfg.duckdns.org +lindustrieetleca.com vb92db962db5969123198e3ea1e36da14f.so jurry.no-ip.biz fpzp533.top @@ -53725,8 +54497,8 @@ f5g4dr6hfjt67ghg.link mys2016.info mnweg.xyz alzbwkhevhgay.com +plyeywddbktceaiex.freedynamicdns.net goolge.serveblog.net -iciiran.com eturkiyegovpandemibasvur.com geohotw.com unteer.no-ip.org @@ -53745,6 +54517,7 @@ neuvoprxych.duckdns.org fpzl569.top awesomeyo.no-ip.org freesupport.no-ip.biz +georoworro5.website bfbackup.baepaws.ru jjewjymufkfn.pk ncdnmainkcnservmain.ca @@ -53769,7 +54542,6 @@ ns4.coalux.ru misetavidetn.biz cloudfronte.com unmkpdicuw.duckdns.org -fc3q6zx.top macrozixaward-semivanimoly-underekutoty.biz scilla.no-ip.biz dtutgqjuzv7sktgl.onion @@ -53836,6 +54608,7 @@ show9952.xyz softbank-if.com 52.ns792.com interpaykabinet.ml +services.serveftp.net free-bitcoin-earnings.tk tel.caitlynwells.com musicwall.net @@ -53892,6 +54665,7 @@ ns3.worldfastns.ru link.paichecafe.com emailserverhk48.com specipa.com +jimin-jp.biz kymgiyodtm.ddns.net express.lflinkup.com dswdswnrj.co @@ -53926,6 +54700,7 @@ sensepress.net news.nytimesnews.net manguera9417.no-ip.org exetering-enehanument.name +capricorn1967.com isolatedglubus.top ofo4nf8ehwejwe43534v3.top uyujvktiic.duckdns.org @@ -53962,7 +54737,7 @@ mjof2bfjbfrucsou.onion.gq zmotherfuckingk.ddns.net shldanz.zapto.org lightningbotz13.no-ip.info -zxjfcvfvhqfqsrpz.onion.nu +ccnywrxepl.duckdns.org windows.ddns.me brucenanocore.strangled.net ianhennessee.com @@ -53980,7 +54755,6 @@ zvoidwrmit.duckdns.org wxvutvjidv.duckdns.org p92nbny.top afganiyecenconiy.site -mosnvdimkw.duckdns.org sitencjsrvsrvnrj.com namespot-reward.com awesometut.no-ip.org @@ -54058,10 +54832,10 @@ sorry.enable.pw underirilern-rezigesuless.biz realcheese.zapto.org uggttgfkxy.duckdns.org -gvtjttzixt.duckdns.org firehorny.com fpjz586.top pc2q3zg.top +fceccfqfdjlhvnp.ru 10022020newfolder1002-0139251002202035.site monbruusr2aqr.com dandyla1.ga @@ -54104,6 +54878,7 @@ overovelassion.name npunguyjah.duckdns.org muvlf.net g4hsg.xyz +dustermite.no-ip.org uspsdelivery-service.com 79649759.ddns.net assassin95.no-ip.biz @@ -54131,7 +54906,6 @@ rohingyaedu.com immigrantlol.com cytz62d.top prgdrwanny.duckdns.org -pcxfybtaga.duckdns.org zm9x9.b5c0b187fe309af0f4d35982fd961d7e.com udvdpglpyz.duckdns.org bftssto.vip @@ -54197,6 +54971,7 @@ ipwmjvttkxwp.in dfrhc.xyz samaaj.org.pk proxezalage-emopugexize.name +47b0d721.ngrok.io fpkn515.top protudofism.com coooccgttt.duckdns.org @@ -54207,7 +54982,7 @@ cvsqsmuiaaiyh.kz cravindogs.com qrthhuhuhv.duckdns.org ulmifolia.space -native256.xyz +xxshades77xx.no-ip.info ergensu.com mail.membercp.net ymw727f.top @@ -54257,6 +55032,7 @@ diet-commit-garden.com brszxupldf.com nmy736r.top leechz.zapto.org +dc52rat.no-ip.biz bignoob.zapto.org courtneyjjones.ac.ug lordpass.net @@ -54272,7 +55048,7 @@ jumpsugar.ru networkxc.net basic.photo-cult.com ryanskim19.no-ip.info -360footwears.com +x14x6x1x7x9x3x1x8x1.co.in pinksuper.net fprs595.top syhfzbhdqv.duckdns.org @@ -54283,13 +55059,14 @@ bbo6331.com kirilmisheryanim.xyz macrogokuhoth-imalosafy-iriseluth.net crimmy999.no-ip.biz +xn--80aaagge2acs2agf3bgi.xn--p1ai xmethvglcn.duckdns.org srickmnnrx.duckdns.org olfrsssrpkbd.su paste.christienollmache.xyz fpdh528.top blessme.ddns.net -dontreachme3.ddns.net +wfotjeqprnvfmawfotje.com xvanrjmaxz.duckdns.org fireholiday.com nbnzrmdytx.duckdns.org @@ -54307,6 +55084,7 @@ mob.no-ip.biz bennicholas.hopto.org jyu4266.no-ip.biz kin3p.co.uk +windowsupdate9.zaptop.org signaturehealthcarltd.com mnwsx.xyz sepinoza.com @@ -54338,8 +55116,10 @@ parrapper.top 2019bracket.com chronos-network.com azureedge.today +uuzejypqqs.duckdns.org yxljmzxmbm.com mmyqlzevqv.duckdns.org +lavaandstone.com swejimitbm.duckdns.org emmkmqvrrkblpuv.cn jlddbjlmyd.duckdns.org @@ -54348,6 +55128,7 @@ hf7dd3d859917b39a2bc306207ab4117f3.ws prezopement-interutafudom-denaseship.net vojxua.iheys.in jxzebgdnzg.duckdns.org +34brs07.com cloud-server-updater10.co.za red.therclegalgroup.com yukletm.org @@ -54360,14 +55141,14 @@ manbks123.ddns.net zal75zk.ddns.net brandon123.no-ip.biz 1bmank.ru -jyqgzczgka.duckdns.org +1603710613.httpdsconfig.com osnyjaaliqdpegehd.com dytqkwkptl.duckdns.org printstockphoto.com sfhrwyzxtc.duckdns.org appleid.accountjp.info -commealamaison1.zapto.org mike999.ddns.net +sbuudd.webssl9.info 628ai.com pickbroke.net mail.crypy.top @@ -54404,6 +55185,7 @@ armt.ddns.net kvhhugtfew.ddns.net decocezen-postugarism-unituvecian.info bbv.breezesunrays.com +fdartozxck.duckdns.org aredietsok.com webmail.blackcake.net cooxieneifea.com @@ -54429,10 +55211,11 @@ xronlbfeef.duckdns.org mekanuum.com economics.onemore1m.com gov-pmo.net +kkkkkkkabc123.myq-see.com 3s1sd.top jojzzmo319.com englishhelpernet.com -dutyought.net +riseofevil.no-ip.biz humanloss.net ygase.duckdns.org rjysufheab.duckdns.org @@ -54474,6 +55257,7 @@ cyxz31z.top transipuhussion-enoveriless.biz libellulidae.online rqztech.com +mmpconekgycjvvv.ru reverse.spamassasins.icu poulty55.chickenkiller.com githubstore.site @@ -54488,6 +55272,7 @@ kraseipolo.space irapeshades.no-ip.org dick.mooo.com ipv4.windowsupdate.x24hr.com +jcb-co-jp-iss-mobile-open-enaab.top cdn.sdfvbshgdvf.pw yms725z.top bossxtrem.no-ip.biz @@ -54541,18 +55326,19 @@ custombusinessapps.net noipme.ddns.net amanser951.otzo.com danielx111.no-ip.biz -aeroservicemax.com +inwjjwlfvsie.net kyoto.farted.net g52tbnh.top xrhcefrxcs.duckdns.org solex.duckdns.org nqcp528.top kadosjdoafa.pw -service-avant.com +xko4c4awl6fnc.myvnc.com fbjomjyasu.duckdns.org coffeeod.tk yessgleyudahdahdahbirrrraaahhh.site tklxxarvxi.duckdns.org +etsad.duckdns.org foxbank7.no-ip.org client-screenfonts.com mclodesigns.com @@ -54577,19 +55363,17 @@ ohnsmith.servegame.com madrisxd06.hopto.org goz.unknowncrypter.com qeisybyg.ru -tajikstantravel.dynamic-dns.net +fww12kj.top echulvzfwp.duckdns.org tamarer.com -sss123.ddns.net sparco912.no-ip.biz -blackfalcon3.net azelazel36.ddns.net zgzimtkwodmz.top creepa.no-ip.biz micsoftin.us sp5it6dt.cf syn.servebbs.com -uacwwgvrdgqscbwb.com +mafia122.ddns.net ehdzqzniwl.duckdns.org wh494386.ispot.cc novinitie.com @@ -54600,7 +55384,6 @@ c.zae2.su edongyang.ml ojnjauialp.duckdns.org colonnashipwest.com -hellousa.info klarksonfresh.best jl.chura.pl flaahsplayer.xyz @@ -54618,6 +55401,7 @@ haiasa.com sqcdqviivu.duckdns.org oeuhbfqw.xyz wqsfc.info +nitmurmansk.su hereforthenew.net saltride.net kirraadd13.top @@ -54628,6 +55412,7 @@ mbbcmyjwgypdcujuuvrlt.com dgbet3.roimaster.site shazuweethet2.no-ip.biz retovibation-macrorirunary.name +rizrvd.com mgqpowkbks.duckdns.org hogy.desk-top.work ticfwfen.pw @@ -54647,15 +55432,18 @@ santiago1215.punkdns.pw greysky.zapto.org bhygefdxva.duckdns.org lookfruit.net +techlivegen.com n9oonpgabxe31.net wwmtywvbrb.duckdns.org 1603710085.httpdsconfig.com ffvvimrbkrrc.su +embrodownscience.su semixufegish-unogohify.com 0hosting187.dyndns.com yhdjfn.ru jetbarins.com empezarll.mywire.org +oomiaonline.net macrshops.eu electrumfiles.com randomunicorn1.ddns.net @@ -54665,6 +55453,7 @@ redtubkof.ddns.net lady-keep-oven.com h6kl8m5.top knt60345blog.com +lggiwmsqpxbflwtoptnc.com lemondtree.freetcp.com twelfthservicehelper.com nikzusfxrb.duckdns.org @@ -54680,7 +55469,7 @@ philcrow88.my03.com zaemaropiteds.gq webtex.ga microxulodish-semibahoty.biz -googlmap.asia +qozikfusrm.duckdns.org lightshot.pw ninjakiller1.ddns.net jvvaaazzlm.duckdns.org @@ -54719,7 +55508,6 @@ nuwvbfigh0bnuwvbfigh0b.belchem.com webrnail-kinu.hol.es guedesrusso.com jbgool.at -chinafsw.cn smartass.zapto.org fallfind.net pqfjjbjedgqio.info @@ -54735,6 +55523,7 @@ gangouniverses.com click2us.info netcloudcdn.com serbview.com +statillioni.com wwe23pro.myjino.ru avance-en-linea-verificado-cl.gq fpfx552.top @@ -54751,17 +55540,18 @@ shnibely.no-ip.biz bylima.icu runescapeking.no-ip.biz etswf.xyz -inspiredbusinessmedia.com sitenrjmain.nl -joe.cpbph2.com +cloudss14.info so-s-ya-l-d-ee-s-te-k-bsvr.com gqmufnqinm.duckdns.org ifdnkuscnk.ddns.net defreind.best hzxmokakrw.duckdns.org ukpxfrtojb.duckdns.org +kt.saithingware.ru jttomwest.top mtxf.com +streetz.club protnex.pw cyroonline.com tgaboggwzz.duckdns.org @@ -54779,7 +55569,6 @@ selectorioi.ddns.net owuzxhdebb.duckdns.org driverdwl.com lhuoljnhnb.duckdns.org -dpzw533.top pycoder.ddns.net holy1.zapto.org amadi.no-ip.biz @@ -54792,10 +55581,11 @@ center.nmsvillage.com bbbb4.noip.me rotsob.ddns.ms cyjz59m.top +baderson.com uaioey.ga wudiawokat.localtunnel.me ugawupelyw.blasters.biz -ms-update.servehttp.com +whomusual.net sdeat.xyz nasaretbooks.icu uaelab.mypsx.net @@ -54814,9 +55604,11 @@ sort-address.com noyon007-42443.portmap.host xz.jave.xyz zeus1234.zapto.org +dcqfmkqjllcluix.cn fabancho.mssql.somee.com amxny.com dkepkldrmn.duckdns.org +zimchi2020.ddns.net fpmk558.top pnyyyftndcnvxm.biz lb3bd064.justinstalledpanel.com @@ -54824,6 +55616,7 @@ kb7161a9f4331eed0217ecd68b890b4634.tk kowy1800.no-ip.org 416419.selcdn.ru torres09.no-ip.biz +emhlecfeosl.servegame.com hased.duckdns.org joonaskallinen.com fptj589.top @@ -54835,8 +55628,9 @@ ds505cam.com yyrd686.top fdzrgyjkwc.duckdns.org flpxynifkl.duckdns.org -rinot972.ddnsking.com +mwfwamivshllffv.ru monovemotion-conibihood.com +coosa115.no-ip.org jmatic12.no-ip.org temisleyes.com admaris.ir @@ -54903,7 +55697,6 @@ exclusivesstregis.com fmuwswuidukaojf.com dot.hugesoft.org koo89iiignatius.com -e24551a66ff672eadf7b827508c14872b9.hk ilezorodom-ilorazaxate-probegidom.biz crest01.serveftp.com longshadow.dyndns.org @@ -54918,7 +55711,6 @@ bitmama.ddns.net volleyballhigh.com tkytvgvzce.duckdns.org ynoqmnpdgb.ddns.net -rangec.codns.com prototipussnewssoft.com ymm718t.top qustnblctg.com @@ -54962,6 +55754,7 @@ contay.deaftone.com terihorew.hopto.org c32dbns.top wizardofoz.no-ip.biz +uocsaqcaigosuwqk.org djonimudak.top qjdyugisselle.club playmarketonline.com @@ -54971,7 +55764,6 @@ pnre5.no-ip.biz nsggh554tgahhr.pw fptz593.top yandexr.sellclassics.com -classunderstood.net mwietefwha.duckdns.org umpalok.at test-service01dom2505.ru @@ -55029,6 +55821,7 @@ ns2.name-srv.su koling157.hopto.org mtuamviphwoapcq.uk recognitionplate.com +mobile.flach.cn atqbunndpo.duckdns.org vglkiquygy.duckdns.org njrattestone.ddns.net @@ -55079,10 +55872,8 @@ servicio-web-activacion-avance-cl.gq hceymatul.ru dc.g1ee.com cycz79t.top -heygidigeylers.xyz yhw28kj.top tadawul.com.co -hafjuglmoqyjnvdcd.com eill.ga ymr738k.top unumalefy-micronikaly-interepafoty.name @@ -55097,7 +55888,9 @@ secureclientupdate.com erunski22.ddns.net transexugoty-ilehegumical.net condosguru.com +equation351.xyz pandemidesteklerim.com +poertico.website calltook.net w2690583284.e2.luyouxia.net ymh713q.top @@ -55116,11 +55909,9 @@ loveclara.su xtocrppzqroqtcnqe.net ns2.clawle.ru ietwwieqokqfwspnv.biz -25665.me jhuuvuhhhi.duckdns.org moonhh.ddns.net bhg.canadacentralregistrar.ca -ssed.ddns.net kungglobalinvestmentjpjwsdy6eductaddres.duckdns.org fogist.servebeer.com e-cardsshop.com @@ -55140,6 +55931,7 @@ zkxooaazmy.duckdns.org kkmxylyxbo.duckdns.org mxyfasm.pw uncle24.xyz +as2cx8c46a2ca.digital fd15e0d9a0f3ca129bfda36be54193de.fmcgdifjhaffogrhgmfcjehhausjfpjf.space ns4.vindis.ru bibox365.us @@ -55150,8 +55942,10 @@ t9bf172ffe0a59498ec4d93e6974d90cf2.so kemowivuakv.com nineth03.oss-ap-southeast-5.aliyuncs.com km8sm29.top +cvngvtdgsw.myddns.me wyyx658.top ultrasibodilike.org +vooup25s3kilow.servegame.com shared-permission.com privateer.ddns.net ylylqeeeeq.duckdns.org @@ -55163,7 +55957,7 @@ sitepogmrngb.ml lyrynux.com doxdropper.cf pokemonisrael.yolasite.com -dpzh528.top +s91-update.mala7at.com tcbmuygulamaindirtr782.com jpqueen.biz mygbmkyoyg.duckdns.org @@ -55171,6 +55965,8 @@ nuctnlgbua.duckdns.org login.diendanlichsu.com ulxkvojaarv.duckdns.org 45s13.xyz +bigmikecon.com +biguk69.no-ip.biz fantasticbaby101.zapto.org nnotifytgame.bazar botaurus.ru @@ -55204,7 +56000,6 @@ pgwernynwwkk.in asiasyncdb.com aced224.no-ip.org akvwlmnoin.duckdns.org -securedcomputer.eu ns3.dnsoptin.ru ftp.reserveds.onedumb.com w-optimierung.net @@ -55225,15 +56020,17 @@ disconnected.duckdns.org wnukz.site xmode.duckdns.org youalmost.gotdns.com +zusaphwibb.duckdns.org blackr00t5.no-ip.org 2s53f.xyz top.multigamingjo.waw.pl lyxymed.com galaxy-s.com +cortanasyn.com iqhost.us lakhakaidea.com k32ybnr.top -cnboyqgzeo.duckdns.org +lgccwnffuuwx.in phpinfo.pw jibrelcloe.freeddns.org ecards-yahoo.com @@ -55273,6 +56070,7 @@ ftp.brand.fartit.com structretech.com yardbody.net d64gg.top +xn--k1abtc6be.xn--p1acf redmoscow.info bbs.busketball.com livesystems.casa @@ -55283,7 +56081,7 @@ bdsxxbe.vip verify-accounts-support.com paul.cescon.ca ftp.amibyte.com -xmatrixsxaamar.ddns.net +g62qbnw.top imperial.fit slimmekleuters.nl ionamin-international.com @@ -55311,6 +56109,7 @@ ikrizzy.myftp.org technology-visions.com californiyaslososemk.com online-analytic.com +aevkcdrmew.duckdns.org zhngzng.mcchrystalvs.com ifqyjlpted.duckdns.org babkastilak.000webhostapp.com @@ -55335,6 +56134,7 @@ cc2q5zd.top spendfree.net fptm537.top onlyforme.no-ip.info +rainyroad.top noeuaoenriusfiruu.info ztsinfo.xyz functionobtain.com @@ -55374,6 +56174,7 @@ duchateman.ru secuerserver.com irebition-cocusifify.biz jdnochfteh.duckdns.org +ysulndoywnlqbld.ru securebestapp20.com dnnljeltkm.duckdns.org hjuqhrxhlp.duckdns.org @@ -55386,8 +56187,8 @@ test-service012505.pw wijbcppccc.duckdns.org chujwdupepolicji.xyz inuvelasure.com -vice.hopto.org x55gc.com +wyyzzzmeii.duckdns.org f.eastmoon.pl personalsyscheck.com cryptotabs.ru @@ -55399,6 +56200,7 @@ y101ad34452096.xyz thenasawillforincluding.com imutakian-comovolike-iremefeship.com droidjack258.bounceme.net +whsrqbecml.ddns.net 017eab31.space hbazcfsder.org thestar.serveblog.net @@ -55463,7 +56265,6 @@ ns1.secdnf.su cysz11l.top gaonsmom.redirectme.net d72lbng.top -details.squirly.info gjwywjrbzh.duckdns.org xsx773.sytes.net boiss.xyz @@ -55473,7 +56274,7 @@ s.ifexcel.com vxdievrbqk.duckdns.org gqpazmml.pw dewardsdom.top -coec.club +nus.soon.it discsnooker.best b.zjw.at technelly.work @@ -55488,12 +56289,12 @@ uxvvm.us fptl572.top ebh3zy1l0l66zt144-ph.com cumhurittifakitr93.com +2seo8.com xacer1977.no-ip.org bklxhinfxv.duckdns.org deibimkmpjfp.com niloticu.xyz irmtejartbseguvsk.nf -ns2.digituno.in wyfsdequji.duckdns.org rez.ns01.biz zikov4011.ddns.net @@ -55543,7 +56344,6 @@ kayneslnterconnection.com vaybe.xyz waluelines9.com sixteen147.ddns.net -secure-n2.top krxqodtmjd.duckdns.org fw2.sshreach.me hypotherma.world @@ -55557,7 +56357,6 @@ xcveltxmrm.com fpcd577.top formhstr.ddns.net akcspvagzi.duckdns.org -ltc001.zapto.org ncjsrvncjpower.fr neijtqtjgh.duckdns.org agxisback.ddns.net @@ -55575,12 +56374,14 @@ threegood.cc ustmanuqnxxhlmj.pm tryagain.beget.tech horwjwxebmhh.com +8yyngf.pw fpnl511.top h33a7jzovxp2dxfg.onion wopec.businessconsults.net systam.sytes.net voicemailz.net brwllbquqjkb.org +cralev.me load003.info kcsgufaygo.duckdns.org esoseraz.cf @@ -55594,12 +56395,13 @@ letskype.net startdfy.com thosepartial.net asebly.duckdns.org +testik05.info rfvgy.ddns.net +mysuzbytcl.duckdns.org info.symanteconline.net v4.windowsupdate.itsaol.com hippo.no-ip.biz sn1pes.no-ip.biz -wgpvglbadxo.com srnqdddpee.duckdns.org esupdate.icu elementium.no-ip.biz @@ -55622,10 +56424,10 @@ testanu.zapto.org bob.nicksums.com defakeleras.fit hahwa0404.ddnd.net +8vb8c5hkynvn.servegame.com lig1.serveblog.net jamesan.ru verificacion-de-aumento.cf -sgbsdfs.xyz rc1q5zk.top dc5q8zr.top systemdriverupdate.ru @@ -55639,6 +56441,7 @@ maheshshukla.com superawesomeness.no-ip.info xkzykxb.biz wjztocdw.net +digitfile24.top songthan.net google-verify.com mrtda9.no-ip.biz @@ -55671,6 +56474,7 @@ ns2.valorema.ru nggtfjkvfq.duckdns.org btmaiaisaf.duckdns.org multipaxicusion-irisasahood-nonemomion.info +masertrades.biz qposofdnjo.duckdns.org iofcbzpvfh.com mesog.no-ip.org @@ -55741,7 +56545,6 @@ milkstood.net gliokisser.best greatsvalentine.com playncs.com -tixhqxjyon.duckdns.org sdreams.xyz azblack.myftp.biz aurum13599.no-ip.biz @@ -55762,6 +56565,7 @@ unagucizite-overuhozetion-macrokeluriness.org sdcbiszvch.com handous.net answerved.net +sgbsdfs.xyz mnqcbijlti.com zkcdnqixoh.duckdns.org yotaset.ddns.net @@ -55784,7 +56588,6 @@ hicqd.us 777rhims.dhcp.biz zjoaahkvhe.duckdns.org pulfrqdecv.duckdns.org -hookky.no-ip.org ryeguy.no-ip.biz 46bb0e88a441c403bfd63624a90d3327.se darmor.no-ip.info @@ -55801,13 +56604,16 @@ serverrouter.cf haxaqbvxbph.com dentalchief.top serawnnmms.biz +gostmarest.ga adobeflashplayerservice.club longnerrion.cyou +oyava0cz9xyfa0h.viewdns.net globalact.gq chromedownload.club lupendbackup.ga multidumetive.biz sdebbebybo.duckdns.org +ibiwqjiflt.duckdns.org tapok121.jhfree.net hello.csgoblock.com chirayugroup.in @@ -55842,19 +56648,19 @@ ru2-pool-1194.nvpn.so zokah.dk dfgce.xyz strodunido.xyz -w831e10c5edef8b6dc7e8c0c10a8ea86e2.to +massivedynamics.pe km8db33.top adbflplayers.xyz km8pm67.top wuta.no-ip.org e-mail-supports.com zeimciugas.no-ip.org -lapoire3.hopto.org uiytjjuytr.oss-eu-central-1.aliyuncs.com kcndf.ml bvsiahrnzx.duckdns.org tcbmtruygulama11.com testdns.myftp.biz +legendoffline.com eirry.org h-m-b-g-o-v-t-r.com sqnilfdefe.duckdns.org @@ -55891,12 +56697,11 @@ emailsvc.metalixmx.com th1nk.xyz bc6q5zm.top zewmbfcgjg.duckdns.org -meatheat.net cortana.homelinux.com ns3.mshopboy.at union83939k.wordpress.com desaidles.fun -victims.zapto.org +rashmifjmuwdasw.cn qnbiadevakti.ml apionedrive.com abeasinf.duckdns.org @@ -55913,7 +56718,7 @@ clicksecurityscan.com jonkortyjjsas.xyz fprr587.top desktest5.xyz -saif1.no-ip.org +soudanet.duckdns.org zimat7tq.beget.tech warcelebrate.com xmhbcc.com @@ -55945,12 +56750,13 @@ fpmr565.top mendexie.com gmailcom.tw gypz25m.top -yeah123.no-ip.biz +orl05511cn.temp.swtest.ru crassic.mooo.com ybvoc9qoo.com dba1dfe9410a4bbd57d02590095efd18.eu w6kp8c6.top haddadunited.com +sulonhjnhu.duckdns.org nmf719f.top porcber.com ultimcontents.com @@ -55961,6 +56767,7 @@ lipolys.ru zolik.info ultrataconess-microrogotion.info flaske.no-ip.biz +wrsbqlanqp.duckdns.org tosyisha.ru niogem1171.ddnsking.com roofstock-cdn5.azureedge.net @@ -55968,6 +56775,7 @@ rohs.amd.my.id decemberneck.net 36s9g.xyz glass25.xyz +bngrlqhbgy.duckdns.org wesyx.xyz kinofkenefret.ml n5885kiqeipefjuisk6nzrdr.com @@ -55981,7 +56789,7 @@ akglass.in kvhhhfxwij.duckdns.org web-worldcars.us n.uhwumfxht.ru -p4uk749i8t6vay.com +yzxjgr.com haxuser.duckdns.org yousuf.no-ip.org husseta.com @@ -55991,12 +56799,13 @@ ftop.org jifr.info marocmaroc.hopto.org rockfeel.net +gvzoxyrric.duckdns.org jahjaho.net 1026ef32.ddns.net hyggo.net f0316480.xsph.ru p12zbnb.top -utsxyzxbws.duckdns.org +omelezatava.com pandemi-yardim-online.com inttools.ru xdxpfsnelncuggoupcmv.com @@ -56004,10 +56813,10 @@ ns4.firteyt.at service.windown-update.com dcxoqlomqy.duckdns.org prolemacize-exezepusion-misosevuvive.biz +ns4.lortejbr.at poison-frog.club russell.ddnsking.com 1603710287.httpdsconfig.com -ivysolutions.it gules876.xyz hzk101.freedns.su z6kh8w3.top @@ -56028,6 +56837,7 @@ aoa.myq-see.com pmo-gov.info wifepass.ru interhero.net +axphofrvji.duckdns.org inecevission-enubiruzical-subalokant.name fresh22.duckdns.org privacy-live.com @@ -56038,16 +56848,19 @@ wwwwg2020.net dozlerlvvu.duckdns.org fpjd551.top goldsit124.xyz +qsdfstvqkdrwaao.com usyhe.xyz derpity.no-ip.org ndw11kj.top nasiru1144.ddns.net ymx768s.top +fpgb537.top ybmcrweiwy.duckdns.org cometausa-netstar.com headliner.no-ip.org sjnykoghcx.duckdns.org avance-cupo-informacion-cl.cf +yerlshnpyjvinll.com cachevideo.online fpsb573.top lanlabs.net @@ -56060,6 +56873,7 @@ yardng.com don-matino.xyz topservicesbooster.com iuirshriuisruruuf.info +labpxspqbq.duckdns.org l123l.top kyyncamyhf.duckdns.org ns1.denklouder.at @@ -56071,7 +56885,6 @@ fpxineppxxju.org xsjsq.com genelousmanis.phpnet.us tableguess.net -macrodaxugeth-subiderusist-inanehefure.com c62wbnr.top badhf.no-ip.info kefewykotr.duckdns.org @@ -56087,6 +56900,7 @@ cake-avoid-square.com frag78.zapto.org hutlerplek.duckdns.org othmanhacker.no-ip.biz +yrtkydxiao.duckdns.org retro-cinema.ru suibian2010.info meoffawith.ru @@ -56140,6 +56954,7 @@ img.mfcfansite.net diversiformis.ru sickslick.top ebnyjbewrd.duckdns.org +xlmfx.com gooogleplay.ddns.net ydhds.xyz musiconly.net @@ -56189,7 +57004,7 @@ yokediceiolbaba.xyz enemyneck.ru z6kn8g5.top uckvhhysqpakta.tw -techlivegen.com +call1.no-ip.biz rlxpgvglva.duckdns.org server4webapi.com headbest.ru @@ -56197,7 +57012,7 @@ bullhorns.xyz verectert.ru smbc-cardn.com ultravezath-exanihavion-ilefotiben.net -rvwsculpture.com +wupgkipgaiu.biz 22ssh.com 1603710154.httpdsconfig.com onedrivenet.xyz @@ -56206,6 +57021,7 @@ m123m.top kvazideruptura.top hangfeel.net 172.17.recordz.no-ip.org +obqhavwnjvffwsx.cn x6kd8g9.top goodnewsdigital.com westsidewifi.com @@ -56225,6 +57041,7 @@ malaysia20gbgift.com cygz81m.top saprit.space fpjc592.top +flashnew111.top rageg0b.no-ip.org haribot.securezdns.pw ghost2go.icu @@ -56236,6 +57053,7 @@ tawjihi2018.site ofrucbaydv.duckdns.org dnntsnyshs.duckdns.org songbeen.net +etiennevermeersch.be gatiropimonita.website ochez.co.uk geauhouefheuutiiie.to @@ -56247,6 +57065,7 @@ professoractions.com under.3utilities.com ns1.octadns.ru x466a326b353e9afff1fb2519f091a9801.in +kalarada.com venepahu.xyz botnet3.noip.me getpoopedon.no-ip.biz @@ -56264,7 +57083,7 @@ aweths335.duckdns.org kadosjdoaaf6.pw joinfeel.net nkqlkypfdi.duckdns.org -hvyxqwda.com +shengbo769.com dasretokfin.com badedsho.space powerdswpbnnrj.biz @@ -56280,6 +57099,7 @@ uf4321y.com oowmxzsdwf.duckdns.org kamanait.com securefilesdatas23678842nk.cf +twusnvfkyg.duckdns.org frankfurt1.perfect-privacy.com fqnesas.ru cumhurtruygulamampandemitr4.com @@ -56287,6 +57107,7 @@ share-gov.com attach.website goskilindad.site sinhenbablitt.com +matrouh1973.myftp.biz as-forum.com.tw en.flsah.cc macsmoments.com @@ -56294,11 +57115,10 @@ tairov.com.ua 14-tracking.com androidtest0.ddns.net recoverypw.duckdns.org -pwpxfdfdoq.duckdns.org +ehxrfqhvwn.duckdns.org xsxyqderff.duckdns.org ymr751r.top prolapuzern-progobutiful-dehifasion.org -obeypropaganda.no-ip.biz hoodful.ddns.net ftp.purpledaily.com lmphaplops.duckdns.org @@ -56345,7 +57165,7 @@ lubancx.ug ourmazdcompany.net sana.ddns.net higcaf.com -silverroot.no-ip.biz +uokbowrsez.duckdns.org mcgyyver.no-ip.biz srkbelayareka.ru the.shadesoul.online @@ -56359,6 +57179,7 @@ centralwestofbankoffice.cyou ead7b06da12ff1ad3601bc0e58d8378b.cfjhrfrdprfudjhefdpsforuasdcuicb.tk movethrow.net oazmmlylkc.duckdns.org +eloyed.com rslures.no-ip.biz bfvfvbe.vip ballcroud.net @@ -56402,6 +57223,7 @@ dbqvxischo.duckdns.org 1fc.no-ip.info office-services-sec.com 1000tlpandemidesteklerimkani.com +proxy.netbounce.net epochatimes.com abrblpshon.com n.koiqczjzt.com @@ -56412,13 +57234,14 @@ obility.hopto.org kcw61kj.top moji1936.ddns.net gafigaf.in +smooth.newsonet.net sajjad1994.ddns.net senseslow.net objectbake-bottom.com fpfm568.top wassilerepiom.top abcmlm.com -slipcentral.com +zxcp918.top ckav.ru byfleur.myftp.org amwjsrawab.nsbhe.com @@ -56480,6 +57303,7 @@ magicme-54389.portmap.io boss-12.no-ip.biz werder3456.hopto.org hojmuh.com +cxzkfdvkik.duckdns.org buxezzplem.duckdns.org s3lm81.com dnss.surrati.me @@ -56509,10 +57333,11 @@ xiliton.no-ip.org nshu2h.xyz downloadplugins.co.za 771.ddns.net +sc2q9zg.top loppappsas.xyz wwwstrikeout.com hwxllzfijx.ddns.net -ljivzrqccp.duckdns.org +windowsapplication.ddns.net emptyarray.ru kenosky.ddns.net pasteronixus.com @@ -56554,7 +57379,7 @@ norton-cdn.com etdcdbn9si.com cytz77s.top bb.leonliklerts.at -189.no-ip.info +dl.installcdn-aws.com kxoiijzboi.duckdns.org httpweb.eu carder.bit @@ -56562,7 +57387,7 @@ ibeqygcqwpazgjpcf.com niogem1171.freedynamicdns.net systeme38.system-ns.net lenobl-primorsk.ru -new-friha.cz.cc +sex-proposed.com the-littlemenu.com lllllllllgog.ddns.net seasioname.info @@ -56605,15 +57430,17 @@ giovan234.ddns.net onlydankkush.duckdns.org groover.fun transuzisemist.net +tweeterplanet.ru gilardoni-it.xyz camphorat.xyz -dl-icloud.com +applesjapan.info fpfz535.top qetyfyl.com stodfm34.ug nxcp958.top 0ff2mft71jarf.gq google.servjces.com +sanqd.ddns.net dns3.consuetudo.ru lookthrew.ru ns1.nvrsknameserv.ru @@ -56629,9 +57456,10 @@ settings-live.com qfelicialew.city hiuemtdbkkvv.org quickstep.net -mylogisoft.com +xwumojrigb.duckdns.org ou646136hjkg.no-ip.org vvs.no-ip.info +3uag.pw ymp793c.top alyom123123.myq-see.com dezenepish.biz @@ -56645,8 +57473,8 @@ greetingsjamajcaff.com ckkguqobhv.duckdns.org rudgsaueoyunayi.org downlaodvideo.net -n.hpufkdrqr.ru kingshahrani.sytes.net +egvtvyvarmrisoc.ru cyiuiepnom.duckdns.org deedos.no-ip.info u667503srd.ha004.t.justns.ru @@ -56720,6 +57548,7 @@ dfhhdf.xyz xwyvvowytspeb.com strongaliar.info yrybuwfjos.duckdns.org +ypw91kj.top ticrerfgiff.com balkimraklire.cyou fphk579.top @@ -56760,13 +57589,14 @@ blass9g087.com awandd.no-ip.org 525pwz.info akamaiwebcache.com +iusacell-movil.com.mx rrfena.com email.applesoftupdate.com marzoferazzo.xyz dyby689.top jjvtdfzmko.duckdns.org news.symanteconline.net -fpzz536.top +lmkncestba.duckdns.org eytojftoke.ddns.net costnere.icu 10022020newfolder481-service1002012510022020.ru @@ -56776,6 +57606,7 @@ chzmanebpsffopqsy.net kmbygf.com turkeyextremerafting.com ldfranny.top +rqftfksniltqdxs.cn reposition.no-ip.biz hostservice.duckdns.org ynlawqtbgd.duckdns.org @@ -56805,6 +57636,7 @@ hostemailsecureserver.com foxofewuteq.eu mohammedsd2017.ddns.net uhjjs.com +7ngbwgqdhq.com economy.bloghop.org d92ybnm.top nduformation.com @@ -56814,6 +57646,7 @@ news.cnndaily.com zxwwjjvivu.duckdns.org dexteriscool.in enckfeld.net +copkwhcgop.duckdns.org rjevoqpcmkbdeseuqopx.com menz.justdied.com feihtbew.no-ip.biz @@ -56827,6 +57660,7 @@ fumydujcim.duckdns.org locas1.ddns.net degradationrus.pw hhhmach.ddns.net +ymq762f.top a-7763.com rgjzopfsmn.ddns.net freeartstv.com @@ -56842,6 +57676,7 @@ msrtcse.noip.me mavileylek.ddns.net microduholion.com news.lksoftvc.net +hvzokxsl40nai.servepics.com kekhaxim.duckdns.org ppe.detailfeather.com s664087f11cc91a3799240796bbe555498.hk @@ -56854,10 +57689,12 @@ bigtelevideochanel.com getsee-soft.xyz zywx7w42h3xlydrzo.info camprainbowgold.ru +dnsarwksod.duckdns.org pop.defenceonline.net salsamania.ddns.net xtaahlcqyfppmvwwprblvveog.paletoxyz.com mcgyyver.no-ip.info +hjugbkonbq.duckdns.org mrdrx1.no-ip.biz donwloadfiles.top claimsreference.net @@ -56896,7 +57733,7 @@ rat.xserv.ro fucknigger.no-ip.info ihnzipovcd.duckdns.org 20bigblessings.mydissent.net -scfoijdccqtmj.in +lbcdlnepwo.duckdns.org hochzeit.servepics.com account-mail.info link.sexyhub.co @@ -56927,6 +57764,7 @@ shatskie.org suckmycocklameavindustry.in echrupebsm.duckdns.org birch-psychology.com +eldzwayhut.duckdns.org ns.vvwvv.tk xatkefszih.duckdns.org slivoratikam.pw @@ -56981,7 +57819,6 @@ gfxlsbwnypjr.ru khgyurm.com ns2.linuxtcp.ru mutolarahsap.com -by900.zapto.org people.softsolutionbox.net oblak1234.ddns.net 01-net.zapto.org @@ -57032,7 +57869,10 @@ effortstrike.net flashplayrne.xyz onetimetest.no-ip.info sweep325.xyz +takethatshit.ddns.net vhversffff.duckdns.org +unoabtkyhmmbxvs.ru +10022020mytest151-service100201242510022020.ru droid.deutsche-db-bank.ru eogra7.zapto.org z234z.top @@ -57043,6 +57883,7 @@ wjyx178.top dhomdioswwoulqjhq.in resolve.dyndns-ip.com etechnocrat.us +omxigqbmaq.ddns.net y5d9ca005b93266bc4d986f78e7ea79b82.hk antitibosable-emagareged-eninivency.org nortiniolosto.com @@ -57065,6 +57906,7 @@ xdem.dynu.com zandelshop.com ddpdqqtesp.duckdns.org lasmebgmhg.duckdns.org +yongcan0f.com nqgekorcui.duckdns.org acadubai.org slut.get.strangled.net @@ -57105,15 +57947,18 @@ degabamate.name hazmat.no-ip.net btpnxlsfdqbhzazyx.net morninglory.no-ip.org +yellow-mountain-cb5f.pza3-bdcb3s.workers.dev feetul.biz honouncil.info uploading-neptune2020.io minizugohood-nonosubotion.biz +failure-login.ga run.dvdbeats.com thesegrown.net senseopen.net mostuiretitor.top fleightfreight.best +kdgvyennjp.duckdns.org mofa.dynamic-dns.net dconlauch.ddns.net cytotan.xyz @@ -57135,6 +57980,7 @@ w6kg8x2.top dmart1.no-ip.org fpzt566.top pandemi-dstk-sosyal.com +ns2.esriolter.at die-n.top hothookup.net bnxnjmsuhiyvoclzi.net @@ -57142,6 +57988,7 @@ kinokritikboss.ru idontn33d.no-ip.biz aauggweaysogegqo.org sfolker69.no-ip.biz +code.jobsadvanced.com dingz.oss-us-west-1.aliyuncs.com mm.skt-one.com hellnow.zapto.org @@ -57179,6 +58026,7 @@ andromike.com id70.internetid.ru evde-kal20gbkazan.com bowrivarenergy.com +recover888.com kingdong.no-ip.org realfish.bazar uumptkhxxszuh.com @@ -57200,6 +58048,7 @@ tele.firefoxupdata.com jicago-jp.com wocfghmuivch.pk boy.freebuf.info +jcb-co-jp-iss-mobile-open-entrap.top renatezable-misukalive.name ecstasy.no-ip.biz kllhd.bigish.net @@ -57217,6 +58066,7 @@ digitalcurrencyexchane.com cloud.yourdocument.biz akgodylwyt.duckdns.org souththank.net +aobyzqedyirxaii.ddnsking.com darkshock.no-ip.org prezunizish-exobefeship-nonerimolike.org ezskinsezlyfe.duckdns.org @@ -57232,10 +58082,12 @@ neepelsty.cz.cc brucejay.no-ip.biz cumhur-pandemi3.tk fpgr518.top +qtjeskshelmuvgd.cn yyvapeixem.duckdns.org psavvhltdjjaeug.org dl.nmcyclingexperience.com exuxuburan-miniravuhood-exosoxen.info +tixnvluxunqbtkd.cn niyvudpqixxp.org testbush.duckdns.org google-analysis.info @@ -57285,7 +58137,7 @@ lovemego.ddns.net fmlzkfomsh.duckdns.org xaba.gdn p22bbnm.top -ymk736l.top +securitytests.ddns.net cwuobqhyonjs.su ugiyleydfbsbdiv.ru logo.thehealthmood.net @@ -57312,7 +58164,7 @@ zajibala.ddns.net sexymon12.kro.kr c32sbnh.top streem.zapto.org -k0ntuero.com +directiculture.com microsoft-store-drm-server.com p32tbnq.top hstqothv.ru @@ -57328,6 +58180,7 @@ fanta69.no-ip.biz roadkillz.ddns.net randomwords.no-ip.biz fdjstpdenm.duckdns.org +qnos12-23977.portmap.host verfer.com nobad.mygoodsday.org ayylmznnns.duckdns.org @@ -57424,7 +58277,7 @@ obmenvsemfiles.com uaeihefiuaefhuhv.su tehblanket100.no-ip.org emedtutor.com -seri.volveri.net +9fail.com tccbmtrpandemigirisisagla48.com ihostvpn.no-ip.info yesitisqqq.com @@ -57482,13 +58335,12 @@ lbjtogpkwg.duckdns.org descargarnuevoflplayer2020.site statexadvert.club scorpion87.no-ip.info -enhancementlasers.net mnnhnhahmh.in hustle4eva2.3utilities.com chiasun.xyz dvwjlzhiwm.duckdns.org a12c.top -cuqgbp.com +newmake.pw joinother.net hikmwzccyi.duckdns.org desk.websurprisemail.com @@ -57537,6 +58389,7 @@ meinefotos.redirectme.net dsyx738.top service-boosts.com gahoqohofib.eu +lalu.no-ip.org quickguess.net 9w4s1.top dz-drs.no-ip.biz @@ -57557,6 +58410,7 @@ xnidikfgqy.duckdns.org internationalantivirussmartscreensecur.duckdns.org lygylax.com medspruki.ru +klikaclicker.website chiefphillip.dynu.net robapytisycysan.info hangfeet.net @@ -57578,6 +58432,7 @@ support-apple.publicvm.com dasqwewq.xyz anightbeforechri.no-ip.info fpdd585.top +resolutionplatform.com csgoessentials.duckdns.org filelss08.top movementsystem.net @@ -57589,13 +58444,15 @@ litthenuserom.ru xabmctkkqw.duckdns.org shadysidechurch.com lpvohnhntw.duckdns.org -q12lbny.top +dz47.servehttp.com powerlinecom.ml bacrjdzdif.duckdns.org minager.com +saif1.no-ip.org d12kbnt.top wqssztjhlpzypp.com lvrdlrwdqc.duckdns.org +mdown.showprice.xyz threefruit.net jvuggtgfrr.duckdns.org rumahmurahbekasi.co.id @@ -57609,7 +58466,6 @@ sl9xa73g7u3eo07wt42n7f4vin5fzh.biz npw59kj.top googlemaps3.com changyu231.ddns.net -golitope.top bubblesaregreen.no-ip.biz theboyz.no-ip.org gerger545335.pro @@ -57628,7 +58484,6 @@ fpkx553.top itstravel-ekb.ru firstgoogle.co.cc outlookmail-com.tk -ailecalismavesoyalguvenlik.ezyro.com fphm598.top ovioaelbys.duckdns.org ttbuilders.com @@ -57671,6 +58526,7 @@ songfire.net yezi999.3322.org mghjssbleagjvpqnfccr.com producer446.xyz +cyberwar.myvnc.com klkjwre77638dfqwieuoi888.info x6kz8b2.top k21ddmo.com @@ -57679,7 +58535,7 @@ wrqeqosegx.duckdns.org zhboeqxmjd.com facehello.net yasserchar.ddns.net -service.ohmpala.com +sdfegs.xyz oa1.no-ip.org dpds589.top frontyesterday.net @@ -57690,6 +58546,7 @@ api.xyw.space sodanthu.com ailecalismavesosylguvenlik.ezyro.com iljfmvmguk.duckdns.org +cknvvashwcgpsji.ru lghproxy.hopto.org wephone.top siqywbdnvx.duckdns.org @@ -57701,16 +58558,19 @@ wentwear.net amazingwealth.no-ip.biz searchidriverip.space liuukatbsl.duckdns.org +abdo00.publicvm.com frontother.ru yohjgfubgf.duckdns.org 4s345.xyz rekorikoly-postapohabite-irehiheth.org kskzudygix.duckdns.org +lfsnvarlnu.duckdns.org karatel.3utilities.com healthclubfun.com -bookflowery.top +backupsw.infobusinessus.org diamond2948.com camwzffgqhckviufup.com +customers-services.info xingyang-glove.com ulodqowkrm.duckdns.org abcacd4e.top @@ -57720,13 +58580,13 @@ oktits.com daya4659.ddns.net rockemsockem.dyndns.org jeanessbinder.com -di7cln2izr.com npsikr.com mohamed75757.ddns.net bee.newspappers.org jvhuhumzyl.duckdns.org brokenreceive.net kijeoroegl.duckdns.org +a0153884.xsph.ru fkskvvdgfeuh.pk docxuploads.com gwz-mass5938.com @@ -57734,7 +58594,6 @@ pickreply.net glakwmqqrc.duckdns.org 62c91753.site picknext.net -hrsson.no-ip.info 4ermanderezya.website dhl-app.ru lvoobptv6w5zanxu.onion @@ -57745,6 +58604,7 @@ mismojebenadomena.com investingfutureram.ac.ug zetastress.net server992.ddns.net +afafksgizl.duckdns.org payarabionmany.ml ssdupdate3.top work.canadatvsite.com @@ -57758,6 +58618,8 @@ pycp788.top coolblender.ru php-spykip.c9users.io 487bd01e2647.tk +spofy.ddns.net +hierarchicalfiles.com securityforpc.hopto.org wutylxxjjw.duckdns.org zpjykgagzu.duckdns.org @@ -57777,11 +58639,12 @@ caryophyllus.space g6fc1296715bf36dc19390575ab8a34857.to xlxpdotcia.duckdns.org stkhoplite.zapto.org +xzqyhztekj.duckdns.org +zqcp238.top xaiagxdrcu.duckdns.org zyvevoqyta.info maplespeak.zapto.org yubopapvnkroiuf.cn -triedword.net servicehost.dynapoint.pw salturchltd.ga fpqx599.top @@ -57791,7 +58654,6 @@ kniferbellir.cyou nvi.surlocal.com uxrlwuwasa.duckdns.org doc-viewer.com -orl05511cn.temp.swtest.ru vbga.pw gaiusjuliuscaesar.dynamicdns.biz neqymxsvuckmck.com @@ -57804,10 +58666,13 @@ seskoal7rbe.ddns.net transekimist-emutakic.biz ns4.riofraunh.at waldronmafia.no-ip.org +taytotchi118.ddns.net fphw553.top pascani.md +btloxcyrok.info hsuyn.xyz hiqvybxqel.duckdns.org +1604771404.httpdsconfig.com ibercob.com.br nonoxobidency-inovurism.net menrotefit.com @@ -57842,9 +58707,10 @@ webdata.firefoxupdata.com panrights.pw bvasdwset.duckdns.org sc5q5zd.top -vownaknthmvfmmo.cn tangchenbeijianhealth.com ns1.qx8.pl +ibidado1.hopto.org +eazy94.myvnc.com golf124.xyz jonejonesonley.org nmn756q.top @@ -57861,7 +58727,6 @@ fpgy529.top fpnb599.top karutohack.ddns.net tampotrust.top -divacero.net eqnwoedcjk.duckdns.org e-destekmerkezisitesibasvuri.com ymm785g.top @@ -57874,7 +58739,6 @@ ssmiivqxtbtp.ru qnxptufgks.duckdns.org eyeseepotential.com lastmoon.mooo.com -monokuvission-transodigical-semihehamussion.biz caprjhjkqwer.hopto.org c12jbnj.top gadyciz.com @@ -57923,13 +58787,14 @@ flexcrypt.no-ip.net penfonrte.com eventtolddintaning.com rixxon.dyndns.org -truckersemanifest.com fax.micyuisyahooapis.com online.pop-musicsite.com debru.duckdns.org +intimateimagery.com socc59.no-ip.biz wetyd.xyz rudedogbrewing.net +kqgbwkstxniuowm.cn based789.top ns2.chatuloik.at dbsq0009.whservidor.com @@ -57974,12 +58839,14 @@ pbfrfuwcfwurh.com funny.canadatvsite.com btnuulfvovpl.su hemnahqpnr.net +cxyoxwtieqhtugy.com +zenvxzqcih.duckdns.org id-support-email.com bjhmsp.com -cumhurbaskanliktr865.com qfhegebiwu.duckdns.org wohzbphiya.duckdns.org noriblerughly.ru +runeserver24.no-ip.biz abodeflasplayer.xyz bc5q1zc.top simoneisaaclifestyle-1.com @@ -57990,6 +58857,7 @@ gbruntservffdnkg.tk ekapi-tr-trgiris-26.com xiaok66.e2.luyouxia.net noiphome.no-ip.org +murambus.net powerjfnkcn.nl m232fdxbfmbrcehbrj5iayknxnggf6niqfj6x4iedrgtab4qupzjlaid.onion pilnaspuodas.ddns.net @@ -58008,7 +58876,7 @@ donhost.noip.me smtp.ibemakine.com iletefatic.org nmh768y.top -read-arts.com +chnsrmsbsb.duckdns.org navuor.com cumhurtrtr-truygulama1.com eightonine.no-ip.biz @@ -58061,6 +58929,7 @@ ment.freedynamicdns.org xhqtyrnfed.duckdns.org faw.cl emabukexancy.biz +recognized-activity.info btmburcrzh.duckdns.org summervillesouthernsmiles.com tcolleen4463dn.com @@ -58075,11 +58944,14 @@ domain.djkcc.com irixkqbntl.duckdns.org khan2012.no-ip.biz kcnservyhd.in +syn.timeizu.net die-8.top douballkoreshy.net pickwhole.net +asd5211.f3322.net misusihufy-emidedusable-inelizuzency.net sicirtik12.site +caseform.net ayamng.com vkeumq.net ns1.rumx.pl @@ -58092,6 +58964,7 @@ g789g.top camlei.zapto.org greencastleadvantage.com ref345.icu +yoqldyzhdb.duckdns.org mokhter222029.ddns.net indir20gbkazan.com fpbk581.top @@ -58101,6 +58974,7 @@ yqxvtvlttw.duckdns.org qldwcqkvdv.duckdns.org gagteu.com golds1bes6team.xyz +vndktjktet.duckdns.org zpxkvojhsn.com joinloss.net milklift.ru @@ -58121,8 +58995,8 @@ ktngb33.pw driverapmassive.pw pop34.no-ip.biz whozdadx.org +utsxyzxbws.duckdns.org sitenrjncdnikjsrv.in -inachis.online halanis21yi84alycia.top tn1.linkpc.net esgdocrchkqcqkgah.net @@ -58146,6 +59020,7 @@ millefolium.xyz xvltohwebz.duckdns.org xihzmmlkat.duckdns.org thepsaokhue.com +hwxbb1yo9yd3xe.serveblog.net salesgroup.top yycy687.top iugxxyeukh.duckdns.org @@ -58176,6 +59051,7 @@ qcybersecurity.org zciusdoszv.duckdns.org qfhkotjhxb.duckdns.org yc7q7zb.top +lc8q6zp.top domainformailinguk.com curaxpertiz.com google1997.hopto.org @@ -58232,6 +59108,8 @@ hkaidgfccpghbn.com svezatest.no-ip.biz nubber.servegame.com aaa.dsaj2a.org +xffzzagycc.duckdns.org +cyxz89w.top dnsdns1.passas.us cygz27h.top avtofrom.us @@ -58242,7 +59120,7 @@ updat.hopto.org arpjswgiulewuoi.cn fandanfos.xhc.ru myfreerat.ddns.net -lexsmilefux.link +afc.https443.org fde05d0573da.bit 2ogo.com pengkt.xyz @@ -58265,7 +59143,6 @@ firanmanko.ru ofhhusrugsrhgurhg.su harrms-wende.de 1603710763.httpdsconfig.com -erdalwyigf.ddns.net rari.no-ip.biz gacha.knowsitall.info great-tec.com @@ -58288,18 +59165,16 @@ qeqysap.com bseew.xyz egntxfch2f.com barb13.no-ip.info -ztfipuxcye.duckdns.org ahlehup.club -gc9q5zj.top marcelohernandez.org e-mailprywatnosc.site s3curity.no-ip.org hkslesa4.com gydz83y.top -ns3.chatuloik.at +fzbnltvdvw.duckdns.org puzyjyg.com usombeniisealirmisiniz.com -planar-progress.000webhostapp.com +ulrivision.com dynamicmovementmassage.com tesia-thailand.com dutythem.net @@ -58308,6 +59183,7 @@ umachka.ua unitmusiceditior.com x10x.no-ip.org fqcobooban.duckdns.org +bqx12lnjk03rrdio.xyz ndnkhfnqzz.duckdns.org ikhwan-portal.com mh.owak-kmyt.ru @@ -58318,13 +59194,17 @@ africa147.hopto.org mailauthorizationservice.com api.user77080.7ci.ru mrakram.no-ip.biz +account-close-status.com nibiru3.duckdns.org +afeljdcreurlmjp.ru thepeoplenew.org tynupd.com portfos.org trygpdmyjxkdsqc.com +bsgye.xyz hepsibirbilisim.com dealbigdata.com +wrsgljyxnrbbieh.com gaddurud.xyz comcasted.duckdns.org ccpunk.ddns.net @@ -58332,9 +59212,11 @@ afyonhasesgomezilaclama.site pestani.space srvyhdsrv.ch irnet.no-ip.biz +bshadesefe.no-ip.org kgsusfsjut.duckdns.org fphn573.top isohgohrusurgd.su +ykvhpxixrqgid.com bigboatz.us profetest.ru storywall.net @@ -58351,6 +59233,7 @@ qreqmozvvj.duckdns.org ed9fb4.com clcpjmfant.com djvraja.zapto.org +fiollofiorro.uno comforitgreel.ml nc8q3zl.top anon008.ddns.net @@ -58358,12 +59241,15 @@ xn--e1apchgin.xn--p1ai njhfzfknlk.duckdns.org xvuuuhgtfk.duckdns.org pandy1337.chickenkiller.com +iyriqxafgofwvvo.com sorrybuild.ru chance2021.ddns.net cetotrumo.com openisp.su g92bbnc.top yhdsrvncdnnrj.com +urjivviiuu.duckdns.org +r3ba073af9184f36dae3895f8b8061aea0.ws gaminghost.no-ip.biz balikesirmasajsalonuu.com xdykofdhhvhcnpk.com @@ -58406,6 +59292,7 @@ vaqimutenejozuf.info imufopish.info sagawexp.gnway.cc videntesmadrid.com +tuvowiepkn.duckdns.org ektarifem20gb-indirimli-turkcell.com mqp6p7d.com axialmarket.no-ip.org @@ -58421,7 +59308,6 @@ drohppbkxj.com vkjkrghqppnywdc.com aqblhosnng.duckdns.org mxyawkwuwxdhuaidissclggy.com -fpgb537.top asqklyeyuc.duckdns.org anamzh.ddns.net antizubuduful.name @@ -58444,6 +59330,7 @@ server1425.no-ip.org venki07.no-ip.biz 4pplus.ru xuijlmqlmi.duckdns.org +kaeafoaemu.duckdns.org drinkcalories.net unityuntgbrffd.ml dirowranhe.ru @@ -58457,6 +59344,7 @@ sirenhead.ddns.net thunderbolt-price.com pmoae.com fuqlqnigfq.duckdns.org +simplename.website sysupdate24.ddns.net uploading-neptune2020.freedynamicdns.org 90888.com @@ -58468,9 +59356,10 @@ vogelmi.linkpc.net poopthree.com run-tcp.me 1pmn.com +corporatlon.com kuronekoyamao.com 10022020newfolder1002-0151251002202035.site -times-sync.com +zltw15tzezi03nbmru.xyz bakrakhada.com npwrwaqghj.ddns.net justcry.duckdns.org @@ -58493,7 +59382,7 @@ error-word.myftp.biz birdeburuyagercekolsa.xyz pascocountyhitmen.com shadownbr2021.ddns.net -jeaudoyvew.duckdns.org +servicesingnvboa.com suel.top graeca.online pvkmxzafne.duckdns.org @@ -58503,6 +59392,7 @@ t6fc2bbccab717c89bef5b966a66961e0a.ws rooot.ddns.net yrsupdovte.chickenkiller.com gnkltbsaeq35rejl.onion.cab +feltch.be videohosting62-b.tk fr15.sytes.net service-updater.com @@ -58514,6 +59404,7 @@ fillkind.net the53augustine.com emeripusion-prozivaxed.net scan.subby.xyz +wersz.xyz ovllrtmcefdbttu.com launch45723.xyz grbtawhfcb.duckdns.org @@ -58536,12 +59427,14 @@ myartsportal.com veyaf1.s3.eu-north-1.amazonaws.com whbqgvtpxpvqpdjgf.net sat2014.zapto.org +frcblvtmpuygvxzdjsdw.net a7b5be8a3f2c92e0c570a1a4c73938b356.cc exibidion-underoxihement-inakagidom.name +api.dismay.pw dowenlod.zapto.org dg1042.oss-eu-central-1.aliyuncs.com w6kt8z6.top -noxrr.ddns.net +fnjyygovdjyemga.xyz of50d3ee34f3f9c08f6cb153de27931ec8.cc oxshxalbph.duckdns.org pictures0492.no-ip.info @@ -58559,6 +59452,7 @@ randydidier2468.ddns.net webcapro.no-ip.org iribulaward.org ssu-gov.site +rencaa.tl-ip.com lpcp238.top 39unitedfrkesokoriorimiwsdystreetsmghg.duckdns.org snakehoza.site @@ -58621,7 +59515,7 @@ newhostalert.no-ip.info 06odinxqwefck06.freedynamicdns.org support-icloud-localisation.com rxsfmtyqqpdk.org -apple-location-id.com +jgu16cbxdr03ehqvx.com wpuoivwuol.duckdns.org europe.canadatvsite.com minikohivage.name @@ -58664,10 +59558,12 @@ fatfarts.com almazdental.ru vcmcjfapqk.duckdns.org spenduncle.net +vpnblackshades.no-ip.biz zaletelly09.be dc2q5zz.top frupidgi.cn nonet.dynu.net +hatabomja235.ddns.net 0xf4a54cf56.tk diretube.co.uk neawce.in @@ -58679,7 +59575,6 @@ gaabar.hopto.org wwkkss.com bcc.infobusinessus.org groupbizconsulting.com -s44571fu.bget.ru ataturkolmediyasiyorwin.com accqweqweazo.com myimagespace.net @@ -58696,6 +59591,7 @@ information4all.loan windowclient.com love.busketball.com x678x.top +anon6863-48284.portmap.host chwxwwwnoc.duckdns.org uralchemm.ru 854.no-ip.info @@ -58741,6 +59637,7 @@ landscapeborn.com adobeflashmanager.ltd asp.businessconsults.net developersblacknet.ru +deidjemack.duckdns.org tprytitumj.duckdns.org 1603710210.httpdsconfig.com immunezagala.zapto.org @@ -58753,12 +59650,11 @@ mohamed46565656.no-ip.biz qdrewivhuh.duckdns.org qkpdpmvprx.duckdns.org microplants.strangled.net -ffsi.info api.how-to-how.club siosdashcr.bounceme.net hamptonandjones.com aa478f47.dynu.net -omoobani.ga +plmoyuwkct.duckdns.org microsoftsupp.com zipflag.com hash.serveirc.com @@ -58805,8 +59701,9 @@ leardpiquillov.com smbrlm.hopto.org cumhur-tcbm6.com pkefwefwefasffg.zapto.org +awrtxvws222.duckdns.org cdn.partycross.com -providerstore.xyz +mycuckiaij.duckdns.org churchill91.com carbonratv2.no-ip.biz hackhaer.no-ip.com @@ -58841,7 +59738,6 @@ transcontinental.com.qa baryom.ru septimoserv.duckdns.org bndduftnfteu.com -dogawaydered.top agesdegessites.site ms21-app3-upload.com pvvvguagpf.duckdns.org @@ -58851,6 +59747,7 @@ fitoldday.site trendmicro-update.org yayanikes.n0-ip.biz dudedafuck.no-ip.info +paic.website overifaker-monokabarize.com ultramasicize-overusixern-nonisupimary.info migmiguel2.ddns.net @@ -58869,6 +59766,7 @@ iledubiking-microzagussion.name bdr.ubibancaa.fun rbeufvjmjs.duckdns.org shehig.com +thisistest.zapto.org buchedosa.ye.ro mbfce24rgn65bx3g.yio3lvx.com jnazmertsw.info @@ -58886,11 +59784,13 @@ pwsnmpyooht.com fpdj532.top fpsx588.top svtlghjvto.duckdns.org +lapoire3.hopto.org fpym526.top scat.cf jiraiya.info musicother.net alhadath.mobi +vzfmyptlvo.duckdns.org balakhonov-yuriy.ru ecolesndmessines.org ymn766g.top @@ -58972,13 +59872,14 @@ avance-personas-cuotas-diferido-cl.cf urleddrug.at wb60ycll.ml waluelines4.com +dmrkcjtjad.duckdns.org crimcraft.zapto.org uajl7qmdquxaramd.onion bocgjaibcu.ddns.net cpskptecnx.duckdns.org rezinrubber.cyou webclient1.biz -tjxyguxvmo.duckdns.org +hiolop4.fun travelups.co.ug xtwudbgv.com fopstudios.com @@ -58991,10 +59892,10 @@ elletriciti.casa sadakagaryah.com server1rc.exodus.connexxa.it cwfklthdbc.duckdns.org +hfrsqtbdsyunoqe.ru letmeratyou.no-ip.biz sightearth.net fffttggtft.duckdns.org -survey.shacknet.us dlll23.ddns.net f0378370.xsph.ru ef94c2ec.ngrok.io @@ -59033,6 +59934,7 @@ haedhal.com hitman3.no-ip.info htkiohujnf.duckdns.org vb30.co.cc +myrpledycyxoxma.cn static-google-analtyic.com mr10.duckdns.org xphiclmobg.duckdns.org @@ -59132,12 +60034,14 @@ whwgkj.com bedlinezone.dynu.net ns3.pitat.ru iifvwttggswb.com +km8ng96.top bas-vuru-destek.com thanos.one cumhurtruygulamampandemitr14.com cxkdufgvmqdk.ru notherorne.com private-area.ru +qrymokwrciexsdl.com ratserver9.no-ip.org ppgdnambwo.duckdns.org ainahanaudoula.com @@ -59170,17 +60074,18 @@ lykygun.com checkincheckoutdoodling.in crocodilus.xyz maxmarkov.duckdns.org -nothingpaint.com lriwyixxan.duckdns.org ehlkldypuf.duckdns.org noeuaoenriusfiruu.in tsrsolutions.in +djhsuxcrid.duckdns.org assa1.info knowwhole.net session-users-activities.com icoud.online sandwichprotector.duckdns.org mapper.space +vgyfgkbnfwjpcdv.com rqcphtgsss.duckdns.org login.bignaver.com bloodshed58635.xyz @@ -59194,7 +60099,6 @@ mervinsaat.com.tr bjbt.hopto.org sxeehhmqgb.duckdns.org septemberhurt.ru -api082102.seemonitor.xyz drivres-update.info mylegions.icu smc-coding.com @@ -59231,11 +60135,12 @@ piuirquaynoxkfn.cn girgreen.xyz ovhlkvkufw.duckdns.org crodolvith.xyz -bltmstf-32531.portmap.host +dogvipcare.net sicksound.net hhzeukmtix.ddns.net -westroll.net +hdfuckedin18.top tc8q8zp.top +jua.no-ip.info slingshop.ru.com hawetertsx.duckdns.org aljabiry1.no-ip.biz @@ -59307,6 +60212,7 @@ captainblowdri.com ronixzemulaotr.ddns.net uvduc.no-ip.info fayoghurt.no-ip.org +urnsaxzzbf.duckdns.org wgphnuhjdg.duckdns.org dextrotrading.com yerydx233.duckdns.org @@ -59322,7 +60228,6 @@ sonic4us.ws maclink.ae asosha4ed.no-ip.biz gjrvlcdcno.duckdns.org -evqtjqbkpffhhnyp.com saglik-20gb-aktivasyon.com qcnflpjehq.duckdns.org f6kq8t1.top @@ -59332,7 +60237,6 @@ vernahearveleama.tk gobali.hopto.org blow.reutersnewsonline.com hgsssssfee.ddns.net -mj-ive.com support.ayuisyahooapis.com nebora.space 1l1i16b0.com @@ -59345,7 +60249,8 @@ argoauto.net ghostale.com monucp.u-cergy.sunu.me test-service012505.info -bmyqdedqqe.duckdns.org +ymz731b.top +aauaaaeieiieetr.cc salespaul.hopto.org u1.fartit.com d4ztest.hopto.org @@ -59359,6 +60264,7 @@ ntrshvquunyzxevkucs.com geqddereqd.duckdns.org speedyd410.np-ip.biz saik.dip.jp +habbo123343.no-ip.org plantwear.ru fir3ndlyfir3.zapto.org adymoxewupx.blasters.biz @@ -59366,7 +60272,7 @@ aqadelics.com km8pk17.top google7.no-ip.org layan.ddns.net -fpkx578.top +system-engineering-pc.com qwevrbyitntbyjdtyhvsdtrhr.com knysitnzfj.duckdns.org leetech.appleupdate.xyz @@ -59408,11 +60314,10 @@ rfuprzxrcr.duckdns.org bppqqpqrth.ddns.net damlaekmekcioglu.xyz ifvvwxccfuts.com -eawrtdxh3.duckdns.org +zaqatala.dynu.com ns4.free-dns-test.ru configsamg.bounceme.net -wupgkipgaiu.biz -nlhvfrsnuw.duckdns.org +zykxkkdfeh.duckdns.org starcyclone.com statexadver3552ap93.club bomz.ml @@ -59425,6 +60330,7 @@ liartook.net project18.dyndns.org afmichicago.org duckdns64.duckdns.org +down.sqlnetcat.com dexter-ly.com caiu.duckdns.org hackingcria.ddns.net @@ -59446,6 +60352,7 @@ wishfind.net procompany.ddns.net ssartpia.or.kr wazzupmyninja.no-ip.org +eqderrwkwx.duckdns.org wg1.inkeslive.com nqdrfmjfdj.duckdns.org ferhalirish.co @@ -59462,10 +60369,9 @@ cow37.xyz t-softbank.com j72xbnd.top kibermansuladu.ml -domain-frilans.ru testadminhelper.ddns.net -c.nas.ru -arielpica.ddns.net +eeeqcdpugt.duckdns.org +xhuoqitkyt.duckdns.org lemonlylime.no-ip.biz branderryadhe.ru ffuwpwqqrz.duckdns.org @@ -59484,7 +60390,9 @@ obzueobl.org ouiyg.mefound.com ryanpearce.no-ip.info blessingonblessings.ufcfan.org +bbxjgtsfut.duckdns.org drpka.ddns.net +qdvzzuztzj.duckdns.org lauzon-ent.com fehotontsin.ru ilonasulity-monoposocily.biz @@ -59494,13 +60402,13 @@ sunday-deals.com unaxadumer-ilufitary.com mundonet.no-ip.org vujamgckua.duckdns.org +gcfxb12aefoyn03epdoji.xyz leadroll.net deranuniness-reputuven-microvatogily.name bfwrrbe.vip swcp558.top rqw1qwr8qwr.com ikjncjdswsite.nl -ns1.tomgamd.pl harriettubmanu.com nusivee.net cyzz69j.top @@ -59515,6 +60423,7 @@ website0012.net yurimacedo1.ddns.net bserver.no-ip.biz e-helpingcenterxg.pl +macdanielo.hopto.org bfrxznyisbestie.ml belongposition.net bunakaranka.ru @@ -59530,13 +60439,14 @@ nanocookie-40438.portmap.host special4375.xyz xazzzmykkk.duckdns.org apple.3utilities.com -cfgtgxkjji.duckdns.org +bendes.co.uk canm.me y4eb1a906276780d31fc1b1ab332c760dc.cc bassemdz.ddns.net gypz73m.top pxbjcdxuou.duckdns.org tiende.ru +fsnmrjogia.duckdns.org morsee1337.beget.tech hy2366.xyz therepalon.su @@ -59552,6 +60462,7 @@ andrerats.duckdns.org kunduhotelleri.ml winkeysysmon.sytes.net nmf736g.top +qq444914178.3322.org dark-comet.no-ip.info runescape-rewards.zapto.com aermewerog.com @@ -59564,6 +60475,7 @@ f6km8t3.top aminrahimzadeh.no-ip.org weatherreason.net setoff.zapto.org +0wn3r.ddns.net hiflowwing.com m82mbnp.top lunat.top @@ -59579,7 +60491,6 @@ hackingapoh.ddns.net howeconsultingsf.com zkzaocpuru.duckdns.org onmmzffffs.duckdns.org -rogatech.cf rqcobocobo.duckdns.org iloveyoubabu.ac.ug hoyunesfotosesilaclama.site @@ -59595,6 +60506,7 @@ wvwboccccq.duckdns.org weaknessman-joint.com ilohbraddebuka.no-ip.biz ftp.canoedaily.com +heavyweps.no-ip.biz evkikclfdf.duckdns.org yms735j.top thezencon.com @@ -59618,6 +60530,7 @@ mpfd.afraid.org samioner.top x6kb8c5.top tcbmtruygulama1.com +downloadju.com tninxajvkg.duckdns.org 1604771529.httpdsconfig.com resultstage-presence.com @@ -59627,6 +60540,7 @@ solesdofobc.kz sherwoodpest.com weltho.com aaa.stage.15594901.en.onokder.com +agitopinaholop.uno fpjr562.top 9000x.ignorelist.com milkbuild.net @@ -59638,9 +60552,11 @@ yugdab.duckdns.org onlyscaredivideriot.top extraczaroff.com qcoocpccpp.duckdns.org +thesestood.net awqsx.xyz gendelf.com payibahtokgb.tk +drunt.at fajr.com uloaqnpafx.ddns.net vopyzuc.com @@ -59682,7 +60598,6 @@ myleeeeree.duckdns.org tdenhrxhzz.duckdns.org gixjkfheck.duckdns.org frontnovember.net -feshng.hopto.org realartsonline.com moveteach.net mjgfuzxgcg.duckdns.org @@ -59739,7 +60654,6 @@ unknownredirect.no-ip.info mljgynydmk.duckdns.org tonystark001.publicvm.com rss.beanfile.com -teenpornotube.org ablethrew.ru blackshades.zaptop.org mifiqofude.info @@ -59782,17 +60696,20 @@ bigboyblue.no-ip.biz duck87.duckdns.org skyta.net hckx06.no-ip.biz +webxpostdytechnologyhardsoftware5buyers.duckdns.org trieshelp.net windowsmirosoft.redirectme.net lulssnjcqqajjgb.cn cooperativology.com qpexprdyth.duckdns.org +olwiifpunf.duckdns.org kdyafgkwhf.duckdns.org 4449ee6b.dynu.net ns3.funnyns.su adpolicer.org lolus23.no-ip.biz rudyhunter54.xyz +uaykgsxsuw.duckdns.org zkfnpv.com cdnwebmedia.com rutramagysmanskkmoderatordstezya.website @@ -59837,6 +60754,7 @@ searchrinup.org frxer.ddns.net nlkkxxbbam.duckdns.org freenwild.no-ip.biz +axhldefmar.duckdns.org ymr752s.top shiqiyingli.com miscrosofts.com @@ -59848,7 +60766,8 @@ techyde.com antivirus.ddns.net isaac2456.no-ip.biz xaowuhopud.localtunnel.me -shengbo769.com +hvyxqwda.com +xyxyxyxyxyxyxywkworkforworldwifewide.duckdns.org awfftylkat.duckdns.org cxxbowthwivwtqc.com goidiom.top @@ -59864,6 +60783,7 @@ gc6q7zf.top yandex-site.com lappenfick.hopto.org blholove.best +km8kl95.top civrr.com grcp578.top my-ukr.net @@ -59874,11 +60794,12 @@ operswagner.club djstoern.com altsyst3m.servegame.com yourhurt.net +abusabeel.linkpc.net representa2.com ms78.site eek6omyfilmbiznetwork.org nqstejdvwk.duckdns.org -httpsolution.eu +f62nbnj.top pridafi.website obicharls.redirectme.net identification-apple.com @@ -59896,7 +60817,6 @@ wcguwnljnv.duckdns.org hunopk.xyz blame-sleep-chart.com simplestorikoste.com -englandprevail.com lalacious1.serveftp.com ryan.lookatalltheshitigive.com reason3131.xyz @@ -59906,9 +60826,11 @@ reactx.no-ip.biz quantumdevv.chickenkiller.com mp3.servemp3.com rzawzkfotu.duckdns.org +neiubqwylx.duckdns.org dotnet.safalife.com jupqijavif.duckdns.org guputhy.site +zockzock.top cruslter1337.no-ip.biz djigurda.eu ymx712s.top @@ -59916,6 +60838,7 @@ lamensa.no-ip.org 3s1xb.top re7.no-ip.biz oe7opfnkwi.com +kuifprqfriiyyhn.cn igowarsobi.duckdns.org webfile.myq-see.com pmheuaewpi.duckdns.org @@ -59938,6 +60861,7 @@ km8mp11.top hediyeinternet.website xn--salkkaytbirimia-0cc12aei33g.com triedfool.net +midvqxxzxr.duckdns.org interupubancy-irobosutance-transezokossion.info logitechwkgame.com pchildblack.no-ip.biz @@ -59952,7 +60876,6 @@ ccpwvviutg.duckdns.org dandoesinternet.com wnah27frybfe02sadb.com treesofter.mooo.com -iqlkscarslbvxt.info ukogono.top gtkrbeymgv.duckdns.org jiryzegovewuheb.info @@ -59984,6 +60907,7 @@ kmbdiffer6.com nheckftdfg.duckdns.org kyvws03ndah03hecon.com ouaou.no-ip.org +wqrgbpqugo.duckdns.org dingilseninbabandir.xyz ns4.crazyservers.ru firewiress.com @@ -60003,9 +60927,10 @@ juwsoxxcrd.ddns.net druvan.xyz yabqxztqla.duckdns.org h52tbnx.top +tpxpxctkrq.duckdns.org lucab.ug rock-rock99.no-ip.biz -d.beahh.com +zonne-lening.nl cs-server1.biz aghxwwotyf.duckdns.org lordagain.net @@ -60022,6 +60947,7 @@ aklexim.top viters.org mgdlayhtdr.duckdns.org p52lbnc.top +budaberlin44.top heritageagencies.com jwavdwaoji.duckdns.org x6kl8t8.top @@ -60029,6 +60955,7 @@ sijlalzmhs.duckdns.org narko-dispanser.com xzjmmkizlj.com melikeyanverir.com +pwpxfdfdoq.duckdns.org slpudmprma.duckdns.org gfgves.com ldazvlienb.duckdns.org @@ -60045,7 +60972,6 @@ glupsnedcl.duckdns.org skoiuagogwwkccoc.org gizqvzdngm.ddns.net w6ks8d3.top -myinvestgroup.com three-property.net jyereffssu.duckdns.org 1604771644.httpdsconfig.com @@ -60057,9 +60983,11 @@ blackicejokerdex90.no-ip.biz webmail.westinqhousenuclear.com amazigh.ddns.net www-049.businessformars.com +bggnmjrcwb.duckdns.org my-sing-post.top zzjsujpstcsx.myfw.us 1603710117.httpdsconfig.com +fjs.wikaba.com zhalehziba.com ahmedali.linkpc.net server1738.ddns.net @@ -60071,7 +60999,6 @@ ylbfapvoim.duckdns.org brsgunnegh.duckdns.org fprr527.top odyvxtppwkcw.org -reqwah-51357.portmap.host cccam4u.myftp.org obereagu.no-ip.biz 7wuwk3aybq5z73m7.onion @@ -60093,7 +61020,7 @@ pandemiyardimlari12.online zxcet.xyz l3davinchicode.su napgpcjwgk.ddns.net -cantlosedata.com +agycnbfuik.duckdns.org automotive.20x.cc netw32.xyz xanjan.cn @@ -60125,39 +61052,38 @@ lahe66.u1.luyouxia.net axtyfgljrm.duckdns.org derpderpin.no-ip.biz resrnrrmnn.org +cloud-miner.de avroran.biz 5zq2.no-ip.biz afegeymedendemenic.site d52qbnb.top +sfwytuthrs.duckdns.org carlostevez.ml h6kd8z2.top electrobric.com wsedff.esy.es api2.wipmania.com.wipmsc.ru -mfryw.xyz +desk-top.work ihlpqtddqqyh.com c18hay.ddns.net dl-sync.com fpnw539.top sara.beckks.no-ip.biz -fpzz595.top vandergardetuinmeubelshop.com t2st.fav.al otuzbircemresdengelenis.site -webapp.datejebemupicku.com -aftercouamount.net speculate5736.xyz bicyclereply.com adminben.dyndns-server.com b22cbng.top 1603710029.httpdsconfig.com 23bteufi2kcqza2l.onion.cab +mrtkaqztpgudkjgelfdhnvdinj.com willenhillen.xyz km8ln63.top -smart-net.rocks repotnowing.com eiwexbdxmt.duckdns.org -ubuy.ddns.net +wloppyload.top overiteraful.info pashalol.ddns.net hc2q6zk.top @@ -60165,7 +61091,6 @@ noseiron.net stdy3frndgreencreamcostmeticsbabystored.duckdns.org t.fishdns.com ilovez.duckdns.org -bachtshirts.com kefsffssum.duckdns.org desizulous.name mbclegacyllc.net @@ -60175,16 +61100,17 @@ uuusoowkxghertmohjro.com powerpbnservyhdikj.fr triplejuice.top vtnsswglrf.net +lisrvb76.top minorr05.top kawamatat.com rodanet77.duckdns.org 123222.zapto.org bshade84.no-ip.info -captainsquirril.no-ip.biz +euroboss.duckdns.org xc5q9zw.top -bridgeph3.zgxuanhao.com +apexworldlaunch.tv nickdns72.duckdns.org -igxvsxbqob.duckdns.org +serkolo.top dzhacker15.no-ip.org us3hg.xyz flingopskd.xyz @@ -60192,14 +61118,13 @@ web.webservicesupdate.com ekotastic.net kjbd.xyz ns1.dot.net.in -tmemdpjpyktfd.com +red-stoneses.com wipeglossy.no-ip.biz epicwinserver.no-ip.biz vifs.traveltravet.cn gycz37t.top moviefor.com anonclient.myq-see.com -wuxajajejo.info weblogon.ltu.se.ztit.cf eu.zzux.com meuipnovo.freedns.su @@ -60207,17 +61132,15 @@ vakifbayrmdstkiade.app wq02.ddns.net recovery-emailcustomer.com xmayjsaevx.duckdns.org -cw.mcafeepaying.com ministry579.xyz sofexjordan2014.com +aminecity.ddns.net irodissatuzagrose.best pc5q9zc.top -zc6q7zc.top +wed52bccf951f2f1f1d691c1fed1298bb0.hk ymz796c.top -77444.club googleweb.ddns.net datingoffersxxx.fun -blah-rs.no-ip.biz saggle26.0-ip.info bowl-style-mistake.com rymxunnmnokxmbdfpph.com @@ -60233,9 +61156,8 @@ conficker-sinkhole.com chiefborrow.net hfprime.no-ip.org ahojxjlhxnxeykn.ru -lucknowww.top +clientrat.duckdns.org newiro.com -answersbybig.no-ip.biz conium.xyz cumhurbaskanlikeuygulamasi39.com u1edcdn.com @@ -60248,13 +61170,15 @@ psxsw.xyz eqoihggsei.duckdns.org volkatv500.sytes.net earlymorningmama.com -hkzzpuhuix.ddns.net dytw688.top +hr-wipro.com api.odmenarmi9z.site zipcodeterm.com -dyn.newsonet.net +winupdate64.net wingtingdong.no-ip.biz -droidjackv5.ddns.net +line.tdrcoastalhomes.com +kulak.at +dns4.ilutrekl.at ns1.timedate1.com investcerto.site nik1002.myftp.org @@ -60265,26 +61189,22 @@ android101.ddns.net lacikuli2468.bit mail.canoedaily.com lego111.com -p9b72ff58c6d21d75594e456dda58225c1.ws lvmotorsports.tk -ns1.mtygansk.at -qkiecbtaax.duckdns.org -deadfebruary.ru +lrfyqneanck.org bqfhxmpdee.ddns.net -nmd788p.top -songnews.net -mivudigowu.info +kingofcraft2000.serveminecraft.net 71912f123fe7c1ea528b8f00169b82f7.in +degikanuth-nonasodous-underuvohoging.net igtfrcomts.ddns.net b0t.meibu.com city.gmailboxes.com -pamucteney.xyz officebuild.4irc.com gycz25n.top +accountsgoog1e.com h33ttp.chickenkiller.com parospp.duckdns.org hpsupport.site -matrixxx35.no-ip.biz +ihzfwitsog.com kcprcgdkvd.duckdns.org widows-update-service.myq-see.com bbyknbe.vip @@ -60300,39 +61220,38 @@ eurioooooo.ddns.net fuckyoulammer.duckdns.org billdrop.la vljfhvniqpl.org +ilmkjioilodjtlf.cn mailhost-ut.ee rafe.no-ip.biz -kjnsfiosgjnlorgiko.ru hardcorefuu.no-ip.biz -cymz52d.top +gdndufuvqs.duckdns.org cumhur-tcbm3.com -abodygwlpa7.no-ip.biz blockschain.great-site.net ghkdwjstjf0714.codns.com allseeingeye.no-ip.info vysqojhjcu.duckdns.org favorgives.net -a0458095.xsph.ru +dertanion.ddns.net higomanga.info km8sp28.top housecleaning.press sub2.haircaresupertouch.waw.pl rdpnl.no-ip.biz -getwindowsupdates.com ntqsfkffxmfssairdbgv.com jupoofsnc.ru criticalvip.kro.kr exxxwrtw1111111.kloudghtlp.com qebysul.com ecbbbbobgv.duckdns.org +shtumichael-40213.portmap.host ruytvwujme.duckdns.org meelectri78.xyz uevpuuvmrs.duckdns.org xtldgcnvgo.duckdns.org compagniamaestro.com inopofalize.org -1603710516.httpdsconfig.com pc8q9zs.top +ghfitfonkilwxjq.com goodjob88.ignorelist.com ahmedsaleh.no-ip.info 7.rs.myvnc.com @@ -60340,23 +61259,22 @@ yashefi.ru wzbnfvuiwm.duckdns.org waetdasfh.duckdns.org htclan.servecounterstrike.org +4s85g.xyz api.goallbandungtravel.com +eppcpdppgt.duckdns.org fanhueqkrc.duckdns.org tri-topora.myjino.ru rslogs.no-ip.org gabresyoncenis.site tiapqndjbeoqfnyjd.net -xn--aklliletiim-0zbc36d.com +test-service012505.website hcccboandq.duckdns.org -rgnypkrfiuts.com inapfirst.top funnydeando.com manoreedtrojan.no-ip.org instruction-box.com tfhoahegue.ru blog.raw-recruits.com -h98801x4.beget.tech -netionax.top beohvokulv.ddns.net https.lksoftvc.net levelup.publicvm.com @@ -60392,12 +61310,14 @@ tkqvdybqwc.duckdns.org microsoftupdateswin.com quickwhere.net chukymiller.ddns.net +sampleadvert.net masd-10.com shittymimick.bounceme.net nmt719m.top c.blo.kz assignmentrent.com nandos.hopto.org +aanwraenfbhdaaf.cn dominoduck2069.duckdns.org pt-g.top threecold.net @@ -60415,9 +61335,9 @@ jackvale.zapto.org bitcrash.zapto.org muzicwonder.com playreflahs.xyz -asxzs.club +recon-x.zapto.org macropilepafy-monopanising.org -swiftgiants.com +boardexecutivemanagement.com celvadesynola.gq lyryvex.com seeuaround.info @@ -60441,10 +61361,10 @@ s3zcpvwy40.com kancer.b0ne.com joomwerk.ru ns2.tcpupdown.ru -winservices586.no-ip.biz rmehck.com ns1.lebest.ru squidhala.com +jkcnyuidec.duckdns.org kingspy.duia.eu pcvjxxykzm.duckdns.org khwoeitser.ddns.net @@ -60460,7 +61380,6 @@ ddtupdate4.top refrryzuao.duckdns.org monochromestr.site sxqzwasdgb.duckdns.org -uewqwnuqkd.duckdns.org overoxufary.net fb25d3add23hy.com nmf798g.top @@ -60495,8 +61414,7 @@ thesuccessalliance.in fpfk569.top p52qbnw.top ccleaner.host -twelvechance.net -cupo-web-avance-cl.cf +xdatingoffers.website h6kt8f3.top gkxwedzxmf.duckdns.org c19h7.no-ip.su @@ -60585,7 +61503,7 @@ planktondavid.000webhostapp.com tanytofre.ru prod0s.zapto.org ycpyxidygj.duckdns.org -vuryza.ga +20gbnet-tr.club darckcometa.ddns.net copporationnews.com intelaids.su @@ -60595,11 +61513,10 @@ qfgtmvbsnnxbpz.com kzboggtgma.duckdns.org xskewber-24412.portmap.host swagg.allalla.com -support23.no-ip.biz +dcxcs.xyz onedrivems.online i678i.top htsftlmzyz.duckdns.org -srawslorpower.com kilogoncha.casa yearight.no-ip.org emniyenisdentycen.site @@ -60637,6 +61554,7 @@ nnrtsdf34dsjhb23rsdf.spannflow.com zhawi47.sytes.net e-girishalkbasvuripandemi.com fristaylooo.ml +y4et.no-ip.biz withform.net timenard.top deadwalk32.ru @@ -60647,7 +61565,9 @@ gybz92b.top abdullh2424.no-ip.org knbpuqbpar.duckdns.org cirugiaabc14.ddns.net +kbyqrhytoz.duckdns.org ecoste.no-ip.biz +qpcpccogna.duckdns.org bsy3g.xyz autopilot.verwalten.ch lewpzozzuqlfzutyj.net @@ -60727,10 +61647,11 @@ zyzootube.no-ip.info beshades12.no-ip.info ns3.dethort.at kwldvvdkar.duckdns.org -nmd712s.top +ajjjqws1fkxx42.com h6kx8j3.top silverstop-staff.com g78k.com +dfgcv.xyz mum14.hopto.org rockcolor.net vzproxy.verizon.com @@ -60746,6 +61667,7 @@ google-stat.org z1n.000webhostapp.com 9s512.top 10022020newfolder1002-0147251002202035.site +pereloplatka.host new.surfeth.com mxwwoboaft.duckdns.org welcome30.zapto.org @@ -60753,9 +61675,9 @@ exipogreen.ru pmbzoharxz.duckdns.org karambga3j.net bhq6bimdfwwo857xdurp.ru +ipqphcdytb.duckdns.org withhappy.net cumhur-tcbm.com -inuraxament-macrosagahosion.com lineout.pw skylod.com gaouehaehfoaeajrsp.co @@ -60773,6 +61695,7 @@ rs07loot.no-ip.biz cyrz16l.top rspberrytd.agency rnmlurstloju.com +gdejwrwfry.duckdns.org rds11.ddns.net gxxgxhitgs.duckdns.org remission.tv.gg @@ -60859,7 +61782,6 @@ rbybufegwh.duckdns.org fridgehealth.best cozafufihood-execuhance-postasahanish.org iniricity-monogimikese.net -zxcp918.top bdnuoqqwxl.duckdns.org sskill.b0ne.com ns2.harmshaked.pl @@ -60872,6 +61794,7 @@ cyfz79b.top crevice73.xyz yofobdbtke.duckdns.org jpfdtbmvuygvyyrebxfxy.info +22bogotacapoital.online filefactory.online kzxuqf8w7.biz lolupdates.fishdns.com @@ -60890,7 +61813,7 @@ zouqfucdef.duckdns.org uniq-soft.com pixls.ddns.net huhhvinnmz.duckdns.org -shopandpop.ru +korybaxaya.today viewhelp.net china-technika.ru itssfserej.duckdns.org @@ -60961,6 +61884,7 @@ ocwaohenwoaf.localtunnel.me hg8.no-ip.biz iqwoocisysswikqa.org sadostad.ir +q12lbny.top jpyx978.top compiskra.ru ustreambesttv.rr.nu @@ -60988,7 +61912,7 @@ hitmanhf.no-ip.org globalcrisiscentre.com portcityarts.com proanalytics.cn -16fckgwxqweod16.freedynamicdns.net +112165.com nickeltits.duckdns.org anito.ddns.net unaducism-cotokugaship-misulezolify.biz @@ -61016,12 +61940,13 @@ api.admina.xyz rcwofnuvvvth.pk lbcp328.top mortgagerecommend.com -ilokarary-subezireper.name +km8nx29.top 10022020newfolder471-service1002012510022020.ru beastmodehit.top benzouine.no-ip.biz asasas.myftp.biz was.arrowservice.net +goodhk.azurewebsites.net omega-metal.ru t7yz3cihrrzalznq.onion ceros.businessconsults.net @@ -61082,8 +62007,10 @@ boss21121.no-ip.org kafurr03.top updateserver4.top socksproxy1.net-freaks.com -api100901.cubetv.xyz +maytepeltre.com +ooep.pw porenticofacts.com +bigmoneyboss.xyz kane2244.ddns.net firewallbd3.tinydns.tech peuwdchnvn.us @@ -61101,7 +62028,7 @@ stalemuc5.xyz z6kq8x8.top cyberfreakz.cf ilgo.ru -krcxdpitjs.ddns.net +ad.icab.pk welcome.toutiao.com avckolukmv.duckdns.org yrsqcsfotc.duckdns.org @@ -61136,7 +62063,9 @@ ftp0118.info southride.net jonathann.ga nhsjg.xyz +sdfg34av.beget.tech bestupdateserver.com +aomuqarwpo.duckdns.org mxxocloolstw.pk mfksmyhyabqxkwx.com duuze.no-ip.info @@ -61150,12 +62079,10 @@ vofyqit.com cc9q6zy.top dstek-herzaman-destek.com uwyfpkkgnk.duckdns.org -fbz7fl.com lkmwdfe.xyz km8gl58.top black1990.ddns.net hdrw3.xyz -rewrrdotxk.duckdns.org uwk07.publicvm.com wssmrchkdh.nsbhe.com mylifegod.ddns.net @@ -61181,6 +62108,7 @@ popeorigin2.pw gravyshop228.000webhostapp.com bilel123.ddns.net ohfebveub.fun +vlmnbbofnb.duckdns.org ronughmeligh.ru justchilling123.zapto.org lum.no-ip.biz @@ -61200,7 +62128,6 @@ nonstopacc.com directfood.icu jbg.hidefromstrangers.com nulledserver.no-ip.biz -mkjcppcpbf.duckdns.org searchjittery.com checkhurl.site xhitdudjxnkblnu.com @@ -61213,6 +62140,7 @@ qihv.net j4l.nonakadde.ru djsvdmyisdrdrnolitdb.com xvauhzlpkirnzghg.onion +mruwoytrge.duckdns.org ryranatapum.com wortexpharma.com okoyehenry93.duckdns.org @@ -61262,7 +62190,6 @@ seifrastabia.no-ip.biz q0w.ru sharedocumentlogino8.tk googcnt.co.in -resultbranch.net altincopps.com bahrscan.no-ip.biz km8zx27.top @@ -61275,8 +62202,9 @@ ignuxas64.ddns.net rapru.info vnsosewghp.duckdns.org k662061b1ffcebf8bca4853cf3c76519bb.to -cyb.lilsnoop.com +ihiycrnyrspl.net nortonlilly.info +ototmoto.com inixidivetn-emoluxancy.name plotrunner.com redmond.corp-microsoft.com @@ -61297,6 +62225,7 @@ sys4-upload2-srv.com hlebska.info monovuvoludom-ultravaviship.org pandemi-edevlet-yardimi.xyz +kuronekoyamato-adg.top kcxyxqbieh.duckdns.org riad123.ddns.net odryreo.site @@ -61311,6 +62240,7 @@ dodee97dodee.ddns.net adambshades.no-ip.biz unknown-garbage.com nitsannthit.com +yourluck.xyz omueda3.esy.es happyiphoneusr.top constructioninc.zzz.com.ua @@ -61360,6 +62290,7 @@ ikjncjdswncj.us terwyhx2.duckdns.org qqkmonskrfgn.com infoaccess.no-ip.org +dsgwezxdb.duckdns.org zeynsfddjp.ddns.net yc3q7zj.top zarpac.us @@ -61376,7 +62307,6 @@ anonomous10.zapto.org umadbor.no-ip.org nonacezancy-inohitish.org github.ignorelist.com -windowsapplication.ddns.net ns1.hostasa.org jqhepemune.duckdns.org seokwang.org @@ -61420,7 +62350,6 @@ vpn12345.no-ip.biz ijujcbjopfyvvp.co.uk bf333.ignorelist.com moffice365.live -inypdvtedb.duckdns.org atombody.best aqavtbldaq.duckdns.org freexe.ru @@ -61443,14 +62372,15 @@ dezaredo.top razamahmmood.sytes.net jkharding2013.ga jdr0424.no-ip.biz -mommyreal.ddns.net +matthew-stevens.club redforlinux.com freewayreg.com +nmj727n.top searchuserbar.org javadriveby.no-ip.info 1604771381.httpdsconfig.com ratissesned1039.chickenkiller.com -mlg1.no-ip.biz +micro.no-ip.biz 18asd4.xyz waitjune.ru km8zq59.top @@ -61462,7 +62392,7 @@ azildmurf23.ddns.net cochlearia.xyz ultradapufed-macromehucancy.name padama600.ddns.net -mind-finder.com +hosthacker2019.ddns.net bueoueoaoeoadla.co underirovaty-macromopikism.biz 10bonusonline24.info @@ -61479,7 +62409,6 @@ ou3.infosupports.com faisal1877.no-ip.biz alonereason.net 10022020newfolder3100231-service1002.space -djhsuxcrid.duckdns.org psychotiic.dyndns.info likatn.zapto.org clawftw.freedns.su @@ -61496,7 +62425,9 @@ maldivosgrant.net s321ff44e6f756fd45e9767e0f47905bf3.tk dubkill.com justfortori.no-ip.biz +flash-update.digital pwljefrvhh.duckdns.org +sitefjrpoweryhd.co fi-orphan1895.com sunsetsnow.duckdns.org kind-detail-opening.com @@ -61508,13 +62439,13 @@ ifreegive.gq fix-template.site negatifrat.duckdns.org lol-autoconnect.dyndns-server.com +hitfromthebong.top nospoils.top virtualartsonline.com f8era4t.no-ip.biz lmodvknqju.duckdns.org spicylips.no-ip.org macrolodision.net -rockarmy.net acnjbhjgov.duckdns.org worldnetmovie.in ehoulby.com @@ -61562,7 +62493,6 @@ queimaducknaopfv.duckdns.org myuwjgzij.com sxsts.xyz ffxrqyzbypyxrlfzhx.jnuer.me -serviscesecuusreserc.cf mailadvert17dt.world hbanela.com munjalinb.info @@ -61575,7 +62505,7 @@ kali333.hopto.org hnokbpxcwo.duckdns.org pkuablfhie.duckdns.org scfoijdccqtmj.net -menevvhknaenjvr.ru +dywanypers.pl thevital.ddns.net 0x.com.ua ns1.datetoday2.org @@ -61585,6 +62515,7 @@ dyzj685.top besttus.com abo3wa6.hopto.org rhdxpgvarn.duckdns.org +189.no-ip.info ehigsgoht.in cbxsystematics.com anonjayy-37695.portmap.host @@ -61626,10 +62557,11 @@ ilovemaxy.no-ip.org srv3-serveup-ads.net zliklgsvac.duckdns.org slav3.zapto.org +new-friha.cz.cc fisukopan.ru ns3.kryptoslogicsinkhole.org dns2.matsy.ru -chongmei33.publicvm.com +russianfoodinmiami.pro multicitivite-overifisian.org testaztest.xyz beesco.net @@ -61680,7 +62612,6 @@ xpxiexmlujjk.com unesering-demiduward-prezobuful.biz news.firewall-gateway.com 1604771261.httpdsconfig.com -u96191l2.beget.tech prosidehacking.no-ip.org kaqhpsyoqh.ddns.net blackshadesjew.no-ip.org @@ -61694,7 +62625,6 @@ gentedicartoonia.it xounzdibds.duckdns.org msdev.no-ip.org jumpbill.com -fpgq578.top postdns.space ns1.digituno.in creep3425.xyz @@ -61704,7 +62634,6 @@ gruzakk.com academyawards.effers.com hypothesis25437.xyz longykcai.update-onlines.org -saru.no-ip.biz godsechf.chickenkiller.com xdrjrnomsn.duckdns.org gawqrnqffm.duckdns.org @@ -61720,6 +62649,7 @@ hong-security.com adobe-helper.cloudapp.net bxpartner.com webcoremetrics.com +19workfineanotherrainbowlomoyentwsdywrk.duckdns.org puvycip.com fjkfnyitlw.duckdns.org 1603710437.httpdsconfig.com @@ -61728,6 +62658,7 @@ chelicerata.ru rjvjcbrtuqpk.org humulusa.ru 8868e034138a484e.myvnc.com +avsuuieaxt.ddns.net aaa520.izlinix.com msad.ddns.net n48lxj5097.email @@ -61745,6 +62676,7 @@ gycz11q.top bargainfloralarts.com correosapp.top backdoor.mcrage.me +drhovsepianbotchedme.com theseweight.net grassi009.myjino.ru blazelord.ddns.net @@ -61786,16 +62718,14 @@ oanfoenuoanfuhrfuof.su lorenna-petrov.asia btst.co pandemibasvurumerkezi.com -kosmghqxwzptopbif.net +weatherchance.net wglxvkpybhnxhfv.com telegram-stickers.noip.me qbltoftzty.duckdns.org 0x00.shop lamba2015.ddns.net a.bb-bb.top -bestairlinepricetags.com jbwrbvvykp.com -ccli.cf c0mplete.no-ip.org w6ks8p6.top mytorsmired.ru @@ -61805,6 +62735,7 @@ cgvtldhtyj.duckdns.org update--microsoft.com nickled.info ns2.partserk.su +hinetonlinedns.dns05.com asemi4.com nadra-moi.cdn-dl.cn knowthrow.net @@ -61819,8 +62750,7 @@ alldataworld.com mikek.biz qkkftmpy.us imihadable-transobupal-refimolession.biz -cheche.chickenkiller.com -frcblvtmpuygvxzdjsdw.net +mearmyarea.xyz rsyuivrbtc.duckdns.org mhmkvdjopn.duckdns.org skullman.duckdns.org @@ -61829,7 +62759,9 @@ sshfjbwaoj.duckdns.org mulbora.com riolist.com freemusic.xxuz.com +providerstore.xyz baklaa31la.com +hsoouriafowflvc.com ouauooaoaoeeuzt.io pgcp828.top polveri.club @@ -61837,6 +62769,7 @@ ratu22.ddns.net kikidoyoulabme222.ru ayilgkmhly.duckdns.org reggiemenacherry.in +vzkostxval.duckdns.org fdn-en.net autoreviews.dyndns.info acrobatup.com @@ -61844,6 +62777,7 @@ camerpro.syste.net fatalrevenge-47364.portmap.io hakerfox.no-ip.biz winserver-cdn.at +175ttt.com withadvertisingthe.net xoqwlccpru.ddns.net kungwsdy7globalinvestmentjmpeductaddres.duckdns.org @@ -61852,11 +62786,11 @@ dopnet.freedynamicdns.org unifscon.com matrixpartners.theworkpc.com a0386457.xsph.ru +galaxymusicarts.com zaletelly06.be charaf.ddns.net tcbmuygulamasilaritr4.com lpliouhzieuaela.co -tweeterplanet.ru ksbozo.ddns.net ruscacademy.in setting3.yeahost.com @@ -61865,7 +62799,7 @@ qbxbisfealqjqno.cn octtlvvxjo.duckdns.org ftgiinqflled.net coxedath-microhihovassion.biz -applesjapan.info +dl-icloud.com aiystkoiupnbh.ki ns3.lmj.su trafcenter.us @@ -61878,6 +62812,7 @@ d12cbnf.top bteenerji.com 888fhfh.com multibokuzision.org +greatwp.com ayoubasad2.no-ip.biz emafezipant-cogapahohood-regifedom.biz ns4.takplus.ru @@ -61887,7 +62822,6 @@ ganazywutes.eu huntinglon.com klad00shed.no-ip.org 54914.duckdns.org -jourlwnrmf.duckdns.org localservice.ddns.net xurxesxx.no-ip.biz smk.cheatmodernwarfare.com @@ -61899,7 +62833,6 @@ qopqoudain.duckdns.org dl.firefoxupdata.com repwasswithhow.com msregistrar.com -sentab.tk a-za.arrowservice.net downyes.c1.biz getmoreway.com @@ -61925,11 +62858,13 @@ cdn-one.biz drat5.no-ip.biz bbcnewsweek.com moderntips.org +tvmyelxwid.duckdns.org cleanerforyou.pw jqlhdncraxnlczibqxbp.com main21.xyz madi.ddns.net nuadtqeqnf.duckdns.org +svnpftmbdi.ddns.net wdkdqqapla.com lum.yashiz.ru chief1.ddns.net @@ -61940,6 +62875,7 @@ mrhacker97.ddns.net qoarxvlcit.duckdns.org fridayfood.net moneyman2020.spdns.de +apoxiolazio55.space uiavyorwln.ddns.net minipubeness-emafugism-ultrahugohood.com ak3indonesia.com @@ -62009,16 +62945,18 @@ joliroomlides.tk azot-n.ru gadinacom.gq toto39.zz.mu +di-led.com dbnnanmmll.duckdns.org 1thegodking.no-ip.biz mlhxyz.ml +gadinacom.ga dyrt689.top boborux.com lamorem.ddns.net wortionce.ru utionstro.top n.zdxappufr.ru -nylpscgnkglaosv.com +what6233.com nickdns101.duckdns.org ifcyxnjfca.ddns.net hamiltion.catholicmmb.com @@ -62045,6 +62983,7 @@ karachi-tan.com dyrat.xyz thierrydeffo4.chickenkiller.com inveplor.xyz +semihesegite-nonilakal-postubetinese.net pqarnhhhhn.in nms769y.top oaynewvdal.duckdns.org @@ -62060,7 +62999,6 @@ msupdater.co.za weigh346436.xyz sundayconsiderable.net iamabaws.zapto.org -dynamiceventmanager.ddns.net ultragegufy.net venezuelas.no-ip.org feltshade.net @@ -62084,6 +63022,7 @@ api.wolframalpha.pw chnwsdyglobalwealthandreinforcementagenc.duckdns.org z6kh8c5.top umbpan.xyz +wwomitprpy.duckdns.org onyegnabenz.cf cydz95g.top 629k.com @@ -62116,6 +63055,7 @@ m12nbnz.top 999andro.com 7sd4f1.xyz iamalegend.fagdns.com +aventura7538.duckdns.org likeanimals.net brqozakle.org milresearchcn.com @@ -62151,6 +63091,7 @@ pieskowezycie.biz rex2016.hopto.org cloud-microsft.xyz day-counter-proposal.com +z6kw8c6.top correos-b.com b82fbns.top hamas-wathaq.duckdns.org @@ -62199,6 +63140,7 @@ posta-hurriyet.com line.republicpracticesolutions.com 1604771579.httpdsconfig.com visionmedia.vn +cyhz11r.top zlos.club cymz17s.top pcxhgigv3j.com @@ -62252,11 +63194,13 @@ freepics.bezatraud.me saacaste3d.xyz triedbuild.net eb0yhf124.zapto.org +prettyguard.net forc3.no-ip.org mr4rs4l4ne.ddns.net oto-kar.org javadriveby.no-ip.org microandroid.xyz +wqseoynplkek.com drjones88ave.com huficajike.info xabivigisa.info @@ -62273,8 +63217,6 @@ cupo-financiado-cl.gq awuowyldag.duckdns.org manuskoti.com buhjike.host -65d22.xyz -aintdoinshit.com fkuoibibxw.duckdns.org www970234.com kurutses4.com @@ -62284,6 +63226,7 @@ n.eepixnqaa.com 1s45.xyz ashihsijaediaehf.ru lt99.ddns.net +kf.firefoxupdata.com postazoheless-interotirafed-irumugoled.name nw-serv.cc bobbyworld.top @@ -62320,6 +63263,7 @@ ppkpsureksub2mondaynightgraceofalmighy.duckdns.org enasanion-prozedadom-ilacabement.biz 1604771396.httpdsconfig.com erhitnwfvpgajfbu.onion.link +vnews.hk doxbox.no-ip.biz led-h.com packctstormsccurity.com @@ -62347,13 +63291,12 @@ jorje200810.no-ip.biz cumhurittifakitr568.com niggerskfc.no-ip.biz fpzd589.top -sellbase.loseyourip.com jswrdxltog.duckdns.org iskdtcpwwvyp.in -recover888.com ns1.o4v.ru tocheckoru.cf lexluthor.top +fresnoviews.top jovcxanion.duckdns.org macropoviward-anticodiful.biz lc5q3zq.top @@ -62399,7 +63342,6 @@ prodo22exrad.top digicertweb.com ronjustthetrebho.net brain-star-television.com -xigushan.net pimpy123.no-ip.org interelobidom-postirirament-ultraparobesion.org secureservereurope.com @@ -62427,11 +63369,10 @@ rdkvbulyan.ddns.net enitisancy.org rtnmmail8.com gusanodeseda.sinip.es +librosinculpa.com.ar zurfktyege.duckdns.org jwpfrauwsy.duckdns.org -dqwjnewkwefewaaaaa3.com rluleaowkokspaphp.net -bmakemegood24.com tc7q6zx.top biroon.ddns.net nordz442.no-ip.biz @@ -62442,7 +63383,7 @@ loadhelico.asia diablofuerte666.duckdns.org quret-huler.su cyberhabbo.no-ip.info -fpkn593.top +nsckeqnqwe.duckdns.org breaking-jupiter2020.xyz pbnpbn.us cloudipnameserver.com @@ -62472,7 +63413,9 @@ cavpxcvobe.duckdns.org tittertte.ru tqlcuzgzbr.duckdns.org bolidar.dnset.com +cymz13b.top kalafyn10.tk +cache.hjjse33.com alibabacloud.zzux.com norpy.org pandemiuygulamasidestegigiris22.com @@ -62482,6 +63425,7 @@ drattacker.ddns.net lxjhkhntbn.duckdns.org ddoservers.no-ip.org api.apigmail.com +198-46-140-52.sslip.io bzijrfdhty.ddns.net ocgamersts.chickenkiller.com gsebqsi.ru @@ -62492,6 +63436,7 @@ crazyserver.net rj2bocejarqnpuhm.onion.link dhinsuranceservices.com zte231.no-ip.biz +ecoserv-sharepoint.com dwayne11j0hnson4.xyz tryme.zapto.org tenchier.com @@ -62532,7 +63477,6 @@ cadeee.ddns.net waethxe3.duckdns.org kumar807.wordpress.com malwaremustive.club -archtopmakers.com dudedafuck3.no-ip.com ardp.hldns.ru xos1982.ddns.net @@ -62541,7 +63485,7 @@ knmojuwknl.duckdns.org t199447q.com autopatch.createandhost.com yc8q2zm.top -chuansongm.com +def.support banddos.ru rc2q7zm.top vezrikbjup.duckdns.org @@ -62554,7 +63498,7 @@ fpsw539.top offerneck.net legendarywow.zapto.org cbswgc.duckdns.org -fthtrhtht.xyz.swtest.ru +1604771444.httpdsconfig.com ns4.tragicserver.ru ihotturdlnrf.in skrollup123.chickenkiller.com @@ -62562,7 +63506,6 @@ clonorchis.online jr81.no-ip.biz unlaccothe.ru nhyjfubtfnozyqaswg.com -strangereason.net transusoboful-disuravikian-unusuhate.name gybwcoxpin.nsbhe.com savedalyfield.com @@ -62577,12 +63520,13 @@ vyixbstrvk.duckdns.org ghosrurruheudla.co basest-rooms.000webhostapp.com leduc.no-ip.biz -ypw91kj.top +boxednetworking.zapto.org veuplmqvojfu.org +uhxvkiwgbf.duckdns.org europa2013.no-ip.org housk.giize.com -cyzz98l.top hinetrouter.serveftp.org +iaoniykpebmonyp.ru broken4.cf ballreach.ru telagram.cf @@ -62635,7 +63579,7 @@ slyatb.ddns.net 6cameronr.ga kikuveid.com qmugursoghpx.ru -eabphpxuzh.duckdns.org +nfietreee3ffs.top jadedcolossal.pointto.us gttr.ddns.net rlxl.com @@ -62644,7 +63588,6 @@ linlinwoaini.f3322.org shadesoul1.ddns.net mementomoneys.ru hackedeshackedes.ddns.net -frizzcams.com bossup.pro stealer123.ddns.net max222988.ddns.net @@ -62660,19 +63603,18 @@ mmbiomuuzs.duckdns.org wildkit.su nnewestttt123.ddns.net canomoglumseniseviyorm.xyz -lol.amigosnextel.com +miner.awayfar.top x77unhucolten.com clients58-google.com f6kk8w3.top daylix.com bhutansyncits.com -kjw51kj.top +qnzvxiepll.duckdns.org emofarozite-inugopocage-probegabible.net microzububical-microlemution.info sciopyt.bounceme.net fopkopsqmq.duckdns.org ylem222.com -acusticjjw.pl psxfqfxbhz.duckdns.org redex.no-ip.info 4242.thruhere.net @@ -62720,12 +63662,11 @@ indsertgamert.org cv36917.tmweb.ru order777.ddns.net gey.co.nu -kilaxuntf.ru +jewellerydesigns.co.za applesforcustomers.com -owspidzu.pro ns3.lipradns.ru leviathon.no-ip.bz -lrfyqneanck.org +nslookupdns.com nousiieiffgogogoo.info haram222.ddns.net firstforestmonth.ru @@ -62769,8 +63710,10 @@ maharek123456.ddns.net lmuhpicccr.duckdns.org kinathedtrep.com andmouse.top +sweepchance.club nickblackshades.no-ip.biz rqnjjktplebr.in +jenny1558.codns.com softfaremiks.icu pathofexile.host file-box.ru @@ -62809,7 +63752,6 @@ roomthousand.net dnsowns.no-ip.info ulmmpxqdoglw.ru droptop2.com -iusacell-movil.com.mx dvdstoreaid.in scriptblackshades.no-ip.org sickstood.net @@ -62834,7 +63776,6 @@ zepzzpwpns.duckdns.org kuarela.xyz bloomberg.com.cm avwjtxanen.duckdns.org -xjpmorganx.app eady.club yfwiclpynv.duckdns.org bitsadmin.ddns.net @@ -62853,6 +63794,7 @@ douglasshome.com fsoc.ddns.net send-form.net serverbroadcast.info +cereusi.ru vigilanciaepdemiologica.com transamexaped-semigafoful.biz studio78.xyz @@ -62906,8 +63848,9 @@ eurogov.pw logopad.net hapetk.com familysecureone.no-ip.com -vidrghbgxi.duckdns.org -fbaqywqsnyomill.com +vbrhpoogaxrlsbj.ru +antibioticoroto.club +mine.kommanditgesel.icu v8dcdee66d65d79650804ccd2aa2293732.cn alcaldia.duckdns.org hash0r.no-ip.biz @@ -62923,7 +63866,9 @@ ao1kriznyu.com 1756mostacc.ddns.net outlook.live.org.kz snpxbjzarm.duckdns.org +statisonline.casa amenyan.zouri.jp +sundayought.net sourceforge-kenya.net assficioklo.cyou rumejcuawf.duckdns.org @@ -62973,6 +63918,7 @@ niazgxzlrbpevgvq.onion nufdskltoi.duckdns.org weyua6.com ajhyavdjxj.duckdns.org +exzfduurom.duckdns.org emifirihen-ilumacaful-enaxofation.info mmmm1234.ddns.net smynhksicl.duckdns.org @@ -63013,6 +63959,7 @@ virarsasd3.online apiserver.pandora-app.net bcuiemkbfihq.pk sazxficsaq.duckdns.org +okbmkijsnb.duckdns.org kqmwqeyxek.duckdns.org cdxidzokcy.duckdns.org cumhurbaskanliktcbm242.com @@ -63047,10 +63994,10 @@ firewallinternationalgatewayforoffcefile.duckdns.org xn----gtbcbb8bdhqbmdl1a.xn--p1ai soghrrsoeuhugao.to km8kq61.top +vendingwendigo.xyz simbaooshi.space web-traffic.info hesco.no-ip.info -keljgfisfo.duckdns.org un-booklet.com cbjahzehsl.duckdns.org zc7q1zt.top @@ -63097,7 +64044,7 @@ bzcrgfdoee.com livecryptostatus.com mark2.no-ip.org dns.webservicesupdate.com -cookiesdough.tk +gadyduz.com storing.hopto.org sponsored-ads.co g.ieuik.com @@ -63110,7 +64057,6 @@ swehmmrneh.biz onion.jkub.com i3xplo1t.3xplo1t.tk gunmak-com.tk -7ngbwgqdhq.com hreopofreopo.top kiraamora.000webhostapp.com acccountverify.com @@ -63130,7 +64076,7 @@ eblgaosyeszzjkbhhdyh.com hlchrdivfo.duckdns.org securelogonweb.com meurygluoi.duckdns.org -lh65.com +bara.ddns.net aeoiw.com umnkjcsnyoafqdmgulfx.com yltbweqbiy.duckdns.org @@ -63139,6 +64085,7 @@ safadinhobh1.no-ip.biz prepaidvisa.no-ip.biz fpmj583.top w.qq-uc.cn +yfvmkwuoji.duckdns.org kpm.msks.pw dfher3333.duckdns.org multdados.ddns.net @@ -63215,6 +64162,7 @@ pvrwiwksxe.duckdns.org spqlobal.info youseffathii.ddns.net cbbnews.tk +nessbeal.no-ip.biz aodi-sports-rs4.tk download.windowsupdate.nsatcdns.com ob7d2f0e6450f0bea9a8f723c310d7f8b3.tk @@ -63233,6 +64181,7 @@ ppbaseshop.ru againme666.ddns.net onlinemusicstoreuk.com retry-confirm.com +poweryhd.nl system-internals.com gdhpkkbzuf.duckdns.org qczpij.com @@ -63243,7 +64192,6 @@ hiksxidaza.duckdns.org businessedgeadvance.com wsfsd33sdfer.com eoieowo.casa -ymq762f.top tourtellebang.ddns.net cmradelucifer.ddns.net toldronher.com @@ -63256,7 +64204,7 @@ mkjhvnhfufhjv.xyz snajuandns.duckdns.org kaxuvnbfrw.duckdns.org baby.myie12.com -myylyqpcpp.duckdns.org +5ljdlfxnhdc3yd.freedynamicdns.org gochir.space cgkvnt.com payibahtokgv.tk @@ -63266,6 +64214,7 @@ gu9.ru zakariabek.com ns2.auctionnameserv.ru microfocus-official.com +dgsokgvtlh.duckdns.org dupal13.ddns.net tcbmuygulamasilaritr22.com transaralument.info @@ -63276,6 +64225,7 @@ wfcx.businessconsults.net uelott45.xyz 1-microsoft.com gshrghirhgsgrzt.io +imginternational.xyz tsep13.com uefuaebfauoeug.su formaulist.com @@ -63325,7 +64275,7 @@ hairfebruary.net e-kredi.net ns4.axs.su lymyjyd.com -alex2006.friko.pl +vitog502.digital ratherorderly.net khalid-2016.noip.me stateincorporate.com @@ -63338,6 +64288,7 @@ igbankwuruns.no-ip.info tijanml.duckdns.org schroederindustries.cf afg.com.tw +sepost-fjsa.top kykbsn.servehttp.com brupas.com crypnotes.co @@ -63346,6 +64297,7 @@ etwqsx23.duckdns.org dphf581.top zxjfcvfvhqfqsrpz.onion efwqdvaosk.com +dubeysurya2468.xyz onelegends.com bitoandroid.no-ip.info abcxyz.com @@ -63377,13 +64329,11 @@ kuzya001.tk dlofphjzpg.ddns.net ichbange.no-ip.biz mirrorsupply.com -sufflari.online pickthrow.net auto2115.icr38.net js-static.ru runecreate.sytes.net nhjuhninpo.duckdns.org -lumenlink.duckdns.org bjm9.blogspot.com tafeodqctz.duckdns.org sarabeckks.no-ip.biz @@ -63392,6 +64342,7 @@ disugocession-macrobigokulike.com dhl-ebat.space tomtom5.zapto.org nmt711t.top +imafimancy-inehuten.org consumatorul.com iretosancy.biz finders.hopto.org @@ -63424,6 +64375,7 @@ yasseras.ddns.net trumpzwlvlyrvlss.onion ymf791m.top thebohuff.com +hencwofqdhffiex.com adm-serv.com greymorning.zapto.org zjtilcmwgq.duckdns.org @@ -63461,6 +64413,7 @@ llibnctnfq.duckdns.org gyfz39b.top linuxsup.com hjbtestnessbiophysicalohax.com +jaberr55.ddns.net aidatbasvurmagiris-turkiyegovtr.com link2me.ru nwmywdhcvf.duckdns.org @@ -63485,6 +64438,7 @@ coronafinder.rest vwxqv.xyz pufyjuq.com j24kgk24kh24jbwkhw2q.xyz +googlead3321.ddns.net houssjrad.ddns.net enisa-europa.com pecdbnfjriwjdfyhd.ml @@ -63505,6 +64459,7 @@ jnhacker.con-ip.com tyrion-lannister.info citnngljfbhbqtlqlrn.com v99ay4wuo.ru +rayonch.org gainceres.ru scan.realnewstime.xyz txyxrmthop.duckdns.org @@ -63515,7 +64470,7 @@ nid-management-team.890m.com riddenbeauty.net myserv012.com consaltin.org -h0zt.no-ip.biz +irufuvith-emikazufy.org harmonyfacility.com saseolocal.com prostitutki-surguta.xyz @@ -63532,6 +64487,7 @@ orientexpcs.org panel-dark.com d82wbnx.top dlzqmiitgw.duckdns.org +frrffkkkll.duckdns.org ymj771g.top bbsshade.no-ip.org bejuqylhen.duckdns.org @@ -63540,6 +64496,7 @@ remoterat112.zapto.org yjfnftfiev.duckdns.org sedwronkele.ru vapeegy.com +vtxxwwihuh.duckdns.org xsaidytocy.duckdns.org izleseneq.com 34aga34.com @@ -63557,7 +64514,7 @@ methaddict.xyz 8309cffa6b529d5954ecf00a2ee4674e.se msupdate.serveblog.net parta.q8still.net -adbflsplyr.xyz +thosegarden.net wolfieboy.sytes.net supremeconnect.xyz dbnight.mooo.com @@ -63600,11 +64557,13 @@ rex2016.freeddns.org dswncj.in bunnyrabbit.zapto.org abfjbmqwgtroxpu.cn +wtwveqbkww.duckdns.org 1qaz.ws pandemidestek9.online securezal.com rhysen.in 444.no-ip.biz +frontonce.net nzzzmmzlpc.duckdns.org area-tv.hopto.org scoorpion.com @@ -63612,8 +64571,9 @@ kx8sp52.com casadoatirador.com.br owkghxzuta.duckdns.org juuniorhacker.ddns.net -straightties.no-ip.org +zxpoqvhqyh.duckdns.org okwychrist2004.gotdns.ch +npajtiulqcqptcp.ru a.tomgamd.pl versig.net office360-pub.16mb.com @@ -63625,6 +64585,7 @@ curacurpops.icu a84bl82rni.ru rbjh933kw0xx65x8.com g99659oz.beget.tech +majoxipodyhaqob.info hzquynpqtx.ddns.net orrislark.com 0-0-0-0-0-0-0-0-0-0-0-0-0-37-0-0-0-0-0-0-0-0-0-0-0-0-0.info @@ -63645,10 +64606,12 @@ kwords.hpc.tw mobiledevices.icu wetxb3355.duckdns.org eiknx2022.duckdns.org +lfxptvayai.duckdns.org youmecube.top alsalaf.info saadsad1972.no-ip.org cloudimagecdn.com +nlkkkbbnan.duckdns.org cjwefomatt.com dankmemes.ddns.net thismode.xyz @@ -63671,6 +64634,7 @@ appsafejp.info fpcg592.top bullgardstev.ddns.net ytweryx223.duckdns.org +hrqrzgxont.duckdns.org ns1.biala.ru lookups.ddns.net zalupilosi.xyz @@ -63702,7 +64666,6 @@ perlineportal.com thundor.no-ip.org lukapedrilla.cyou webchat.life -mailerdeamon.tk underikehuful.name dangersoursexeslaws.at km8db18.top @@ -63713,7 +64676,7 @@ kapfaez.no-ip.biz luminositylinkqwe.chickenkiller.com zolloholl.cf smk22.jkt.net -mobilelinks.xyz +blochhain.com kakalaw25.ddns.net ad4m02host.no-ip.biz disicavession.name @@ -63729,6 +64692,7 @@ ns3.firstdnos.kz ncjpower.ru hangfood.net casemarry.net +protest-05242505.tk wethsbx33.duckdns.org finance.chileexe77.com bradamante.longmusic.com @@ -63797,17 +64761,18 @@ blackshadespro.no-ip.org cbttgsfsrr.duckdns.org gadinatr.cf hakerbatna.ddns.net +c.subbir.ru ameanberg.bounceme.net bciuemfaapyf.biz drive-auth.com aktgamjkdfiefki.ru ifoldz.no-ip.org diplomainter.pro +anhzpqiins.duckdns.org debservers.pw plaices.site 8uch.jave.xyz zcdvkvyexb.duckdns.org -oabtwabgoyatl.info nidswvtljf.duckdns.org gwinwzb.info gwhvehxwtx.duckdns.org @@ -63815,7 +64780,7 @@ contactlistsagregator.com softbanknetwork.com h6kt8h1.top gplayarea.com -multivunuhance-inabiber.com +luanmuaway.no-ip.org djinujnofv.duckdns.org mkjjboerdd.duckdns.org toya.7766.org @@ -63853,7 +64818,8 @@ okjauwbueiws.xyz lifeneck.net office365-microsoft.com dreamseed.info -fptm518.top +jf8cbokcdpnumdcblh.servequake.com +bikoabnbpczp.com dbdtaxcvncvljf.com zmzmgpgp.codns.com enhancedexhaust.no-ip.biz @@ -63890,7 +64856,6 @@ orenmero.no-ip.org qxhwgdncks.duckdns.org es3vl.edu.ar craftaffect-wave.com -kasn5.name wtyx398.top ahmedofficial.hopto.org fpzx568.top @@ -63906,6 +64871,7 @@ cheus1.ml yorkrmyczv.duckdns.org portvn.in jjotpnikzk.duckdns.org +bntgznmjhc.duckdns.org chat-messenger.site delawizzy.ddns.net tbcicmjuss.duckdns.org @@ -63923,7 +64889,6 @@ tlaftycxrw.duckdns.org km8zl92.top xdcufqcgavw.ir yfqlbqtkxk.duckdns.org -achrefforever.ddns.net nozisthebest.no-ip.biz jess19991102ddns.com charleseedwards.dynamic-dns.net @@ -63940,12 +64905,14 @@ therealworldchangers.com 65fgg76gdf43dfsdf.duckdns.org halidmmecq.duckdns.org bs-station.no-ip.biz +d3fcad4e8c158a8347f69755408afe9c.hgebbgepeoaufjucdriibuuheamduohp.buzz ubtcbhsndu.duckdns.org etcle.com yhdmain.nl nc2q5zm.top cityhotlove.com cosazefy-monohidisen-presokuty.info +d2xdjeule1g229.cloudfront.net ruytvcejyk.duckdns.org elpatin.duckdns.org humanprice.net @@ -63953,7 +64920,7 @@ johannes99.no-ip.org dbhosting.duckdns.org yungs.no-ip.biz dedepecofy-misamobize.biz -maycendonekom.site +goodywelli.uno steemit.hopto.org nj2ratt.ddns.net ptdyrcopgd.duckdns.org @@ -63983,7 +64950,7 @@ sibelikinciel.xyz kraazerat.no-ip.biz northreact-exercise.com loqin-microsoftonline.com -drevprom.ru +uubnmdqw.org d3jo79y1m6np83.cloudfront.net corporationcarb.com zhyravlik.ru @@ -64004,6 +64971,7 @@ aa.leonliklerts.at flil.cf arabjoker.no-ip.info lol-pwned.dyndns.org +1597948849.httpdsconfig.com insappstaticanalyze.com haartezenglish.redirectme.net geology.pop-musicsite.com @@ -64045,11 +65013,11 @@ ultrakocuth-exanepirese.info radio-m.cf hyydn.nortonsoft.com nomblmdymo.duckdns.org -izrnughgsv.duckdns.org +countryhero.site eaffuebudbeudbbr.ws diqp.top middleunderstood.net -anybug.net +cargoshirt.top indexcalbromarisportallservices.duckdns.org mainyhd.info vertuozoffff.club @@ -64065,13 +65033,13 @@ ns2.yamsonmi.ru asdeliocarlo.uno unrightswire.org runescape96.zampto.org +ctqsnlzomn.duckdns.org melatocasotravez.in rusoldat.click torimik.net r.pengyou.com xeroxhaxor18.duckdns.org wertlook.hopto.org -monitorer.club fpgx513.top dzwmpflivq.duckdns.org online-support.work @@ -64097,6 +65065,7 @@ selfspreaded.no-ip.biz xxxiashnti.duckdns.org idc-team.net cigarettepresident.net +by900.zapto.org fpwc518.top ncjncjncdnjfnjfn.com zeroxa.club @@ -64147,6 +65116,7 @@ sultris.com kreten.banjalucke-ljepotice.ru 2ek8.no-ip.info washcity-carwash.com +pistola404.duckdns.org thody.no-ip.biz magentotoolset.com f0383643.xsph.ru @@ -64175,7 +65145,6 @@ romnsiebabanahujtr.org gj.wxb2568.cn felicombo.club hulk32.dynu.net -skipolice.net zhejduakyat.org madepast.net hulyoprtnk.duckdns.org @@ -64191,6 +65160,7 @@ greatobamaguide.com bbase.monello.tk km8ks89.top zswrq.xyz +morasergio.ac.ug evolved-thief.online ahlam1212.ddns.net clothesmuse.com @@ -64240,6 +65210,7 @@ sootateiso.co.vu hotrnall.co fadwairits.duckdns.org pvzjbcjusn.duckdns.org +lisavg72.top nitagafaqejulaw.info xlnya-cn.com prodigtsdy5organizationalcompanygroupin.duckdns.org @@ -64248,7 +65219,6 @@ hairprice.net gtlinc1.net ymz713d.top myownlogs.duckdns.org -f0371578.xsph.ru xrldoakhnnjsuvjslccd.com ns2.chion.ru acehilbcghio.bazar @@ -64274,9 +65244,9 @@ bedava20gbramazan.info ymz791p.top click-water-vegetable.com arcjqryoef.duckdns.org -d2nz6secq3489l.cloudfront.net +ipmhcejucn.duckdns.org hertenropter.ru -lcdixieeoe.com +rgpostjsga.duckdns.org l62jbnq.top adobeapplications.club canadaversaliska.info @@ -64300,8 +65270,8 @@ microsoft.securedns.tech macroripulal-underecivage-imizarese.info cby.zapto.org mezerus.ru +tkiwwrilxrtahol.ru finhjc.com -buyonshop.com whygod.mooo.com f6kt8g9.top rar-lab.ru @@ -64351,6 +65321,7 @@ cazyskom.biz staging2.lifebiotic.com malwarebytes-software.com b12dbnm.top +classtwenty.net helenhotfm.com webtutorialz.com normpost.club @@ -64370,6 +65341,7 @@ byydei74fg43ff4f.net cumhurbaskanliktcbm86.com rrrr.e2.luyouxia.net cloudcominc.com +sfoqqy3tth7ho.bounceme.net bbdbfskcyt.duckdns.org svcz25e3m4mwlauz.onion johnconsultrade.in @@ -64401,6 +65373,7 @@ quasarez331.duckdns.org ololo.space trumplines.bit getxhacked.no-ip.info +astro--pacific.com kgw91kj.top demo.myyahoonews.com inlineirnage.com @@ -64410,7 +65383,7 @@ blackshades2011.no-ip.org thenope.no-ip.org scalingreserve.com noeuaoenriusfiruu.com -omxigqbmaq.ddns.net +michelle225.ddns.net atffhfyr.info luissandoval.duckdns.org berizka.gorodok.km.ua @@ -64426,6 +65399,7 @@ dpfh582.top inminetfud.sytes.net disomarity-ilabuzipite.net lyucqwxaas.duckdns.org +bbullard.com asadhashmi.ddns.net electro1wallet.info ahmetabis.duckdns.org @@ -64441,7 +65415,6 @@ chinese2stdyonlyywalkaloneinlifeagfd10.duckdns.org pbndswdswyhdjfn.com zouhr9.hopto.org drjaykimacademy.com -soudanet.duckdns.org misuxihant-coducakehood-nonegabesion.net xn--microsof-wyb.com isaac-mafi.persiangig.com @@ -64464,6 +65437,7 @@ softnetworksolutions.com esco-plvnlch.com ewrsx.xyz quri0city.no-ip.org +fyldroprbe.duckdns.org dringeraout.com reflex-blackshades.no-ip.info sdokjfpeje.duckdns.org @@ -64483,10 +65457,11 @@ hellomydog.mrface.com ns2.legolandsrv.ru fenieneec.info vwafjtlpja.duckdns.org +antivarevare.pw clickspot3.com bdsssbe.vip kolikko30gbko.net -jhd.safalife.com +vlxo3c7n6hjyjdri30.ddns.net rpxvjrppxe.duckdns.org cloud-server-updater20.co.za fedidaido.no-ip.biz @@ -64505,7 +65480,9 @@ retusus.xyz lighpress.info fishimpress-fish.com ymj758h.top +rawpaper.d38662fdc831a31779a5104b0dc237f2.ps syuamvpkjo.duckdns.org +630mordorebiter.website pandemi-ssyal-destk.com shgshgstdy9nationalobjindustrialgoogle.duckdns.org malca01.no-ip.org @@ -64513,7 +65490,7 @@ pzokyipxmy.duckdns.org 12spended.cyou colvijsaja.duckdns.org pinkypants.top -nqhtgduuqh.duckdns.org +jwbvoeiovd.duckdns.org dswncdnikjsrv.nl transvil2.xyz yihbbsiuwo.duckdns.org @@ -64530,7 +65507,6 @@ paymegpplease.no-ip.biz box4080.net fishy80.ath.cx 90update.com -kwuhuiivuh.duckdns.org scale-deal-ship.com diyalogtrgir-web-platformirtibatweb.com news20158.co.vu @@ -64547,6 +65523,7 @@ no-ads.net16.net k12kf1gkq13gk13kg.xyz dj.shop.tm dbjustping.com +hiddenrat.no-ip.org jhtquwjort.duckdns.org wickedblackshades.no-ip.info b4ac708a54e6253bea1fabf8011a72e10f.cn @@ -64568,10 +65545,12 @@ byzsdqx.com aekuz1.ddns.net medx321.ddns.net smaximu758.xyz +onurotti.no-ip.org backupmastter.com project98.ddns.net desedepoth-irodoxafy-rebepuly.biz smsgrabber.url.ph +dpzm591.top wittitreskerol.xyz ns1.piplis.su elevatehour.com @@ -64605,6 +65584,7 @@ jamesrlongacre.ug darkcometo.no-ip.info reserverem.duckdns.org tlgaloeipb.com +lebedev30.ru tcb850d70e451324074fd6a2648df6e638.so pioneer377.xyz ydhicdor.ru @@ -64615,7 +65595,6 @@ epgymd.com gremlindefault.net onobbbbccc.duckdns.org hack-iraq.no-ip.info -recoverysuperuser.bid word-service.site cgsew.xyz adobesetupofficial.duckdns.org @@ -64623,7 +65602,9 @@ roombroke.ru xtap.newsonet.net knibxwsofqprztzpbyibhpvqcsh.ru oovshtwl.tv +nfssvjxpsjbxnnnne.net iggd7l4zis6nypic7acmxtdoryc5laolmudcgiwtpzsg62v4vkxt6fid.onion +filmshotss.com vopyqef.com iqxloevaup.duckdns.org hahwa0404.ddns.net @@ -64637,6 +65618,7 @@ passportblues.ru f9pv81.com dondyablo.com cdn-icloud.cocelebsnightmares.com +host-1.no-ip.biz gregvictor.hopto.org hasdgfwxx.duckdns.org init.crash-analytics.com @@ -64655,6 +65637,7 @@ medastr.com jabactpmax.duckdns.org micro-earth.com cryptikhash.no-ip.biz +adminlucasbs.no-ip.biz p.awcna.com unian.pw 666.myddns.me @@ -64721,7 +65704,6 @@ graeca.ru bruinepeperrr.ddns.net postabulist.com kesikelyaf.com -dixito.ml j23.dyndns.info opesjk.ug connector.onthewifi.com @@ -64767,6 +65749,7 @@ x6kj8p3.top jnw85kj.top lolwtfhax2.no-ip.org fkmmvfeonnyh.pw +antqueen.no-ip.info tinyurlshortner.com hottob.space taslks.at @@ -64780,6 +65763,7 @@ emenike.no-ip.info systemlive.casa southafkricraon.duckdns.org nplphjkptbpnwtcfci.to +hjgwdcmgqfigxdo.cn minizifify.org nyiurslyzv.duckdns.org ozonschicht.no-ip.biz @@ -64791,13 +65775,16 @@ mssql03.redehost.com.br unkn0wnr00t.no-ip.org djimbosfan.tk movetree.net +marchassl012.com imlib1.chickenkiller.com winoww.no-ip.biz azssa.xyz -oxpprnadhn.duckdns.org +spendeach.net +aqidhzesml.duckdns.org mx-secure-email-host.cc kqdkymtdan.duckdns.org hsctsu.com +refapuboty-cokiraness.net ymc791f.top amethystwinds.com 15churchroad.com @@ -64829,12 +65816,13 @@ ifyybssgkvmiwpj.com gypz33j.top fenabemyescenhenersis.site gsutekardookay.com -tylblasta.pw +be-observant.su +nytfmrvdba.duckdns.org +tmrz10fxhy03ntxjf.com enevagation.info herewego.no.ip.biz igzfpyarffrw.com jnjuujuinu.duckdns.org -zabugrom.bit birlikkalite-platformirtibattrweb.com alloymuffles.com covidpreventandcure.com @@ -64848,6 +65836,7 @@ km8lm13.top dqsiu450ekr8q.cloudfront.net dresey.com overazavency-unaxoxicible.name +j8.watashinonegai.ru secretmonkey.no-ip.org 243145432.f3322.org nab2016.ddns.net @@ -64855,6 +65844,7 @@ yii.yiihao126.net burimche.net acehkkbcghkn.bazar safehostline.com +lywakelireal.ga ebxpjqabtq.duckdns.org aetse.xyz uzbqlyhj25pp77w.com @@ -64899,7 +65889,6 @@ mirai.ao oleeolee200.codns.com ax.skt-one.com haxx4fun.no-ip.info -vtsssrrrqq.duckdns.org 0452jhw.com mustafa123hack.no-ip.biz kaekdarjdw.duckdns.org @@ -64929,6 +65918,7 @@ ns3.bothpix.ru postecibakite-semipehotion-ilagokeful.info kaedalsh.ddns.net repafuless-underutazepant-antigalirist.org +l72fbns.top uhetrvtocn.duckdns.org updatesystemtool.ddns.net lookupmanager.com @@ -64952,7 +65942,7 @@ srkktrqjzs.duckdns.org l766ca65507487b75009d7ef2d12224773.in kingsher.no--ip.biz wrongwedge.net -funphotopattern.top +jeaudoyvew.duckdns.org cymz29x.top xyzass.duckdns.org asdf.redirectme.net @@ -64972,15 +65962,16 @@ gygz15p.top uzvylqfdyj.duckdns.org tiwmbtskpr.duckdns.org jvkymnpggi.ddns.net -nkispspazl.ddns.net +gustarones.ga harri2gud.duckdns.org vocymak.com proton236.club a7aneek.net shcz9szza1scz.top -lpjulidny7.com +as64dwhn4coody.myftp.biz +ymc798j.top 20gbhediyepaket.com -gadyqaw.com +mbe0926f8a37f82930d2e69e638453434c.cc dqvtheompa.duckdns.org cynz27n.top dkpeapvfzm.duckdns.org @@ -65016,7 +66007,6 @@ zfyajvdvdv.duckdns.org buymicrosft.com uhvgmwubcg.duckdns.org wlmnpugthv.duckdns.org -tain.warzonedns.com lookthrow.net yhxolurakulmsiu.cn krikorro.space @@ -65088,7 +66078,7 @@ drhmjqzmqp.duckdns.org statsarts.com icewwraety.duckdns.org 2419.health-carereform.com -3s11y.top +aliking.ddns.net gywz85k.top kololo14.ddns.net djakwi0129121ksls1229.com @@ -65099,11 +66089,10 @@ pufytip.com crossleather.com arneledrop.ru thehabbitwork.com -axis-online.pl +ultrafohuward-imuheber-interasiririze.net tjviiiwvvv.duckdns.org coergy.be anroideex1.noip.me -cylz81p.top bostondyn.com eytvsfcrkr.duckdns.org hosni197113.ddns.net @@ -65111,7 +66100,7 @@ hosni197113.ddns.net table9876.xyz cyhz82n.top zakoo1.zapto.org -g12mbnj.top +mostride.ru centrozhlan.com transacixity.org dylmaxx.no-ip.org @@ -65189,6 +66178,7 @@ joyhoundinc.com fpak0055.no-ip.org 1020304.ddns.net sportdoneright.com +klpqittcotqdnxm.com carosseda.com ngrgs.com geauhouefheuutiiie.top @@ -65216,7 +66206,9 @@ vzlllkxjwy.duckdns.org bshades24.no-ip.biz kbello.zapto.org twutaaitoc.duckdns.org +truckrental.cc emiliano-sala.ga +lotisinbab.ru adobeuploadplayer.com pkciazdzpl.duckdns.org face-shop.no-ip.org @@ -65335,14 +66327,18 @@ xx1.utopis.best office365-us-update.com mm.beahh.com platform-appses.appspot.com +vsypoftzbg.duckdns.org fvkxnhchvpuptqiqu.net asdgxcsd3.duckdns.org +reepwiyiiool.ru noobsnightmare.no-ip.biz transmissons.pw conceptinvestin.com ehtgttgsfs.duckdns.org +dypatucujaqekin.info zerstoren.pro terrorist.kro.kr +kidcudi561.no-ip.info httpsj.org recdataoneveter.cc microcukaxian.com @@ -65357,7 +66353,7 @@ mttconstrutora.engenharia.ws dyncojinf.6600.org pwmbotqbts.duckdns.org mendeleevsk-azot.ru -sisfiusnrsruisfo.ru +tfcxvcg0lkc9vpx.myftp.org uskxxwivuu.duckdns.org chinadagitaltimes.net skynetcdt.dyndns.org @@ -65369,13 +66365,13 @@ cliopolo.ddns.net aa.playhelloy.at ganydiw.com host0404.ddns.net -johnhop77.ddns.net jenneaypreff.linkpc.net sniper1234.no-ip.biz lsewhjahwn.duckdns.org anonic.no-ip.org ybfyzfzjau.duckdns.org tw.2012yearleft.com +murlkkkvtskmwaa.com onllygooodam.com fpmj555.top wiivwwviaa.duckdns.org @@ -65384,7 +66380,9 @@ tvopen.online advertrex20.xyz wniaeninie.su kaliheh.no-ip.biz +mzzovptdot.duckdns.org ns-plugin.site +mobuna.com ymx781h.top cyhz82z.top pleata2.ddns.net @@ -65404,6 +66402,7 @@ hedtheresran.ru stsgfckbih.duckdns.org sports.rssadvanced.org unuvirisern-interusalosize-misucakiness.org +kgucowbfwl.duckdns.org qlcxcswkci.duckdns.org faiqsjcmyy.duckdns.org epicassets.io @@ -65437,6 +66436,7 @@ sdwempsovemtr.yt mukaramba.com awworwiidz.duckdns.org vqolkxaxvw.duckdns.org +kkkkkkk123.myq-see.com shreakspamx.favcc1.com km8sz16.top trikililikia.zapto.org @@ -65446,7 +66446,6 @@ purclughtz.com office365.blogdns.com wljghjumlovsw.info kqijtjzoepaozm.com -windowsnine.net hep-des-tek-tam-destek.com qv64.com clmywidvye.duckdns.org @@ -65478,6 +66477,7 @@ rec-tube.date wws.dbimages.com cumupohawobevus.info liporgmtgf.duckdns.org +asxug.xyz meiwrsa.com mediacontent.us syria2016.ddns.net @@ -65485,10 +66485,12 @@ ns1.chatuloik.at login.safalife.com hiro-ishino.com.au remcos2.legacyrealestateadvisors.net +wkhpuauehjepjbw.cn ganyhuh.com ameuromar.ddns.net drvnyqrycv.duckdns.org froze.no-ip.biz +ilevukution-deruboxancy-iluxivish.com mustafa97.no-ip.biz ttbcb.info wellfirst.net @@ -65497,17 +66499,17 @@ datanalysis.club ns2.domofon-proffy.ru jghuqepjfds.com fpdb581.top -midvqxxzxr.duckdns.org nmf761z.top dwufwvyijpydwg.info vcplfdgdys.duckdns.org -pxhczgjgns.duckdns.org +afd-bdmil.cdn-pak.net updatesystem.linkpc.net usfffeeihi.duckdns.org globalantiterror.com wifefire.net 7qggtksfcrk67dhxf34ywqf5442cuitztvmpaufhu6mfi4vemid4ayid.onion inad.klontrek.org +download.flach.cn server2fi.exodus.connexxa.it loft2126.dedicatedpanel.com android-power.space @@ -65520,6 +66522,7 @@ microsofwin.sytes.net duckandbear.top box4082.net lykynon.com +sogno.no-ip.info crusider.tk ggautosrep.ga framed.no-ip.biz @@ -65603,20 +66606,17 @@ tranpip.com kugmjxfea.com service.technosolarsystems.com leads-management.net -0hate-scape.no-ip.org comssite.com timeblack.no-ip.org zzdvpshybt.duckdns.org mc7q2zz.top creamnails.top virtualrpg.no-ip.biz -fdlximjy8s.com ns1.datetoday1.com skill.fashion felixrankin.comlu.com kukciamwyywywege.org jorgenholzmann.nl -russk3.icu care.satellitebbs.com sphaerion.ru gtrtmrsaeg.duckdns.org @@ -65633,6 +66633,7 @@ ewecmdrizt7cbwi6d5lqdp2flm4xaxymhjfbfszay6zlwwmudsognhqd.onion kopn2.uiover.live wgysvrmqugtimwhozoyst.biz rj-l.com +oeghxhvgioqhmms.cn substance-floor.com alonewolf1992.zapto.org fher.businessconsults.net @@ -65643,7 +66644,6 @@ katesacker.club mainncdnncj.in gylz57w.top r00t-vahad.no-ip.biz -gloriousflooring.com justiceforproject.com thekapita.com autotest.byethost4.com @@ -65668,6 +66668,7 @@ tc8q7zy.top xydatingoffers.fun unorisibity.info sinkhole.hyas.com +cn6ly2hbmon3ep.myddns.me yeeeyxbphe.duckdns.org hekimoglu.space kickass7777.ddns.net @@ -65678,6 +66679,7 @@ lyryled.com jnjrwepwtf.duckdns.org mikenike34.ddns.net cookieboy.no-ip.biz +followthemusic.top libnicinfo.xyz claquana.com beercraft.website @@ -65713,6 +66715,7 @@ vipiraq.no-ip.org bsorgetbs.no-ip.org arlfbqcc.com seireiteiro.sytes.net +olvmnifoqhhs.pk xuaiqfamkw.duckdns.org a.ycwave.cn sireplsrja.duckdns.org @@ -65721,7 +66724,6 @@ electrume.org rntrgtyyqt.duckdns.org plasma.0pe.kr muuvwofwik.duckdns.org -azcefttkly.duckdns.org fex.pessimistsriddling.com ifsazzers-video-platformu.tk levisticum.ru @@ -65790,7 +66792,6 @@ in-t-h-e.cn btcbot.no-ip.biz rppccqviuh.duckdns.org usatbjxsze.duckdns.org -downloaddash.com fnpc.arrowservice.net newstylebotnet.no-ip.info syncwindowshost.sytes.net @@ -65808,6 +66809,7 @@ info-apple-login-security.gq g6km8r8.top burfvaac.pm serviceboaalertssofamerica.tk +pickredd21.xyz westtaste.net chance2015.no-ip.org fa1hhacker.hopto.org @@ -65822,7 +66824,6 @@ shadowmekz.ddns.net landmarkprod.com qexyryl.com gxuxwnszau.band -dioweihgsg3.com pmsklzhcce.duckdns.org 3wrongip.no-ip.biz rdtceglfxd.duckdns.org @@ -65836,6 +66837,7 @@ flix.flufi403ss.com lerecofrom.ru cyrz23d.top apkarian.no-up.biz +faxgcesfws.duckdns.org dvsservice.net uptodateread.ddns.net u875414.duckdns.org @@ -65856,6 +66858,7 @@ ysvfzlfbdl.duckdns.org ikmtrust.com vap3.ddns.net le999c90.justinstalledpanel.com +ymk736l.top qweoiqwndqw.net wikszfkxbn.duckdns.org gtcp928.top @@ -65892,6 +66895,7 @@ bizimedebiyatimiz.com trafikhaberlerimburda.com mixture34.xyz tryfast-v52.cf +email-gateway-host.cc playesea.duckdns.org nwocsvuw.net app-comercialex.top @@ -65907,7 +66911,6 @@ inxsite.com otunba.ddns.net signthan.net throughreport.net -aloramistic.duckdns.org thanksforthepixels.no-ip.org sipapals.servehalflife.com fpbc578.top @@ -65925,7 +66928,6 @@ serverfornetworks.com lcque.com bitaonyw.bazar 23bteufi2kcqza2l.onion.link -intimateimagery.com changetheworld.bit xniaeninie.su petet.mooo.com @@ -65959,7 +66961,6 @@ provokazant.com habitozz.zapto.org fanisder.top testercmd.in -lpmxp2019.com tbcmuygulamagirisitr936.com multigolozuship-microdizadify-microbimussion.name cmw5x56e4whk6dpx.onion @@ -65991,6 +66992,7 @@ c.piplis.su kamal32.ddns.net thinkchance.net bluemountain.1apps.com +d3n1s.ddns.net documents.downloadsite.me akmenbondoncines.site beta245877554.no-ip.org @@ -66003,6 +67005,7 @@ reversed.hol.es ffca.caibi379.com newbetrrsearve.co.uk exlineinsurance.com +tmnhpsxjtw.duckdns.org happyend.no-ip.biz httplightweb.eu 3ogrrst.com @@ -66016,7 +67019,6 @@ spinwincash478.pro dhl-app.space byronorenstein.com eazobuslob.duckdns.org -lonelymanshadow.ddns.net mwunkjcvnk.duckdns.org dampometiktd.today bsx-1.no-ip.biz @@ -66034,16 +67036,14 @@ brapr00t07.servegame.com z6kj8m7.top iftohctdke.duckdns.org 3t254q3120.wicp.vip -directiculture.com +k0ntuero.com c0c2ee768947.club ksxunbfddmbk.ru gs11fd5.com -hangthai3z.myddns.me z6ky8n2.top l92sbnj.top longballonline.com jomge.ga -upgradesystems.info justdoits.pw alisiemental.host kevjyndwpp.ddns.net @@ -66056,6 +67056,7 @@ weynektquvuh.fr v1z0r.no-ip.info loh-tech.com consulta-activacion-de-avance-cl.cf +yhq6jnkjxa.zapto.org cydz55y.top p12bbnw.top tcbmpandemidestekuygulamasitr79.com @@ -66107,7 +67108,7 @@ ybhagumorv.duckdns.org interonusical.org sdqd666.3322.org johida7397.xyz -qnos12-23977.portmap.host +rockslow.net dellgenius.hopto.org ns1.whisy.ru gaojkxtgts.duckdns.org @@ -66132,7 +67133,7 @@ micorosoft.ddns.net mqpppnhaes.in dns2.sheal.ru ihtlymlylk.duckdns.org -chrisrat.no-ip.info +dmulqidbwy.duckdns.org kglso.ru bvhauwrcax.duckdns.org egleidef.localtunnel.me @@ -66144,6 +67145,7 @@ sitencjdswyhdserv.nl alertonlinebankaccesswellsblockedacconholdwf.host covid-19zambia.herokuapp.com amyx-sharepoint.com +innnklaxjhqitnx.ru nobody22.bounceme.net okokoklolol.chickenkiller.com mjavhjydmo.duckdns.org @@ -66186,6 +67188,7 @@ disjungere.online ayfpfwwmgj.duckdns.org dygs681.top yjaxgnpuxm.duckdns.org +misonakeship.net mypepsi34.duckdns.org hairhelp.net dfynklojexrpdagcs.net @@ -66194,7 +67197,6 @@ ar0u.com momomsg.top colobinar.com activagebenefits.net -guide-pluie.com conbanesrses.site p.assword.xyz eatbeef.gmailboxes.com @@ -66206,7 +67208,7 @@ mototo.space viewwear.net bcjynykldbiqrcg.ru icyaroundwhetherprogram.com -renzoproz.no-ip.org +sendmsg.jumpingcrab.com 1603710292.httpdsconfig.com leboncoin-f.pw dec8973.duckdns.org @@ -66216,12 +67218,14 @@ afaeigaifgsgrhhafr.cc vovfxdjptc.ddns.net jvupdate.dynamic-dns.net sustainableworkplacewellness.com +jakyjjtvfaqnqyg.ru fgdblvhrak.duckdns.org ducksysddns.ddns.net priincbyfa7.ddns.net ertsxdgx2.duckdns.org 60dnipremium.cloud tuvestir.com +playserviceup.xyz photovideoarts.com g50e.com ktttgsxkkx.duckdns.org @@ -66230,18 +67234,20 @@ suboserite-underuxafakous-subatihoward.com nmf738g.top llink.elementiumdev.com judgebear.pro +8masaxsssaqrk.com cosmorunzthis.no-ip.info dataviewering.com nonapoxetn.info owumcdymhq.duckdns.org xperiencerem.duckdns.org wsi.dyndns.org -failure-login.ga +bctfwlthcn.duckdns.org your-truth.club rsejbmgsngwbwvy.com ns3.enderthen.ru wcdsjstonmll.com dttmasterpropriv.ml +mvgdyfkwhy.duckdns.org macrofalihood.net blackops.system-ns.net sdg4h.xyz @@ -66259,6 +67265,7 @@ disatefetion-inedidepese-ematakiward.org salahsyria.ddns.net cloudnetwork.kz ctmail.dns-dns.com +pulmonyarea.com slice-feature.com segrhjftjktfg.myvnc.com spunkify12.no-ip.org @@ -66278,7 +67285,7 @@ delevimite-ultravopaxetn-overufehive.org yug-polimer.ru senaoqueimarhumild.ddns.net zhcebzujut.duckdns.org -nyshopxawea.ml +afghanistanmfa.net exviado.com.br panelonetwothree.ml hzo0aut97bfu7zweb.com @@ -66292,6 +67299,7 @@ philadelphiagirl.top contmobi.online westharrison.org ns4.gamehorts.at +subuduminess-unudubaward.org ssl.zin0.com kryptikhf.no-ip.info multinefeness-misuropance.name @@ -66335,6 +67343,7 @@ tech-adobe.dyndns.biz bblfjlftfhghincgyqke.com ekidydotab.duckdns.org morningunderstood.net +linux.0pe.kr n.yqqufklho.ru oianowifna.ru quwasd.com @@ -66342,6 +67351,7 @@ k3x.xyz kzcctyauto.duckdns.org flagmanduty.top binglbalts.com +nazfgjcvwv.duckdns.org pkvyyqfril.duckdns.org 2fsdfsdgvsdvzxcwwef-defender.xyz serj1511.kmdns.net @@ -66373,7 +67383,6 @@ api090601.camerac.xyz mwhnpqrmrn.in pritursivers.ru quotingtrx.com -waetyshx3.duckdns.org manufact-is.com tao0451.com demonpk.zapto.org @@ -66384,6 +67393,7 @@ ug-asg.hugesoft.org vidinklepu.duckdns.org hapyy2010.lflinkup.net bfsggebsrhigyxh.com +checkserverstatux.com ffload01.top zkingvii.no-ip.biz 6ilovebug.no-ip.org @@ -66393,6 +67403,7 @@ habbohotel.biz macropokaruward-imeloboness-monopigemity.biz gorensin.info chipsnfish.top +tixhqxjyon.duckdns.org vc6183976076f5b45655119acba1cc58b7.so pt-p.top womindo.co @@ -66423,7 +67434,6 @@ n82wbnn.top rockfood.net ns0.site cuntified2.myftp.org -fpgw513.top falconstar.dyndns.org apkapps.pro accounts.googel.email @@ -66433,10 +67443,12 @@ cnvibe.duckdns.org ks.aoldaily.com elmamlka00.ddns.net usd04.com +memjaeznerzsa.viewdns.net namilh.com amma.myftp.biz monovopunan-imidozaship-imafusical.info venerologvasan93.ru +khftkckeutensfh.ru nokia.test-gulf.com decembermeet.net medianewsxyz.com @@ -66529,13 +67541,13 @@ nhophswbca.duckdns.org duddnjs2666.codns.com sudcgbkwtu.duckdns.org a-ri.comrepair.net -jsnrtmoqei.duckdns.org jesunaememma.icu qmotexhwaj.net cherezzaborpereprig.com internalchanges.cyou ns3.mazaiika.ru ddddrrrgggn.no-ip.org +krzrsnsmus.duckdns.org waajenyndxxbjolsbesd.com gw1001099.chickenkiller.com streamout.space @@ -66561,6 +67573,7 @@ pomfreti.online km8gq96.top cvdfhjh1231.myftp.biz hewasukis.hopto.org +ns2.www.research.pc2linux.com.mx netnsiservice.net staboiobo.tk wgperrblrd.com @@ -66573,6 +67586,7 @@ gsiefrccht.duckdns.org powerauthor-injury.com 9.wqkwc.cn updates-spreadwork.pw +sweepchance.xyz solouro.ml h12lbnj.top cloud.tillywirtz.com @@ -66585,8 +67599,9 @@ youmadbro.no-ip.info lolageftwkmb.no-ip.org jokenoiam.net mycoins.zapto.org +v207249.hosted-by-vdsina.ru ktci.ir -dpfm587.top +googleads.serveftp.com cyhz52m.top nasmasterservice.com cee221ba631eab0e86d3139f182dd6487c.tk @@ -66612,13 +67627,13 @@ wtaidifjbc.duckdns.org adfg347d.duckdns.org crjubgxfzc.duckdns.org asterixenergy.in -aefoahefuaehfu.su +capitalinvestmentsllp.com +linbzxpkmdtngnbdg.com facetoo.co.vu salosvodkoi.ru sportreadok.net pricemanmmi.com mytrojan.mine.nu -migtu.ru herpetodryas.online cxzko43pnr7ujnte.onion selectprogfile.info @@ -66632,7 +67647,6 @@ llink.duckdns.org absolutemoneymaker.no-ip.biz 1oba.com africanmobilenetworks.com -storequarter.net jusemilk.ru pxlxcmbsfaotm.co.uk ifishalot2.no-ip.info @@ -66641,7 +67655,6 @@ befrodet.top bfjvtwzwil.duckdns.org apkallegrplay.net ns3.fgfj.at -vipprojects.cn tajniagent121.no-ip.biz robertpouslen1234524.com antigimidom.name @@ -66668,7 +67681,6 @@ prostitutkisoy.com ruvteuptry.duckdns.org sickgreen.net dehatuzcu.ml -km8lg52.top windows1020.no-ip.biz chuck12.no-ip.org epicphishing.no-ip.biz @@ -66695,6 +67707,7 @@ ifjedssofllvcr.com acounts.work hasfdwexsw.duckdns.org nuphpqhvmp.duckdns.org +afterfreecolou.xyz yhdpbnpbnncdn.org inerehuless.info kw7ob.com @@ -66709,22 +67722,20 @@ freshattempt.net flashp.webhop.net xlrhrplnfs.duckdns.org fpxp598.top -xuofmx.dankdns.xyz freeraduga827.info uarxgrnrap.duckdns.org databit.today judystevenson.info +rathermethanyou.no-ip.biz fucks.ddns.net inogepicor-prorarurument.biz ltro3fxssy7xsqgz.onion ns1.megaflygala.ru whyfpjsojw.duckdns.org fastserverasia.com -downloadscanning.com azsuy.xyz rktazuzi7hbln7sy.onion nmy769k.top -fsssjkxxka.duckdns.org guthriebiblebaptistchurch.com f0336825.xsph.ru c22dbnt.top @@ -66758,6 +67769,7 @@ woofwoofacademy.xyz mgm.perc-up.com notsweets.net a3nezy.no-ip.org +kkcegomhlx.duckdns.org aaazuuskgz.duckdns.org zadnitsa.com placelunch-people.com @@ -66785,8 +67797,10 @@ meattaste.net uwaoilknbc.duckdns.org borderlands3.com lapoire1.hopto.org +zimton.no-ip.info safetyssl.security-centers.com xwcrfcv.ga +1603710453.httpdsconfig.com menylead.xyz trdestekhizmetleri.com crystaldesignlab.com @@ -66799,7 +67813,7 @@ a.intheclouds.ru kergual.info dochlist.hopto.org morph.no-ip.org -4softget.com +omuhpqkzkz5o08schc.myvnc.com ripsaw.no-ip.biz fpjt516.top edwin.willsmanten.org.in @@ -66900,6 +67914,7 @@ pqtboywsxhkmnqkia.com naverhelp.esy.es 99dmdm.com mtcrcopndudppw.us +behaverear.site ayleleleles.top iruzusefy-monokokicancy.net drupplasduemonet.today @@ -66930,6 +67945,7 @@ qegyxav.com 1000trdestek.com cyberiy.xyz zdanihacked.duckdns.org +dfh4h.xyz nonenukehood-nonipusese.biz alkhorsan.linkpc.net hungerp-rat.zapto.org @@ -66982,6 +67998,7 @@ alistherdatas.at bbhzthlfll.com ahvlhplooe.duckdns.org fapplejuicee.no-ip.biz +ooqixthmxw.duckdns.org cp71017.tmweb.ru markit.mefound.com londonstresser.uk @@ -66999,7 +68016,7 @@ oizaicnsbo.duckdns.org bioconscolors.com fdccpotgtt.duckdns.org hasann.no-ip.biz -aaa.77xxmm.cn +quasarcengo.duckdns.org joelubber.shop hfreswjivi.duckdns.org manto.su @@ -67017,6 +68034,7 @@ resihibudom.info snmzjrxspx.duckdns.org idqvjyfykw.duckdns.org cvsrg.xyz +e24551a66ff672eadf7b827508c14872b9.hk qrumefkvjw.duckdns.org exlpnwywef.duckdns.org ussignbtsa.duckdns.org @@ -67052,13 +68070,12 @@ mshar1.ddns.net gahyraw.com s35er.top proxy.bonch.dev -yuremiguel.ddns.net finderist.com uhiwucdhvn.duckdns.org -sc2q9zg.top +x6kt8z2.top khhxukhrhl.duckdns.org byeserver.com -multixepamed-overimahist.net +achrefforever.ddns.net pgfatt.xyz filecloud.no-ip.biz netserviceru.com @@ -67077,7 +68094,6 @@ newbulb.xyz shoponlinefreeuk.com justice.linkpc.net rsstatic.com -movestand.net g-analytics.net nhsws.xyz sce-kap.no-ip.biz @@ -67111,7 +68127,6 @@ gysz95j.top j902757.myjino.ru goforssl.top greenkegheedahatakankeadeshnaajaotawqsz.duckdns.org -newmake.pw galaxy.fagdns.com jnazxertw.com nsbeh.top @@ -67121,6 +68136,7 @@ r3aper3.no-ip.org smtp.hitachis.net vonygec.com vabccdiiwx.duckdns.org +purizsgzyf.duckdns.org norvicshippnig.com a0395941.xsph.ru safegross.com @@ -67160,6 +68176,7 @@ belllflight.com canvas.ucdavis.snnu.me kate-austen.info cat-tw.top +ssehwphnqs.biz wishseven.net angel1987.no-ip.biz decryptor.cc @@ -67182,7 +68199,7 @@ omqtjpqpgh.duckdns.org redeworf71.duckdns.org cystau.ddns.net pepesec3.azureedge.net -hiddenservice.xyz +nighterdevu.website cilkmkteid.duckdns.org hakkural-irtinziba-webtr.com dixis.bounceme.net @@ -67201,6 +68218,7 @@ fpxg532.top ldowojsg.com gigahermes.com wellserfromgnd.ml +gxngdomsvca.servegame.com ken419.chickenkiller.com usarmy.no-ip.biz ohsufsiuesiuhuhgg.su @@ -67210,6 +68228,7 @@ cloudsecurityservice.net xplpdixoap.duckdns.org merat.no-ip.biz dthorn2a.myjino.ru +jbifpmpwluknchs.cn oski.com recetoluful-macrotadasion.com j0008.com @@ -67225,6 +68244,7 @@ delivernaver.com f6kc8h2.top wgjpbodjwq.duckdns.org pitnicuis.info +wbormxauq0i.ddns.net hairedge.net android.ug ymp726q.top @@ -67238,6 +68258,7 @@ windowsreport.stream evvedpvqyno.net elbrayan.duckdns.org galynus.com +zgzanboobo.duckdns.org dy4858.p-e.kr upgrdade.no-ip.org uu7vtwraehv.adm-perfumaria.be @@ -67289,6 +68310,7 @@ covategal-dezakedify-enebugassion.name ksuwrestling.net updatehflashplayer.xyz pyl9ctbal8.com +tlxwpwqobihoh.servegame.com shiriez48.com poligjong.webhop.me sys.telesweet.net @@ -67301,6 +68323,7 @@ update-sys-android.com fabregas12.no-ip.info mafiagunz.no-ip.info mariasteven1.hopto.org +solod.bounceme.net d.czfllkbjleusjwellpulzgmou.org unutexupify-conofubusion.com dmugmwbu.ru @@ -67330,11 +68353,12 @@ gyxz29w.top bicha12302.ddns.net luckyhere.mashiro.tk lgcoma26.zapto.org +bigdata.akamaihub.stream ayyllxxwna.duckdns.org greataggy.linkpc.net n22ybnb.top mdus.pw -rsps10.no-ip.org +hfavjvcrym.duckdns.org iugnqymdnw.duckdns.org xxqbeyqmmvvf.com enldamizio.duckdns.org @@ -67343,6 +68367,7 @@ vinsentcrue.com underuketured-antigupasage-antiretunession.info laxhptestprwokn.cn transseksualov.com +mesant.ru easy-tricks.info iyueaky.org lxkcdqdccq.duckdns.org @@ -67352,6 +68377,7 @@ redoctober.no-ip.biz postofesion.org babaelectricals.com kgrubsbs.no-ip.org +rrzmkvhfdeppjy.freedynamicdns.net nms797r.top monodegomussion.info campangna20gb.gratis @@ -67397,12 +68423,10 @@ seferlik.com joinonly.net tixoluka.top wee4wee.ws -fpjk597.top bomominyva.info opt91.ddns.net zzdzcbujbs.duckdns.org dksdjasi92iejdnfsa.info -opheus.no-ip.biz helpingcenterxg.net.pl glisinc.com recrxgnblj.duckdns.org @@ -67471,7 +68495,6 @@ nameofhost.no-ip.biz ublaznze.online 10022020rest21-service1002012510022020.eu bi0d.no-ip.org -songhungservicesgetnow.cf trabalhoonline.webcindario.com demondedemon.cyou voditelaux.icu @@ -67481,7 +68504,6 @@ hrw393pilot.com hidemycock.no-ip.biz x6kz8m5.top irasehemal-interapomevible-irurilahood.org -playserviceup.xyz posteresition-enozopifetn.com bbfalglcwp.duckdns.org amirzbs.no-ip.biz @@ -67490,11 +68512,13 @@ zwgzkmawwo.duckdns.org masjlr.com iced-tea.no-ip.info cnc.smokemethallday.tk -vpnblackshades.no-ip.biz +repkegorow.ru choksaiiwkokskkall.info forestac.website halkadestekkredisi.com +ego9.ddns.net aculeatus.xyz +blackshades1337.no-ip.biz file.zzux.com soonbito.ru skrefcbdnz.duckdns.org @@ -67531,7 +68555,6 @@ income-feel-business.com m32cbny.top nuzloz.com ttujxceo.com -fesishineds.com wowv1punkt0.servepics.com volyqam.com 88dafa.biz @@ -67545,7 +68568,6 @@ ignorepairs.pro yokohamajpinstaz.mrbonus.com ruthgreenrtg.live pelvicheartspiritalchemy.com -istealursoul.no-ip.biz matinatheo.no-ip.biz kaylar.ddns.net uobdefqoff.duckdns.org @@ -67580,6 +68602,7 @@ badrouhd.no-ip.biz postezibese-unafikusency.biz reyajlepxy.duckdns.org fpxz525.top +ungefufklh.duckdns.org blogilive.casa forrolrestons.ru whomcold.net @@ -67592,7 +68615,6 @@ cett.cf 51yueyou.com leendeilco-1000.su 3nztr89.ddns.net -x6kx8m9.top ns3.spacelinksz.ru 1mbang.ru nyprince.us @@ -67610,6 +68632,8 @@ cursodegnosis.net 7139e7c222390629.xyz h12jbnb.top coldrollicecream.com +fdqdqpccpc.duckdns.org +skyrocketyoursuccesstoday.com ssnlpeoqhz.duckdns.org s.richlab.pl xuzwzhxtru.duckdns.org @@ -67654,7 +68678,7 @@ omar323.ddns.net lrgnkrsbvu.com global-news.center xnpoyfiuqd.duckdns.org -985s4f.xyz +obabxembiu.duckdns.org kovasrot.cz asdgxcbr3.duckdns.org liderfinancesa.com.de @@ -67667,9 +68691,11 @@ frf.hopto.org hdgshfdgh.co.vu nvidiastream.info jddrtj.duckdns.org +vtech.no-ip.biz xhascscgdt.duckdns.org nbyx968.top fpjmjqrqfggj.org +foyhot.tl-ip.com halal.exchange recklessoul.no-ip.org tatabatata.hopto.org @@ -67681,6 +68707,7 @@ misegisan-interazasoful-ultraxosimen.info p0su19mtiiyu2ki0tg4c.info anvprn.com servergateway56.com +268028866.tl-ip.com kpmvalgblg.ddns.net ecbaafsrrs.duckdns.org ivanajankovic.com @@ -67691,7 +68718,6 @@ servnrjmainsrv.in hc6q5zp.top transopazable-imabucerian-disinubupish.net evo5612.zapto.org -gmado.no-ip.biz agadono.no-ip.biz johns8500.no-ip.biz clientpreview.site @@ -67718,6 +68744,7 @@ k82tbnn.top hgrwceibjfshvovop.net epnmyxiugj.ddns.net eimsgkqemekuggss.org +anusbus.store cybergaterat.no-ip.org frantsuz.com novodoid.ddns.net @@ -67753,7 +68780,6 @@ servgbrnkgffddswqe.org ns3.detyuol.at uberspace.co.in eunodymrsxiv.su -yixingim.com brainboxonline.net v-lert2020.com ns4.destinyflow.ru @@ -67763,9 +68789,8 @@ gettorrent.ac.ug ewtsocvhrb.duckdns.org sliqlozxis.duckdns.org mxvxpdbwkm.duckdns.org -oaenivnrgb.ddns.net npidlmtnvr.duckdns.org -scotindustrles.com +wilgary.stonersplace.xyz coxesohood-microtofodom-transenedisant.com dvsservice.com tcbmtryasaluygulamasi88.com @@ -67784,6 +68809,7 @@ ssddtg.icu oldserver.servepics.com mailerdeamon.gq hqkezywfsx.duckdns.org +ljbyddqaojwvyje.ru byteknight.ddns.net odgpztgtir.duckdns.org h6kg8x6.top @@ -67795,14 +68821,13 @@ houseprof.ca my-bus.xyz vs-vossloh-schwabe.com 27odinxqwefck27.freedynamicdns.net -aventura7538.duckdns.org dalibob12.ddns.net outmastered.ddns.net sisilimide1.com a226c64ccaf90f8174b7690fe2d26ecfa0.to porkte12.top leucosib.ru -pareomedeo.club +chrome111.ddns.net christianooosss.ddns.net supercombinating.com q02633544297b60e461a5b1ead244d92ae.hk @@ -67823,11 +68848,13 @@ deathprophet.org jckkishadunkqwhxtrq.mu rehabretie.com ns2.ilutrekl.at +golitope.top shadowhacker.no-ip.biz paypal1.cloud matchlesssanctityusa.co.uk t8ju3dsik34s.no-ip.org coralarm.com +top.killwhenabusing1.xyz joinshown.ru uogapk16.ddns.net hackeadostrojan.no-ip.biz @@ -67916,19 +68943,21 @@ qgwwyeeouiouwkya.org justintimeucame.no-ip.org ahmad83t.no-ip.biz kinuplayer.info -developer-app.xyz +vozloteolot.space appleimagecache.com llohumas.today ns2.koncaved.ru +iacain.date x-stone.arrowservice.net rdek.ru uploading-neptune2020.viewdns.net ahcdentaled.com +youngmija.club yczlvweecf.duckdns.org kopot.myftp.biz omg.epicnet.info vinnysvinyl.com -fellowfancy.net +ailecalismavesoyalguvenlik.ezyro.com historyreason.net electrum.zone lupend.ga @@ -67951,7 +68980,6 @@ yejhfhpjla.duckdns.org exafisixure-ultratomavance.biz argon52black.no-ip.info hackersteam12.no-ip.biz -gkzxaosgio.duckdns.org s-pod.xyz tbcmtrgirissagla4.com kennedbiel.ddns.net @@ -67973,6 +69001,7 @@ macloud.xyz ambystoma.xyz lordfire.net hdaoud96.ddns.net +mylogisoft.com bakgood.ddns.net gozukopomiva.com thoitiet.yrindovn.com @@ -67991,9 +69020,9 @@ testrex1.ddns.net iranssp.ir projectv3.no-ip.biz destek-sorgula.org +zds9njdf6lgsna2.myftp.biz ns2.bothpix.ru vkaisyssaikqxpsb.com -sampleadvert.net baims.ru ns3.yurosilo.ru krypitalvc.com @@ -68005,9 +69034,9 @@ ccsnbao.com ejuivwsffwngqe.net docscountry.com tsbqgpsuez.duckdns.org -downloadlink.mypicture.info +gzqfqrvtsq.duckdns.org camorata.com -morningmeeting.net +rfhoahegue.su happybizpromo.com tmlbd.com alienss.ru @@ -68045,7 +69074,6 @@ sharkcoastline.com f6ks8d3.top cynz19z.top advertstar85.com -ns3.dnspower.pl iggqwmehoy.duckdns.org lepraman.su fhoyriquehprffl.info @@ -68080,6 +69108,7 @@ oa8088f6f4357ebe38a430dc3a0be3511b.tk hllll.no-ip.biz poreadse.cyou as3gs.xyz +aqoxitqxsrfdxhh.cn ajdecaobre.no-ip.biz oodaazosdq.duckdns.org sbssanjorge.inti.co.uk @@ -68142,7 +69171,7 @@ control-panel.myq-see.com microupdate.sytes.net bljtbbygig.duckdns.org krabbles.no-ip.biz -resultsystem.net +jessishot.no-ip.biz sc9q5zp.top g6kt8z6.top fplp521.top @@ -68158,6 +69187,7 @@ moha55.no-ip.biz p3gcak.com alertsecuritybrokenaccesswellsblockedacconholdwf.host fishwise-lesson.com +nmt762g.top cycz28n.top vfpi2hz38p.icu half-life.su @@ -68165,17 +69195,19 @@ reremuloly-ultravomegance.info hasdwexs.duckdns.org press.premlist.com oyuyzjqhad.duckdns.org +agiffrovoa.duckdns.org antiligulity-macroxikening.info zmfcmghjbpbxwn.com tmik345.xyz nickgoodsite.co.uk facebook8abc.com -km8nx29.top +fitytrade.ru sjwrkecopv.duckdns.org bergesoma.com feeli.oss-us-east-1.aliyuncs.com rxizmmalbx.duckdns.org evdekal20gbcimer.com +ffpswyswjjidvhq.cn templetom.com nedalqex.xyz mjskmmomjw.duckdns.org @@ -68187,9 +69219,8 @@ dangermm.no-ip.biz novalok.no-ip.info southerntexastitle.com melos.myftp.biz -adobeflashplayergroup.services +hfuwlocyqngcsblek.net wellbuild.net -excvmzxvmxmzc.xyz muwdllzufw.duckdns.org abracadabra6.xyz api.adminbtc.ru @@ -68211,6 +69242,7 @@ pyfdn25qu.com dsnkjlkfu.com fcykrfcqjcwhf.info officeapps-live.com +noknowfish.fun ninodns.duckdns.org asbooktime.icu bshades2.no-ip.org @@ -68238,6 +69270,7 @@ sagawa.online dswfjr.tk tna873miracle.com asdwb.xyz +service.ohmpala.com bs6969.no-ip.biz phasesupport.com uevxygopaa.chickenkiller.com @@ -68246,7 +69279,6 @@ dphj597.top rotreoungy.xyz officesales2.com evahs.org -pakqadeer.hopto.org dpdl525.top dannisconfessions.com tebs01.sytes.net @@ -68261,6 +69293,8 @@ bnp100.no-ip.org user79869.7ci.ru fred.bounceme.net hostiecompan.no-ip.biz +bacteriu.ru +amr16pzcp03omerd.xyz awmszp3t3zuni6f6stanp3zesiwdco4nekn34wauxxqbcztz74jxjgad.onion f069468d0e575870f3430f0e41515000fb.so ns1.klipfordansk.su @@ -68280,6 +69314,7 @@ syvpn.com collegereason.net aletazgi.ru enmspvru.net +dtawlja82bo3h.redirectme.net lucoilosa.ru zbsbjyfrsa.duckdns.org wonnesende.com @@ -68290,7 +69325,6 @@ noway21.ddns.net subikohure-minibupuward.org vndvdjnxqf.duckdns.org cqhfxsiyyg.duckdns.org -netdiscovery.org vidar321.ru overofutufish-monoranodom.info upjsdeujrdpv.biz @@ -68302,6 +69336,7 @@ ns2.toxicity.kz marki.ddns.net flashplayerdown.com dportsmirai.tk +vlmx1xctilwpx1nl.sytes.net fpjm538.top worldmoney.webhop.me iobbrwbjjp.duckdns.org @@ -68422,8 +69457,9 @@ bulletinalerts.com masteronare.com paranokrzv.site dhl-suka.casa +week.canadatvsite.com fwpxcm9.com -callonenergy.com +vman21.com humanfish.net km8qm13.top jdnytgymns.duckdns.org @@ -68445,7 +69481,7 @@ ilovemgx.no-ip.org xlnxppuntx.duckdns.org apohax.no-ip.org bluelook.es -klnrdc.newsonet.net +sadgxbe34.duckdns.org lxwjjwkpcc.duckdns.org monakolorakosg.today fpxx569.top @@ -68478,14 +69514,14 @@ ns1.beflashfix.ru bluntneo.ddns.net mafiawantsyouqq.com semidosabal-prohifosen-irulubuth.net -thickreason.net +di7cln2izr.com cu021fa.com +wishseven.ru npvunstsmg.duckdns.org -rj2bocejarqnpuhm.tor2web.org teddqpqppp.duckdns.org tojncbmusd.duckdns.org cyusdrkmlfsvum.org -kittrellglass.com +twwrqowgnn.com d92bbnf.top zetthing-bg.site beepn.pw @@ -68541,18 +69577,18 @@ nmy793m.top appsbispo.tk gykz36g.top batroslunk.top -equation351.xyz +uauvfavgcr.duckdns.org fayweiwalw.duckdns.org golfnewsnewjersey.com rat19.no-ip.biz rotftsleto.duckdns.org +wqysijjhhrksrpo.cn debirifant.info gejohnleftha.ru bmeadaut.valve-ms.ru ns4.cfroteyt.at ns4.newtrips.su withnerve.net -creativeheadfirst.com mtbinfo.ru 1603710642.httpdsconfig.com runescape-elites.zapto.org @@ -68622,10 +69658,13 @@ otkpisjtvt.duckdns.org murderinal.pro tiphssnimcgisfl.ru ppjxadgtlignjbxit.cx +aabsgxibfk.duckdns.org 5ji235jysrvwfgmb.onion.lt +muratinue.com bjszvtzvle.duckdns.org waltprime.su kmsxnertqaonline.com +antinocudom.info sadfgxbde3.duckdns.org fadi.myftp.org seerrjjjjx.duckdns.org @@ -68674,6 +69713,7 @@ llc.win.daniel2you.com sloleaks.xyz farmaboti.es afternicweb.net +ppdtaqaa.net weubeufubg.su hedtfohecdo.ru svarog-jez.com @@ -68699,7 +69739,8 @@ tillseven.net larryber.no-ip.biz weoghehofu.su ns4.encryptdns.ru -carlosgamez.duckdns.org +vpgpqwqaedvqmnh.cn +digoedani.xyz theirallow.net zevs3.xyz km8pk26.top @@ -68737,6 +69778,7 @@ ulibe.ml tazecikgelincikderisi.com ysvnpxvfia.duckdns.org n1fc66bb31c18446253c79959d3ab5dbe6.so +headstood.net amran-pc.no-ip.biz thiseep.no-ip.org ghefgekil.club @@ -68846,7 +69888,6 @@ y4d1fc581477b0286f00a5eebfbbeb2f47.cc xhgywvqvmo.duckdns.org imuzifuship-antixutoless.name loadhighertop.fit -ftp.microsoft.mrface.com cupatrade.com carassiusis.xyz update.offices-cloud.com @@ -68871,7 +69912,6 @@ avance-de-cupo-en-linea-personal-cl.gq lawpush.ddns.net hostnamej.ddns.net ksadjaskdjaskd.com -avnjila.website nnovapmmuy.duckdns.org uka.me center.infosupports.com @@ -68922,7 +69962,7 @@ idcheck2.qmul.ac.uk.sftt.cf huqndffpuwwidqw.com scoobyshades.no-ip.info interpayoffice.ga -mrnservpogserv.ml +rcj16whwaqg03pmrp.com xqmyoogaxmvyuuhfilqm.com pwsmbx.com countryregion.ru @@ -68959,6 +69999,7 @@ predlinnoihvorostinoi.com urusurofhsorhfuuhe.to puvytag.com kycgchmcgc.duckdns.org +ljivzrqccp.duckdns.org greatartsschool.com abudalmaleekk.ddns.net nthjtoqjbv.duckdns.org @@ -68983,6 +70024,7 @@ bgzbbbe.vip llit.cf virus.sauravbd.com zlogkvngha.duckdns.org +kundestyring.freedns.su lagertha-lothbrok.info santaliny.org nid-yyanagemeniteam.890m.com @@ -69014,6 +70056,7 @@ hgfstfrqqt.ddns.net amldevelopment.com tkvcelik.com.tr srvc50.turhost.com +iwendodkzk.duckdns.org wider-machinery-usa.com sqcbrcmxih.ddns.net yes4biz.net @@ -69025,6 +70068,7 @@ pywhe.com uzuzuseubumaandro1.com heckwassleftran.ru yyql688.top +ladghllkjr.com ultrawebarts.com bsserverratprogram.no-ip.biz xc7q3zn.top @@ -69052,7 +70096,6 @@ c815226ffef883061d0ba610aeb503847b.hk ks-davis.com irumanish-disifeneless-postugofodous.com legallinecoccolose.chickenkiller.com -ifuckingwantscam.ddns.net k1gms6e.com jswgoypaia.duckdns.org aegijmaliijo.bazar @@ -69084,6 +70127,7 @@ gfnubs.no-ip.org cbdfx.website signcross.net sbuihipconqm.ru +kik-com.com ehispride1.ddns.net bluefile.biz cs201020.vi-05.com @@ -69112,9 +70156,9 @@ km8qq71.top dunnuevo0087.duckdns.org 37collingwoodst.com clayroot2016.linkpc.net -oddy.no-ip.org kubeodz92.ddns.net wright1.no-ip.org +frostycitadel.xyz ppwqramhma.in pasios.info ns3.qx9.pl @@ -69155,7 +70199,6 @@ mse-cdn.com correosapp.center hackering.ddns.net vietbaonam.com -paradisedealz.securedns.xyz m22gbnq.top aysen3241.com gold35gym6jordan.xyz @@ -69184,7 +70227,6 @@ limitazioni-sblocca.com arrcnmxwvp.ddns.net ns3.gofuckbiz.co.ua vyefb543.ru -fbnncxxwwyls.pk powzip.club bwzdqddftx.duckdns.org f0493266.xsph.ru @@ -69192,6 +70234,7 @@ mgaazz.com mesozoya.com nbpussnrse.duckdns.org c72sbnb.top +kkxdf6ytowu.servebeer.com updateservice495.zapto.org siciliyaopartion.ru kahomix.surf @@ -69211,10 +70254,10 @@ bmlqqdpbob.duckdns.org ramazanhediyen-20gb.com josdjhjzv.net spy9999.ddns.net -thepriest.no-ip.org balticpagesyellow.top ponel.biz redcoldfood.com +gsalliperioptol.online amazai-technologies.space nano.xblbyesma.com teubeufubg.su @@ -69234,15 +70277,15 @@ musicjj.zzux.com estacion373.duckdns.org wirelord.us nsh3ug.xyz -mahlazer01.no-ip.biz +google-drive.site smtp.gazpromlpj.ru -icloudsrv.info remidovudom.name frekishalm.com z6kl8g6.top ty2019.zapto.org 2s564g.xyz movebroke.net +skrollerupie.chickenkiller.com dgcgd.xyz uykmbwadlc.duckdns.org systemerrorware.com @@ -69270,9 +70313,9 @@ gbedu-blast.duckdns.org prenubocetion-ultrahahohood.com sicklight.net hcnliwdtzq.duckdns.org +kokuz55.ddns.net oleifera.xyz fucksars.xyz -45s2g.xyz ayedz.000webhostapp.com mail-securiety.com mozimyrago.info @@ -69312,12 +70355,12 @@ km8kk89.top entratell.com cynz11n.top ns1.spcninternet.net -hangforty.net seooptimisaion2traffic.com fxazudqiv.ru officecollector.duckdns.org zlzaaanaan.duckdns.org cymz22l.top +alonki.org cortezs.com nsmge.xyz sunnycom.thddns.net @@ -69331,6 +70374,7 @@ ndd-ufa.ru psycox.no-ip.biz nazamoskaotp.xyz ymn.mashdrytest.com +yeurapicpbaolgn.com oyxxxdlpmlofhif.ru jwoegibxdl.duckdns.org humanshield.top @@ -69373,6 +70417,7 @@ alexbread.ddns.net twitterlevelsecuritycheckingforwordfiletransferthroughfirewalls.ydns.eu 2813.noip.me hackertime9009.no-ip.biz +divacero.net minikuxuness.com ismaelworks.com vikppsod.com @@ -69431,7 +70476,6 @@ yurl.bid ombtsbeuevnm.pk mworwdqmtthk.ru khammsaat.ddns.net -windo.hopto.org exvorid.at rospolimery.ru iiuvv.com @@ -69450,8 +70494,8 @@ macfee.ga sdfg5.xyz lornozinho.ddns.net cfrmmlirggjkpinueaon.com +monokuvission-transodigical-semihehamussion.biz academiefutsal.com -uyukle.info adsfghcx23.duckdns.org demexsoft.com nalyd.no-ip.org @@ -69478,11 +70522,12 @@ lookloud.net 1tap.h1n.ru antisapenoly-inexasety-macroxifiness.com dgtmhwdhdb.duckdns.org +pxhczgjgns.duckdns.org trafdriver.com qbmwzwgebm.ddns.net documento.jescy.com subadesision.com -onzzmyldcc.duckdns.org +hpq33mcw9u.hopto.org garden1219.com www6067ug.sakura.ne.jp y1ss-tw.com @@ -69498,7 +70543,7 @@ funnymems.com hp-apps.com propecely.biz if160b884eca84ee325611603e13c56eeb.tk -ezelogs.ddns.net +checkspeed.no-ip.org qualiumeat.net sumvawe1s.com gycz53m.top @@ -69527,6 +70572,7 @@ regul.club rev4.nulled-db.com hdvideopleyer81.xyz hammm.mcdir.ru +hrypgnozjw.duckdns.org sripipat.com intenseblade.no-ip.biz sprata.online @@ -69560,6 +70606,7 @@ mdnsresponder.com hackappcrmkz1.roimaster.site cousidrebn.ru windoww.no.ip.biz +bmrerrerqe.duckdns.org selman-57455.portmap.host ftp3.no-ip.biz get.marquettburton.com @@ -69603,7 +70650,6 @@ reuters-press.com cvfejxpgrz.duckdns.org moris.hopto.org trialobtainedand.at -yyvbjbrlyv.duckdns.org madnik.beget.tech russk11.icu erkcgxpceq.duckdns.org @@ -69611,6 +70657,7 @@ pwadj8lj9kl8512sdvj.bounceme.net igneus.xyz jetta.no-ip.biz imagesharehost.com +rundvcunpe.com donbigg.ddns.net carnivors284.info as23-updater-symantec.org @@ -69631,6 +70678,7 @@ bzinga.np-ip.biz store.overmagazine.it disidabinable.net unin.icu +gdocnpgtni.duckdns.org nordhost.tk liveupdate.online izuw6rclbgl2lwsh.onion @@ -69640,7 +70688,7 @@ butland.gq h22bbnd.top whiskey404.ignorelist.com dealeva.com -presentdelight.net +fesishineds.com info-spb.com knowcook.net guaouehdaouehla.co @@ -69669,6 +70717,7 @@ enugeresult.com yjghnpukyqy.com patch6838.com ssl.cccccsssss.com +mtgiiqoznv.duckdns.org obnvzabrfu.duckdns.org us1.short-name.com papar.zapto.org @@ -69678,6 +70727,7 @@ onlineupdate.3utilities.com mtpeuncsou.duckdns.org pzcp528.top aa478f47.net +cloudjscdn.com sope.purpledaily.com uaeihefiuaefhuhy.ru sawyer22.no-ip.biz @@ -69699,11 +70749,12 @@ gfchzfxidx.ddns.net zzohaib.no-ip.info v9a4ca0f138fa4ff41fd9f1a8e4ba4f58a.ws aslmmahmd12.no-ip.biz -google-drive.site +isleep.ddns.net hwaetsxaa.duckdns.org luke69.no-ip.biz rhetoric547.xyz mwntnqpmod.duckdns.org +agwoan.com cwe.newsonet.net cazino-game.com epobbtfsrr.duckdns.org @@ -69727,7 +70778,7 @@ qeqrgwoxudutvwi.cn 6pi3jrqjbssfh6gu.onion.pw ultralufetous-underecanagive.net h839492.duckdns.org -efsxv.xyz +z6kc8p6.top ctos666.ddns.net walero.fishdns.com lihlihoh.ddns.net @@ -69741,13 +70792,12 @@ ploaiedueaigzefa.ru noisy-cell-7d07.poecdjusb.workers.dev hamas.publicvm.com dumbo.no-ip.biz -dutchops.no-ip.info lccp778.top tchelero-55169.portmap.host nouna1978.no-ip.biz aarque.co jeteame.press -preparetrust.net +reich666.ddns.net it.emeraldsurfsciences.info modifikasi.xyz monoartglass.com @@ -69766,6 +70816,7 @@ vidtop-xxx.ru rt52.d6jdhr.ru rjojyzobps.duckdns.org sdfcxvb44.duckdns.org +richdilly.com getconnected.chickenkiller.com uhywg.com bbguwyufrx.duckdns.org @@ -69779,7 +70830,7 @@ keane.duckdns.org overulurotion.biz macronetapan-macrobarecing.info hlpzrvoxqn.duckdns.org -hldhxmepth.duckdns.org +miner.kek.gay golfnewsconnecticut.com shukastu.com f0337965.xsph.ru @@ -69836,6 +70887,7 @@ portalalmost.com smjujualcl.duckdns.org mailsserver.com tswgqcseq.com +holubicoklire.top evdekl20gbx.com zc1q1zz.top ombtsbeuevnm.ru @@ -69876,6 +70928,7 @@ topnotchhardwoodflooring.com hdfilm-seyret.com thinkborrow.net zsplace.com +uyfowhflwv.duckdns.org ouaoueouefnufhrfuof.su jynrrayoalgyaf.com vmnwmswtrcffxod.com @@ -69885,11 +70938,12 @@ artcooldesign.com begurtyut.info sweyblildian.com mxkkxxjwvv.duckdns.org +livetalk.vip mardinmagic.ddns.net marcingranio.cyou sourceforge-comoros.net callstood.net -wowservers.ru +thesebest.net cycz89x.top ilogical.hopto.org pandemiyardim1.online @@ -69940,7 +70994,6 @@ uri.cab realgrey.ddns.net opfjktdeyyyi.ru rnail-163.com -xfjlajxqbo.duckdns.org englishjill.top darkeasy.net ce4bf23f9be38f665aa7c89e386b718782.tk @@ -69993,6 +71046,7 @@ yj.ink d7oom13.ddns.net anny.bunnikcreations.co portnj.ddns.net +31kungcommunicationtaristdysupliermgjky.duckdns.org wejden2014.ddns.net 42.pxlgmz.xyz sosyaldestekpandemi-vatandasbasvuru-gov.com @@ -70109,6 +71163,7 @@ agnediuaeuidhegsx.su dpfm571.top subuxivite-interehatovize.org mgthnse.artisanent.info +tanerm.ug ca-pdt.com inter.earthsolution.org otujbgavgo.duckdns.org @@ -70146,7 +71201,7 @@ winsyscheck.com greyhat.duckdns.org nmd731z.top office365-osf.am -gefuret.org +ixicu4gmc0ggdxa.myvnc.com depravity.no-ip.org ocynvemmoo.duckdns.org hotchickoverher.no-ip.biz @@ -70214,7 +71269,6 @@ threetree.net ns4.qwj.at cvqgqduimk.duckdns.org rhmqhweasa.org -amirafiqmal.sytes.net dnssp.no-ip.info ftp.eu.zzux.com rhwlc.com @@ -70315,6 +71369,7 @@ moneycom.ddns.net pupypep.com getfucked.ddns.net inspired.no-ip.org +autocapital-500.com w00oo00t.no-ip.info emupodous-inixisuly-disufunaty.biz minimumreact.com @@ -70354,6 +71409,7 @@ qc9q3zd.top jkgytgasjg12.serveftp.com cta-tibet.com mixterix.duckdns.org +rceesgtgkx.duckdns.org lbusinesd.agency amity.hopto.org scribd.cu.ma @@ -70378,7 +71434,7 @@ nongda.group 1a5sd5sa3d1sa53d1a.com w2qrrab6rk5det.com msldr.live -miriammoreno124.xyz +ifastbpkbr.duckdns.org havgvdxpbr.duckdns.org who.selfip.org qekyfeg.com @@ -70391,11 +71447,11 @@ rmznsinstr.duckdns.org bhadesrathf.zapto.org gauradechiuveta.com gyjz98p.top +interstatos.com fpyz583.top -microsoft.org.tw +odsshzbx7hf7m.myftp.org autocheck.000page.com cjsocebzrf.duckdns.org -glgl.o-r.kr learntold.ru bfagzzezgaegzgfaie.to u30x3ch.com @@ -70424,6 +71480,7 @@ arlights.net nonick55400.duckdns.org rekncrfvjm.ddns.net multidafadite-postagoker.org +fazhhtquvu.duckdns.org vois.gotdns.ch etasuklavish.today jb2168948.ddns.net @@ -70530,6 +71587,7 @@ ymt783n.top 938.no-ip.org ypnfxighjb.duckdns.org rlwryismmgjijryr55u5rqlbqghqvrwxe5qgxupuviyysxkky5wah6yd.onion +sphack0000.no-ip.biz jack.redirectme.net thisismyn.ddns.net hostelunke.ml @@ -70568,7 +71626,7 @@ wesleydonehue.org trixbackup.hopto.org bbus19.ddns.net tcbmdevletpandemidestekuygulamasitr12.com -z-wavehome.ru +4545544m.com pointdeal.net ludicium.zapto.org armandolesaj.uphero.com @@ -70592,6 +71650,7 @@ cumhurbaskanlikislemii28.com thdx08.com hillagain.net tlt283.cn +rgwerg.duckdns.org dmatdc.no-ip.biz jquery-framework.com devilcase.acmetoy.com @@ -70602,6 +71661,7 @@ float2fit.com furia93700.no-ip.org xxdatingoffers.fun fpyz571.top +vdk10pfsny03tzfva.com ciscocheckapi.com kauy4vb5tep6mhfc.onion.link pczfk.com @@ -70630,6 +71690,7 @@ fyyx888.top t678t.top fisu.rr.nu m1p.no-ip.info +qetqjlvqlbjyfkx.com jc5q1zt.top mila1314.ddns.info zeyadigital.com @@ -70650,7 +71711,6 @@ fff.dynamic-dns.net onlything4now.ddns.net redcrossworld.com apexftw.no-ip.org -zimton.no-ip.info sd3sg.xyz cutecats.freedns.su worklifedata.com @@ -70666,6 +71726,7 @@ paychuby.no-ip.biz inthefa.bigmoney.biz expertsat.io n9cl.xyz +purefoe.cc imapserverholland.com pepsibrah.no-ip.info cc7c82fca5cf9aca30ffd8770f5d657848.to @@ -70683,7 +71744,7 @@ waetshgx.duckdns.org g92gbnq.top izll.tk sregr.xyz -cwuobqhyonjs.ru +icweprpsdi.duckdns.org qquvjijtvatj.in f0463846.xsph.ru dmjpvnstmaykhqp.cn @@ -70704,11 +71765,11 @@ f6kq8g3.top volyrut.com frightenhf.no-ip.biz fxzpzlcmbh.duckdns.org -derpenta.space hiiiejrntjr-54531.portmap.io f-mi.purpledaily.com ymq732z.top jave.xyz +kqtllqmzty.duckdns.org micrsoftware.dsmtp.com ns4.qx8.pl asgdxss333.duckdns.org @@ -70815,7 +71876,6 @@ chiefunderstood.net sjyx258.top ns3.giolinkl.at june85.cyou -hassan1212.ddns.net ftp.japanfilmsite.ikwb.com jbcpppcpdj.duckdns.org lol76443.dynu.com @@ -70840,6 +71900,7 @@ ldrneptuno.net contacts.rvenee.com uaeihefiuaefhuhv.ru recyclecycle.top +lati10.ddns.net download.cdn.jzip.com bitorganize-lunch.com buscamapa4.top @@ -70857,10 +71918,11 @@ rururmaskpikabyatezya.website srvfjrncj.ru d91f3009d2425b7baa00da659ec9a86006.cn svhost.cf +dpzw533.top vincentdemiero.com paypeted.com bs1.no-ip.info -fpyc535.top +ecd8fxwcqaam.redirectme.net blops3.no-ip.info ns3.zartrusrokl.at nmf767j.top @@ -70898,7 +71960,7 @@ abodeflaash.xyz humanpast.ru maganlagame.com nyjur.tk -justportraits.ca +epeodjgnny.duckdns.org postocugical-irinecilike.net web.applesoftupdate.com page-store.ru @@ -70907,6 +71969,7 @@ proxoxetoly-ilupulaty-underecisian.com ffutggzzmz.duckdns.org leviticus.no-ip.biz sam.infosupports.com +a8b.site butanero.no-ip.biz hmblaufkgx.duckdns.org banamutlulukyakisir.xyz @@ -70960,8 +72023,10 @@ cron-redic.ddns.net jc3q6zg.top imazasoting-enubadument-deforuzed.name diedbqlxkw.duckdns.org +fpjz552.top gynz75c.top d12dbns.top +titt.gq chromenerlitigub.tk venemy.duckdns.org e-d-e-vle-t-so-sy-al-dee-st-ek.com @@ -70990,7 +72055,6 @@ blopsadmvdrl.com asmiller1.com scarymovies.chickenkiller.com drubet.com -humandance.net software.nytimesnews.net darkc1.no-ip.biz biobot2.no-jp.info @@ -70998,6 +72062,7 @@ pimmelfrau.zapto.org projetonjnews.no-ip.biz udmesh.wm01.to atacoinc8897.hopto.org +zmymezhsjc.duckdns.org ahmaddyar.no-ip.biz thenform.net zhkclrrbgufzsgljzohs.com @@ -71005,6 +72070,7 @@ vsawqfyhgtwnldttortbv.biz sabbbb.ddns.net upiserversys1212.com soiltoday.net +1a0oqiraht.com nimble.report qhw26kj.top transuduzadom-macrovopasen-inipobity.org @@ -71036,6 +72102,7 @@ deymoss.duckdns.org lonehiller.no-ip.org xgamax.ddns.net negotiation-water.com +ujyqyhpgnvqcxht.com somalian-blog.bounceme.net exam2quiz.com.ng almightykappa.ignorelist.com @@ -71050,6 +72117,7 @@ spendwall.ru coxiamigo.myq-see.com ns4.shinerun.ru 12oa.no-ip.biz +xjmizijvqc.duckdns.org hvmetal.com com-stats.com reroberancy-iraxifous-transevicenern.net @@ -71061,6 +72129,7 @@ jomp.site dytl681.top emeluhoth-promasaty.info minivaluth-preteribance.com +7s45g.top lupulus.ru lisbek.freedynamicdns.org krsbfnctew.duckdns.org @@ -71088,15 +72157,17 @@ bsesw.xyz firstlabelserverlive.com blackshadesnet5.no-ip.info jc01ccdec65a769b4c36fbc4192daeb91d.in +dazqpcotff.duckdns.org ttqwfsgpht.duckdns.org service-windows.servehttp.com poaannerqq.duckdns.org +fabjimekbd.duckdns.org xlvpgiduze.duckdns.org otdjkyqhgm.duckdns.org zvkqzozhwv.duckdns.org bigbi.club f0344006.xsph.ru -r3ba073af9184f36dae3895f8b8061aea0.ws +lisarx77.top baloobadjamel.hopto.org hurpdurp.zapto.org bbshades.no-ip.org @@ -71123,6 +72194,7 @@ rtqebuapyt.duckdns.org helpdesk.lnip.org qaedyfgeug.duckdns.org wsxe134679.e2.luyouxia.net +xn--tv-plus-trkiye-osb.com petr555.beget.tech km8zw97.top kitjujnwgk.duckdns.org @@ -71138,6 +72210,7 @@ bdvamqvjop.duckdns.org muelhzob.com wetdghcx33.duckdns.org boostetits.com +ukcompany.me sositezaporebrik.top milkwore.ru knife-imagine.com @@ -71158,7 +72231,7 @@ sakirimbenim.site tulethal.no-ip.biz z30of5.com namecha.in -snapking.freedns.su +fpqr538.top microfocadom-ultraxodaship-subimukuban.name mylogs101.zapto.org kxllllykkx.duckdns.org @@ -71175,7 +72248,7 @@ onrfm5v.com macmudu123.no-ip.org jtxzksscqo.duckdns.org zyegrzlook.duckdns.org -sportscraft.no-ip.biz +cmcp588.top fxnxtzxfnb.duckdns.org lauracooper.hopto.org rezolezation-transapupirify-seminecation.name @@ -71202,6 +72275,7 @@ fpsc535.top bonav.mooo.com ricrat.ddns.net service-eset.com +ccirqrgmgetmbfd.cn fiftyguess.net vefogy.cf greentoparts.com @@ -71213,9 +72287,9 @@ zenzen15.ddns.net golfnewsmontana.com microbokily-ultrakadolufy-seminexely.name addnow.zapto.org +msonebox.com dcj.rebelsoftijuana.com sightfool.net -oc-timber7979.com fkskvvdgfeuh.su comericac.com stat-servise.cc @@ -71223,6 +72297,7 @@ zvenigorodskoe.ru eupgshnssv.com yg2zdng.com fhsloxtoib.duckdns.org +lyygjgmcgtsmosr.cn meherdelam.com dlkmxcufdo.duckdns.org rmbs.club @@ -71247,7 +72322,6 @@ bobiscool.no-ip.org bsyuh.xyz coffiices.com vmndsqsdgs.duckdns.org -toxicccc.no-ip.info dungdoptiop.xyz andrewshost.ddns.net nancyxi.gotdns.org @@ -71263,7 +72337,7 @@ yugo.zapto.org newsuntunitypogtlfd.org glpntvrkwerbshjmibwe.com monkeyjoadmin.strangled.net -uccftl.org +antivirus-update.top pgmbqhshzu.duckdns.org meganjohnson.net gluk.no-ip.org @@ -71273,7 +72347,6 @@ mirkolkdb.eu chanpie.pw cn.uvgczsuidrtg.com dfwqdyjrtyiuaij.pm -sheamusking34.no-ip.biz setts.no-ip.org av.ddns.us raklatif1.no-ip.org @@ -71283,9 +72356,11 @@ ns3.firmares.ru kubgiwcnbm.duckdns.org darkloader.xyz osagiucjobxnhke.ru +fbphqmsnjmibhro.com code.jquerys.xyz cyxz83n.top cqgvtydkeh.duckdns.org +tumharimaakachodamarunmain.blogspot.com ipv4.windowsupdate.fartit.com wyximdckpk.ddns.net a567a.top @@ -71369,7 +72444,7 @@ denel.businessconsults.net microsoft.firefoxupdata.com cymz62h.top m62ybnh.top -yahkiller.no-ip.org +bfwewctmfocjicw.cn kilimcinursia3.com surfeth.com imperialc0nsult.com @@ -71384,7 +72459,6 @@ vh314957.eurodir.ru wjdeo3789.kro.kr eslkatowice.com otzd.pw -ratherreason.net oscarjosh.duckdns.org amfdxyhwht.duckdns.org adsprestige.com @@ -71397,6 +72471,7 @@ paintedwolf.ddns.net yms767r.top justjackjustwatchandlearn.site d37vvfpyclbf9b.cloudfront.net +dovqymddcsrlfgs.com inpost-paczka.app antonzuponcic.com xn--1-8sbydbel6b.xn--p1ai @@ -71414,13 +72489,12 @@ geniusus.no-ip.biz qfuojbylxjtplacqamgo.com startcapital.top phonechallenges-submit.site -vman21.com untmainnkg.com avms.dyndns-server.com charlleskoch.institute pfy.fairinghaulages.com moviesfireworks.com -ns3.newtrips.su +chassche.top mydear.name internetdownloadr.publicvm.com ssnsphrnws.biz @@ -71428,6 +72502,7 @@ gkaruil.in fpnq587.top hellopls.zapto.xyz rsvdjdjufw.duckdns.org +ikdappafza.com vonyzut.com km8gs78.top tunujolavez.eu @@ -71469,9 +72544,9 @@ em1122.ddns.net ggwp.emptiness.tk indirturkiye.com tllbxrnoorim.su -helpingcentervh.pl rzmhzeernr.duckdns.org xfcp958.top +iymfnffwhj.duckdns.org n.n.c.303ff7b225c14f1498a2.cdnmsnupdate.com crispershf.hc0.me hsadgewtt.duckdns.org @@ -71495,7 +72570,7 @@ dns-forwarding.com hcxbtclfjwbrnrs.ru k52gbnf.top 5w4okefqrb66br3ibnb573ac7ds77buxtjxozhvvnbs4wy6cqmwhsyad.onion -wlchkidnyj.duckdns.org +mosttook.net mee2008.zapto.org balamodaevi.com 344bifa.com @@ -71587,9 +72662,11 @@ k692e9085cc7db85d084b8b748035a0dc9.cc kww32kj.top netdumps.no-ip.biz interekefern.net +uewqwnuqkd.duckdns.org dvcnnmnhbs.duckdns.org myblog2000.com crovqepwjo.duckdns.org +ultralanerency-underexibibancy.org intexylo.ddns.net misova.mos2ioa.com prenehixuty.info @@ -71609,7 +72686,7 @@ gyqz39r.top ymq753n.top tiqpuevnft.duckdns.org cyajon.at -duckem.duckdns.org +543800306.tl-ip.com thescorpionft5.no-ip.biz dhwwwxxxlr.duckdns.org lfqvqbfwwz.chickenkiller.com @@ -71684,6 +72761,7 @@ ultradisifuhood.org dpfb528.top f82nbnm.top sara2015.no-ip.org +drkush.zapto.org km8sw78.top ufdvnsweia.duckdns.org goodday.zapto.org @@ -71691,7 +72769,7 @@ suerbald.com makeja.com jeffs-tronicbox.com mycalibra.me -news.theqatarpeninsula.com +ojwukiufnqgngmp.cn hzaaqicemx.duckdns.org skottles.com applei.podzone.org @@ -71701,7 +72779,7 @@ davisusername.esy.es iamjesus70.zapto.org warscapepk.zapto.org hx83.ddns.net -afc.https443.org +lexsmilefux.link x6kq8s9.top phone2347.ddns.net polinodara.com @@ -71710,7 +72788,6 @@ hghgvb.no-ip.info 3s36h.top sa-sagawa.com buklau.no-ip.org -kakao-check.esy.es juanita.esy.es monokimudian-microcikuker.com ru-id21387192837.com @@ -71721,7 +72798,7 @@ jfnikjpowerfjr.nl peribotici.com gydz68k.top regret44.xyz -headearth.net +changerss78.servegame.com yasser123.ddns.net hubsg.net avprojets.no-ip.biz @@ -71806,6 +72883,7 @@ cullenf.duckdns.org meirelles177.ddns.net enterrasimonad.com wiskiriski15.duckdns.org +preparetrust.net 5gnet-evdekalbirlikteyiz.com grandesupport.biz ketandrabse.ru @@ -71819,7 +72897,7 @@ runescapeserver.no-ip.org googledrive.email howierules69.no-ip.org fpfp592.top -seqrerrerg.duckdns.org +ncdnikjnrjkcn.nl gebxfobopx.duckdns.org fiona.firefoxupdata.com press.ufoneconference.com @@ -71841,6 +72919,8 @@ vali2val2.site reppin.tk adobeeplayer.xyz h52dbnn.top +cfgtgxkjji.duckdns.org +littlemorebrandy.top newsize.in modatie.gq etsrw.xyz @@ -71868,7 +72948,6 @@ holdingeggs.com nicolas20190427.duckdns.org a.nas.ru agaskdasjdajsd91220.xyz -softbizsoln.com gsup.infobusinessus.org zikyyeersf.duckdns.org bombayracks.com @@ -71948,7 +73027,7 @@ ultrahezuveth-nonivocify-unenokith.com arbistars.com lynn.serverp2p.ru punica.space -hillfruit.net +ns4.blo.kz stackwebonline.com heveat.ru ulxkkkxkjw.duckdns.org @@ -71975,6 +73054,7 @@ miplutoexistencecould.com jinglyy.in fqhbnzibmy.duckdns.org lajogrodushope.pl +ztfipuxcye.duckdns.org aucdldvreh.duckdns.org silencoffhub.com segredosdocopywriting.com @@ -71997,6 +73077,7 @@ rua7.ddns.net piojito.zapto.org 1603709986.httpdsconfig.com nadinen1.ddns.net +bulktrumpbun.top beta.officopedia.com trcumhuruygulamasi8.com cam01backside.crabdance.com @@ -72005,6 +73086,7 @@ cuberwar.myvnc.com anonhustla.no-ip.org smb22.ddns.net update.strds.ru +kuki1.hopto.org mluztamhnngwgh.com colorblind.no-ip.biz sayhello.host @@ -72018,6 +73100,7 @@ movebeen.net sbthwhnsqsub.pk cozanostra.best westexpect-oil.com +sads.ml hostas8.cf ddns-com.ddns.net yoursmb.info @@ -72026,9 +73109,9 @@ protest-01542505.graphics ozyxvtepam.ddns.net monas04.no-ip.info themorearts.com -ulrivision.com +planar-progress.000webhostapp.com fusu.icu -babbleabode.site +lightsight.ddns.net lopiaoeufgaeid.su libit.me kcvehlobbq.duckdns.org @@ -72038,7 +73121,7 @@ waitjune.net rsbugabuse.servegame.com nivhvtfnvu.duckdns.org idrivecheck.com -worker782.xyz +loveimane.ddns.net hronologqq33.org e.todayusa.org jwvivwjjwb.duckdns.org @@ -72053,6 +73136,7 @@ jadewoodford94.no-ip.biz from-gunergs.ru ebola038.no-ip.org x6kj8j1.top +ejhowx7axazddqnfi.servemp3.com c92fbnf.top legacydiner.org snookermaster.co @@ -72121,7 +73205,6 @@ nuvzxyyyjq.duckdns.org vyjxpuepul.duckdns.org revorevonove.pw offerfood.net -1.153.cc u6n.ru oneliveforcopser.com transominern-exupifapian-macroregevant.name @@ -72136,6 +73219,7 @@ ntzkpdegxc.duckdns.org e4gl.no-ip.biz ytxyussgjb.duckdns.org eugrbfjvkzx.com +chacharen.com yaktigimkacinciaskk.com wphkisfkks.duckdns.org hkvafnzdlq.duckdns.org @@ -72150,7 +73234,7 @@ wasssupyo.no-ip.org minizecidish-macrolafukish-depovased.biz m259a1.no-ip.biz mmntsserqd.duckdns.org -hillpass.net +wwpyvxnihcm.fr ddf-08.onedrive-sdn.com kruseidklj.duckdns.org gzqarwrexj.duckdns.org @@ -72160,7 +73244,7 @@ nhs.newsonet.net jyhlqipipy.duckdns.org golfnewsnebraska.com km8lr97.top -c.ispzsystems.net +posti-fi-fjd.top sertacio12.com cumhurbaskanliktccbmtruygulama788.com hacker06.ddns.net @@ -72189,6 +73273,7 @@ hpxuvyrpxwks.ru wrathx.no-ip.biz evdekal1000tlpandemidestek.com undereciziless-minirukufy-antixomuly.name +uoknrhajkg.duckdns.org blmfuck.best service-boostter.com bot.warzone.to @@ -72255,11 +73340,11 @@ bitkoler.at tannmistann-31237.portmap.host angry.crabdance.com nickdns99.duckdns.org -xzcxxowhoe.duckdns.org +suicid.duckdns.org servicegoogle.ddns.net oxumoprsdo.duckdns.org cfsmoaihnt.duckdns.org -fooetcnbdh.ddns.net +fancycake.net qitnfnzxap.duckdns.org gyjz27p.top lsclinks.com @@ -72321,7 +73406,6 @@ secretid77.no-ip.biz ns4.whisy.ru dxgvnihemymr.net vcbwocbzhp.duckdns.org -ns1.hashu.ru dehrpwebhs.duckdns.org abc12.no-ip.biz dintparpahan.com @@ -72331,6 +73415,7 @@ wai177iowjedidiah.xyz juliebb.zapto.org shambabu.com.tw aboutworld.info +drevprom.ru joinnovember.net kpai7ycr7jxqkilp.torexplorer.com mamba974.no-ip.org @@ -72340,6 +73425,7 @@ maoxiewang.meibu.com zeplin.atwebpages.com zlwkn.com electrumapp.org +hlpnjslbpfhsfs.co.uk fullvehdvideoplayerizlemesitesi214.xyz x9.skriptbox.ru gyhz58w.top @@ -72349,7 +73435,6 @@ k72qbnc.top hfenvyus.no-ip.biz zolo.no-ip.biz statrestnolige.ru -tlfdunity.com wordfix.myftp.org dusxdvoios.ddns.net f0321448.xsph.ru @@ -72378,10 +73463,8 @@ rekorusendengeliirr.site mlbncdjjda.duckdns.org vampwrotesatori.cf l10992ea.justinstalledpanel.com -bactumkhcq.duckdns.org y1fcf200c29fcfe249.xyz cyb3rjunk13.n0-ip.info -semidapecive.org xuzvvctbxo.duckdns.org rocknovember.net ubtyckmg.com @@ -72442,11 +73525,11 @@ boucraa.no-ip.org strongaliar.us aykdsamedm342.com rima-spanish.com +momolijant.tk firefoxwa.no-ip.org j3b0b9c2d33c42e2e20657d8bceb120156.ws thicatlies.ru meqvxixfzh.duckdns.org -killerblademaster.no-ip.biz artbilisimv.net grindbuzzchat.in zhchlt.com @@ -72482,11 +73565,10 @@ etwae.xyz yjhfeskirm.duckdns.org p6.fly1989.com awelipo7.club -ydownyload.net +businessforum3.com loadpillar.casa cleanfooddiethetic.org vfgthujbxd.xyz -sinensisa.ru usr-telemetry-microsoft.com actemviro.com xpmnnkdrmw.duckdns.org @@ -72495,13 +73577,14 @@ rgzananaoc.duckdns.org aids.duckdns.org spider-iq.zapto.org ragazzaxxx.no-ip.biz +lms.login2.in charmedno1.com pinktrash.mobi hludxizrvf.com vkfbayraminiz.ml fptg573.top alrthesecuritywith.su -mortalkombat.thruhere.net +liuxiaolong.tl-ip.com 7122-info.com brokenbones.ru yhdfjrncdnncj.nl @@ -72537,7 +73620,6 @@ cumhurbaskanliktcbm224.com secretentourage.no-ip.org wecangetblog.duckdns.org lopasir.bounceme.net -hazmqasm.no-ip.org instapaketim.com babyboyhammer2.duckdns.org mnogonimalo.ru @@ -72594,6 +73676,8 @@ twfaukbyawpbxksms.net d9f42d85cac1d50caf0e90fe9747789a88.ws redlan1.hopto.org skylite.bit +notif.jumpernode.com +vopilo49.best bl4ckh0t.ddns.net pronagetion-transufohuful.name gorillaunit.no-ip.org @@ -72622,6 +73706,7 @@ trick-reach-document.com ferkhwazumar.no-ip.biz xdvxsexoyrfmkl.info bwnkdjlesbf.com +iaeyglijxc.duckdns.org stanchoi.no-ip.org herostro.no-ip.org ptmadnphdp.duckdns.org @@ -72645,7 +73730,6 @@ maniupulp.com ywzpzbypmgq.net ammdeqeqqq.duckdns.org yml755h.top -driodrac.ddns.net 5berty3uertb.com thesenerve.net ghdy656262oe.com @@ -72664,7 +73748,7 @@ iphanyi.mywire.org haijiangfriut.com dysm685.top 0inzition.no-ip.org1t1tan.no-ip.org -windowsupdate9.zaptop.org +movewhole.net dlskoda.ml jannadating-b.pro gamegamerunger.com @@ -72680,7 +73764,7 @@ daario-naharis.info tmez.ru srs.dnsweb.org ineedahostso.zaptos.org -add1.ddns.net +ftp.windowsmirrors.vizvaz.com nonox.duckdns.org xtjqjmjt344l22w.com autoecoledufrene.com @@ -72700,9 +73784,8 @@ learn.snnu.me cclients.no-ip.org mail3.5wya.com 01n02n4cx00.com -pooperscooperfranchise.com gold2hunter4.xyz -greferezud.com +792143545.3322.org e-pandemibasvuru.com prolomstenn.fun wow-siti.ru @@ -72751,7 +73834,6 @@ soycraft.duckdns.org cicqsgfzxg.chickenkiller.com floridalicorice.com bvlarzucaf.duckdns.org -qwepa.com memes.twilightparadox.com kdd6aea4d6d19a24d8ea62f9f8228453ca.tk yewzt.xyz @@ -72796,13 +73878,14 @@ nkgbjypyyb.duckdns.org pireulwiterykam.tk hestbkfjuz.duckdns.org almerlmarpuerto.com -cryptonic7man.no-ip.biz +stojanovic.no-ip.org +mcdxrpkhme.duckdns.org jd978.com jolavyjoqerajoz.info ns1.alfacoma.ru -amberalexander.ghtdev.com yomanarmycc.asia buildingtrust.net +cfrbackup.com vcrphwapmt.duckdns.org anutw47.xyz semitilegession-inacokiless.name @@ -72811,6 +73894,7 @@ misipeheness-misepucance-enoxelize.org orcustop4ik.duckdns.org sinomedidown.ddns.net esmgvh.info +xeetckoltwnxwwp.com shortag.icu inugonimer-prezuneruty-overibubary.org fiosbewos.com @@ -72868,6 +73952,7 @@ gilork.ga andrewsnetwork.co.uk kjcgjluvwu.duckdns.org gabrinoscaninosdon.site +cycz52k.top led-n.com tj999.top tccbmcuygulamapandemi4.com @@ -72906,7 +73991,6 @@ hiv2.zapto.org elmobwbafr.duckdns.org mjalhfpoik.duckdns.org secure-mail-cast.com -capitalinvestmentsllp.com uygulamaevdekal142.com mwhidxggoy.duckdns.org shlakkak.net @@ -72941,7 +74025,7 @@ rnailb.com titlecs.com status.sytes.net j72gbnm.top -aptgetgxqs3secda.onion.pet +co.lvhaosou360.co thenuldmirit.ru saidseven.net apvdpfhxiy.duckdns.org @@ -72976,7 +74060,6 @@ successfully.link cynz71n.top mpvxfalpnk.duckdns.org newese.dyndns-ip.com -murkrow.dyndns.info ybdcmvhqf.de fpbl593.top gyfz18g.top @@ -73000,7 +74083,6 @@ dswncdnjfn.nl pandemidestegiuygulamacumhur73.com clownmice123.com blackhil.ddns.net -lightbulbb.no-ip.info upn-sec3-msd.com optqsnkott.duckdns.org dianetyrrell.com @@ -73067,10 +74149,12 @@ rotapetek.cyou ssa-gov-ge-com.com nyvfdaljuf.ddns.net sdgfg.alladultmale.com +times-sync.com studentedu.hk.appledaily.live tc5q3zn.top spicylipsbstut.no-ip.info za2d38a01ddd165ff284f09f3621b93f69.in +wjupgdvdrs.duckdns.org w6kn8z6.top wastedchiz.no-ip.biz km8pb75.top @@ -73081,7 +74165,6 @@ alldayever231.su intel.infosupports.com ultrafaruhood-prohudodom-overatopument.info spendedge.net -fpkh596.top pbgtihnv.com tvrstrynyvwstrtve.com fplm582.top @@ -73117,7 +74200,6 @@ blackflash.duckdns.org hqqushlcxb.duckdns.org uzukilive.zapto.org vurmo-st6.cn -zjryzchtws.duckdns.org mediajoint.info gdres.tk lespapisfous.serveblog.net @@ -73126,12 +74208,12 @@ moonll.dyndns.biz bshade.no-ip.biz boqrerknbo.duckdns.org bredretre.uno +0699abstract6.com c.jadriport.at zone.arminboutique.com uthgqtugaz.ukrtd.top henryswift.ddns.net ymams.cf -xvczasiu.freeddns.org zddg3.xyz yvusqyjxog.duckdns.org fpkc552.top @@ -73144,9 +74226,10 @@ thesemarry.net yebdbfsomgdbqu.biz little-snitch.xyz tchecks.ddns.net -yuyuhakusho.info +xfgc4.digital moreig.com macgrown.com +pvqrnhpgep.duckdns.org j72jbnf.top adobeflash.ltd thedonfather.ddns.net @@ -73167,6 +74250,7 @@ kathem389.hopto.org zxc.global hellojab.com t123t.top +ewrtrds.buzz dyyg688.top sorrymoon.net watado.xyz @@ -73196,6 +74280,7 @@ marsiv.no-ip.biz ti.capitalviewfinance.com xbjhiamayd.duckdns.org essentialchannel.com +qmlwxfgaep.duckdns.org jufohapav.info wheel-radio-scale.com cooempresas104.ddns.net @@ -73206,6 +74291,8 @@ dd24ac2baa3b522a0f298cc7c04da387ef.in prorean.com bfscooby.com puryxuq.com +koepfamily.com +monitorer.club facilitiesmanagementforum.com gmr4.no-ip.info jizzy.ziraat-helpdesk.com @@ -73221,6 +74308,7 @@ nano40.mooo.com pandemidesteksistemibasvurulari.com laserink.beget.tech daumcdnr.com +ultwljzems.duckdns.org delivercedor.website meowmeow.no-ip.biz seqasdexrk.duckdns.org @@ -73233,6 +74321,7 @@ xoxoxnutricia.com yesdatpls.duckdns.org brad121.no-ip.biz jbiimpologm.duckdns.org +brokentrust.net publicvortex.duckdns.org delegatoz.xyz vocyrom.com @@ -73284,7 +74373,6 @@ cdn-cloudflare.org z96774t7.beget.tech nznnobbooo.duckdns.org reading-persuade.com -spajava.net bdddqpcpoo.duckdns.org dktlmuwqmr.duckdns.org bitsbitsi.space @@ -73307,10 +74395,8 @@ aru1004.org casinonono.ddns.net google-password.com servicecheckerr.com -longline.cyou taineruder.ml savetrackroff.com -maszcjc.com km8kt16.top classicfllters.com fireflypeople.ru @@ -73334,10 +74420,12 @@ ynfmvlwcog.duckdns.org serviceofamericasecousre.ml padareova.fun bingo.dynamicdns.science +liverpooldabestteamoftheworld.com eobbeaubfeuuetr.cc ytrrs.club aqtjxhnxdu.ddns.net hotadobes.com +nmj791f.top eiztsdhydy.duckdns.org manila.hopto.org adam9.ddns.net @@ -73347,9 +74435,9 @@ windows-upgrade-en.com vtfffwwviv.duckdns.org xdxtwzinje.duckdns.org guerillaservice.com +lisafs62.top cnwkabrnyld1c0.com bslolilol.no-ip.biz -wersz.xyz stiff04.top axkjvdiaso.duckdns.org ivenuawkintemo.xyz @@ -73374,8 +74462,10 @@ uhvhebwspa.duckdns.org john-brown.website embarras4sment4.xyz mediamobilereg.com +1603710146.httpdsconfig.com k32nbnm.top cyberdrive77787.pw +ivvdiwhysx.duckdns.org powent.net w6kc8q6.top r8606.com @@ -73395,10 +74485,12 @@ bnbnyou.com 22080.no-ip.org funstuff712.zapto.org tsworthoa.com +dfs54r.no-ip.org hiller741.no-ip.biz laudiaouc.com cccd02.codns.com bloodz8.ddns.net +pandemidestegi.site pretriquestro.com 6bb4f456.space c541f5d439a359.xyz @@ -73475,7 +74567,7 @@ dswpower.in vgazbwj.net mayolomejor.duckdns.org doha-media.com -olleggiomuch.cyou +scoobeigh.no-ip.biz tryanotherhorse.com kxzzeeffff.duckdns.org api.bjkdfhbvvr.pw @@ -73489,7 +74581,6 @@ djack1.zapto.org a.1b051fdae.tk a-ov.businessconsults.net golfnewsoklahoma.com -xsubin3310.sytes.net ldrvenus.casa dzhyieoudn.duckdns.org black-meet-fat.com @@ -73554,6 +74645,7 @@ waitboat.net kjvinnnmll.duckdns.org xenorap.ru bundletops.ml +jtrwixptek.duckdns.org buyerstar-object.com fdzbhssiee.duckdns.org linuxsrv134.xp3.biz @@ -73565,6 +74657,7 @@ opovlcwqyl.duckdns.org ipiravjcwmjpjxa.cn dtwzedqhz.ce.ms pipona321.bit +sxslrmlyonijylj.ru blackshades3.no-ip.info xclusiv3.no-ip.biz dynamic.no-ip.biz @@ -73592,7 +74685,6 @@ yrytelyjhf.duckdns.org outsideneither.net novonovonovo.users.scale.virtualcloud.com.br cloudguchenleteli.gq -bettercontact.co xcgt.duckdns.org 334edefd.space fpwq515.top @@ -73623,7 +74715,6 @@ j5a4c129aaa1d209a305c3b541f7567ff1.in gubawrgbjf.duckdns.org prezotecussion-cobazesish-transurunist.net djsrat.no-ip.info -supernews.instanthq.com no-ip-dns.us.to poweryo.info lostinbush.best @@ -73632,7 +74723,6 @@ bhagavana.com rgx2.ddns.net icrcworld.com somy-sony.com -streetz.club u6d.ru babyfaceshah.no-ip.biz macroteludity-underekocapure-mononuvinoless.name @@ -73648,7 +74738,7 @@ need-nver.hol.es gyjz89t.top ljefxlrqp.biz yhdpowerjfnmain.com -ratherdelight.net +nethostsupport.ddns.net 12.ossmarcial.com qajxdrjeym.duckdns.org x6kj8d9.top @@ -73656,8 +74746,8 @@ limmergarden.com nickdns48.duckdns.org dpfd527.top d36f2offer1.com +raven.cam.ac.uk.iftl.tk games1.sytes.net -yc2q8zh.top noipjajaja.ddns.net pointkill.ru n12gbnr.top @@ -73724,14 +74814,16 @@ fulofutobrille.top aztech222.no-ip.info chickna.no-ip.org uoaiocqcscgomsmi.org +tvquugbavqmbbbq.ru californiapiexam.com 33gourmetdelinyc.com pushcroud.net kskkqumcgf.duckdns.org +aphsjyfxeaseein.cn bettototno.ru pbnservmainpower.info n224ezvhg4sgyamb.onion.link -f6kr8h2.top +1498tlportaldestekk.com ymn788g.top r7.mooo.com gomgame2.no-ip.biz @@ -73747,16 +74839,17 @@ google-stel.com bluechipbot.no-ip.biz oyfovdmbtp.duckdns.org ug-sbig.hugesoft.org +duckem.duckdns.org yousufshah.no-ip.biz crowlinqs-41801.portmap.io 79cfu0n.puanp.ru ns3.svl.kz multihusuvetn.biz cycz79j.top +mvnfaobcse.duckdns.org vmixxkmhfd.duckdns.org mirtos.no-ip.org neasdutr55.top -qp02.ddns.net forestys.no-ip.org hakrbatna.hopto.org eracou.com @@ -73769,7 +74862,6 @@ kiototan-bg.site cy59724.tmweb.ru salimdz899.ddns.net soiolhtocj.com -ns1.happywip.ru update.dockerlabsserver.com 360skylar.host manjinger.no-ip.biz @@ -73779,13 +74871,13 @@ aarthiramamurthy.com enemyraise.ru dybxxeades.duckdns.org generalmusician.xyz -dildos.no-ip.biz +gbntqrvqlvdjhre.cn geggegegegegeg.000webhostapp.com hinbox-drive.info newlifenow.duckdns.org paughesdidn.ru com975.zapto.org -mininivocese.info +in4ta.hopto.org ns2.dnssinkhole.org kormboellamayy.net yms722b.top @@ -73800,6 +74892,7 @@ aeoughaoheguaoehdp.su space.canadatvsite.com draggerbreather.top greatbarackguide.com +uuyznbooop.duckdns.org ns3.whisy.ru qoewsl.com eversaillogisttics.com @@ -73810,6 +74903,7 @@ flandersmd.com blackmanhack.ddns.net sightform.net freddyhack.no-ip.info +berxion9.online roiriorisiorola.co servicehost.no-ip.info 520yxsf.com @@ -73824,11 +74918,9 @@ islan.zzz.com.ua drivertech.net nosedeal.net currency3754.xyz -searchtiesup.org kelebeklerdiyari12.site ustalaryapi.com gcdlkbdqba.duckdns.org -tybdranocidw3.agency repo.do-cu.site neferetiti.top n.n.c.26055.adobeproduct.com @@ -73872,7 +74964,7 @@ jqypjoznya.duckdns.org gbcp278.top veintiunoremco.duckdns.org zqfegrrjlo.duckdns.org -r-s.us +pquyqnozqo.duckdns.org yossf2014.no-ip.biz oficinabogota.duckdns.org jbfbfsabuouicef.cn @@ -73937,7 +75029,7 @@ ftp.na.onmypc.org oq46.com 2s63g.xyz sisut.eu -wyyzzzmeii.duckdns.org +sec.asmlbigip.com kronicz.ddns.net sxasxasxssaxxsasxasx.blogspot.com xpqvri1vhh.com @@ -73953,15 +75045,17 @@ idpz.utorauth.utoronto.ca.itlf.cf omnibeees.ddns.com.br smydzderat.no-ip.biz funguythings.com +phpyahoo.mrbasic.com bulltom.no-ip.biz retigovive-unorapuhood.com ruzafkywxb.duckdns.org irepare.site -frontonce.net +a5.zzz.com.ua newupprolods.club ihorluhor.site ej6.no-ip.biz folxdogerm.info +cn17461.duckdns.org frontier222.duckdns.org ws3lfkm.com tx.businessconsults.net @@ -73986,7 +75080,7 @@ dailyupdates.theworkpc.com cytz37p.top tester123.no-ip.biz merhqvjajo.duckdns.org -fenomenkampanya.com +file.netbounce.net c456c.top etssw.xyz wtqax.xyz @@ -74002,6 +75096,7 @@ poskncpeiuywbt.xyz prontexim.com pointcome.net secfile24.top +applejp.myfw.us tomskeeone.no-ip.biz jeikungjapani.com nexfail.com @@ -74011,6 +75106,7 @@ giinger.no-ip.org goulittioma.top fpns565.top inazogiful-overexunution-disikutancy.com +ooygbjalqp.duckdns.org jgtboohuwr.duckdns.org cnicaliasi.com sansansan.no-ip.org @@ -74024,16 +75120,18 @@ hi5urautopapyrus.org wifeking.net decozaness-antihazation-overetalovical.net b2.b2interactive.ro +easyreding.su swagadelicasy.ddns.net iyyxtyxdeypk.ru greatland.yourtrap.com yhw57kj.top suspect-zero.zapto.org +septembercolor.net lygywor.com sharedocumentlogino12.tk -gyjz93y.top +nodiginternational.in niggawhat.net -acmestoolsmfg.com +zpjrepnycy.duckdns.org ymz795x.top km8pb99.top allmyzqdpq.duckdns.org @@ -74060,6 +75158,7 @@ degreat247.no-ip.biz api.shilo.ml items.burgermap.org jasonsweatshirt.no-ip.org +mjwlahzdbv.duckdns.org tehila.info sbmsbm20.duckdns.org wazkisqazx.ddns.net @@ -74067,7 +75166,6 @@ rfkzvxweiw.duckdns.org api.chauxincaidomainnua.icu wqegg4zvhvq4yjro.onion.to meuvbayt.info -spay2121.no-ip.biz qxffrfpdicw.com cyberupdate.3utilities.com ryrqyazwik.duckdns.org @@ -74095,7 +75193,6 @@ foot12ballbeach12.xyz vivosido.hopto.org vopyjac.com n.phbndvdsy.ru -wifestock.net rclcvcmhgaxeyeymc.net ojcpxptcuj.duckdns.org bzjuvguzdt.duckdns.org @@ -74109,6 +75206,7 @@ ro1ex.no-ip.biz muyjze3f71.com iotmirai.tk servsitemainsrv.biz +cvwaqg75eh2knvn.myvnc.com laugh.toh.info gr02.ddns.net itjuqybkigls.ru @@ -74122,6 +75220,7 @@ cocalolo.top anc.no-ip.org gateways.no.ip.biz f0377252.xsph.ru +utkailipa.xyz promsvazb.ru farcamnsuaieaenautwuajsua.ml ecstuiaare.duckdns.org @@ -74129,14 +75228,14 @@ prntsrcn.com ldrsitting.casa ftp.remeberdata.iownyour.org xuxa.no-ip.org -avescanter.xyz +jmbujctpsg.duckdns.org bpecaumtum.duckdns.org chipseem-ruin.com lookthan.net -mobile-safety.org +gaohrhurhuhruhfsdh.co yms795t.top cano.zapto.org -rc7q7zq.top +qgfkstmbjjjb.in spnxnvylka.duckdns.org blazemodz.epac.to hcttmail.com @@ -74166,7 +75265,6 @@ rjojjbenqiqv.su coronavirusstatus.space live.firefoxupdata.com ondownloadapk.com -konfiso.club sitemimsanadoktor.xyz rc6q7zy.top stepbystepby.com @@ -74175,7 +75273,6 @@ sitamahalakshmisilks.com aqwst.xyz zqbxyqozrm.duckdns.org yandex2unitedstated.dynamic-dns.net -vm558132.had.su com.no-ip.biz mugtruscuwerkbmbp.su 4qhemgahbjg4j6pt.onion @@ -74185,7 +75282,6 @@ qgqprjaczr.duckdns.org oaenivnrgb.duckdns.org asdhjqaw.tk qbzkspzvnp.duckdns.org -4s51g.xyz baldorclip.icu googletrace.asia jumppull.net @@ -74213,7 +75309,6 @@ kyfen.dyndns.biz microsoftntdll.com triedgone.net yswbdrpecx.duckdns.org -checksservice.com uwrjvdrpht.duckdns.org yourcakedecoratingclass.com amuseauto.com @@ -74226,7 +75321,6 @@ nc2q2zz.top mysuperprojectnumone.xyz papausafr.com azor.vds2018.space -ppwfb.com top2010.hopto.org btwosfunny.onthenetas.com fpny528.top @@ -74258,6 +75352,7 @@ getfuckedm9.ddns.net cdcdcdcdc212121cdsfdfd.com epicrustserver.cf ultimaspots.co.uk +sss123.ddns.net tallipere.xyz pandemidestekyardimal.unaux.com oagylamsfr.duckdns.org @@ -74309,7 +75404,7 @@ tnyuvd.com benzo737.dyndns.ws guiincio.no-ip.org salsaa.no-ip.org -paskuda.gq +saintplaces.top teiup.xyz hungariagogo.com dyhr687.top @@ -74319,7 +75414,6 @@ underucotal-monobunedoless-minikulify.net tetotgane.ru wntjhtfyxn.duckdns.org smtp.outlookssl.com -enrewhetons.ru linksystems.casa hpwdza47o8huc1xj.myfritz.net clbpecas.club @@ -74330,14 +75424,14 @@ surgeon56.xyz kartaviyargus.zzz.com.ua exumocalike-nonulevaretn-postegunigive.net 2069brackets.com -havuj.net +65d1j.xyz spring.tulipnetworks.net avtomoika234.cc notped.com smyuiyspkd.com -haker-2119.ddns.net www-meti-go-jp.tyoto-go-jp.com underesedoly.info +ark.treassurebank.org strongaliar.pro imocedify-ultraretiward.com gucciai.net @@ -74348,11 +75442,11 @@ appleidcustomersaer.com lnkexploit.com bshus3.xyz lotfxlikltbhxphwibnj.com -templates.hopto.org +nudeteensex.net sanagonulvermeleeer.xyz chukysdetall.com.com googlefoad.top -cyberwar.myvnc.com +dpzn519.top cydelink.com nonitikaver-postuhodossion.name download.008ex.com @@ -74386,6 +75480,7 @@ lilke.ru aurora-mind.ru zmjj.doshofater.ru ukalasey.com +uxsaiowxltmahf8cet.servepics.com electronrg.ru evdekaldestekal100tl.com minixapomuward-microgopifoly-ilozuzen.net @@ -74394,6 +75489,7 @@ fpgw588.top hozutraolb.duckdns.org store.birthtothreeipswich.org venusplanet.best +s44571fu.bget.ru forwardnogi.pw lrzpcipdre.net sda731fe7153d56491b02a9d4667af02ed.cc @@ -74403,7 +75499,6 @@ yyln682.top ymt739t.top fsportal.net prexobohan.org -konto1.cal24.pl elibrarycentre.com thickvalue.net bitcoins.giize.com @@ -74440,8 +75535,10 @@ micrototanely-transoculoty-overixemency.com hemamasm.com ghbodxijvy.duckdns.org dxpttfpovphhwjp.cn +yybrifghaetcvar.cn cs.tomassky.cc ever.arrowservice.net +nasahlaes.com igemsolqdaotb.org pimpdaddy1012.no-ip.biz inelupanian-imopecaness-antizucabety.info @@ -74453,9 +75550,7 @@ d9j49dj923993.com zhrtarif.com qoroiu25442.no-ip.biz qqwe.hopto.org -ns4.spcninternet.net login-dc2-verifyaccounts.ga -fjrnrjncdnyhdncj.com xaqzclosug.duckdns.org rbwfamwtjnj.nu mainkcnkcnnrjdsw.biz @@ -74556,6 +75651,7 @@ g72mbnf.top albasha077.no-ip.biz electronicssense-search.com dwajfjaiakdnsandks.com +ymy713j.top usqkmt.net hpneu.com 4zombies.no-ip.biz @@ -74563,6 +75659,7 @@ robughatrom.ru fronta.oss-us-west-1.aliyuncs.com qeqyvev.com windowshelp1234.duckdns.org +xukmkmnwqz.duckdns.org fppg513.top fceffb879dd20f9b933d2a7182490d75ec.ws ns2.akadns.services @@ -74592,7 +75689,7 @@ romnsiebabanahujtr3.org bsskillwsdyemmulatorsdevelovercommunity.duckdns.org cvohoubxkt.duckdns.org brookings-edu.in -treh54.serveirc.com +jumpagain.net lujjeazun.ru mekan077.duckdns.org fnznswvmkw.duckdns.org @@ -74608,7 +75705,6 @@ reviveseattle.org sanuk.ddns.net lrstnwild.ru alimarea97.ddns.net -4s85g.xyz threemark.net kohinojeqetohad.info dpfk598.top @@ -74621,7 +75717,6 @@ rootctrl.no-ip.org ns1.lukpin.at juscmgowenjxfknfh.net q62sbnn.top -eurolatexthai.com malwarecheck.info drinkking.net shrrphrqrn.biz @@ -74629,9 +75724,9 @@ winupdat.serveftp.com louder.zapto.org xbot.me wentwedge.net +aroancojhbsddpb.cn twesb.xyz nhsug.com -awwbwdoivn.duckdns.org ns4.hyperxdns.ru rdp.dgsn.fr exehidist.biz @@ -74642,6 +75737,7 @@ eetownvulgar.xyz neofilgestunin.org ahmetkaya21.xyz b99vxjju.com +y529267378.tl-ip.com ddoser4o2.no-ip.biz efelsdvismade.com golfnewstennessee.com @@ -74714,6 +75810,7 @@ semicedeful.info b.fhdlq.com ricijocheats.duckdns.org nissanchief.ddns.net +pcwbzwacmt.duckdns.org gioeedqtby.duckdns.org bshack-no.ip.org yms781c.top @@ -74730,9 +75827,11 @@ leon-de-bruxelle.com espiya.dyndns.biz dtserveur.free.fr mvqvavzkch.duckdns.org +snow.schultziesschnauzers.org upd56-state3-cdn7-mx8.com ftp.musicfile.ikwb.com ryuitaqw.pw +qiydonknqyyy.ru udnxk4aprzds7khgjsllgmo6hluicn2hibbhfih72csmoktksf3ky7qd.onion myau-iej.com caertl0i9zw3yx9ck86w.info @@ -74757,10 +75856,11 @@ changa007.no-ip.org qivkkpoalk.duckdns.org pandemigelirdestekodemesi.net 20gb-internet.org -cannamariecordell.com +geroumhgdf.duckdns.org bjezeqbjhl.duckdns.org allknowingpsychic.com redavenue.pw +spvdkjdp.net spcbmhljep.duckdns.org balticpagesyellow.best badmorty.tk @@ -74803,14 +75903,17 @@ km8ms65.top xzphgpwser.duckdns.org dynast991.no-ip.org twzcsdklfl.duckdns.org +xkrzhaodsr.duckdns.org fprm565.top iymlmbnvjnny.com gore.0pe.kr +omoobani.ga aplowfpsos.com qxyl.date sosyal-destek-basvuru-platformu.com intranetwabcam.com alexshippingworld.ru +onealaskasport.com telegraph.mefound.com daretohaveyours.xyz status.search-sslkey-flush.com @@ -74819,6 +75922,7 @@ uxbtrdvpul.duckdns.org qebyhuq.com nreojhnrpv.duckdns.org gorokrysa.club +529pqexirvy.uno tynyturi.com gdyhjjdhbvxgsfe.gotdns.ch khxclhpyxach.000webhostapp.com @@ -74834,7 +75938,7 @@ kpyxrrnozx.com afaflk2faklad.xyz z6kl8h6.top clickoptimiser.net -vpstop.work +info.flach.cn werttasdxsw.duckdns.org sforzando.zapto.org essashi.com @@ -74856,7 +75960,6 @@ kurutses13.com rigagrindex.club jmuxcfkglp.ddns.net ljcafafzcz.net -ownemail.me gmservtest.no-ip.biz rowleftette.com shadowzackgaming.fishdns.com @@ -74866,12 +75969,14 @@ c2c4622.zapto.org 4c72e049.net qbfrrdqqqp.duckdns.org wsmcoff.com +brushlay-string.com divaszio.com ddns.hivethings.xyz status.verifyingbycf.com hh.cyberium.cc jfmtdznvir.duckdns.org dcccfbpif3.com +ja30.com uploading-neptune2020.work gygz17s.top ns1.sheal.ru @@ -74895,7 +76000,7 @@ iammrjeff00.duckdns.org cyzz96l.top fpnz559.top antispynew.com -qqcp178.top +doctorquarter.net map.ros-razvitie.ru szcp928.top babalargunuhediyesii.com @@ -74908,10 +76013,10 @@ ser1.vietlime.pw nl-ledger.com darklift.net azipscceem.duckdns.org -macheter.no-ip.info jkilm.no-ip.biz apksbank.com hdunbnus.org +dzdvuscrbz.ddns.net qkcp868.top howcuty.com moneyiq.tech @@ -75013,7 +76118,6 @@ blackbox2011.dyndns.org kawmliersd.surf ministop14.com danmeisaji.no-ip.org -talentino.duckdns.org knowtall.net kqyluyfv.cz.cc vujwjjmnbo.duckdns.org @@ -75037,6 +76141,7 @@ tyrtubetxw.duckdns.org smtp.safalife.com g234g.top utilities.3utilities.com +whutrxxrjchlxmg.cn klciaqpacbobjfffc.net osog5n.com wed5.blackcake.net @@ -75049,7 +76154,7 @@ lovelovelove.atwebpages.com casekill.net jordi.oss-us-east-1.aliyuncs.com elzooz.hopto.org -overabenossion-dekuhilify-overoxuvission.name +overuxibist.net mailserverdirect3994.com kyhvuzxstv.duckdns.org fjetsam.com @@ -75059,7 +76164,7 @@ facebookid102.ddns.net sercvboaof.com discerningdomains.com fjrikj.com -tiexue.cdn-dl.cn +q0377cea9f9f9927b9d1fc7f4188de1969.tk madearmy.net rakuten-support.com f52qbnq.top @@ -75070,6 +76175,7 @@ sgexb.xyz hqzf28ebdjjm02ywyxek.com hfoabwqysu.duckdns.org technosevregroup.com +6o0kauqyoafakk.serveblog.net tagamol.com g32gbnt.top minihozakuness.net @@ -75088,6 +76194,7 @@ com-recoveryidentifier.name ymz763t.top vabalt.space 5lucky72x.no-ip.biz +nbwuymhzay.duckdns.org peazor.com ymd799p.top uonuzvlkpj.duckdns.org @@ -75121,6 +76228,7 @@ stade653.dns04.com radiant.kro.kr joinhelp.net home1.hamad12125.com +ppy.duckdns.org newyearddnsaddressupdatelink.duckdns.org lancesaa33.xyz tefanortin.com @@ -75131,21 +76239,20 @@ ns3.secdnf.su wwtsg.xyz djamedsam.ddns.net loperdon.top -oeimbuqyec.duckdns.org +laeqymxpgs.duckdns.org sandshoe.myfirewall.org mojojo.sytes.net johnbrown.hol.es androidn.net kolobanga.press -l04070c0.justinstalledpanel.com +pgofkpnywy.duckdns.org nnjxtfchnv.duckdns.org evengsosandpa.ru rdkke.com 99grams.hopto.org -tkodynvnrm.duckdns.org unororize-minizonify.org sadgwerytx.duckdns.org -gstatisics.co +1vcovadbz6imj.serveblog.net piefucker.csgoblock.com ingreso-para-avance-cl.gq muedandubai.com @@ -75193,7 +76300,6 @@ plutomylove.monster ns2.powerattorni.ru spacemynews.com freersgp.no-ip.org -autodiscover.cisco-gateway.com becomplete.online fjsneotvzf.duckdns.org fyrtw.xyz @@ -75209,13 +76315,12 @@ systemo32.publicvm.com bumirewen.ru cumhurtbcmtruygulama4.com providset.xyz -joker1.linkpc.net thenewsletter.xyz threeusual.net pt-l.top ancbs.no-ip.biz millcms.com -imaneblueyesvpn.ddns.net +cohlfzucqx.duckdns.org dns2.linuxtcp.ru k32hbnf.top esaysaad.ddns.net @@ -75228,6 +76333,7 @@ bitcointrade.ddns.net perkanisimo.serveirc.com minikepupese-macroperofy-progilobing.net thehub7xbw4dc5r2.onion.pet +slli.cf broadband.fishdns.com kpypsjdvah.ddns.net foihacked.no-ip.org @@ -75237,15 +76343,15 @@ varancha.com ildayoxkee.com thibaut.no-ip.biz hernandezenterprise.info -slirfly.ddns.net 9f233843.space jeffreyue.com printserver65.ddns.net vodrasit.su winial.ru +ninjakick.club yfrjfaxadn.duckdns.org +aukfjdvbgtfncdk.ru greathills6.com -sexpis.ru muhodipoli.info nmh752r.top chrislife2016.serveftp.com @@ -75276,7 +76382,6 @@ signreply.net z54n57pg2el6uze2.onion.to canada-ca-ca.net goodhope.no-ip.org -yb889.aka47.pro ihepvhqvmr.ddns.net kastygost.compress.to cosmicupdate.com @@ -75284,6 +76389,7 @@ xuwwwxkyly.duckdns.org testservice123.no-ip.biz js.mys2018.xyz sppleiconicana.su +xdlwjftgovrolxh.com mmhack4.ddns.net fullhdvideoizlemesitesi8007.xyz decracoffe.best @@ -75362,7 +76468,6 @@ kolobiasenel.site thesesound.ru homelinuxoutside98.net cleantheplace.top -schmidtatlanguage.com 7s4hd.top gege.newsonet.net xerrrload03.top @@ -75375,7 +76480,7 @@ japontarzi.duckdns.org jmable.mireene.com video-hd29.site dc5q9zh.top -djgkukusdh.duckdns.org +lotari.xyz cap01tchaa.com rusishipbuilder.cyou sasrqtpipjfa.pw @@ -75390,6 +76495,7 @@ shadyshades.myftp.biz office365-update.servehttp.com na2.dns-service-busines.biz bdwwvnkgsk.duckdns.org +timmasanz.net com-orginal-links.ga cupo-disponible-avance-cl.cf upteambuilding.com @@ -75406,11 +76512,11 @@ sharedocumentlogino2.tk iloritaxize-unanotist-multinekaveward.org anekoevrqvrnaro.cn axhuzuwhhn.duckdns.org +vsalbrmfre.duckdns.org pognkg.tk inogri.space pyccseyrufcopyt.ru xhatd.no-ip.org -divextreme-ar.com novemberspecials.ru martilerrentcarskirolrte.com pandemidestek-gov.com @@ -75422,6 +76528,7 @@ infinitysoftwares.com ymj727k.top skymast230-44611.portmap.io bookingcoms.com +kiekdhz.com pharhmonk1.hopto.org regiusersme63.com office.lflink.com @@ -75430,6 +76537,7 @@ andyneroner.zapto.org ephfbgvjye.duckdns.org hykedscams.ddns.net idan1.fav.al +psfpauoylq.duckdns.org mginskjadivizija.club hotafazihu.info jyocmrbidhdt.ru @@ -75443,11 +76551,12 @@ ryancox123456789.no-ip.org cdn.search2c.com thymus.space tcxocxygos.duckdns.org +evgjbjvcid.duckdns.org yun-guang.com firsthotelgroup.com albcfrhcked.fishdns.com rsps.no-ip.biz -tslserv.duckdns.org +dixito.ml back.notepod2.com zqadhwyoye.duckdns.org krazrivccn.duckdns.org @@ -75464,16 +76573,17 @@ dhkcvuqqpw.duckdns.org newdowr.otzo.com ms-dll-com.info fpzs528.top -yzgwwuvtlt.duckdns.org rovcn2.poinv.space -dell2.ug word-dnld.com +yxrpotsgitdqrkd.cn id1971724.xyz tximyuqisz.duckdns.org ytnnyscfla.duckdns.org hfgrunt.duckdns.org +propanballoon.top imabifal-ilonakafize.net flashplaayer.xyz +a306310821.gnway.net opkcubj.biz thengreen.ru avjd26n3d9.com @@ -75486,7 +76596,7 @@ gnpad-gh-gov.org z-softbank.com nogpwimmaa.duckdns.org dphq578.top -techmachine.no-ip.info +live-en-us.ml newshades2.no-ip.biz mag-numoil.ru fpbz596.top @@ -75525,7 +76635,7 @@ blochvarmx.duckdns.org egedemaer.cyou abodeflahss.xyz epandemindestekuygulamasi03.com -ty5uaq.com +atvnixrjme.duckdns.org microsoft-utility.com crfxlzmmpe.duckdns.org rukkieanno.in @@ -75535,6 +76645,7 @@ hasdwexe3.duckdns.org cxnt5.3utilities.com weeameympw.duckdns.org goelectrum.com +n.oceardpku.ru procomplexpowder.no-ip.biz eurofeeke.com w6kg8h1.top @@ -75553,7 +76664,7 @@ barzaker1.cf ymj786j.top fpql521.top hate-scape.no-ip.org -sundayeasy.net +jcb-co-jp-iss-mobile-open-entrad.top w6kw8c6.top j-alam.com eaxeebvnx.com @@ -75561,9 +76672,10 @@ nuttpslqhuwp.org hxfqywciqpog.in kbpjaudvjhrnebn.com elitedarkarmy.no-ip.org -axepbmsduw.duckdns.org +march262020.online ftp.cnvester.com wifenever.net +iiqsvjusti.duckdns.org breakbs.no-ip.info eiphaem9aifur1udaizu.badedsho.space semipotily.biz @@ -75592,6 +76704,7 @@ skullridlle.no-ip.org flplayer2021france.info dropboxengine.com timecforgoodnes.ml +prostitutki-tambova.xyz ns1.dirrolkh.at nhoquemassa.com marquise.mooo.com @@ -75648,6 +76761,7 @@ gahyziw.com dkbbzvzlre.duckdns.org spotxte.com ns4.yamsonmi.ru +ecclvumkpo.duckdns.org milc66ao.beget.tech kc1q3zd.top aagtlgprfw.duckdns.org @@ -75669,6 +76783,7 @@ soportesltda30.duckdns.org finance.usabbs.org myduck1590.duckdns.org jasoiuuydealoo.zapto.org +native256.xyz svr-sec2-system.com kinghamza1234.no-ip.biz flash.msnhome.org @@ -75677,7 +76792,7 @@ nevao.ir cxmqjnajikgpvjxbfyci.com blabla-64010.portmap.io wduufbaueeubffgk.ws -gov-pk.org +puylzmay.xyz ulzutbldtq.duckdns.org rocesi.com conm.ga @@ -75688,18 +76803,18 @@ lynow.no-ip.biz france-leasebacks.com aaqnspqewh.com lukzhacking.no-ip.org +yw1dxia0yv.com lordcold.net api.btcminergate.ru shellbrdhwwindowsone.duckdns.org likofedo.club -km8dk88.top +windowshabitat.serveirc.com sorrytaste.ru nxjxxjjvna.duckdns.org n82zbnt.top timecheck.ug littleguyyy.no-ip.biz jghsjscgdw.duckdns.org -jameslipon.no-ip.biz hehfaofiehgggla.co serg06.hopto.org fenigig-42735.portmap.host @@ -75721,6 +76836,7 @@ no-securonl.no-ip.bi fvnoop.at 8cfayv.com jobazavu90.ddns.net +fasdf324v4355642dfssbzsdfv23vasvf12.xyz hbweiner.org uknownxghost.no-ip.biz wxpcuenncqhe.ru @@ -75749,6 +76865,7 @@ proxylogin.nus.edu.sg.vitl.ml dnbcrfgrcg.duckdns.org freemasstraffic.com microsoftupdates.vizvaz.com +ctndmnpymdeptfk.cn mcfunny146.fishdns.com cuuo.us libraryme.ir @@ -75773,6 +76890,7 @@ alien10socket.ddns.net nomoremigration.cyou arvalis.xyz anon20.ddns.net +iccnfnlpdv.duckdns.org unohikeship.com cybergateownz.no-ip.biz adrive62.com @@ -75789,17 +76907,17 @@ svazmxigfr.ddns.net bugtraqvidaloka.no-ip.org yoshibmfp.mooo.com suprecien.host +uhbaefnfey.duckdns.org wheelseven.net supportuxos.no-ip.info karmabs.no-ip.biz -bendes.co.uk +globaleco.no-ip.info niketamere.no-ip.org maria-bouchard.website antinio.mssql.somee.com gyrz93x.top gontaseonar.site promukumian.org -xair.no-ip.biz prebofateless.info qurbypfqqgvu.net mape3g.xyz @@ -75814,12 +76932,12 @@ eohpgnvjum.duckdns.org vjuxtixi.com privatehostorg.zapto.org mjas.no-ip.org -jadewoodford.no-ip.biz mailadvert2551sz44.club vertuozofff.com baddd.ddns.net notifymail.ru mrhbtywlbf.duckdns.org +pfqskcalgr.duckdns.org ceo1212.gotdns.ch platformpage-trweb-girisirtibat.com ns1.roment.ru @@ -75830,7 +76948,6 @@ kkkylllyly.duckdns.org moneymafi.ddns.net festivaldeamor.publicvm.com wlbrzcsjyb.ddns.net -ketagd.com mynpad.com cumhurbaskanlik780.com wncp578.top @@ -75839,6 +76956,7 @@ remote-server.ddns.net pbrizmkasy.duckdns.org bedrocktire.tk musiccolor.net +uulwhfrn1y.com destinynnam.ddns.net pandemibasvurulariniz.com tdfqsctgsqoqxsmc.com @@ -75878,6 +76996,7 @@ onedrivemail.ga fiashplayer.xyz yahya999.ddns.net g6km8l3.top +uipetolrlxddaqe.com wasupyo.no-ip.org insidesalesinc.com onedrivemail.gq @@ -75893,6 +77012,7 @@ itlans.isasecret.com kefesltwnu.duckdns.org vggaxisxdc.duckdns.org sos-yal-pandemi-des-tek.com +stdykungsb2gotmenlop.dns.army hythrafax-30541.portmap.io icmannaws.com okiq.pw @@ -75909,7 +77029,7 @@ n22mbnq.top son-fazdestek-basvuru.com b12rbnr.top dvs.qstatic.net -srvncdn.ca +mpiimvcrrbdt.ru tcyhznjsowdcyzirnrtreu.com t.tr2q.com enwumxfzky.duckdns.org @@ -75925,12 +77045,12 @@ rose81.no-ip.org c.kah.kz bpost.club mxiviivuhu.duckdns.org -kvemlklgep.duckdns.org +k72kbns.top danielgomesb.duckdns.org wc3q5zl.top neyiariyorki.xyz fl4shg4m35.com -viprecycleresourcesltd.com +domhu.ru bob.spcllt.com semibokuful-ilihimetion-overumuhical.org valchijioke.publicvm.com @@ -76019,6 +77139,7 @@ i3ezlvkoi7fwyood.onion.to privacy-yahooservice.com 1test.no-ip.org m4chi.gq +krzaqerilc.duckdns.org antivirusufuckingbastardpieceofshit.xyz herwltlytu.duckdns.org oasrbyrqmm.duckdns.org @@ -76028,6 +77149,7 @@ truecrypte.org fnddrjqfoa.duckdns.org salvatorepark435.xyz 345298.no-ip.org +gnsaiyqwecwonps.cn yah00.sytes.net e9bja.com exasavate-minidevilefy-subanevous.biz @@ -76047,7 +77169,7 @@ kayuani.zapto.org yzykar.ddns.net achremittanceservices.com nrjyhdpowernrjikj.in -down.supportcom.xyz +irtec-irrigetion.com 304049943.ws yycc.mrbonus.com rantigalta-industrellio.net @@ -76065,6 +77187,7 @@ traxbin.com fatturapagamentodi.pw energydefrost.top flashplayerap.xyz +comunicaz.bar sdsudihhkt.duckdns.org finwizonline.com triespress.net @@ -76089,6 +77212,7 @@ rnrmmnpnpn.org f0346274.xsph.ru pacthememe.epac.to cappicture-staff.com +onoba.ru desjardinsmail6as6545g.pw wmwfkbkssv.duckdns.org serwer1440854.home.pl @@ -76160,7 +77284,7 @@ adm6.bit ymd727h.top americanfirewallsecuritysystemprotocolfi.duckdns.org urphfgahsq.duckdns.org -iozisu.dip.jp +raezo401.ddns.net middleelectricity.net ryanowns.no-ip.biz ambition-lawyer.com @@ -76169,6 +77293,7 @@ overohapubor-nonunakepive.name snakey.hopto.org pullukara8974897biber.site gbrgbsitenews.ml +likejrghiq.duckdns.org ns2.andrepower.ru g6kj8p6.top webaccess.hopto.org @@ -76200,8 +77325,6 @@ reportupdates mariannevaatstra.com gembenoscineseses.site main-boost.com -ql8rwcy0ax.com -u864246.nsupdate.info arcane.no-ip.info fdguyt5ggs.pw jvls111.duckdns.org @@ -76249,6 +77372,7 @@ xn--birlikolmazamantrgiri-ygd87h.com ns2.happywip.ru removekingonline.pro lutea.website +manganic-rumbles.000webhostapp.com xymmaobocp.duckdns.org recupinfo.no-ip.biz l9ce1490.justinstalledpanel.com @@ -76278,10 +77402,13 @@ file-downloads.club viovio.no-ip.biz nze1411.servehttp.com kirewefere.club +uxedpnwbju.duckdns.org differently.us +jtacxyhwjgynyvyxh.net z6kj8r1.top ilaluzetion-macrosapehood-nonusumion.biz recovery-session-change.info +ksvtibcuig.duckdns.org rj.msnhome.org hostpapo.ddns.net levetas-marin.com @@ -76295,21 +77422,24 @@ message-whatsapp.com multimovatiward.org zljkmdvhsl.duckdns.org timkennywebdesign.com -line.stopcollectionharassment.com overurohely-overadolure-iruraluness.org adird.org husooneahmed.ddns.net sheertehbilge.no-ip.org kcnncdn.nl +rogercable.myftp.org rnjvfkafsl.duckdns.org playsrveup.xyz weary53.xyz ctcs.bigdepression.net +movementhonor.net 1604771521.httpdsconfig.com alcatrez.no-ip.info saglik-bakanligi-20gb-hediye.online +inachis.online zvtbfxckjz.duckdns.org dpzr586.top +callejas2013.publicvm.com 32player.com agvlmtkxmjuy.top cdn-onenote.net @@ -76317,11 +77447,11 @@ gotchamum.no-ip.biz ulmmpxqdoglw.su snxiljkwq.us sqvnanta.com -asxze.xyz qaahxvhxvc.duckdns.org gcabtbffar.duckdns.org ns4.detyuol.at webmail.ustvb.com +outer213.servehttp.com yml737w.top pronedipely.name gxedw.net @@ -76358,7 +77488,7 @@ advexmail2d.world office.windown-update.com remoterat111.no-ip.org kkikvgufoc.duckdns.org -dovri.bid +wbvrcakehpy.com alien6socket.ddns.net rietumu.me psymmaznde.duckdns.org @@ -76378,6 +77508,7 @@ newsmaingbdswqe.tk dipjqkwktm.ddns.net nazzansrrf.duckdns.org apex100se.redirectme.net +ukrllmhlymtsrww.cn fpsr537.top fellowsystem.net wm.ibm-support.net @@ -76413,6 +77544,7 @@ fatturatrader.com usd.odysseus-nua.com magicadigital.com.ar webs.newspappers.org +izlema.com moneocurva.top cumhuruygulamatccbmtr13.com xohmxzrpkb.duckdns.org @@ -76444,6 +77576,7 @@ ymy732h.top darkfool.net uaeihefiuaefhuhy.su israeldns.duckdns.org +thyesvueyqyjdak.cn defintelsucks.com uryayguzep.duckdns.org pcuser.homeip.net @@ -76453,12 +77586,12 @@ ojwasjwhpqimh.org sitencj.in aysnicacid.duckdns.org s3b4s.noip.me -hackerss22.no-ip.org kalenas.dyndns.org yqpllttgwkol.pk msmjkwrocu.com singingserver1.zapto.org ftteuhdjyw.duckdns.org +kenthomas.giize.com news.memozilla.org aplikacjeplay24.com llic.cf @@ -76474,6 +77607,7 @@ blackshadesv69.no-ip.org shihjwwwrs.duckdns.org ahmedxhacker.ddns.net ochmlxjpgh.duckdns.org +abcacd4e.dynu.net 88.perfectexe.com minibusoness.org qpbggoyfjrwy.su @@ -76486,13 +77620,14 @@ chest53.xyz uvmcrvzejk.duckdns.org eiuuynydfx.duckdns.org lnwbmmmpklgk.com +bethehere9.site mwa.net lyxynyx.com armybar.hopto.org pc1q6zh.top blazeseher.xyz vvnotywxzz.duckdns.org -whomfruit.net +tmobile.digital mik83000.no-ip.biz zoozb27.ddns.net qexyqog.com @@ -76515,6 +77650,7 @@ anafartalartml.k12.tr led-b.com videoskype24.ru anubbbis.xyz +domolor.com ablebeen.net appleid.appuid.info gasstations.top @@ -76543,7 +77679,7 @@ likrbuild.net cyfz59p.top xlotxdxtorwfmvuzfuvtspel.com pony.lovekhao.com -imsgms.myvnc.com +golds5country.xyz umbr.online hgsadfxwe.duckdns.org ysush3.xyz @@ -76553,7 +77689,6 @@ hfstax.no-ip.org etssa.xyz ssmweihrtsvybtb.com gsgsgsg.no-ip.com -testpourvoirkimahack.no-ip.org vault.ug snhmnftdbdrgkkx.com asertigo.best @@ -76561,6 +77696,7 @@ dipsi.no-ip.biz kyxct.in culbsikurv.duckdns.org tes.memehehz.info +prosper-tv-2015.com driver1updater.com hunlokiol.best ruvznfgfwk.duckdns.org @@ -76568,6 +77704,8 @@ retail.3utilities.com protestonlinecheck.ru 20bigblessings2.couchpotatofries.org shrimppiquillov.com +leet123.no-ip.biz +a1twnobczmbnw.webhop.me ersinkayisli.com newphone.ac.ug g6km8s3.top @@ -76575,6 +77713,7 @@ cygz17n.top bshoiqiwrc.duckdns.org sparwisothe.ru qintoo.duckdns.org +tinnuhswede.no-ip.biz trouserlanditd.com recepalubinaxuz.info 43242.com @@ -76584,11 +77723,10 @@ nfnmbilccimoeb.info eximivilian.name nageboorte.ga nsdownusa.us -6.zzz.com.ua prododumance-imupikahood-predesodom.name -fpnj513.top howtoendthiswar.no-ip.org terroralertstatus.com +ns1.deoesct.at d234d.top memexmama.ddns.net byglpalpgg.duckdns.org @@ -76622,7 +77760,7 @@ activemobistore.ddns.net lexi-branson.website aumento-verificado-de-tarjeta-cl.cf regionem.online -jaberr55.ddns.net +jinbizi.gicp.net scribdinc.site istealshit.no-ip.biz gillnaman.theworkpc.com @@ -76674,6 +77812,7 @@ rocketman2012.zapto.org nowiredejodytub.info ayylmaoiwin.duckdns.org vghhzllxxx.duckdns.org +carnataldez.ml tjnxttjgxk.duckdns.org 2s1hg.top viewi.publicvm.com @@ -76761,7 +77900,6 @@ allmedicalpro.com nhrnuqncnlvmlmc.com haul.duckdns.org vy40.com -frjxpglmivkp.org andy1688.ddns.net nrudewowic.duckdns.org erdcs.xyz @@ -76772,7 +77910,7 @@ fppw578.top michaelfj.no-ip.info 840722101.ddns.net westnortender.ru -bsgewwyfna.duckdns.org +softbizsoln.com fasttravelclearance.com occckkseyiwaqgqo.org worldbiggestsocialnetwork.in @@ -76789,7 +77927,6 @@ fpks536.top exagoneward-subonokomer-cozanehufy.net ns2.fireterranova.ru sifetsere.com -km8qs87.top sharefiles.gq slippery3253.xyz grbdriversupd.com @@ -76802,7 +77939,6 @@ swedekid-no.ip.biz ncdebbobqmyi.ru taspartan117.thruhere.net wwebsservice.info -s5664.com wkvhyzzbzj.duckdns.org blacksrat.no-ip.biz enubehazure-imofonoking-minikeziciship.org @@ -76826,12 +77962,14 @@ zpics.servepics.com fubnt.com regerfederer.club hackers1990.no-ip.org +f6kk8m8.top adbflplayer.info 8r41f.top deepcloth.net sicksmall.ru beqxmhglsc.duckdns.org ddl7.data.hu +xhtbgoxwpg.duckdns.org pot-o.top mvtbdnrfkt.duckdns.org ns4.kilotriom.at @@ -76848,6 +77986,7 @@ yngijpwile.duckdns.org tumbosco.com degixehiness.com nwcp198.top +blcwdqbxwv.duckdns.org pragma-tv.ddns.net bebo96.ddns.net wangxiaorong.com @@ -76876,7 +78015,6 @@ httpactive.net multisexosaship.org bdd1b2i68gj.com ymf728r.top -news-server-drm-google.com hnbkwdqnynmy.su u403161sq2.ha002.t.justns.ru montenegroneger.no-ip.org @@ -76888,8 +78026,8 @@ ymc719d.top workcccbiz.in pnazzmeeqd.duckdns.org fckyeahbtch.no-ip.biz -sapserver39j.com drtphzseabedhqgars.org +vtiwrxcowr.duckdns.org bsodsupport.icu microsoft.myiphost.com swattradingco.name.qa @@ -76898,7 +78036,6 @@ w6kh8j9.top ahzjkvqljy.duckdns.org archfuk.ddns.net rzkrdszmqk.duckdns.org -grromedandgrand.com oohshit.dnsdojo.com horse3300.no-ip.biz arslan99.ddns.net @@ -76921,6 +78058,7 @@ mc6q1zw.top asdfgxcer3.duckdns.org wdifsdf9820.xyz active-cupo-de-avances-cl.cf +micorsoft.store alisami.hopto.org optionaldesigners.com laser1990.no-ip.org @@ -76935,6 +78073,7 @@ rngfahoiqs.duckdns.org wugyllxjjv.duckdns.org windowspowershell.duckdns.org headwhere.net +mkupodbbch.duckdns.org setup.bestmanage.org ptcp218.top banner.infobusinessus.org @@ -76943,6 +78082,8 @@ nmlmmaaasf.duckdns.org joloanbb.info nmf796k.top oocdpiiuui.duckdns.org +grvasbnbut.duckdns.org +afeqifxxzg.duckdns.org accsekjaks.duckdns.org wintask32.com eeegvbuvik.duckdns.org @@ -76999,7 +78140,7 @@ upme0611.info sosyal-hizmet-tr.com detolalike-exohofeship-renogegidom.info googleservice-info.ru -uzvdoefpgr.duckdns.org +pubgzebi.ddns.net kope.deessolutionsdemo.com parent.su lesfrection.zzz.com.ua @@ -77007,6 +78148,7 @@ aoruuoooshfrohoe.su exmei.duckdns.org uisuzaebwy.chickenkiller.com wassfethefa.ru +straightties.no-ip.org 10021002.kro.kr access.access.ly bestalo.com @@ -77026,8 +78168,6 @@ qsdgxe55.duckdns.org tcbmuygulamaindirtr722.com awtsx.xyz powersafetraining.net -xccqhpaqbvrq-27843.portmap.io -zhyr28.no-ip.org eaeuafhuaegfugeudl.cc riserdfnstezya.space urrjrtdtoi.duckdns.org @@ -77045,7 +78185,7 @@ outlook-offices.com amazingbrothersonthe.works wijilyqvclxpwjm.net upgrade9.net -osmanlimparatorlugu.duckdns.org +zypdpuqfae.duckdns.org roersmabestratingen.nl ashmwin.no-ip.biz biofaction.no-ip.biz @@ -77054,7 +78194,6 @@ la73797a4452b71a2c2324f0198dfdae22.cn vbemnggcj.ru przyrinkpw.duckdns.org hossunaginenene.xyz -mafia.clubme.net oammaqqdqq.duckdns.org vopla.no-ip.org systemsxp.sytes.net @@ -77081,7 +78220,7 @@ simplequiltmaking.com bhdnnbe.vip voly.ddns.net antorkhan-62364.portmap.io -coinbase-us1.info +player-update.digital macrokocador-ilevevugible-semitafument.name 3c166a6ea19b27cd.xyz inula.ru @@ -77091,10 +78230,12 @@ hkxticswqv.duckdns.org b7p.at verifiy-account.net mix.channeltrb123trb.com +jnfxjlwuvn.duckdns.org overatoxify.net gasdfxsd33.duckdns.org ponimuliosdop.xyz imirofancy-detoloniness-unafuxor.name +cumhuruygulamaittifakitr88.com cyqz27d.top hansen.zapto.org auth-google.site @@ -77148,7 +78289,6 @@ kkillihhy.top googlechrome.servegame.com usxowjryvp.duckdns.org zjedlmbzqv.duckdns.org -cololabis.online share-stores.com kcnikjsrv.nl desklink.duckdns.org @@ -77156,7 +78296,6 @@ n3z.no-ip.info puahfcjlav.duckdns.org yonksxmhpz.duckdns.org km8pd73.top -t09fa94705de8ad1d8fa6a5fc9da4998c5.in flexfil.top quiomnemauribus.at nwa-oma.ml @@ -77173,6 +78312,7 @@ asxse.xyz office365-update-en.com googleplaystore.net ywesbx2323.duckdns.org +fqzzj16gndioz03mxadr.xyz emergingsun.com sexelgexhqva.mx testcryp.eu @@ -77209,6 +78349,7 @@ near-back.com cdzskzdwnb.duckdns.org b.zae2.su thewhistleblowers.org +turfdphqcnbtcdt.ru lifefornoobs.no-ip.org x6kd8y8.top karmaisdabomb.no-ip.org @@ -77216,12 +78357,12 @@ coastdeny.bazar birdisaword.com coral-trevel.com dongabito.com +drop.trailads.net news.jusched.net lvnkqpsinjaoa.com bdooobe.vip -frontfree.net +exmgfgrmxnynxky.cn fes-auth.com -gykz55y.top f0312394.xsph.ru renaultarkana.pro klylulvwxhid.com @@ -77250,7 +78391,7 @@ gnboopobtu.duckdns.org nutqauytv5a1113xyzf115zzz4.com ncdnpowerikjikj.in donald7m.hopto.org -tmgmgjcvt.com +acctspayable.com officialswebsites.info qhoufiiyyhlbpc.net hiyahowa.at @@ -77269,7 +78410,7 @@ accountsteam-en.com aceccgo.tk s1.letsplay.su iruzuzate-minifisaness.com -disegucely-inuberimism.net +bien.airdns.org lyvysaj.com mmrick.zapto.org janadu.truedns.xyz @@ -77283,6 +78424,7 @@ rn-mail.ru 4tankers8.cyou rlgrqcfxvw.duckdns.org it-newsblog.ru +acetica.ru ke3rrzx.com masabikpanel.top cdtclxicx.ru @@ -77306,6 +78448,7 @@ pmxwurgywo.duckdns.org withtook.net opwlduzqow.nsbhe.com vfcyisijtwgmxhreetmr.com +usirohsonuasa.localtunnel.me pvp-paradise.no-ip.info official-tangle-teezer.ru sdlzglass.com @@ -77321,17 +78464,17 @@ raghavte.sytes.net shingrela.com nouyahrzbr.duckdns.org withinpartial.net -awwtgsxc3.duckdns.org ihatestarbucks.com km8nl18.top d82wbny.top nmt792q.top +coincide807.xyz hossam3030.ddns.net russchine2mapanxmenischangedtonewperpvc.duckdns.org ar99xc.com kslfnsxzjt.duckdns.org vurismyf.no-ip.info -qkcheisvyd.duckdns.org +app1.boxfiles-en.com gxeiohsixfc.com dfh54gdhfj5j122.no-ip.org worldwildlife.effers.com @@ -77352,7 +78495,7 @@ ut01.ddns.net q636eb1984620abcfec30a51cc35dc30af.tk ug-bdfa.hugesoft.org greerknees.top -hansun.serveblog.net +p4uk749i8t6vay.com rhukqkajqgrqhnxsp.net gukcijyqychapcgudaxtc.mx ab1145b758c30.com @@ -77370,15 +78513,16 @@ overufohetion-postebuciful.name cheatmwlol.no-ip.biz km8gz28.top c073f68e7a36007ffb6ce5daf6047f18e8.hk +playerupdate.digital g6kf8l8.top mipxvhcsjo.nsbhe.com -zdesnetvirusov2.info log.technosolarsystems.net -gerrihant.ru +yaltimate.com cihan05.duckdns.org ciconiat.online misopoval.name sltlwkcptr.duckdns.org +leastinfo.com outlookscansafe.net google-eu-cdn.com goodssogood.com @@ -77393,6 +78537,7 @@ doublekits.duckdns.org fvwooobbbo.ddns.net fluffybunnies.sytes.net ns2.kolabdnsa.ru +egithvtwovplrxa.com shortlinkcut.com absorbent-spokes.000webhostapp.com awazpeople25.net.pl @@ -77407,10 +78552,8 @@ purring23.xyz ns3.alinbot.ru myhost3adas.ddns.net mjof2bfjbfrucsou.onion.link -rimakaram.net xqkphfjdem.duckdns.org tuansty.no-ip.info -menosmeno.best ymx792s.top iumsvc.com fptw518.top @@ -77484,6 +78627,7 @@ skeetware-25740.portmap.host dfgert.xyz gqjvxuqstu.duckdns.org 45pivhvier7acz3d.onion +10ajans.com brpnkctjvgdmnbwtv.biz webkatiroglurentcarskirlma.com e-pandemiwebbasvurulari.com @@ -77492,6 +78636,7 @@ fnyxzjeqxzdpeocarhljdmyjk.com l2e84637.justinstalledpanel.com misariding-enomupacance-antitobunen.org ohcqgwyvib.duckdns.org +klhlh16zldwun03vlpq.com c52wbnf.top cdcp628.top srvr1.serverpubg1.pw @@ -77508,7 +78653,6 @@ sahacicirydyman.info sayno2gaymarriage.biz uqpxsmqyoo.duckdns.org zslyulquyv.duckdns.org -ugrbcnsety.duckdns.org docusign.bit story-toy.ru server77.ddns.net @@ -77522,7 +78666,7 @@ gapatoqyzi.info egiriscumhurbaskanlik4.com pear.blackcake.net interimocudom.biz -bsveg.xyz +azure-dnszones.com gydz13z.top dinghaomcc.com never-project.hhos.ru @@ -77562,7 +78706,6 @@ ns4.mecuba.ru mininenigive-ultraduvurelike.com thirdhop.sytes.net geforce.0pe.kr -transkf.tk locolocoloco.ddns.net imadeso.ddns.net urefere.org @@ -77578,7 +78721,6 @@ black-privat.ru comforty.oss-us-east-1.aliyuncs.com biwonigygicyguw.info jessishot.no-ip.com -oomiaonline.net timerework.fun elevateyoga-denver.com martinlutherkingjr.app @@ -77617,10 +78759,12 @@ fpzc585.top fjvrianacw.duckdns.org yasaluygulama22.com kasper27.bouncene.net +fafowfyqhhqxhal.com yblqttfiij.duckdns.org efllmcnvzk.duckdns.org lnrokfaujbekeak.com spldernet.com +westroll.net ab7b69a26ecf64140d3c8776b659e17c86.to mohammadhk.ddns.net xaekzqqsocfaanrgasd.com @@ -77637,11 +78781,12 @@ base8.gyddos.com blackchristmascard.com odeujslqf.com enihufahance-subaniletn.name +gstatici.com mailserv171.club researchplanet.zapto.org totsos.ru cywz57p.top -wyerc.xyz +jqcwcytygfwtvil.cn easykill3.servepics.com dredo75.ddns.net spyexs.no-ip.biz @@ -77653,6 +78798,7 @@ iner.kz watermeloncake.no-ip.biz opfjktdeyyyi.su peolplefortalce.gq +ekdlpnicuj.duckdns.org ra1nru.com app-support.work jbcztsnlzv.duckdns.org @@ -77673,12 +78819,13 @@ mardjdf.ug die-l.top svalka333.hopto.org lyric0.servegame.org -cyhz13s.top +oesgguwarp.duckdns.org reverselookup.icu xaephcdhcq.duckdns.org chromeupdates.online musicslow.net ytgame.cn +mail-intl-ja-mail-about.gq vpaixabvzk.duckdns.org lyxymix.com oasmavkjmcxctdkit.net @@ -77688,11 +78835,10 @@ syupuogrjn.duckdns.org ncjncdnkcnserv.cn burapcileritanidim.ddns.net correndo.se -nj.monk249.date news.marsbrother.com slytomonimak.cf kenkundesu.ddns.net -karim.no-ip.org +fbaqywqsnyomill.com mustafa2121212121.ddns.net spendsuch.net eyeofra.online @@ -77711,7 +78857,6 @@ yokserelere.xyz kravynolu.cyou crypticvpnrat.duckdns.org fdg4a35ggs.pw -hardwoodhosting.biz textile365.ru swizz666.ddns.net asdg236ss.duckdns.org @@ -77728,6 +78873,7 @@ poxujobawomakuj.info specifwbook.com marketing.con-ip.com iwillkillu.no-ip.biz +ebpumuihlt.duckdns.org cmfgen.cf freddyz.no-ip.info ymc765g.top @@ -77737,7 +78883,7 @@ hostingforcoins.no-ip.biz cunkvzpafk.duckdns.org bashchelik.com gameiton.servegame.com -saintplaces.top +a5j.at ebaysalesvee.no-ip.info bwnzcyypcbmnlpfsw.net servservjfndswikj.ru @@ -77747,6 +78893,7 @@ iptechnologysolutions.com h22wbnm.top fpnz596.top gamerxlivestreaming.no-ip.biz +greystoneexpress.com etsad.xyz 2302.ddns.net v06a86bd3dfe41bf1f270f61c1bdac4f47.in @@ -77802,8 +78949,9 @@ ymh792d.top x6ks8l8.top cypz52p.top jujxjwlkjj.ddns.net +cracking123.ddns.net +onlinestatis.casa imddos.my03.com -kekse.no-ip.biz msrestore.ru eagleepcisocks.com iimzzzedei.duckdns.org @@ -77812,7 +78960,9 @@ reservecdn.pro youwave932.no-ip.biz uhryr.xyz mazarcuata.no-ip.org +togetheremptymind.xyz servicemount.com +yjbpmtmkirzdyddch.net stilstol.pw downupdate.bigish.net aipp-italia.it @@ -77827,6 +78977,7 @@ hjquyfuy5gd2s4qn.onion dvuiyufxpkgm.com clcp678.top dycfxcqezu.duckdns.org +nkispspazl.ddns.net load.updatetag.com tanmilerep.ru outsidereceive.net @@ -77837,7 +78988,6 @@ cude.cc headsound.net bellserver.no-ip.org recycle9393.com -kidcudi561.no-ip.info w6kt8r2.top cross.busketball.com g12kbnq.top @@ -77878,19 +79028,18 @@ k0ejxa1mfw2634fy.com ecc.freeddns.org tb123.xoomsite.com c2upfront.no-ip.info -electronics38.xyz websolutionfriends.com rumplemleet.ddns.net softeror.be pressure34.xyz -udmyjkkbye.com +vlddqnhkoxei.com nostallspy.no-ip.biz bcviqwnxoy.duckdns.org yannythefanny.ddns.net ketsarowar.ru jxeepaassngeetq.in greyhatguy.ddns.net -lewertop.info +apananco.no-ip.biz illahaoee191.xyz globalvehicleimports.com e-devletiadem.ml @@ -77900,7 +79049,6 @@ jacobgb24.info zer0-relation.zapto.org yplzbomecu.duckdns.org kingking55.no-ip.info -pizzotti.net tuatkrujcklfrd.co.uk kalisterone.ru bc3q6zk.top @@ -77915,7 +79063,7 @@ tomskee1.no-ip.biz denzel6077.no-ip.info wpqqhhspps.in szcp288.top -cocomo10.serveblog.net +myfrenid2x.zapto.org demde.xyz nmd718r.top placeoftomcat.club @@ -77939,6 +79087,7 @@ kc6q7zf.top hun.firefoxupdata.com gyrz82q.top 81031.ddns.net +rgvfheevneuacki.cn aijggnyzww.duckdns.org chabar.ddns.net help2144.xyz @@ -77947,6 +79096,7 @@ liro.no-ip.org ml.warzonedns.com nrjpower.us ns4.techhandz.ru +lhuvarevtu.duckdns.org loser10.e1.luyouxia.net mandera.tk l72hbnp.top @@ -77957,6 +79107,7 @@ godofservice.com atmebenessere.com spahi.dnsweb.org greatfilesonline.com +dropboxccdn.com yww69kj.top fpgy572.top yvrxrnayoh.duckdns.org @@ -77966,6 +79117,7 @@ gaouehaehfoaeajrsh.co mirosoft-office08.ddns.net reapergrim21.no-ip.info eauebfuiaefubg.su +pocnltdbgu.duckdns.org fdufxnzknm.duckdns.org zentori00n.no-ip.org soj2.jumpingcrab.com @@ -77981,6 +79133,7 @@ updatefacebook.serveblog.net marishka.ddns.net updatesystems.net logs12.ddns.net +neimucher.net rhymijewzu.duckdns.org test29.ddns.net app.newfacebk.com @@ -77998,9 +79151,10 @@ swibstoca.xyz xn--9d0bt6kvvhi2dq06a.com w6kp8b6.top abodeflahsplayere.xyz -shoptowin.ru +danny.no-ip.info mypremierfutbol.com -meteost.com +windows-update.dynu.net +cpqgisnosh.duckdns.org dayafterthe.xyz lbmedical.se nffiiload04.top @@ -78029,7 +79183,6 @@ transipilukize-rebikeless-interupulission.biz 742yhnr32ntzhx3f.onion novecizojipabuk.info asdgsxc22.duckdns.org -urnsaxzzbf.duckdns.org modestog.top gotodc.zapto.org sb.et2046.com @@ -78038,7 +79191,6 @@ odricatt.live guiertr.top x-files.zapto.org xn--blckchain-17c.com -rnrbdynkblyb.myfw.us balderdash.space yaebalnah.tk darkc0met.zapto.org @@ -78047,6 +79199,7 @@ grafiker.pro zombieants.biz ffdpogservgbunity.ml vc-business.com +ljvihhtfff.duckdns.org khs5431.0pe.kr legislature84.xyz vrbpqftvnn.duckdns.org @@ -78113,6 +79266,7 @@ fmirgordkhig.xyz gyxz75c.top tmqh.eklcu.xyz fmmkynvgns.duckdns.org +kwgdarfswp.duckdns.org offeronce.net viagameft.com demotestkeygen.tk @@ -78139,6 +79293,7 @@ tvewhvoowy.duckdns.org dyhf685.top wokxslliwonyum.com iyshbxddte.duckdns.org +huhevo3hy1klh.servecounterstrike.com dojlohostedaa.ddns.net socengi.tk jertamsak.xyz @@ -78146,8 +79301,8 @@ gntpnkipwxqr.com lordthan.ru jumpfloor.net svchoster.ddns.net +qglrxmiupcesvdp.com hmlswlvlew.duckdns.org -pbnjfnsitekcnfjr.in aqszbo.igg.biz sightstep.net zvjquimjsc.duckdns.org @@ -78165,6 +79320,7 @@ encepha.net wecapro.no-ip.org sosyalkampanya2.ml casadointercabio.com +bazhar.site https.osakaintec.com jihrvmexjm.duckdns.org cvnbdft87.duckdns.org @@ -78216,13 +79372,12 @@ bushremcos.duckdns.org qmhagjifno.duckdns.org aannaabsff.duckdns.org img.ganker.rocks -jnazmertsw.net sdf4m.top webmail.newsonet.net makinmoves.zapto.org err0r.no-ip.info knsmeg352.duckdns.org -ymz731b.top +jrgavs2zhlzj.servequake.com bakoore2000.no-ip.biz powerkcnfjrmainserv.com cubbh.newspappers.org @@ -78232,7 +79387,6 @@ suffunditur.ru ketoanhaiphong.vn derivacing-iloxeheful-inecemed.org nejvgmuvmo.duckdns.org -portal.sbn.co.th llpsearch.com newsilverghans.in.net jappnve.com @@ -78244,7 +79398,9 @@ suffundi.ru javaclients.hopto.org thio95.zapto.org dyuatrmlem.duckdns.org +full-statistic.com iclinstructstorge.com +negativoo.no-ip.org nestonesto.duckdns.org incur2332.xyz hotmail.com.mailsserver.com @@ -78272,7 +79428,7 @@ aphistoryonline.com blackjeo.no-ip.org jdxjaydefd.duckdns.org nmy792n.top -yhdservncdnsrvdsw.cn +lardics.no-ip.biz iwtzzroqeipgda.com zmbvmzysib.duckdns.org methvenonthemove.com @@ -78300,7 +79456,7 @@ flashplayyre.xyz ns4.nukserv.ru gladtear.net unoppocdedgh.in -ronymahmoudn.ddns.net +waitwear.ru km8pz53.top mytjbj.pw micromedia.in @@ -78315,17 +79471,20 @@ hfnoob.hopto.org inmosas.linkpc.net phantomic.no-ip.biz rysodaqiwasocez.info +lcdixieeoe.com msoffice-cdn.comns3.cdnmsnupdate.com pandemihelptr.online gykz72m.top -yljvxhpukm.duckdns.org +kentisgay.myftp.org envy.no-ip.biz +decent.myvnc.com aektatuvpu.duckdns.org welxgdyupmhrq.sh mc8q8zn.top mzokrekaa.com 0x0x0x0x0.club gzkwxskfds.duckdns.org +cryptopoly.pw csuaibcneix.net lively-dream-c871.m7.workers.dev jvlra.elagustin10.duckdns.org @@ -78347,7 +79506,7 @@ superventus.ru bustheza.com trillionstudio.com gybz23t.top -microsoftupdating.online +fidapeste.duckdns.org tonguepunchfartbox.life ns1.s6d.ru fptc565.top @@ -78356,7 +79515,6 @@ whatsmyip.no-ip.org ykjkkylylz.duckdns.org ljmmehwhiyee.su riegeevoo.com -var00n.zapto.org 4a926659.dynu.net gyldeijvmztgylvyttugwk.biz deehiesei.com @@ -78387,7 +79545,7 @@ uqegltusjl.duckdns.org led-j.com productie.no-ip.info rampagelv3790.ddns.net -system-engineering-pc.com +fpkx578.top bylgay.hopto.org mrnord.com skydrive.services @@ -78403,6 +79561,7 @@ m.googlex.me mrcarabiner.com cnc.changeme.com dswserv.in +skipolice.net intanony01rmp.ddns.net mbcp518.top acegimbcggip.bazar @@ -78415,7 +79574,7 @@ letseatinitaly.com stablepointus.top pur3vpn.ddns.net qkdbetksoq.duckdns.org -gygz82r.top +superxvid.no-ip.info nhcp398.top wifo.host dns4.wepy.ru @@ -78438,17 +79597,18 @@ wsad1122.dynu.net favorstood.net jjyttlkfipqd.su vbsgr.xyz +t1.xofinity.com kzejedlthz.duckdns.org lldawsivnm.duckdns.org ymp777b.top youngmoney.no-ip.org utllykkjwj.duckdns.org sjyx578.top +xpnfmynfeexmvue.com gdrives.top jkgxmkfgrjexwu.com apg1.no-ip.info taipeifoodsite.ocry.com -greatstylegift.com elevatedqueensnc.com xnqiyvughs.duckdns.org pidronog.top @@ -78456,6 +79616,7 @@ qshvwyjzoi.duckdns.org osaam2015.ddns.net ce12.ddns.net jokerhf1.no-ip.info +wfgusnqgut.duckdns.org andreagbridge.com weiklars.xyz hiwxuvuponqw.in @@ -78523,6 +79684,7 @@ yhahgusiet.duckdns.org knowagain.net moukenji.ddns.net hkm4everboss-no.ip.org +imrcxctecg.duckdns.org samalo.space cengizsokak8.site b7g.at @@ -78579,6 +79741,7 @@ pg7iuaqu5b7fq36o.onion heljeanvos.com telecommand-microsoft.net dow.nctylmtp.com +ayvfqexqed.duckdns.org vtermjezz.com gygz83g.top 1928.gq @@ -78609,12 +79772,13 @@ futuristmac.com 20gbkazanmafirsati.com musicstudy.net zlll.tk -prjcode.com +jnwsjavtnkvmh.net autoupdatefree.verwalten.ch sbnbvkikba.duckdns.org passenger-zone.com gyhz25z.top pomfreti.ru +vuzmanbobc.duckdns.org guangkuo119.3322.org serumondus.hopto.org bombsaway.no-ip.org @@ -78668,8 +79832,8 @@ rajy.no-ip.info kkr.p-e.kr newton1666.3322.org fxnitwaq.fr -attachments.gov-pk.info lqhsnomxpq.duckdns.org +ns2.mymymomo.ru cyjz15w.top saqenxvawbwvxmtednhw.com ultranatuxage-disuhucission.biz @@ -78682,13 +79846,13 @@ misubovify-macrotetucehood.com gwass.no-ip.info randomhostname.no-ip.biz simplechatpoint.ddns.net -3s1we.top xdannyx.no-ip.biz vccdhkpars.com postehecity-macropezeness.com enigma.net.in rgnypkrfiuts.ru kasperskysecurity.club +yv3pcwfezq.com casehand.net usedcarwashequipment.com aonibtaatpb.in @@ -78723,6 +79887,7 @@ km8qt88.top latcha1.sytes.net soso8854.ddns.net hoostnaam.no-ip.info +vvwkavfarm.duckdns.org editor.akotae.com microsystems.duckdns.org tklqxmliybym.ir @@ -78735,11 +79900,13 @@ pnuazwsjwb.duckdns.org offerdance.net azzas.chickenkiller.com bsjermz.zapto.org +rvwsculpture.com +desertpw.pw walid75.no-ip.info cp550.top qegyqov.com host.regicsgf.net -z6kl8n6.top +mlg1.no-ip.biz serversoftwarebase.com mightreceive.net qbmkshwknm.duckdns.org @@ -78766,7 +79933,7 @@ faruk01.duckdns.org xuqyfyr.info skullali.oss-me-east-1.aliyuncs.com yngtuiuuegqk.com -ssphnpqeah.biz +jwsdcrqwapytasa.com accountant-audio.com 0holymoleyohmy.zapto.org icecubee.ddns.net @@ -78809,7 +79976,7 @@ cysz75r.top poisoness.no-ip.biz multitesoship-promoroless.info ultrasipoth-unesufefy.net -balakis.ddns.net +lwlppepqec.duckdns.org account-googlmail.ml 406355814990096.myftp.org d-o-m-i-no34.site @@ -78869,13 +80036,12 @@ lpholfnvwbukqwye.tor2web.org okpole123.ddns.net avantistech.pro panicofas.no-ip.org -adobeflshplyr.biz compdate.my03.com subezecency.name aweqgxv33.duckdns.org platform25.xyz fpfp588.top -1603710611.httpdsconfig.com +spykpdmbbgladek.ru xqvqltdyum.duckdns.org eng-theguardian.com dingpsounda.space @@ -78889,6 +80055,7 @@ bfqssbe.vip imoratolike.com hbdsgyoiqp.duckdns.org eprzfewaei.duckdns.org +arielpica.ddns.net photocard.4irc.com opira.000webhostapp.com icloud-id-en.com @@ -78941,7 +80108,6 @@ mpzgbnserv639.xyz 607d6cdc.space wentsuch.net vxvlphfchk.duckdns.org -kb2237-luminosity.ddns.net fomoportugal.com inspirati0nrat.no-ip.biz ns4.sinkhole.caad.fkie.fraunhofer.de @@ -78971,7 +80137,6 @@ xn--delphnium-k5a.xyz vtehrtqdzc.duckdns.org hy.micrsofts.com hulkinfocc.no-ip.org -rbzkvktesa.duckdns.org mononedepussion-inumiler-emedepify.com ns4.wxj.at keyrotybqz.duckdns.org @@ -78981,6 +80146,7 @@ yerel-haber-hizmeti.com manfat.zapto.org atfpjouljn.com tayo.icu +nwzhlxsxcx.duckdns.org advabnr.com cgavqeodnop.it pl0x3rrat.hopto.org @@ -79016,13 +80182,13 @@ blastforcleaningservices.com shrtnerlnk.com arduodemente20-62537.portmap.io lucasdesmond31.ddns.net -myristica.ru shadescc.no-ip.biz amehota2gfgh.com z6kk8x2.top ladysizi.top zc3q1zy.top luminosityduc.hopto.org +sososwj.tl-ip.com ertwhcx33.duckdns.org samyhacker.ddns.net asthanabrothers.com @@ -79031,7 +80197,6 @@ rat.pzchao.com basilee.chickenkiller.com cemalo.no-ip.biz xchilogs.duckdns.org -morinyo16.no-ip.biz iygwtbqny.biz digised.com wpf.mobi @@ -79045,8 +80210,7 @@ oaceerooni.xyz halatest.info sxswe.xyz 65421365252.myftp.org -antivarevare.pw -iiidown.com +uhphjesusl.duckdns.org safj3ng.com wuanvs.me uoifbnhdyt.ddns.net @@ -79060,6 +80224,7 @@ exchangeupdates.com exahirasary-multibegulelike.org dswmainpowerncdnsrv.in sefuhsuifhishffo.ru +hhvkmhvqus.duckdns.org lovealiy.com hostspace-tank.com openfire.zzux.com @@ -79103,9 +80268,9 @@ pharservblosar.tk lordthrow.ru cqcp718.top karabasbarabas.info -heartpotatoes.com +z6kr8k1.top proxekigite.net -panel.re +starserver4551.club awewr.xyz hgmatal.com km8qf57.top @@ -79117,6 +80282,7 @@ script3211.no-ip.biz ma1020f.ddns.net plastiic.no-ip.info yms752b.top +ygoi1zhyvpk.servehttp.com d.atw.kz pnreeredpp.duckdns.org uk-hampshire.ra4wvpn.com @@ -79143,11 +80309,13 @@ stevenwentz.com rex2018.myddns.me abualrejall.com 8s556.top +rkrjofdxfi.duckdns.org hiwxuvuponqw.net -emp.fourhorsemen.tech +khvscdzppw.duckdns.org d-d.host service.justdied.com mze.no-ip.info +fawilut.ru servfjrpbndsw.ru blackshadespro.np-ip.biz elite.no-ip.biz @@ -79163,12 +80331,12 @@ cyjz57y.top herseys23.site godbless.camdvr.org zilol.no-ip.org +newsonwar.no-ip.biz emobileservices.club jslezrrwbf.duckdns.org zfwlvfjzjw.duckdns.org rs-army.no-ip.biz krjgfkggws.duckdns.org -yqabkiokye.com api.moy-mayner.ru provider.duckdns.org teenhangout.tk @@ -79199,6 +80367,7 @@ mail-yahoo-task.tk gwiwwwjvvj.duckdns.org bicaryrihigonek.info nfvehrigoz.duckdns.org +wf8ik4bg46d23oo4.freedynamicdns.net txnamijlrl.duckdns.org h23d20f11a5d27ef0ee93567320a09b261.cn shabadrasch.ddns.net @@ -79250,7 +80419,7 @@ eguaheoghouughahso.io kingofkillers2012.publicvm.com hondaisback.no-ip.biz hmagiaecgk.duckdns.org -bfsqqbe.vip +hellohaxor.no-ip.biz voiliwerty.best targaryen.fishdns.com sphaerion.online @@ -79265,10 +80434,8 @@ covid19-pandemidesteklerimiztrweb.com qxcrfxwxqj.duckdns.org xfbgthmvyvw.com s3.dedicatedpanel.net -vtfkkwwjvv.duckdns.org thailandbbs.ddns.net neglite.com -c52fbny.top windowsdefltr.net lumiskosko56.access.ly allord1994.ddns.net @@ -79286,7 +80453,7 @@ sys.usapappers.com saudi-haj.com igotit.sytes.net sun-clear.net -gyhz15y.top +dynamiceventmanager.ddns.net carlossrj25.no-ip.org gateway.vietbaotinmoi.com perdector.hopto.org @@ -79313,9 +80480,10 @@ webrnail.net api.malmine.ru euewzuvgnk.duckdns.org tiehsijisne.microsoft-shop.com +macrofapusath-subobokify.biz waitupdate.xyz haierjiebest.com -km8rn28.top +armandonieto.com dctttewhry.duckdns.org tamarindus.space proxy-cache.dyndns.org @@ -79327,6 +80495,7 @@ huntersservice.com trustedmode.com mierda.notengodominio.com alphaputin.duckdns.org +in4lprxgui.com cempas.com m52rbng.top rosagrotrayd.ru @@ -79339,6 +80508,7 @@ portalagain.com 9s11h.top aowan.w3.luyouxia.net jcdn.jsoid.com +hetonshanver.ru transeguxution-interuhamugism-irihoxeward.net hhhhhhhh.no-ip.org ckenunarme3.xyz @@ -79353,7 +80523,6 @@ kbdozijcus.duckdns.org 3ek8.no-ip.info ramidarrk.no-ip.biz 1603710237.httpdsconfig.com -fantasy4tabacco.icu qotavczeb.info yhdsiteikjncdnncdn.com e7wko1ydk0c5v0r7tqyz.info @@ -79361,11 +80530,11 @@ pluzhnikov.com gitanes82.zapto.org ztjofqrpgn.duckdns.org argentinagerman.duckdns.org +fwozdlmosy.duckdns.org xudevunymex.eu trancus.com yghwe.xyz ohmygodronnie3.com -fnjyygovdjyemga.xyz munrulnyoxr.com jnbloding.com bnexusiotsolutions.net @@ -79419,9 +80588,11 @@ p3322.com berkani0774.no-ip.org banofameriservice.com cheks.duckdns.org +agx1996.ddns.net waddb.sr reblodidnci.ru windows-rat2.zapto.org +ij9va2d5bylbe3ue0d.serveftp.com alarm.arrowservice.net ultragehefy-prexixanetn-emecumary.biz km8sy96.top @@ -79435,6 +80606,7 @@ dqweewq.club nezhyezho.com c66845582aniyah.club swagswag.no-ip.info +dasjhdjkrbewkjfbsjkfd.website rootclaiu.ddns.net irshad132666.no-ip.biz krall123.no-ip.biz @@ -79442,6 +80614,7 @@ cyhz38r.top leprotestant.com devsex.ddns.net 022802bcfcb3dbcd1a224f29537f6ac0.host +winantimalwarepro.com ivmarbe.net knbbcddqvx.duckdns.org hotmailme.website @@ -79467,7 +80640,7 @@ fiftyfirst.net hwid5.4dq.com jbqjfatryg.duckdns.org altzx.cn -morasergio.ac.ug +ifgygn8fsul0qv2y.servehttp.com depot.bulks.jp apple-iclods.org agrdwrtj.us @@ -79537,6 +80710,7 @@ zc7q6zl.top ishmouse.zapto.org russchine2mapanxmenischangestdy12donexaz.duckdns.org z6kd8l7.top +ybuyibiunok6515.ddns.net opahdiqwklnasd.com jacyjavohu.info hlxofmidsp.duckdns.org @@ -79561,7 +80735,9 @@ dns3.omikronperseus.ru asia-maap.com gahqnaxupl.duckdns.org bn12.zapto.org +ru-sdelka.ru bkil.ddns.net +carlymccrayblog.com zc9q8zs.top bs100.no-ip.biz itunesmusic.jetos.com @@ -79569,8 +80745,8 @@ resurround.pw slig.dyndns.org vip6654.live whoint.cf -fww12kj.top -mafia122.ddns.net +tajikstantravel.dynamic-dns.net +uacwwgvrdgqscbwb.com modexcommunications.eu q29lanceshaniya.com tccbmuygulaman222.com @@ -79593,7 +80769,6 @@ journeyreport.net village-implement.com bf2back.sinip.es vakifbayramda.ml -enucemotite-microvorikian-prokagession.biz hseeerdqdq.duckdns.org xfxf.ddns.net txdrxbgked.duckdns.org @@ -79639,12 +80814,12 @@ insurance354756.xyz utll.tk oqqpywtfxg.duckdns.org mohemadmagdy.no-ip.biz -pygrivpqjj.ddns.net ideaofplet.club yfaooxcwa.com -mcsc.businessconsults.net +secure.jsc0nten1maker.com boaserivaalertsnitoa.tk 2018starnpz.cyou +digitalinsight-ltd.com monozogeced.org wertxbsds3.duckdns.org downsw.onlinewebshop.net @@ -79665,6 +80840,7 @@ freewl.xinhua800.cn blog.toptogear.com macrokodusion.com circle.walldroid.ru +dywd685.top darkcomet-clem.no-ip.org zarasrl2016.ddns.net sharedimage.net @@ -79686,10 +80862,10 @@ crystalhotel.com sndychnesprvallanouthegreatsoustraofour.duckdns.org spendloss.net zvednyisvet.ru -lgccwnffuuwx.in +cnboyqgzeo.duckdns.org duntat.zapto.org xckzpomkvk.duckdns.org -czaroffnow.com +igtguuuggu.duckdns.org starlucky.warzonedns.com api.btchash777.ru deepraise.net @@ -79719,7 +80895,6 @@ smnknscrakfb28ag3.com ghfx1.ddns.net 1604771414.httpdsconfig.com pzqcwycevu.duckdns.org -whsrqbecml.ddns.net moron-me.no-ip.org filelo08.top pandemi-yardimi.site @@ -79728,11 +80903,11 @@ torvapk.zapto.org wrtan21.hopto.org nmd763d.top ugan.ga -skyline2050.net +coec.club dadastakerdadas.site globaltechresearch.org wgqvqkpxwx.ddns.net -2seo8.com +kaswpfbommo44z.servehalflife.com host-l6w.mooo.com regular-list.info durusakin.ru @@ -79742,19 +80917,20 @@ dfill.com zvaleriefs96.com planlamaison.com ramadan.mywire.org -geopradios.xyz +wqplw.ml vintageselects.com cohenb3060.no-ip.org bnioooarubgzdtr.cc nrwhzqrauj.duckdns.org emoqpssmtz.duckdns.org -bakipor.no-ip.org +duihpkqdbx.duckdns.org heartax.info 0kgg.com qfszswn.com ariestikto.com k52nbnz.top loomand.space +qlebrfvtysnwbju.ru nonexabusion.com myifyboy.serveftp.com dsntu.top @@ -79776,7 +80952,7 @@ perchi.site shadowhkrsy13.hopto.org secureaccount.ru midoalhashmi.ddns.net -buzzoffru.com +dehyt15.top emtelakproperties.com cs.lg22l.com c1995.no-ip.biz @@ -79825,6 +81001,7 @@ jckxjcux.com search-one.info secured-links.org spendyesterday.net +semihudaly-underadatish.net dalibob10.ddns.net agadir2015.no-ip.biz ns4.fortservices.ru @@ -79833,6 +81010,7 @@ cyberx.no-ip.com emesopaward.com leyeshv.com businesmol.pw +wwtprwjpjmrwqmi.com redmeteo.no-ip.biz tru.cheersportacademy.com ns1.rthujpbjguo.net @@ -79840,9 +81018,7 @@ ymr752x.top prestonbuildersltd.co.uk ymljxswhla.duckdns.org unofighter.top -microcufimidom.info ololoinfo.win -feltch.be biga.zapto.org beervoodoo.com jokernj069.ddns.net @@ -79863,14 +81039,16 @@ yjcsvfuwlhnlpiump.net fisrdteditionps.com alisenderr.in securitywap.com +eytovtwvkt.duckdns.org egxeiuvbhs.duckdns.org -camp-shelter.com +japanmusicinfo.com gyfz93w.top respondcritique.xyz euiaijupgy.duckdns.org tualhasereilaclamacilari.xyz 365tc.com conecthelp.ddns.net +chinagov.8800.org ha6op.mooo.com uotthmypgpkj.com egombute.duckdns.org @@ -79888,6 +81066,7 @@ zedebobo.top wearehungry.info nmn768g.top 6r.suibian2010.info +7dfj.pw my-sharefile.com smilemaaan.no-ip.biz gypz28b.top @@ -79897,6 +81076,7 @@ volydot.com year-maintain.com kurd12-31864.portmap.host jufer-muirer.su +biggercarz.ru naverkorea.esy.es puremorning.top security-blockchain.com @@ -79909,12 +81089,12 @@ smartweb9.com babou55.no-ip.info yqxrtqdhgc.duckdns.org dphg593.top +hjvvyuyvbh58725.ddns.net ogpimpdaddy.no-ip.biz doctorlaughter.net lpnyygkftr.duckdns.org -ngv2.duckdns.org +gc8q8zh.top ppqbnwxcsy.duckdns.org -lwlppepqec.duckdns.org tog3ra.ddns.net 5thelementq8.com lvelqciycc.duckdns.org @@ -79924,6 +81104,7 @@ sarerppaqh.biz louispasteur.app herakas.ddns.net hair-select.jp +xpnidellashane.com fppy539.top adobeinstallservice.digital cxdwn.xyz @@ -79936,6 +81117,7 @@ mailsrv.firefoxupdata.com rebteugrigh.com prqwqfer.com bals.gq +lnvqrjhqsj.duckdns.org uenrahtpig.duckdns.org truebluearts.com jqzeumzdstawzaxujjr.com @@ -79988,9 +81170,11 @@ shgshgnationalobjindustrialstdy10atempt.duckdns.org acidos-44965.portmap.host hacker-blance.no-ip.biz fastupdate4.top +terminal.flach.cn wbyx128.top ijgvdhqyka.duckdns.org travis.no-ip.info +mightbelieve.net blazingpack.ddns.net hell-st0rm.zapto.org c62zbnb.top @@ -80006,6 +81190,7 @@ piroliz.dyndns.org ns1.melioremo.ru lmaoimbtcingyou.no-ip.biz wouldsquare.net +rbfxi.com tablet.system-ns.net durungataz.ru dfsrdamssm.duckdns.org @@ -80057,13 +81242,13 @@ destroystrike.net charifo1310tok.no-ip.biz 1603710124.httpdsconfig.com hackerzforfun.no-ip.info +ahhodetoqjwfybg.com riddennumber.net codey.dyndns.info f0428648.xsph.ru mumbai.webhop.me ddnshost-microsofts.serveftp.com rrgodshsf.ug -eplekake.zapto.org thegreatsun.no-ip.biz sosyalde-stek-hizmet.com 215125kj125fsa.xyz @@ -80078,6 +81263,7 @@ fatihah.zapto.org tam-dstek-hepdestek.com orgyes2khalistanis.com cybuzbcupm.duckdns.org +seniorsecurityind.com suus.ddns.net geauhouefheuutiiip.su 5456.thruhere.net @@ -80096,7 +81282,7 @@ exofabity-posteramited.org wsteskvwxp.duckdns.org km8dq27.top fhgetyh.com -backupsw.infobusinessus.org +bookflowery.top dkdnhilalh.duckdns.org supportus.mefound.com kepada9494-39400.portmap.io @@ -80110,6 +81296,7 @@ renowned.no-ip.biz vooqkoahxoebigu.localtunnel.me dzbtywerbp.duckdns.org javasun.ignorelist.com +johnhop77.ddns.net fnxjpqkcpsxj.com bsh3g.xyz dexitezion-multizuvepancy-disexocugite.org @@ -80137,6 +81324,7 @@ cvvpp.info carmenanderson556.xyz fdelopoh.club hellomeee109.ddns.net +onecoloradosport.com gyxz15n.top msonlinecheck.com h72kbng.top @@ -80189,6 +81377,7 @@ xxt0xic.no-ip.biz pwtk000001.ddns.net fnfawiqvaz.duckdns.org runescapehax.no-ip.com +ymx767y.top sharpznet.servegame.com russk6.icu canad.ddns.net @@ -80206,6 +81395,7 @@ ezmfkbskwb.ddns.net 123sheying.com backup.justthebooks.com blockerxxx.no-ip.org +zesasar15.com sdstat9551as4.club vivodigitalfaturapdfvia.brazilsouth.cloudapp.azure.com gawabservice.com @@ -80236,10 +81426,9 @@ joliet.xyz jfotwlwbgx.duckdns.org eetas.xyz bigfishrat.zapto.org -automation.icr38.net exanuretn-disuxoribary.org peakys.no-ip.info -api.dismay.pw +xzcxxowhoe.duckdns.org qtokopsvzs.duckdns.org fpwz587.top dodoja-30619.portmap.io @@ -80248,7 +81437,7 @@ fbiinyrdev.duckdns.org synclock.info blackshades-xeno.no-ip.info theseform.ru -gnskmmxqry.duckdns.org +jfnjfn.nl martpictureexistence.cn wlnsupport.ddns.net bossmandj.duckdns.org @@ -80259,6 +81448,7 @@ udoka.pixub.com sousouuu.ddns.net searchbewst2016.com jlvxsvitza.duckdns.org +fjrkcnkcn.ch 41230077.net african-trips.com fpjc562.top @@ -80277,6 +81467,7 @@ gravittyproductions.com sdgsd2her3.ru xghoidijnv.duckdns.org webmailw.firefoxupdata.com +stan-stana.website winlogon.publicvm.com g83b5946dbf49847e8d56cd0d9ad090040.to bshattack.no-ip.biz @@ -80294,6 +81485,7 @@ btros.co.uk damien123456.no-ip.biz yxklqdqccb.duckdns.org inukatiless.info +uyukle.info fpqm536.top anhprfjkkb.duckdns.org xcpijwuyvktcbmuodykbkbp.biz @@ -80323,6 +81515,7 @@ dhl-suka.online hediyeli-datapaketim.online tdozjheome.ddns.net consuitlng.com +iiidown.com 0uon.com cheat.ug quaveo.net @@ -80333,6 +81526,7 @@ pafuzzkbql.duckdns.org overwatcher3.no-ip.biz freegetyourown.hopto.org switch347.xyz +wu4i4g.com madeyesterday.net absikwt88.ddns.net 2e-01j-y1a-zu-s-no-bq-q1p8-qjr-j1hr-nh8-22-af3q-7q-gu-7.info @@ -80366,7 +81560,7 @@ failsafe.sytes.net h6kn8n2.top antivixeduty-disipuzely-disasilasary.com tclogs.com -hdfuckedin18.top +kgrfystgetbovps.cn cdn-edge.net veibeaqadim.kz aa.jn43d.su @@ -80374,7 +81568,7 @@ clubpenguin.tk kgw36kj.top djqhml.com openbox269.no-ip.biz -gybz38y.top +ii.alabamasan.ru wingharm-blind.com halyk-bank.com akinci-vurdu2.site @@ -80383,13 +81577,11 @@ d62zbnc.top sqsigig.pw tdrodiztdy.duckdns.org tcbmuygulamasilaritr15.com -flashplayersystem.digital myyahoonews.com fpgs569.top mobisr112.xyz ns0.sinkdns.org bitscoinsme.com -offermeet.net barabakadog.com heltrguyah.duckdns.org netshodh.info @@ -80406,6 +81598,7 @@ serverhost123412.no-ip.biz apvo.club tatwhotowhymattowhykatto.site solar.reutersnewsonline.com +ns1.tomgamd.pl obutydulao.duckdns.org getsetgoforhealth.com rockboy122.no-ip.biz @@ -80418,9 +81611,9 @@ if46831aace695e886c7b9ad4d9ba9067b.hk bab24242424boboo125.com darkrig1.ddns.net pluewredw.chickenkiller.com -cmoislam.no-ip.info irofmngbpgov.net march262020.site +bawsymoney.ga rawpkserver.no-ip.org fpfn585.top coursework.no-ip.org @@ -80490,10 +81683,12 @@ daejufdcqi.duckdns.org anaaliana.ddns.net hi.bpyoyo.com hkixiesanlkt.com +wkamhpusnh.duckdns.org horse-crash-spot.com onedrives-en-live.com newmg532.wordswideweb.com mondsisosd.info +careerdesk.org service.chrome-up.date eqgdalxgca.ukrtd.top svhost12.ddns.net @@ -80521,7 +81716,6 @@ fpgf513.top csgo45bj.ddns.net wasserettederoos.nl snap-licdn.com -zjeyqyiabi.duckdns.org detosaretn-overititafist-monosodanic.com 344744.cloud4box.ru empiresanitaryware.com @@ -80530,7 +81724,7 @@ jgozhzbcnz.duckdns.org qc2q1zx.top fearalert.com iamgth.no-ip.org -degikanuth-nonasodous-underuvohoging.net +spajava.net km8zd63.top fpqt586.top fearkill.net @@ -80545,6 +81739,7 @@ nanocore-rat.ddns.net qntintmeed.com parisnigeria.com zcpzbmii.info +testpourvoirkimahack.no-ip.org edjujvsumr.duckdns.org cuyezzmvhj.duckdns.org kingdon.dynu.net @@ -80552,10 +81747,9 @@ yqavtwoefw.duckdns.org lxlymqpqnb.duckdns.org robotvice.com havochacks.duckdns.org -recon-x.zapto.org +asxzs.club n678n.top mazutibitum.ru -fdqdqpccpc.duckdns.org hhngjjhjtazda.com cootbooro.ru pilavbendelocalmuteli.com @@ -80572,7 +81766,6 @@ learn-service.com wwpp03.top basdvwse.duckdns.org leakimg.su -windowsdefenderupdater.com simrat.no-ip.org fpgp598.top luoptiypw.pw @@ -80580,6 +81773,7 @@ minikeseness-misidovate.biz rebugohency.com thb.no-ip.info service-boaserive.ml +htb4cketn.com lolo0909.ddns.net cdflsctkcb.com nfw17kj.top @@ -80626,7 +81820,6 @@ derfff.no-ip.biz strarwars.zzz.com.ua fenerissosdenissos.site runepask.no-ip.org -templatesupdates.dlinkddns.com payibahtosexnb.tk work.gopetrom.com p3p.ddns.net @@ -80651,8 +81844,6 @@ feltrise.net future-hope2011.com log.whateverittakesdoc.org fplx529.top -goodhk.azurewebsites.net -minycaqozy.info shahin14.no-ip.biz rady000.no-ip.org babboboo125.com @@ -80678,7 +81869,9 @@ ssaa212.ddns.net ttwgzczlod.duckdns.org zcdtogkejh.duckdns.org nope.stonersplace.xyz +ltejdevext.duckdns.org pointiron.net +fjttcbruuo.duckdns.org nztpe4cd.gq wadadliphoto.com samail.space @@ -80694,7 +81887,7 @@ czonest.com miceseeker.zapto.org soywey.sin-ip.es nittoz.no-ip.biz -outsidebranch.net +cyb.lilsnoop.com nkgclaudinei.duckdns.org year2024.com feltusual.net @@ -80705,10 +81898,10 @@ javaservermy.com j345j.top sapporot.com infelitthec.ru +s101.secpert.com pnvmotxynp.duckdns.org d99q.cn senevdekaldiyehediye.com -iesgdsxwsn.duckdns.org defliportor.cyou opilacorp-bd.com 923915.com @@ -80717,14 +81910,17 @@ gusanitogusanito.duckdns.org ms20.no-ip.info xqbwkgtli.com cbn-cargo.co.id +jugapeqewoqykyz.info 4d9p5678.myvnc.com kniignahsq.duckdns.org mshy3.xyz prepugapern-imifucancy-multizukutancy.name enable.pw pt-2.top +mind-finder.com googlanalytics.ws fprs535.top +curriculum.hopto.org nzcljznfbd.duckdns.org upit.no-ip.info mohamedalhabbo.hopto.org @@ -80746,7 +81942,7 @@ faceb00k6.sytes.net siqvylyomp.duckdns.org kitchensinkco.com olaplexs.com -thedenmarkforyou.pl +realtimenews.tk oeuwldhkrnvxg.com ping.topsite.life mqsqlwiwzlscl.com @@ -80758,7 +81954,6 @@ dontknowwhy.duckdns.org misofusafy-microvusixible-relalagous.com bomuzogapasulet.info fpfn559.top -10022020mytest151-service100201242510022020.ru fearnots.no-ip.biz fppd512.top ccdenn2.freedns.su @@ -80768,10 +81963,10 @@ picturecrawling.com dpzp537.top 123xhxh.com bizim-guzel-resim-sayfa.com -avsuuieaxt.ddns.net +yfjlgeqbtr.duckdns.org ahmediye.net flash-plays.com -turaconte.top +mqwpupmovm.duckdns.org bookav.net disiporal-unofemaxency-inoxinebage.net pickwrote.net @@ -80784,6 +81979,7 @@ mdppccqcpp.duckdns.org extremebolt.com yybq681.top sc7q5zg.top +zamxlqvjkj.duckdns.org wess4you.no-ip.info pandemidestekvaktiniz.xyz ftp.rethem.almostmy.com @@ -80798,7 +81994,7 @@ treplikon.com strengthsystem.net sayfa-giriswebtrplatform-irtibat.com biyolojikcesitliligimizgidiyorrr.com -greatwp.com +tyamcjfocyhblwu.cn zqzelzbtba.duckdns.org smtpa.dynamic-dns.net skylineqaz.crabdance.com @@ -80829,8 +82025,8 @@ scoters398.xyz nanoprotech.com.ua pj.qpoe.com mc7q3zw.top +411foru.org muqgllmqtyllhwn.com -ns2.nftiopg.at psnpsnpsn.duckdns.org windowsupdates.eu mielsap.ddns.net @@ -80866,7 +82062,6 @@ wdwefwefwwfewdefewfwefw.onion um6fsdil5ecma5kf.tor2web.org inclementdeath.duckdns.org cmdupdatewin.com -update-vmware-service.com lal611.linkpc.net alcatraz33.ddns.net piececouple-access.com @@ -80900,7 +82095,7 @@ km8ld18.top tiilearaphefanpa.gq helloman.ddns.net plesleavemybnetalonebiatch.cz -def.support +vfqfzbwxla.duckdns.org gsersefrrw.duckdns.org tayjezhaoz.duckdns.org max1239.ddns.net @@ -80920,8 +82115,8 @@ cdcd1023af677a493ca2ed1f3252c380ae.tk ns4.fgmbdteifejszcmn.org hpkohdecvxtm.org awesomesmiley.no-ip.info -miner.awayfar.top -qnzvxiepll.duckdns.org +lol.amigosnextel.com +loasnfasnd.duckdns.org remcos.got-game.org journey-in-israel.com blackshades-pasion.no-ip.biz @@ -80947,7 +82142,6 @@ or-logistlcs.com fosterpod.website aboula.pw xvymmdfguo.com -ioiivwvvly.duckdns.org konusuyonyapraam.cyou saudamaya.no-ip.biz retoftontto.com @@ -80960,7 +82154,6 @@ cryptocurrency.wiki hemydfoxzv.duckdns.org correos-cdn.com sprts.firefoxupdata.com -pozdrav-im.ru hangfish.net m789m.top rvuodiqquc.duckdns.org @@ -80990,7 +82183,7 @@ farboards.com taichang.co.kr dhl-api.xyz nihdniztix.duckdns.org -bntgznmjhc.duckdns.org +d.srui.cn csch.infosupports.com devabiqege.info chikazz.ddns.net @@ -81048,6 +82241,7 @@ cumhurbaksanliktccbmtrpandemi8.com activation.s.co minitoruness-nonovidate-dexogihood.org fpcl519.top +drglmthsmu.duckdns.org serhuwadwtr.site mitvh.no-ip.info semettyx.org @@ -81064,6 +82258,7 @@ facebook-login-page.gq safepage.cloud cupggwpf.pm oaanaanasr.duckdns.org +a2psnavsou.freedynamicdns.org jazz.ibiz.cc productdemoservice.com aiyoohaminenawa.csgoblock.com @@ -81096,7 +82291,7 @@ discrepare.ru akamai-technologies.online willsdavo2243.ddns.net zdfbaamuar.duckdns.org -aeomc.com +6ncdz3niuxh5iex2ye.redirectme.net anabolicsteroidsbuy.info transmefus.ru ns3.frozenkukla.ru @@ -81112,7 +82307,7 @@ qjqzfahlry.duckdns.org sbrbuilding.com nmh777b.top amote-366.vicp.cc -protest-05242505.tk +hha2du5cxay.serveirc.com lecturehearball.com w6kp8b5.top gocpro.ru @@ -81139,6 +82334,7 @@ izeethuiwy.duckdns.org bandwidthmeter.online gyfz56y.top tobbo.no-ip.info +dbjkcqvmhl.duckdns.org letsplay2.no-ip.org antonmakar.beget.tech synopsys.no-ip.org @@ -81195,7 +82391,6 @@ btcset.site fubmsnmnyn.duckdns.org signin.luxurylive.org candcplumbing.com -ipmhcejucn.duckdns.org igotit.servepics.com zozpoi.com lastdance.ddns.net @@ -81208,9 +82403,10 @@ newsinfo.newss.nl perspexfabricationsofbrisbane.com.au paramin.ac.th sorrydont.net -28fckgwxqweod28.freedynamicdns.org chisom.ziraat-helpdesk.com +winaudiomananger.system-ns.pro wzbpltchwq.duckdns.org +idsjhynlpbklgqq.com exceptionalsanta.pro morningalmost.net algadeed-com.ga @@ -81237,6 +82433,7 @@ mail003708.is-certified.com hiverhoney.com prevagazate-unofonism.biz sabry1993.no-ip.biz +kwuhuiivuh.duckdns.org lebontour.com fheyo.ml kintaromho.com @@ -81283,9 +82480,10 @@ bubtwoijvfsb.com carvin45goldstone1indian.xyz cohehonyhe.info zfcp118.top -tawaranmurah.com +ykigqqcalungqmv.cn bnoboocbbb.duckdns.org excelcryptocurrency.com +xhdpubqjaj.duckdns.org fredmartinz.com jznizrfcck.duckdns.org setnewpass-yahoo.com @@ -81301,7 +82499,7 @@ yqox.pw vr.auctios.site regulamin-email.online antixinutition-enatufiful-ilosatuzish.net -hadisikeraq-40119.portmap.host +e-pandemisondakia.com archaicus.ru praize19791.duckdns.org cpc.mashresearchb.com @@ -81316,7 +82514,6 @@ ymr785m.top mouth447.xyz obten-validacion-cupo-web.cf 33nn.com -ixvrjrgyqmgeaxgxl.com xdemia.no-ip.org a3328657.f3322.org select.myftp.org @@ -81332,6 +82529,7 @@ windows.firefoxupdata.com ipbmrdycxs.duckdns.org allcare-in.icu moviedvdpower.com +blackbax.ddns.net hilltree.net difformis.online ngguuhggvw.duckdns.org @@ -81357,6 +82555,7 @@ heimeddei.no-ip.biz newspaper13.0pe.kr visxlnlmuc.duckdns.org qoboggttgt.duckdns.org +darkcomet1991.no-ip.biz dbaukhyrwt.duckdns.org tiurabe123.ddns.net tee-gr.com @@ -81372,7 +82571,7 @@ dnzfkmrxem.ddns.net test.zzjzpt.com jlicurg.no-ip.biz gwennie.duckdns.org -svcsrset.ezua.com +ccnsqlriqy.duckdns.org upfcsseezc.duckdns.org ymx729c.top ns3.vulkan6.in @@ -81380,7 +82579,6 @@ ns4.faxadns.ru easytoremember.no-ip.org iztlfysqkr.duckdns.org microsoft-ns1.com -middlechance.net miclominestar.org yallahsofer0.net jordandowney.com @@ -81393,7 +82591,6 @@ sabxnxcwtf.duckdns.org weatsdghx.duckdns.org desteklerimiz-pandemisurecleritrgiris.com topquasi.com -asxug.xyz logboxreports.top cloudguess.net flowupdater.no-ip.info @@ -81407,7 +82604,6 @@ royalclips.su zadgsejpqe.nsbhe.com lifeartphotographers.com placedelivering.org -lkjer0978.duckdns.org 5219082519.xyz ms-db.net rs.myftp.biz @@ -81436,7 +82632,7 @@ goqqxgjmfy.duckdns.org gamestoplay.bid gydz93s.top hgasdgfwre.duckdns.org -movewhole.net +ifuckingwantscam.ddns.net g54yubv.no-ip.org n92jbnt.top magnificent365.xyz @@ -81452,9 +82648,12 @@ ktis.club ukcompany.top gomods.no-ip.org dns9.ffv3.ru +dioweihgsg3.com +musicislife.xyz +cardkuys.com +yonananmmz.duckdns.org boobfanclub.com nms767b.top -fileserver.co.kr paunsaugunt.com klonkino.no-ip.org kcj.stjbg.ru @@ -81467,8 +82666,10 @@ ammareedcc.duckdns.org pandemidestelsdf.rf.gd psmqwemhqn.in 1604771333.httpdsconfig.com +cumhurtr-destekuygulamasi3.com 8s4.no-ip.info co-operative-bank.com +lonelymanshadow.ddns.net 1000ttrdestek.com chilex.ddns.net third.mygoodsday.org @@ -81486,8 +82687,8 @@ web2kochanova.ru h22cbnn.top ultrateresible.info polymorh.no-ip.biz -gzckhiefze.duckdns.org commratdns.ftp.sh +nvjkkkmlci.duckdns.org vfe7d7224e6ddb26c4616f7f98a12b0964.ws statuator.pw msonlineget.com @@ -81497,6 +82698,7 @@ htshadow.no-ip.org makewarnotlove.no-ip.org lenovoscannertwo.duckdns.org remenazoment.info +connect.netbounce.net darksecrets1.no-ip.org upload.firefoxupdata.com hurmaniut.cyou @@ -81555,6 +82757,7 @@ glegenvzdy.duckdns.org contentdeliveryorg.net dkwwbgqvnk.duckdns.org crr-medvezonok.ru +scqemhycze.duckdns.org ftp.jobsadvanced.com kesuqolmia.duckdns.org hrqqqqanra.net @@ -81567,13 +82770,14 @@ c0c2ee768998.site nightwish.afraid.org btncc.com.br 1xasz.top +borne-ms.com hipponexunam.org fishhd.cn iqwolazlrr.duckdns.org nanithecorelol.ddns.net -linbzxpkmdtngnbdg.com jingerred.no-ip.biz emesevist-minitapesion-subetokal.info +box4066.net secureinfo.top kaiaw.info bxfxmkuvwh.duckdns.org @@ -81583,16 +82787,17 @@ ncjsrv.info f6kk8b5.top younghacks.no-ip.org mouthprice.net +oxsrwexbxq.duckdns.org brashy45.xyz rcs.purpledaily.com ounfnvgbhy.duckdns.org ciarannll.no-ip.biz chris21oct.no-ip.biz +yb999.m4a1.pro bluekit.pw microsapirible.net webfamba.in operta.servemp3.com -svnpftmbdi.ddns.net pulgeldi.xyz mygaming1011.no-ip.org 10022020newfolder100251-service2510022020.ru @@ -81637,7 +82842,7 @@ borodach2643890.online.swtest.ru mexstat128.com exorybs.no-ip.info kfaxyl.com -kerukiron.com +arisstoncavi.com doc.rainaschiffer.com love.msnhome.org maxthon.duckdns.org @@ -81650,7 +82855,7 @@ qkjixudqah.duckdns.org misifobovate-ultravaveroth-subumexitan.biz jonemaccane1.byethost7.com rqoyshfrzk.com -intenseblade16.no-ip.biz +abjokehvdhxfaub.ru adserv.cn evde-kal20gb.online qc3q9zg.top @@ -81701,6 +82906,7 @@ coronotest.xyz blackbul.ru bowepripos.uno hediyesesepeti.xyz +posti-fi-fjwd.top sensevdaminase6.com cygz31j.top fpps539.top @@ -81715,7 +82921,6 @@ elvemage.zapto.org elgamedf45.ddns.net rqcdedcfqiyi.ru fktudcpvby.duckdns.org -c0vidupdate.xyz sixfiguresuccessmastery.com firebug.online srv166997.hoster-test.ru @@ -81742,10 +82947,10 @@ huaeokaefoaeguaehk.su sdfg4g.xyz irugexary-ultrafibahood.com molo.tw -sundayagree.net ondayon.com x6kp8h9.top fyyx178.top +glbswqmsor.duckdns.org if2fc1258711351f0b04992935a821be63.to km8gt36.top azwehqnprd.duckdns.org @@ -81779,6 +82984,7 @@ robinhurtnamibia.com bb3e6633ff38182ef8bc50066812eee890.ws underibiduful.biz pandemigirisdestek106.com +fellowfancy.net kuroneko-0.top bluestarpaymentsolutions.com parwoonetons.ru @@ -81811,11 +83017,13 @@ dpfp569.top maisonlecallennec.com hd-video4.site johnnj2-37916.portmap.io +nwpzhm8ziyhdzm.redirectme.net cloud77.eu mohamedali10.ddns.net jludioogau.duckdns.org rtexo.eu waetshxdd.duckdns.org +biggo.m4a1.pro mszkcuqwny.com frankiptv.com mhuagihyej.ddns.net @@ -81841,7 +83049,6 @@ hhwqenehhn.net d3iwn27a701no7.cloudfront.net oweridreamsact.com.ng 1drv.email -cneuegdnko.duckdns.org api.binarysources.com mastersjarvis.com fps01.no-ip.info @@ -81860,17 +83067,15 @@ killerhr.no-ip.biz gipxxymtxn.duckdns.org makemealover.no-ip.biz maps-modon.club -supportoapp.com -kiglskfws.serveminecraft.net +jenupydaces.eu +obbligo.casa ceksluxftd.duckdns.org defie-guret.su -fy-2021.oss-ap-southeast-5.aliyuncs.com adqwdasd.net qtydbcubto.duckdns.org magicocorp.ml yytp685.top lanremoteadmin.no-ip.org -centro-moto-guzzi.de fpyj511.top pyjeufkvmjkn.biz cijecsbttuvi.org @@ -81895,7 +83100,7 @@ nkmcxyjrdsonh.biz sstc.ngrok.xiaomiqiu.cn chaton.life mostatus.net -ppdtaqaa.net +dqeorfleriqotou.com woudausdnw.com glr-ltd.com drazmatik56.no-ip.org @@ -81907,6 +83112,7 @@ hdcamera.vip raja51.no-ip.biz billinglines.com test9933.ddns.net +eiccnewhbs.duckdns.org support.todayusa.org bruze2.ug secure-mobile-login1.gq @@ -81933,6 +83139,7 @@ lvwushgrhg.ddns.net shares-cdns.com 2x6w4a4rpkc4im62qrsomw5cz7sh6xfwue6o2taasnzpj24emp2ytryd.onion nerowins.com +belowshopboat.xyz ipv4.windowsupdate.dnset.com ipcorrect.ddns.net nutqauytva100azxd.com @@ -81940,10 +83147,11 @@ absmartlift.com livemymsn.com iluxafical-misinabable-corezufiward.org rururmaskriserdfnstezya.space +tuyfuvmtoc.duckdns.org tcbmtruygulamapandemigirisitruygulama98.com srvpowerfjr.in ucelrezistans.com -orkreestr.press +runepk.zapto.org i7gd9ultgx.ru phats.no-ip.org ww42.200gigs.com @@ -81955,7 +83163,6 @@ wildclick.net shugar01.linkpc.net protivodadom-enumeval.com commandehub.icu -zonne-lening.nl cache.bsqlserver.com uu.logon-live.com crfdeetwem.duckdns.org @@ -81995,7 +83202,7 @@ chairstrike.net autoupgrade.awardspace.biz duckapp.duckdns.org tuf.no-ip.info -yqtmlnwhmb.duckdns.org +capittolijar.cyou aaauuwiifoogepn.su v678v.top brightgee1.awsmppl.com @@ -82068,6 +83275,7 @@ n.yxntnyrap.ru dckmxsnldm.duckdns.org prosahevant-premilekaful-overemozetion.biz netupdate1.sytes.net +blackhillls.ddns.net space-delivery.com pandemiuygulamasidestegigiris8.com w6kj8m9.top @@ -82102,8 +83310,8 @@ microsoft-usb.site wbbministries.org bugtrackerjorkey.tk ns2.morkuggame.at -cryptopoly.pw killy.no-ip.biz +5angel.3322.org ahmatokomaro.pw dns2.fortservices.ru simplycomics.com @@ -82130,13 +83338,11 @@ madereach.net waitalone.oss-ap-southeast-3.aliyuncs.com frttload06.top w6kt8j1.top -altan5.com zdzdzdzd.kro.kr dowhat.dyndns-pics.com norumikemem.eu economy4664.xyz weboss.in -rpgochljbz.duckdns.org counterstrike.truedns.xyz bbc321.no-ip.info ns1.realjersters.at @@ -82145,6 +83351,7 @@ f6ks8k7.top duurmwgtbt.com zbtgcvclwr3qoz7h.com treintarem.duckdns.org +melebet.ru zqkxrqcgzv.duckdns.org kyqehurevynyryk.info 20gb-einternet.site @@ -82200,6 +83407,7 @@ giupanwuxz.com dark3l33t.ddns.net alksa.no-ip.biz popvideoskype.com +xanznp2kq.com free-data.net fuckthafedsno-ip.info ichia.ru @@ -82220,7 +83428,6 @@ document.cdn-one.biz oruygymnsk.duckdns.org kwinte.in tuxycysadi.info -przsotjamf.ddns.net gxwebuhzlj.com spinningtop52.no-ip.biz opaqngfjdp.duckdns.org @@ -82235,6 +83442,7 @@ semigudakist-antinadition-disarekiped.net hellotoday.no-ip.org tdhuqpcual.duckdns.org quaverse.com +8qyu.pw linchen-bucket.oss-us-east-1.aliyuncs.com 8447b18a.space y-bt.in @@ -82253,7 +83461,6 @@ destinyuband.esy.es d-sepost-down.top salt-habit-project.com dark6191904.no-ip.biz -fjs.wikaba.com amanda.firefoxupdata.com retdotofttold.ru mkidech.dyndns-mail.com @@ -82270,8 +83477,9 @@ blowme.no-ip.org jopschoonhoven.no-ip.biz gn5nla.com ochaforward.hopto.org -fpqr538.top +jnenfepnvg.duckdns.org liarcome.net +nqenfxljes.duckdns.org sxswe3hhg.duckdns.org parfumerus.no-ip.biz bsrvwwdsduve.pk @@ -82304,6 +83512,7 @@ whomthousand.net alexthomas.ddns.net dmoneylife.com hfqxwxirhr.duckdns.org +leadtaste.net eoroooskfogihisrg.net 84113113.com bahaa-123.no-ip.biz @@ -82333,8 +83542,10 @@ nonipugalike-subuzazate-decutacalike.org jokernet2019.zapto.org balictus.at mcmp.duckdns.org +mlxccoonaa.duckdns.org clients31-google.com iljrcqecab.duckdns.org +jvxgrtqakurtiww.cn nonesuxer-macrohogapage-overiberotal.net iizigajkrl.duckdns.org hairarmy.net @@ -82354,7 +83565,8 @@ b.updatesinfos.com bbb2017.duckdns.org us2-mail-login-profile.site nonnyd111.ddns.net -procj.zapto.org +data-startssllink.com +ddemqhztoc.duckdns.org proboxingfans.com fsysrwwvvb.duckdns.org levinx.duckdns.org @@ -82503,6 +83715,7 @@ evbpmgeuvw.email black64.dyndns.org hacking1634.ddns.net ngweh.xyz +gold-rain.xyz ns1.horens.su softnew.website pinkpornox.no-ip.biz @@ -82538,6 +83751,7 @@ cyrz72f.top xuetue2013.com nms738w.top mmmdkjmrcc.duckdns.org +lisabu71.top h92pbnf.top reallycrazykids.cf guclugorurlerhepdustu089.com @@ -82588,6 +83802,7 @@ accounts-web-mail.com libre-office.site palodus.myftp.biz rolandgeraldinelacotta.mywire.org +dhkyvpsypp.duckdns.org 123.no-ip.biz lesbians.strangled.net planning.firefoxupdata.com @@ -82608,6 +83823,7 @@ d678d.top hjauturnta.duckdns.org vrkmbestvk.duckdns.org dpfc569.top +suunderr.com flipperauto.top kkpccpoocq.duckdns.org zygvqcrpvw.duckdns.org @@ -82663,13 +83879,13 @@ p12rbnh.top km8gl99.top rponnzmlyy.duckdns.org dbamzmlotf.duckdns.org -blackbax.ddns.net +yc2q8zh.top cmp357.com molotos4.no-ip.biz filioruters.com stufo.zapto.org supreme12344.xyz -1498tlportaldestekk.com +f6kr8h2.top umscynrhkj.duckdns.org vhpurxfuohbqso.fr r3y0m2d.ddns.net @@ -82679,22 +83895,23 @@ asurecloud.tech tmupi.com frencko.at navkzniwug.duckdns.org -casegives.net +ublhgyemcejpjmq.cn zedofrus.duckdns.org -desk-top.work +mfryw.xyz backupisthisornotbackupis1.info ckojipsflenb.pk pasgte.com mz-vodacom.info powerpowerpbnncdn.nl +tybdranocidw3.agency zxgjmwyuka.duckdns.org v5d3b7e929aa411a1c02ccf1fbf1b04271.cn nouraben.hopto.org shgshgwsdynationalws.dns.navy -testrawvpn.fishdns.com dnscloudservice.com interexemen-emunixen.name michelleorea.com +wheelmeet.net omikronium.ddns.net ymt762p.top fortnitespoofer.duckdns.org @@ -82707,41 +83924,45 @@ moneymind.ddns.net 1603710099.httpdsconfig.com yghiiiuhrs.duckdns.org etsxb.xyz -phpyahoo.mrbasic.com +correos-apli.com km8zg76.top silenser.space razawa.no-ip.biz tfg4h.xyz dailysummary.net -applejp.myfw.us auth.lineage2ez.com +h0zt.no-ip.biz jonkojoris.no-ip.info ajucdpamqo.duckdns.org -easyreding.su kzrwweqfig.duckdns.org unknownhacker.no-ip.org -nodiginternational.in +gyjz93y.top trinitytrojans.no-ip.org +webapp.datejebemupicku.com matheraphy.com minivucilous-inafafomism.net gold.teleagent.ir bxlrywuuobje.pw sdoplblbefwm.support mainten-ferrum.com +spay2121.no-ip.biz wifeteach.net +wifestock.net hlhqqurbwwnoealln.net ozywopesb.blogoveg.org +awwbwdoivn.duckdns.org new.filetea.me +rogatech.cf nuovalo.icu silva157153.no-ip.org alongneck.net dominoduck2095.duckdns.org -qgfkstmbjjjb.in -venflame.ignorelist.org +rc7q7zq.top rekanalizrek.com uphjodlgbd.duckdns.org flashplayerupdated.site youmakemelikethis.no-ip.biz +giselin.com carrots.no-ip.info kfesv.xyz idino3.fav.al @@ -82749,23 +83970,26 @@ capoverso.info b359d7c1d56349e43bc1f445a0b3cbb919.cn lol123.duckdns.org alaasa.ddns.net +checksservice.com ewwjhdwsvj.duckdns.org -mrtkaqztpgudkjgelfdhnvdinj.com stalinone.bit fschgroup.co.uk accentio.online rgnypkrfiuts.in 1604771422.httpdsconfig.com donburitimesofindia.com -wloppyload.top +ubuy.ddns.net fordthunderbirth.site +coolkid865.ddns.net jumpstock.net largemouse.np-ip.biz kihuiuuzma.duckdns.org +haker-2119.ddns.net eryhsxs3322.duckdns.org -nudeteensex.net -dutygreen.net +templates.hopto.org +nyxkkkxwww.duckdns.org fpzy532.top +viptdxfvbmfqhli.ru mworwdqmtthk.su ylnlxelxycbuyso.ru microsft.beget.tech @@ -82773,44 +83997,56 @@ server993.ddns.net truenigga.no-ip.org revel.zapto.org meatnerve.net -kbdjfaskjhgasdfkjg.ddns.com +ymq752q.top httpbuild.net oqk4123613123.net joinbody.ru +kdwckijqlj.duckdns.org xnevqfiknf.ddns.net +ccmimdeztr.duckdns.org +fjrnrjncdnyhdncj.com j92pbnd.top airjaldinet.ml weekkind.net +maryfrasch0984.ddns.net f6ks8g6.top qjiwmkcgef.duckdns.org +cgwlamg.pw +dark11223344a5b56d7.ddns.net host22.mooo.com microrixassion.info +rpgochljbz.duckdns.org htrjdizria.ddns.net tripplekill.mentosfontcmb.com kacstnqvmt.duckdns.org owa.arrowservice.net +tawaranmurah.com liangzizhineng.cn daikynguyen21.com +webservicesttt.ru ghostsowner.no-ip.biz nsyqngctnr.com updateserver10.top szeijepcpm.duckdns.org -muller.exprenum.com +awwtgsxc3.duckdns.org xyz.cashnow.ee ggpht.ml ftp.balance1.wikaba.com haggasinger1.ddns.net dhcatzsnnq.duckdns.org droidjack.hopto.org +ezelogs.ddns.net centalnana.com blbwijebvh.duckdns.org topcontactco.com 1m100.tech +bachtshirts.com pfcp318.top jonhasnopnus.no-ip.info +eurolatexthai.com +lightbulbb.no-ip.info ns1.fikloardte.at f62qbnx.top -pgfbyywnen.duckdns.org jxszaricyy.duckdns.org f12fbnd.top sqppbotftu.duckdns.org @@ -82825,6 +84061,8 @@ qekntmcalo.duckdns.org oa.chinarailways.net gemboresdominis02.site docs-google.co +dzbvyejoy81.com +acelikerd.no-ip.biz mailstatx5577.club bgsnrykfcevgaq.com pandemiyardimi.xyz @@ -82837,6 +84075,8 @@ bgizrpbagy.duckdns.org bestustreamtv.rr.nu clients57-google.com zgum52f88v3xf57682.com +gwjpnoougg.duckdns.org +2derek3.no-ip.info sweeti.no-ip.info beetpcroge.duckdns.org vkjmlxppkklv.ru @@ -82854,16 +84094,17 @@ necilaboqo.info siyahtv.info gcsqhnturi.duckdns.org dmar123.no-ip.biz -doctorquarter.net +qqcp178.top nid.naver.unicrefia.com rspswebby.zapto.org solomon2003.no-ip.org +macheter.no-ip.info bigbagtrever.com -euroboss.duckdns.org +captainsquirril.no-ip.biz hahoaja.hopto.org oicrguinxp.duckdns.org lqgsonjjvo.duckdns.org -updsrv.net +decemberkentuck102981.com hzmksreiuojy.nl mills867.xyz googlefileshare.com @@ -82876,16 +84117,19 @@ pickfire.net grw9eg54.ru kokok.no-ip.org protect-outlook.com +svcsrset.ezua.com n.gznzenuve.ru blackhoall.com -fedqdqcoof.duckdns.org +uwaykcjrcg.duckdns.org ivaiva.ddns.net p37r0ffv1ckt.pw zbgrqobsiqrpv.com uploading-neptune2020.myftp.biz +liuyiaif.tl-ip.com jatzrus.no-ip.org zqload01.top fd6fq54s6df541q23sdxfg.eu +igxvsxbqob.duckdns.org factor-install.com blackjackk.ddns.net pc.pc0416.xyz @@ -82908,30 +84152,35 @@ zh3ka.ddns.net net8.no-ip.org servicerunescapez.zapto.org naver.koreagov.com +klwudvhdj6q.servehalflife.com waishic.suulook.info sbzxd.xyz emeyinecesgaysis.site arizonawindowtinting.com tyx35qmt7pni4pdg.onion masinuhadenuzew.info -red-stoneses.com +tmemdpjpyktfd.com ns2.urdupeople.ru toetlzesvu.duckdns.org gov-bnminfo.com 20gbhediniz.online hackermoqtada.no-ip.biz +maroco.redirectme.net queda2122.ddns.net qburtspace.no-ip.info googleupdate.publicvm.com app-facebook.co jkydquinik.duckdns.org wetsg.club +sexpis.ru yardfebruary.net qetahaaqk.localtunnel.me 1604771601.httpdsconfig.com +hnbkwdqnynmy.ru testingluminosity.hopto.org rendercodec.info -interipefer-proriparancy.net +safbejn.worthhummer.net +menevvhknaenjvr.ru microsoft23-uslive4.online basdfgwe3.duckdns.org akshatadesigns.in @@ -82949,29 +84198,34 @@ deburosion-semilosufiful.name km8gp37.top douglascellings.com jonhasnoprnus.no-ip.info +cysz32g.top +cyzz98l.top j857d73839cdaf5219ec9be5b315837b6b.so explorerscape.no-ip.org -timmasanz.net cosmemia.com brokenpiano.ru ybmmzlkwja.duckdns.org 1a.ddns.net +divextreme-ar.com zamaraziringooo.com buttfuck.no-ip.org petuwqgvye.ddns.net yunice-hk.com fullfilmentcomp.com +tslserv.duckdns.org ptk.fhdlq.com +koolkidsklan.no-ip.org daserwerty.top -propanballoon.top +mxkpxxdssvtcyie.cn rarealience.uno +nmd712s.top fpwd582.top sububofahood-semigumudom.biz a234a.top -topbestoffers.monster -n.oceardpku.ru +pqurxflvpsoefbt.com pitbullzowna1.ddns.net -march262020.online +frontonly.net +axepbmsduw.duckdns.org qzriartfjn.ddns.net iknod8.com leimop.net.in @@ -82980,6 +84234,7 @@ aayqcbhbjg.duckdns.org msfonts.live evdekal-kampanyasi20gbhediye.org klrjxmici.pw +kuaiche.com tiago123.ddns.net buguilou.com medonhfg.xyz @@ -82990,24 +84245,28 @@ johnsmith329.no-ip.org osfjawkytp.duckdns.org invalid666.zzz.com.ua xprnkrfqqq.duckdns.org +tccbmpandemidestekgirisi847.com najor123.ddns.net iykemann.duckdns.org -puylzmay.xyz +ahmad025.ddns.net +gov-pk.org quecik.com +up.av86.ru cmccwlan.cn service1go.com -windowshabitat.serveirc.com +km8dk88.top d32pbng.top +jameslipon.no-ip.biz ehjhihxkxtgbayy.cn cawazub.ddns.net tbotttxiflgc.com eguaheoghouughahsp.su +cw.mcafeepaying.com weavehairstyle.com druming.free.fr r2techsystems.com cnvjvnvjncjvhfiofoopfk.xyz h4fff422e3f6f1c2d438416c97631ec8c0.so -hnfh3.xyz awgbx.xyz counter-award.com cheapapartmentsaroundme.com @@ -83016,16 +84275,15 @@ qpbsgsftss.duckdns.org newbackomo.duckdns.org autosport-club.tekcities.com bungleboo.ddns.net +jadewoodford.no-ip.biz lc1a370cb65f5e86af8f80decdda1d983f.in -aminecity.ddns.net database3.ddns.net -9th-way.tech +ketagd.com iweuiqjdakjd.su rolfrob69.myjino.ru ns3.xemung.ru 4610215325.redirectme.net owjgurgsqt.nsbhe.com -dns4.brikebrak.ru reliance44.xyz unebisemal.name d9d.no-ip.info @@ -83041,9 +84299,10 @@ ns1.cheaphost.pl daalkha.com die-m.top s2s.no-ip.info -k72kbns.top -domhu.ru -nobert-51061.portmap.host +kvemlklgep.duckdns.org +zc6q7zc.top +viprecycleresourcesltd.com +77444.club mjepvgldhz.duckdns.org fafaffy.no-ip.biz dpdd583.top @@ -83060,6 +84319,8 @@ ybotz.inf3rn0.com polnerfirst.com enezumal-subacicist.biz blizzard.servehttp.com +blah-rs.no-ip.biz +lh65.com xxtyr0xg4w.ru king25.zapto.org bobyhack.duckdns.org @@ -83068,29 +84329,33 @@ munsys.club fphd592.top gahyhiz.com frontwedge.ru +akinventures.ddns.net +fat7e07.ddns.net zaameek.no-ip.biz xmpzi.icu moiali.duckdns.org lifemeet.net -cowzgdkjhw.com 12345674123.hopto.org chiefsa.site +dorsobiwdc.myvnc.com cc1q7zh.top sensefebruary.net base.monello.tk lookloud.ru newstaticup.com -bfagzzezgaegzgfaio.io mail2000tw.com +u864246.nsupdate.info ikjumnh.xyz sms.webadv.co +mansgepitostraig.com +glazeninhetzwart.no-ip.org metro-exodus.ddns.net btenxibhvns.com fpaqilucad.duckdns.org alice.ukrainianhorseriding.com -shiina.mashiro.ml learncpp.bit qplasgwwue.nsbhe.com +line.stopcollectionharassment.com qushyvfkrs.duckdns.org timboz.no-ip.org cevadergn.duckdns.org @@ -83102,15 +84367,17 @@ condition-radio.com make90.xyz yoghurtberry.com cjax.ddns.net -eeeieiieirdp.io +may4.ddns.net accent48.xyz -winner-care-sir.com +dovri.bid zaletelly07.be securezzas.xyz dphl528.top morrishittu.linkpc.net penir.net media-providers.net +fppb573.top +985s4f.xyz ffkf.no-ip.info asharf.com bvspgnxjqk.duckdns.org @@ -83118,22 +84385,22 @@ cramelcorp.com h6km8c6.top adtkl.gmailboxes.com ddos.dnsnb8.net -kenthomas.giize.com thytr.xyz vudcifwrwoox.support nxlzzaobcq.duckdns.org environmentalist.com knpqrefxbp.duckdns.org gogora.space -nortice-centre.esy.es -tmobile.digital -autch-mail.ru +kiiypoplefsk.org +whomfruit.net +law.myyahoonews.com kbkjmwkhqh.duckdns.org fella.no-ip.info funeral-contribute.com contact.planturidea.net 28odinxqwefck28.freedynamicdns.org -golds5country.xyz +net1341.no-ip.org +imsgms.myvnc.com destroypartial.net walsh155.no-ip.biz rjcblackshades.no-ip.biz @@ -83141,37 +84408,42 @@ stealheada.site bkidqwqd.com win-update2020.net pk-simon.no-ip.org +njigvlfkia.duckdns.org xi.sexxxy.biz srvrgruk.com agvlmjawmtax.top dogecoinspeed.zapto.org cs.l10.pw -arbibots.no-ip.org +ichmagudxk.duckdns.org hsreeefeer.duckdns.org theorist34.xyz nxyx628.top myhome.serveuser.com hijyeniktedbirgirislerwebtr.com -clientrat.duckdns.org +lucknowww.top android.apps.us.to sensevdaminase3.com office365-eu-update.com -negativoo.no-ip.org +krpiiuadwo.duckdns.org ocean.local-test.com artyomt.com +zqmqdedobv.duckdns.org toothpickisleet.no-ip.biz maxcoop.ddns.net -preginaxodom.name -care-landscape.com +chvpobidno.com +gpcaiqfxdwnldrp.cn ns4.immriolhe.at minipezovate.name vxabybupvu.duckdns.org gfhh.space njrat4u.no-ip.org +answersbybig.no-ip.biz monkey.2012yearleft.com envoy.no-ip.info wasfecewi.ru 99yueyou.top +palalto2312.no-ip.biz +frjxpglmivkp.org epqbalbmyw.ddns.net magicsoundmusic.com eawazbgxgv.duckdns.org @@ -83193,12 +84465,15 @@ r0c9b14853ecb808a8d9cc681c7e91955f.in elitegreyarmy.no-ip.org inqvmknlystaai.de disoxegive-misudopuhood.com -bashblagbeton.ru -desertpw.pw +zjzoklluwrdgrbbjhmz2.info +klnrdc.newsonet.net luwojokabi.info +ganyvyw.com j32qbnx.top +sapserver39j.com amnsns.com quwznwlififjkbrhu.net +0hate-scape.no-ip.org adminloader.com gerko.zzz.com.ua lochjol.com @@ -83210,6 +84485,7 @@ lmxhkbezxo.duckdns.org uuvuhqhnwnpdy.org upcv.inciohali.com pvksaldsjk.duckdns.org +collection26.ddns.net bigchungus6969.ddns.net seninbedavahostingin.com rovimen.no-ip.biz @@ -83218,29 +84494,35 @@ cyhz58p.top notification-managers.info gydz69d.top email.dongyang.ml +collegeorderly.net +zmfkcsjaiyo.myftp.biz cameragems.com 50bs.no-ip.org xianzhonghe666.com kweqxn5kq0.com bxtejrhenflaxxa.ru +mafia.clubme.net lonpkmqbya.duckdns.org exposesting.no-ip.biz q-miles.com shirowawa.uphero.com +dd6808.zapto.org cloudfirst.net yfudvtbnaj.duckdns.org kobfrin.info +hkzzpuhuix.ddns.net systic.duckdns.org futje.user32.com -hr-wipro.com lliv.nl -65s899.club +iraq313.publicvm.com +eaozbscuem.duckdns.org pexaun.com.br lewislolz-no-ip.org -maryfrasch0984.ddns.net +km8qs87.top jduuyerm.website r3dz80.no-ip.biz dxipo.com +t09fa94705de8ad1d8fa6a5fc9da4998c5.in kolotiloher.buzz keyboardhk.com typical.duckdns.org @@ -83249,33 +84531,36 @@ yxobbbbnnc.duckdns.org dicier.ru reddragonfl.com welldeal.net -b72mbnr.top +ovucehqogy.duckdns.org barakat.servegame.com +rangec.codns.com promabity-enimunoly.name +gykz55y.top njcp888.top crogtrt.com subodudehood-semilatohotion-transoluzohive.org +hazco.no-ip.info +nsi3h.xyz clientlogin.jkub.com xhihqlpgba.duckdns.org f6kx8m5.top uivmeislw.eu sushiassasin.xyz -winupdate64.net +dyn.newsonet.net 69s5gs.xyz nmemhsouhl.com -usirohsonuasa.localtunnel.me lozvuvuudb.duckdns.org dpdj523.top vvorootad.top -sickhand.net fpwk527.top -line.tdrcoastalhomes.com +droidjackv5.ddns.net +lnjrmdjyidprrse.de ug-bdai.msnhome.org latestnews.epac.to imabusaward.org ynetnewes.com hhhfhebomu.duckdns.org -leastinfo.com +mc7q9zd.top hml02.tompingescha.info updatess.no-ip.biz interibogiment.name @@ -83287,11 +84572,12 @@ sairanat.online rapidlyserv.com no99.zapto.org guepard.zapto.org -kulak.at +skyvideo24online.in.ua ymz789k.top -dns4.ilutrekl.at bayramdadestek20gb.com +fddqgtloaa.ddns.net wonamuchbet.com +ilyeshajouji2.ddns.net fenglingad.com jagas21.ddns.net n.owjbbpdam.ru @@ -83304,7 +84590,6 @@ pandemiyardimvakfitr.online view4008.ddns.net stacyforfun.no-ip.org bshades002.no-ip.biz -ns1.deoesct.at jbcp218.top icvwbqbftm.duckdns.org oiascwnofds.com @@ -83315,6 +84600,7 @@ ns3.inamb.ru djkildrfkc.duckdns.org iluvenern.org 4q.pl +waetyshx3.duckdns.org jaimeporcy3.no-ip.org qeqykog.com bsrslol.no-ip.biz @@ -83329,59 +84615,69 @@ sdk.mobbt.com 11hack1.no-ip.biz unbanned666.no-ip.biz km8kr35.top +hardwoodhosting.biz login.simsrad.net.ocs.mq.edu.au.vitt.ga -solution.instanthq.com rnyacount-jpadmin.hol.es gdcbghvjyqy7jclk.onion.casa +com-identifier-servlcelog.name ne44e17e6343034457d029dd9401c13c67.so -googlerenewals.net +silentbob.servebeer.com votaritar.at kingspy1301.ddns.net miraclecarwashanddetall.com pauls1338.ddns.net yardarmy.net +kekse.no-ip.biz norhxldbde.duckdns.org 5max.xyz mre00.no-ip.biz td.world +p9b72ff58c6d21d75594e456dda58225c1.ws +pcxfybtaga.duckdns.org answered.no-ip.biz jvwtiddipo.duckdns.org teezeapeesei.net nomnyz.ga +ns1.mtygansk.at xwxlfsqpbq.duckdns.org skyswim.net transefusism-microfininaless.info +qkiecbtaax.duckdns.org cloudmx.homelinux.com -vlddqnhkoxei.com -apananco.no-ip.biz +udmyjkkbye.com +lewertop.info km8gh38.top osmuryf.ru -fhicctzqre.duckdns.org +cocomo10.serveblog.net +uhjhhfctxe.duckdns.org dividere.online +vyffojtfi.net report22new.com mrrbbktkjbem.ru -dropboxccdn.com +nmd788p.top panel.myactivedirectory.com 1604771584.httpdsconfig.com win32.ddns.net -neimucher.net reksimix.no-ip.org +mivudigowu.info alcatrez.no-ip.org natlswvosr.duckdns.org j6g3fzp.5k5.ru -mpiimvcrrbdt.ru +m1s2hnbxlc.myddns.me dcusp.mdmads.com word-web.gotdns.ch bs.hotpto.org loaisaadi7.no-ip.biz xupiheham.biz +rnrbdynkblyb.myfw.us fprp569.top ceiling-cat.no-ip.org x56.no-ip.biz secure-mx-service.cc dtibzripkf.duckdns.org +pamucteney.xyz +lgqysthwyp.ddns.net sabafon.info -bellamycous.ddns.net ziro.no-ip.biz fphc577.top simsim.no-ip.org @@ -83389,9 +84685,10 @@ wnyx558.top walkingthedead18.xyz heckwassleftran2.ru faisaldamazy-32316.portmap.io -slemend.com +cloud-server-updater22.co.za loyalty34.xyz guzelkaybettik.com +shlkbhusangpapj.bounceme.net hobmdsmgqi.duckdns.org gossypium.website gonolobus.ru @@ -83399,54 +84696,55 @@ nkralmubgy.duckdns.org jimicrackcorn.no-ip.org bgvvvjxkkk.duckdns.org share.canoedaily.com +klicjop9.fun bl3cavy.com adhgfcvb33.duckdns.org kaiwachis.ug -ihzfwitsog.com +bbswzy.tl-ip.com +matrixxx35.no-ip.biz seaurchin007.mooo.com torichipinis.com xobetauyqa.duckdns.org +musicforty.net nonisuzilant-intererevafian.org nissehult.no-ip.biz main21.space aqwzsxedc.no-ip.info dtbhitfyjw.duckdns.org androidsmedia.com -full-statistic.com uytiovklulvulu.ddns.net finderout.com kuddugahrat.no-ip.org +server4456.bsdfvsh.pw neterscunverssuf.gq pickles1234234.no-ip.biz roomfire.net sba2-vig.vig.pl investmenteducationkungykmtsdy8agender.duckdns.org -decent.myvnc.com emiditalike-prenidicement-interutibese.org oceannala.zzz.com.ua vg5g0m57va.com deltavisiontv.com ramazansenlikleri1ogb-webtr.com userz.ignorelist.com -domeer-android.ddns.net ymq787f.top exceldoc1011.ddns.net flasshhplayer.xyz unwzokowjy.duckdns.org update-service.dyndns.org fjrncdnkcn.nl -etivatlegrawagrangun.online email.aoldaily.com -yjbpmtmkirzdyddch.net wrongsuch.net ftp.un.dnsrd.com +gygz82r.top pen6.net appleidservcer.com skituljko.mooo.com +zroydqjiqr.duckdns.org gfhnvfkhdv.duckdns.org olpons.com pyxovirginia.in -mustangleverage.top +aall.no-ip.biz portal-office.fr trialanderror.zapto.org fastdataexchange.org @@ -83454,7 +84752,7 @@ nmd769j.top imegafivic-interasedekern.org sqgdzi.com uygulamaevdekal242.com -probagamancy-resupipan.com +www-avances-online-cl.cf universal2010.no-ip.org neffritto.top msyswintxl.duckdns.org @@ -83464,7 +84762,6 @@ avance-cupo-diferido-personas-cl.cf dwujncxxb.sh-master02.com uningssimhvotltbdsws.com jumvnidvad.duckdns.org -ymh788s.top wreytshxs23.duckdns.org onedrive-en-live.com wisecleaner.cleaning @@ -83473,11 +84770,12 @@ zhjdwkpaz.ru usglobefw04.azureedge.net finance-reports.everyday.com-w13.net sdf-p2b.com -jnwsjavtnkvmh.net -vuzmanbobc.duckdns.org -jgworlddrivers.com +prjcode.com +yjwvvivumm.duckdns.org +fc3q6zx.top +ezua.com suckadick.no-ip.biz -dpdz579.top +kosmghqxwzptopbif.net loser-funera.su f6kk8g3.top candestie.pw @@ -83486,16 +84784,20 @@ haadrigeh.xyz golds56juice.xyz qgksuezdht.duckdns.org single66762.xyz +humandance.net +xccqhpaqbvrq-27843.portmap.io +mssqlupdate.com spendfind.ru fghjkmgru34.site gounstyle.ddns.net claraggg.no-ip.biz ddfspwxrb.club +yzgwwuvtlt.duckdns.org fpwq532.top -mailusaacad.com +z6kl8n6.top songstate.net fpys528.top -fppt596.top +getcouponow.com gypz93q.top space7873.com ukrlsysbtu.duckdns.org @@ -83507,9 +84809,12 @@ qwwceuoxivatjm.com nscserver.ddns.net edev-aidat-geri-iadesi-basvuru-formu-bireysel.xyz km8qz37.top +gkzxaosgio.duckdns.org +sharri.no-ip.biz gywz11r.top darkcommet-68.no-ip.org rohoraha.ddns.net +kjnsfiosgjnlorgiko.ru vicshade.no-ip.org rwina.no-ip.biz whereismyshit1.info @@ -83528,15 +84833,20 @@ sluvpquvmvxy.org mouthneck.net nophoz.com or4.no-ip.biz +sundayagree.net rtcp368.top +cymz52d.top +oslo4ever.no-ip.org mjkfufrmuz.duckdns.org vocyjic.com gunckerolu.xyz qdxbuysnkkfq.ru mkerli3.com limpopo.at -emgsogvxnj.duckdns.org +rbzkvktesa.duckdns.org +g92hbnh.top 2003wsh.ddns.net +abodygwlpa7.no-ip.biz s456t.top d3727mhevtk2n4.cloudfront.net 20gbhediyesaglikbakanligionayli.com @@ -83550,13 +84860,15 @@ prfirst.no-ip.biz nightchat.fun 1991668.crabdance.com cyqz98h.top +gc9q5zj.top askjffjlksa251.xyz lgcpogvly.ru muratozkan.ddns.net justtambo.in -freenetfiles.in +supermecado.3utilities.com alkhaleejpk.info ns2.rojenfo.su +finance.thehealthmood.net aymen20.ddns.net darksonor4.se crazyclothes.store @@ -83566,19 +84878,20 @@ exolhuzuhc.duckdns.org lightsolace.no-ip.biz dp2.no-ip.info f0339905.xsph.ru -starserver4551.club +panel.re ezsemifud1337.zapto.org protest-03252505.ml interozecifist-antipinukity-multifekemath.net captaincolemanphilip.com imsex.lark.ru sdfghccvbr4.duckdns.org +zhyr28.no-ip.org pvmusxfxyk.duckdns.org qetsgx3355.duckdns.org podr-tv.ddns.net cysz66h.top kokoman.no-ip.biz -dertanion.ddns.net +a0458095.xsph.ru bumerbume2.temp.swtest.ru morphinaes.online nato-nevvs.org @@ -83588,21 +84901,22 @@ soatti2.com fpihkdvz.com daphne123.no-ip.biz dpzq525.top +vtfkkwwjvv.duckdns.org servemai.science pweqpydfkj.ddns.net esetsmart.org westfieldindustries.tk -armandonieto.com +km8rn28.top aa7899.f3322.org gycz95n.top merked.no-ip.com -in4lprxgui.com +update-vmware-service.com mynah505.com.kz -oxgixdqijv.duckdns.org +carlosgamez.duckdns.org chromeconnection.duckdns.org lnbslx.org obiwan2021.xyz -chairmarket.net +getwindowsupdates.com privacycheck2012.no-ip.biz news.nsb6.com tipvine.site @@ -83611,33 +84925,36 @@ manutobis.top ucto-id.cz mydazedagalejan.info fpsr536.top -ringweight.net +cpmq.cn ftps.layermag.com googleanalysis.cf fpjn522.top omeroglunakliyat.net whqvrhltsd.duckdns.org -couretplodaserq.cyou +tain.warzonedns.com vicky241.duckdns.org blackshadeseaster.no-ip.biz mslogtsdyinvestmntsn.dns.army pspkjuuigb.duckdns.org +j82lbny.top yadakbloghesaplar.link fvbsvzqwok.duckdns.org bopboxyory.kz ddysff.info nlllmymzdd.duckdns.org devel.no-ip.biz +lysylun.com +eppixrakqeueuttiuvi.com eserkafes.com ocnqvzkhvg.duckdns.org m52fbnx.top ewe.toshste.com -f6km8h6.top +tlfdunity.com +ubercoupon.site +api.filtercommand.com cnaci8gyolttkgmguzog.ignorelist.com -ru-sdelka.ru dymm683.top ningspais.top -shtumichael-40213.portmap.host ultragelofian-dekafohuhood.com hogashere.myq-see.com glshidfymu.duckdns.org @@ -83646,28 +84963,29 @@ google-drop.ddns.net cee.duia.eu n12qbnd.top fdpcpcbttq.duckdns.org +pygrivpqjj.ddns.net tmwudnfdmh.duckdns.org -digitalinsight-ltd.com +mcsc.businessconsults.net committeerange.com barrolahl.com -iastvxztkn.ddns.net ourhavenco.com asgx2365.duckdns.org zokvevqorw.duckdns.org +jkxmcncklq.duckdns.org best-backup.com -dnsclientresolver.com fpzt599.top nnzykujty.ru +skyline2050.net km8gh99.top propanballoon.pw agvlmtkxmtq4.top -wqplw.ml +geopradios.xyz geo-st-microsoft.com iuqssfsodp9ifjaposdfjhgosurijfaewrwergwea.com photohubchart.com ujguxlmdhj.duckdns.org ragnaar.us -netzirecolq.gleeze.com +alisirim.xyz kar-gen-pl.org i01001.dgn.vn nonohacutancy-postuxikitan-microseditoless.info @@ -83676,37 +84994,40 @@ microbetacism-probotohive-monoriniless.info iamcorsair.zapto.org dawjee.no-ip.org bdlrfsemyi.duckdns.org -semihudaly-underadatish.net zesierm.info smspianeta.com +lin.absorptionspbs.top leribis13.top bbzqreqqdq.duckdns.org ahnniab.esy.es afaigaeigieufuifik.su presentchance.net -biggercarz.ru +1603710516.httpdsconfig.com hand436.xyz quittingconfsoraries.pro +ngv2.duckdns.org cigrmhvdbw.duckdns.org crotalus.xyz -xpnidellashane.com 13xrp.com -jon1k2002.tk +dgwujbvaeu.duckdns.org ibtfqftkgi.pw cgmsktypuk.duckdns.org rich7.xyz -go0gle.publicvm.com bocapvang.net xdyyrzslib.ddns.net +izguddoe.no-ip.biz ymp762y.top x6ky8x1.top expose235235.xyz fouadv3.no-ip.org ftp.seyesb.acmetoy.com +inuraxament-macrosagahosion.com 1603710145.httpdsconfig.com uhqxkmsmrq.duckdns.org rlzejphpal.duckdns.org tomproc.com +eplekake.zapto.org +c4a.no-ip.info lisword.com ufowqsfmqe.duckdns.org menaxe212.warzonedns.com @@ -83714,11 +85035,11 @@ wwtsx.xyz nodrgvmngw.ddns.net 731pro.pw nocpnv.ddns.net -pjatwork.anondns.net +xucxpekpwi.duckdns.org fakinril1991.had.su y9snpbyg48bmprqx.ddns.net help.postsupport.net -hyjitaveni.info +chin235423.xyz micks.no.ip.com yofrighten.no-ip.biz getlink-service.com @@ -83730,7 +85051,7 @@ cncbot.ddns.net apc846.com bktpsegzyw.duckdns.org spy-dz.no.ip.biz -l52dbnb.top +gydz89r.top collar-lost-evening.com evdekal-birysel-giristr.net aeqbwovubs.ddns.net @@ -83739,21 +85060,20 @@ southsidenewhomes.com mopscat.com chriswork.ddns.net enuxagonist-imepehehood-releridom.biz -nationalpoland1.duckdns.org htsc161.no-ip.biz myhskiduia.duckdns.org -jfnjfn.nl +gnskmmxqry.duckdns.org hadsgwex.duckdns.org coldflash.su eastxcfcfl.duckdns.org covid19-pandemidestek.epizy.com 9f249.f249724.96.lt -stan-stana.website +forrf0410.info dryx778.top spoolsv.linkpc.net shpjvxpimx.duckdns.org +fnoavgvnzc.duckdns.org vff10befb3f7e4efa56b16476e9a27fccc.ws -fastupdate.top imap.architectisusa.com ultrarutiness.org xplin.3322.org @@ -83761,6 +85081,8 @@ ahmetbay.duckdns.org mugeyklqmh.duckdns.org osjuwxfwxh.duckdns.org gotrackrdeal.com +lack-exchange.com +diecisieteremc.duckdns.org zgneglmncn.duckdns.org eqrqivuuhu.duckdns.org find4youphone.online @@ -83769,7 +85091,7 @@ snicker.ir deemberkentyucky101.com thoseneighbor.net clickbankstat.com -lpholfnvwbukqwye.onion.to +cmoislam.no-ip.info g7bxxcu.com loomisnet.info z6kr8x3.top @@ -83785,11 +85107,10 @@ whateveryouknow.no-ip.biz ns1.feva.pl andrea2323.no-ip.biz gavin.ccfchrist.com -fpjz552.top +xn--aklliletiim-0zbc36d.com hostivurate.no-ip.info monotexution-macrotovuhood-emagaperant.name down.downloadoneyoutube.co.vu -htb4cketn.com aquacare2.com acrobatverify.com klsa.onlinewebshop.net @@ -83798,31 +85119,34 @@ pregusetuly.info leroo.no-ip.biz elasticbeanstalk.tech lygyxun.com -llzegarhjr.duckdns.org +support23.no-ip.biz vocybuf.com th3w0rld1sm1n3.jensartsandcraftss.biz allahggdrop.xyz +minycaqozy.info blackshades15.no-ip.biz k72dbnn.top +station59281.zapto.org mail-paf-gov.cf pootball.getenjoyment.net toutapc.myftp.biz euquerotchu.ddns.net likoncar.cyou -southcareer.biz +outsidebranch.net sclerops.xyz theluxuryindustry.com -s101.secpert.com +iesgdsxwsn.duckdns.org heapeih.net xqntdfdoce.duckdns.org submarine.defenceonline.net -meatconsiderable.net +secitasr.holdonhosting.net km8rz25.top -curriculum.hopto.org zflveojwtk.duckdns.org ironarts.net +thedenmarkforyou.pl psnvjozxte.duckdns.org messagea.emailfound.info +erdalwyigf.ddns.net nt-windows-update.com nmy731d.top spynnetot22.no-ip.org @@ -83832,11 +85156,13 @@ rat.tr4n.me bqiakbglrx.ddns.net gifuonlineshopping.mynumber.org kxldvdhpjy.duckdns.org +netionax.top romansoft2016.asuscomm.com -cotipefy-exafudate.name +mahlazer01.no-ip.biz f0335294.xsph.ru tkbnbdbpzm.duckdns.org bbwrwopgghkj.su +psfj3.xyz stocktips11.servebeer.com ns2.proffygroup.ru wxnivvnjox.duckdns.org @@ -83851,6 +85177,7 @@ klnrdc.purpledaily.com rola123.no-ip.org myepicporn.com watwr.xyz +pozdrav-im.ru ithsx.no-ip.org imsosilly.no-ip.org 12odinxqwefck12.ddns.net @@ -83909,6 +85236,7 @@ vanuatu.no-ip.biz clouds-share.com olhomagicocdt.duckdns.org declared786.xyz +bmdsiwxprc.duckdns.org bkvxtcgoie.duckdns.org thosespread.net kke.no-ip.info @@ -84022,6 +85350,7 @@ reportsbank.com snapchat.zapto.org dpfs532.top sebaseuro.duckdns.org +wulhldplgy.duckdns.org update.iguyi.co trading-secrets1.ru mail-logger.com @@ -84089,7 +85418,6 @@ w-softbank.com facebookwinners2020.com vip163.cf backofficemail3.com -covld19study.pw l2d6beb7.justinstalledpanel.com mrmr198765.ddns.net pacifista.ru @@ -84141,6 +85469,7 @@ invoiceholderqq.su subetezafage-dehunuhusion.net luminositytest.fishdns.com glzhbnbxqtjoasaeyftwdmhzjd.com +offmaxindia.com concept-kw.com wingtonwelbemdon.com 7sdf51.xyz @@ -84152,6 +85481,7 @@ errorr.ddns.net boatnet.us sessions-identifiermemberemailid.network 6006.upupdate.cn +x7nzjt3faq.com chine.no-ip.org cumhuriadesinisaglatrgiris1.com zsalfxdyto.duckdns.org @@ -84167,12 +85497,13 @@ sandypaterson.com yrtz8899.no-ip.biz cncsurplusparts.com mx1.myvnc.com +tnyrmucpuv.duckdns.org ncio.freedynamicdns.net cyzz96j.top slicknamebro.zapto.org box4062.net mnicvxmhcb.duckdns.org -moz-cafe5thst.com +lohdrgogelpkxxb.cn wicidopilapocuh.info red-base-chance.com n.sjkguntum.ru @@ -84190,8 +85521,10 @@ mska.no-ip.biz zuxmbfuxos.ddns.net h92nbnq.top fbyx878.top +keopgelopn.duckdns.org w.zhzy999.net sjjjv.xyz +ariwdxibmqcxlbt.com hnbsd.xyz ujiwluytxc.duckdns.org ns.onekorea.me @@ -84199,12 +85532,14 @@ jujoy.5y3g.com mail-tools.info mainwhile.com onefindup.org +gvtjttzixt.duckdns.org retardmagnet.sytes.net ns3.aerobi.in privet3.cn movetree.ru imprensaes.com maelloussa.red +srsfsfjwym.duckdns.org vfgveyikleyq.pk yypd683.top cuhk.edu.hk.itlf.cf @@ -84249,6 +85584,7 @@ mywebtesting.duckdns.org geiwoaaa.qpoe.com prexeximent.biz rzvprqrzeq.duckdns.org +americanwoodgrain.com aukohxvsmn.ddns.net todamax.no-ip.org brans.pl @@ -84269,6 +85605,7 @@ electruminstall.org psajrscbjzzpfjy.com microsoft.z652.com raikumi.no-ip.biz +rdpxvfwdcleuovy.cn yoboxtool.com noyesnoyes.no-ip.biz winsysteminfo.com @@ -84337,13 +85674,13 @@ newdawncheat.club siruksazon.us ykjr101.no-ip.info dyanmnfnym.duckdns.org -cpyhmrswvd.duckdns.org u789u.top cryptobase.bit m77s.cn rulm.ru asdasd123098.no-ip.biz jscp828.top +svxcnuvulymsxnl.cn weaponreich.pw semipemament-inemurodage.com holywater150.ddns.net @@ -84542,6 +85879,7 @@ fssxgwvwxd.duckdns.org markalandiniz.xyz loloadd1221.ddns.net reacvpgxfd.duckdns.org +kerukiron.com shootz.no-ip.biz lb34c39e0a7860d80ad0176a7e29113b1e.so payloads-poison.000webhostapp.com @@ -84563,6 +85901,7 @@ sseal.ru baloobafoudanitojahdge.space samaatv.online ccinztcibj.com +giantservice.net westfirst.net frjxpglmivkp.su cpidyredhfyvrkkytcsg.com @@ -84607,7 +85946,7 @@ tanmhopisj.xyz remember123321.com feeling-transition.com 07726657423zaion.no-ip.biz -nicholaspring.xyz +ns3.squaretech.ru antivirucidal.com gyzkcuyqbn.duckdns.org darkking13.zapto.org @@ -84619,7 +85958,7 @@ d62ybnl.top actionmtasa.ddns.net tc-saglikbaknaligi-20gb-hediye-internet.ml test1234.no-ip.biz -literat.ho.ua +cfkko03vvxohq03taep.com yww28kj.top xwwwwwwivn.duckdns.org spillthegreens.com @@ -84637,7 +85976,6 @@ bootykush.no-ip.org thismynew2.info ffesotoronuer.xyz sdtgr.xyz -recognized-activity.info moaeadx.no-ip.org nijratv09.myddns.me qnaefhsnuw.duckdns.org @@ -84645,7 +85983,7 @@ kzcsfwsdnw.duckdns.org federalbureauofinvestigations.duckdns.org 987456321.zapto.org bettorrs.no-ip.com -xdatingoffers.website +twelvechance.net f6km8s6.top hacker2016.no-ip.org indoingwulearn.com @@ -84672,10 +86010,12 @@ pvaogcrlgi.duckdns.org assurancework.ddns.net abdsc5.site ubtbnjbvmy.duckdns.org +70t0fetezakya3egl.c1.biz hnehqqwwrs.net t.amynx.com ssl.dyn-dns.co computo164.laweb.es +ujhtfuj6rdyu.servepics.com denasoth.org micadasit.ru yellowbombs.top @@ -84697,7 +86037,6 @@ redirect-wa.com 5hvtr4qvmq76zyfq.onion daumusercenter.web.app yvcnphszrz.duckdns.org -vsvdegvgvo.duckdns.org ns1.directflou.ru dd95724c532feb2cd22028ee5860c3a257.in coyieldo.in @@ -84707,8 +86046,7 @@ bbympbe.vip yourlength.com settings.pw bsh4d3.no-ip.biz -rekihety-interokipaly.biz -ta3.no-ip.info +warabase.ru kagero-grup.sytes.net iujxxyxkkx.duckdns.org dpscapee.zapto.org @@ -84749,11 +86087,13 @@ fuyjbuskez.duckdns.org 2539.no-ip.info armsnafgh.sytes.net aeeta.xyz +maniac.http80.info g6kb8r7.top iletisim.no-ip.biz shibboleth.link kholdinq.com ultrasinital-desipateship.com +raiders1.no-ip.biz mrblyat4u.securedns.site nkilishinkili.hopto.org sysdate.servehttp.com @@ -84765,6 +86105,7 @@ chuangshunchem.com swneemmrma.biz b12jbnf.top abc-network.no-ip.biz +xviinzzlly.duckdns.org ecksdi.ddns.net qwwqqwqwqwqwptyftyr.xyz ks.mcafeepaying.com @@ -84774,7 +86115,6 @@ subabuxoxical-disihubity-ilekepuly.biz pdfnucldwb.duckdns.org agentinput.com factualnet.zapto.org -tyctyc.ddns.net lostdoorz.zapto.org qwoptilludrop.no-ip.org hehetx.io @@ -84783,7 +86123,7 @@ hanoiexcusive.com m32lbnq.top joker12345.no-ip.biz agsagasg-51850.portmap.host -xrfqrjhwvs.duckdns.org +servergig.no-ip.info manihot.ru tuluavalle3.duckdns.org rkrtuvothc.duckdns.org @@ -84808,7 +86148,7 @@ firefox.spdns.de kcnsitedswkcn.tk wyusb.yt questionable2345.xyz -mkrle2.com +edxdljthbg.duckdns.org mnaahmqpqs.in antispybox.com uploadsnew.site @@ -84868,6 +86208,7 @@ breed5473.xyz qayxswedc.duckdns.org setgroups.ir ivqngxlxhocc.net +mj-ive.com nxjggluzfv.duckdns.org typccccppp.duckdns.org vlsxzkdeys.duckdns.org @@ -84908,7 +86249,7 @@ yrfieucazo.duckdns.org iesque.com edreciano.com voubucleonteri.xyz -spvdkjdp.net +snshyhkqzt.duckdns.org hakersinai.hopto.org postaitaliana.win whatwillber.com @@ -84936,7 +86277,6 @@ prohepomety-ilubelely-minizihasefy.net smtprelayhost.com cbooppoccp.duckdns.org on-linegirisplatformirtibattrweb.com -cryptersv.no-ip.biz 66sunnglasses66.site hax0r1337.no-ip.biz acci54.cyou @@ -84947,9 +86287,10 @@ callumcross.duckdns.org l5c1c71b58920b2f9baa4bcaca2f136062.in hxccpkdjad.duckdns.org h6kr8b3.top +sh4d3.loginto.me etsgxb233.duckdns.org wlduabqkfx.duckdns.org -i784we65o4ikes.pw +unihogish.name tofucuducy.info sheldonhoffman67.xyz elgsqyzauv.duckdns.org @@ -84991,7 +86332,6 @@ tyraznxqzb.duckdns.org taft.sytes.net cvbyti.eu beastmode.top -storetrust.net picture.hihihitesttesttest.xyz ifood.ddns.com.br ahyfidrdhd.duckdns.org @@ -85000,11 +86340,13 @@ lukshfdfd.org koreamama.myfw.us hagenerblack.no-ip.biz 0basimtalal.no-ip.biz +qeljkslwua.duckdns.org fofgaxbyyx.duckdns.org mobincome.org +ns3.qwj.at kangnaterayna.com geykkrnbvu.duckdns.org -kiperonline.com +cowzgdkjhw.com alinh0.no-ip.info nonstopeddanceraz.su sxbet.xyz @@ -85025,11 +86367,14 @@ keepservjfjf.duckdns.org lysysir.com hangneck.net loggerz.xyz +srzvkmrmgi.duckdns.org sorryallow.net +postch-mobile.top +5aef.pw lodqddccpq.duckdns.org nullsec-no-ip.org +obbligo.bar xvbt.ga -ns3.space revodiciment-enafedity.org mtutorials.no-ip.info wickedprayer.zapto.org @@ -85049,7 +86394,6 @@ mannaton.com termyen.ru ipv6-microsoft.org blackkeys.top -gjuc.pw electrumpack.org peet11.crabdance.com bitsbitsh.space @@ -85069,6 +86413,7 @@ vopydek.com api082902.camerac.xyz gpaiuaasntnqycyhr.com bluetraveller.onmypc.net +iseeu.no-ip.biz enyygnonrj.duckdns.org imsofatbro.no-ip.biz 5uyisheng.com @@ -85077,6 +86422,7 @@ infomcheck.com km8lg88.top akgslsamgxyokstpiqbe.com secretstutorial.no-ip.info +nicholaspring.xyz zjrzepnopm.duckdns.org qexyqip.com dark-team.pw @@ -85086,7 +86432,6 @@ hamza19988991.ddns.net smartsalesgroup.com g6kf8f8.top chtcc.net -17so.so basvuru-yap-3000tl.com ryansbot.no-ip.biz zeeiriidjm.duckdns.org @@ -85097,9 +86442,11 @@ howveryysunnglasses.com qqfwdshwoe.duckdns.org blackshadesx.no-ip.biz ivorycell.net +dgmciglcgo7.myftp.biz bbbiigvfmxtx.org wetsdgwetr.duckdns.org k0cee301d061e708c8f41b875bac2e6a9e.hk +usom.one anxlqkijtt.duckdns.org ryanowns4.no-ip.biz zerozerozeronullexploit.duckdns.org @@ -85128,6 +86475,8 @@ uohouefhoahfufzgag.su pbnsrv.org qetyqag.com deadlady.ru +chumocarz.club +negrodesigns.ga ignome.no-ip.org ehtggsfsff.duckdns.org droptop9.com @@ -85270,9 +86619,10 @@ j52zbnp.top letter-wait-volume.com unrisd.com news.freshreaders.net -blochhain.com +puppyarts.com visible48.xyz topserviceupdater.com +reswulypwfcvxkq.ru transasumihese.com fiuiert.xyz mainsitemain.fr @@ -85300,6 +86650,7 @@ dazqc4f140wtl.cloudfront.net sftdzdbctb.duckdns.org mdeffttsxq.duckdns.org productclosed.com +dvo.cc gstat.hamiltoncustomhomesinc.com buyearcht.ru 3s6gh.top @@ -85314,6 +86665,7 @@ s.fewconf.info login.giaoxuchuson.com feeder.blogdns.com besoo.no-ip.biz +srawslorpower.com postoladoless-debatibical.info malina1306.zzz.com.ua semixufoduful-inaxunition.biz @@ -85347,7 +86699,7 @@ fphf557.top bvjhsdvbfjsd.pw bnyzxfitne.duckdns.org dpdh569.top -mfa295358fdb6418babfba41479ec31dda.to +ogljepgtlsadmkp.ru shop-o.xyz incidencias6645.ddns.net kttasj.in @@ -85357,6 +86709,7 @@ cj-sey.com evilsecure9.wordpress.com billgates8989856.ddns.net login-live-com.cf +buildingbelieve.net web.canoeontario.com v1rus.xyz drinkfruit.net @@ -85371,18 +86724,19 @@ api101101.cubetv.xyz km8gc72.top store-000846-live.com village2000.ddns.net -aaaholic.com nrsi.twilightparadox.com m32gbnp.top spotoption.pw vgykxrk.net sec-apps-verify.com +wearefirefighters.ddns.net lilupophilupop.com itsallaboutthetubmans.com bffqelkksjvf.pk worldjaquar.com privatehosting.zapto.org separatesuppliers.live +e1fa3a0e02be4cc853be28aca220c42258.cc itsonlyfear.zapto.org alex88.mooo.com fedtraps.cf @@ -85397,7 +86751,6 @@ xxkillmanxx15.zapto.org wejsdjfhjwehjhjdbdfghieidsjdfhgjhjfdhgjhjhasjhfjdfjhjhdjshjshdj.ydns.eu viewboat.ru waswiao.com -dddoossser.np-ip.org ahbddp.com withfool.net proludadom-transibisument.info @@ -85409,6 +86762,7 @@ jnb-ma.com administrator.mooo.com majidfathalibeygi.com baabc57712de52b5de199c8a576ef3ff.chickenkiller.com +ruaxghebjddbdqc.ru qrqlyhfc.ru 1960445709311199.r3u8.com qbrafwohqu.duckdns.org @@ -85445,7 +86799,6 @@ viewkind.net canary.firefoxupdata.com waydfhrrwe.duckdns.org box4065.net -addova.xyz qukzrtuvko.ddns.net lkasukqlhhffimy.com emeleriward-semimocoful-interifihetion.info @@ -85458,6 +86811,7 @@ wastabi.no-i.biz covefumuth-irafezodance.info metroid192.no-ip.org craftupdate4.top +lvgexkblrfusxey.com aulvwbjxvd.duckdns.org wildhorses.awardspace.info kartiksriram.no-ip.biz @@ -85467,7 +86821,6 @@ xoisb.com jopanovigod.xyz nqsgate.no-ip.org loirgsiorgididii.to -ratherunderstood.net ywvivvhhmy.duckdns.org facebook-photos-au.su freshenvironmentaldesigns.com @@ -85484,7 +86837,7 @@ briancobert.com aminemer.no-ip.biz school.obertamy.com le7dv4wry1qy0dozb-df.com -c.atw.kz +ubeenratted.no-ip.biz galau.ddns.net apps-tv.com bjxxefihqxxd.in @@ -85495,7 +86848,7 @@ securitymonitoring.no-ip.biz mmnndwihvi.ddns.net colozosion-antigobunaful.name wwmal.com -rootaccountadmin.ddns.net +rihii2sd86k.ddnsking.com srdpqqpcpc.duckdns.org nopdjkkxkl.duckdns.org bs.servegame.com @@ -85559,7 +86912,6 @@ aff668380989b95dca700be928964c23b4.tk datanet.cc liarallow.net showprice.xyz -account-close-status.com league.runescape.csgo.securezdns.pw adobeplayerdownload.com mynmfdelgh.duckdns.org @@ -85597,6 +86949,7 @@ movegrave.net dhl-ebat.surf akogtlnkmjjmp.com l72cbnz.top +ypwvenxjqtbhprw.com hsadfwezsw.duckdns.org yutpsrqtti.duckdns.org gardiagh.su @@ -85608,6 +86961,7 @@ bringerofthecows.no-ip.biz doemarkennel.com 1mbanj.ru virginmegaart.com +winner-care-sir.com cppesusxfx.duckdns.org etsbf.xyz cribdare2no.com @@ -85629,7 +86983,7 @@ int.aerx.io identity-session-recovery.site uknwn.linkpc.net dotnetexplorer.info -htzdruk.ddns.net +xbox-ms-store-debug.com xiaoren234.e2.luyouxia.net ymd725t.top zomcnxbilo.com @@ -85637,9 +86991,9 @@ hpxuvyrpxwks.su benibendenhakayur.store download-plugin.co.za ikvbog.blogoveg.org +uadnewwtfulbunp.cn ns1.yurosilo.ru memedonu.top -warabase.ru misemokemity-ilemacation-multitopehood.net mannesoth.com qjkdvwxxjuwd.ru @@ -85647,7 +87001,6 @@ fixuxg.me tobyb.no-ip.biz hwangtitan.0pe.kr lgkuljrori.duckdns.org -testfrik2.zapto.org groupguess.net dsdfdscxcv.justdied.com f6kg8b1.top @@ -85656,7 +87009,6 @@ erythrocephala.ru emahotahood-repumirancy-microdarovaful.info pokymase.xyz streetunderrelevantpeople.com -pqwoeasodiqwejes232.com media.cnndaily.com ikjservncjsiteyhd.info dkvzzyiske.duckdns.org @@ -85762,7 +87114,6 @@ lambadadndstezya.adygeya.su mcvwvuuqjk.chickenkiller.com ngdgfcvmfnne.com emubicodency-interotupure.net -aauaaaeieiieetr.cc weswe.xyz sftgyzmzbb.duckdns.org snklmjiiyqmj.ru @@ -85778,7 +87129,7 @@ cyqz97l.top realy-chat.online svxtssfsgu.duckdns.org ozrdqqqqqe.duckdns.org -packgeddhl.myddns.me +cloud-reserve.info qwtwssvpqz.duckdns.org jzmqmzcdaf.duckdns.org database786.xyz @@ -85793,6 +87144,7 @@ shadowraze.pw jbnvwpxokk.duckdns.org hieenznygw.duckdns.org portablebn.no-ip.biz +courtoperate.com o54gx35m8a.com service0auht-center.ddns.net dietoog.com @@ -85838,7 +87190,7 @@ meran2.zapto.org okvhrmoutw.duckdns.org torent-updates.ddns.net hsnent345.duckdns.org -mail-customer-safety-center.hol.es +abosaoys881.duia.us liban1.no-ip.biz fpct553.top n.lumzwlhum.ru @@ -85848,6 +87200,7 @@ paqyddrvrd.duckdns.org d.wwng.su misipivixency-transerezucing-monobegofassion.biz iovnvulysp.ddns.net +nurramy201833.hopto.org deduction-your.com ad.jcrsoft.com nofriends.no-ip.org @@ -85857,6 +87210,7 @@ fash2v.com rossafloor.top rat.probetrollers.com cydz28m.top +zothconway.ddns.net jznbphuhla.duckdns.org ucxlxdwkvb.duckdns.org ankpczdziq.duckdns.org @@ -85886,11 +87240,12 @@ qwerty.dyndns-pics.com hervdjtqav.duckdns.org anarchyhax.no-ip.org background.pt +emp.fourhorsemen.tech uponcity.net md47.com kriller1337.no-ip.biz sdsx.site -raiders1.no-ip.biz +exuqiataix.duckdns.org 6939147.no-ip.biz itau.businessconsults.net km8mf19.top @@ -85898,7 +87253,9 @@ apoxipodes.ru fprq538.top fagus.xyz baolach.zapto.org +mygodissogoodtome.ddns.net createluma.ddns.net +rsdxzwhsju.duckdns.org novelgive-block.com uniquecorpind.com nebo-potolok.ru @@ -85946,7 +87303,6 @@ zied14.noi-ip.info twexcbd22.duckdns.org immortals.site ynytyg.blasters.biz -riwlwlrpky.duckdns.org rcoobnnazm.duckdns.org mhsoom2.no-ip.org yahoo-change-password.com @@ -85979,7 +87335,6 @@ deeptoday.net googlebpoot.duckdns.org dnsweb.org ikebob.usa.cc -gmail.bkz88.com hypercosine.ml qevrchtonb.duckdns.org berraquera123.top @@ -86016,10 +87371,9 @@ nonoxifist-coralelike.org orangecup.myftp.org ffiuli.com mnmkmlmn1122.no-ip.biz -konwleg.mypop3.net +fppl519.top burgrwegzi.duckdns.org lc1q6zt.top -sex-finder4you4.com s28.no-ip.biz hax0r10x.no-ip.org cyberprodigy.no-ip.biz @@ -86034,6 +87388,7 @@ tomx.xyz xopdyrifjw.duckdns.org webmail-ibsf.org semipamemency-exaxozist-disocaxission.info +520horsepower.top redcode.ddns.net pfesxvyfje.duckdns.org pretosasedom-enozepate-imegibelike.net @@ -86051,7 +87406,7 @@ support-sv1.strategicio.com cuchulainn.mrbonus.com rlaiukogbv.duckdns.org jaffavgimh.duckdns.org -servergig.no-ip.info +xrfqrjhwvs.duckdns.org g82rbnq.top tcbmtrpandemiuygulamasidestegitr6.com ftp.sshdd.toythieves.com @@ -86106,7 +87461,6 @@ rat11.no-ip.org yrdrfndeemeq.net preemie97.xyz sancyphymb.duckdns.org -q2thainyc.com lcocvrvdvahiggi.com probolelission-underunuziless.name ftp.windowsupdate.authorizeddns.us @@ -86192,6 +87546,7 @@ moussa-hak.no-ip.biz microvanacussion.name simbqypwoelcje.pw onenight.no-ip.com +mkrle2.com asmodianscape.no-ip.biz androidssystem.com ed16f7fb.duckdns.org @@ -86200,6 +87555,8 @@ wanxelseng13.com lh660.com skipy.ddns.net ns1.duv.su +rtvqvzkirg.duckdns.org +thkonrejuphl.me pupseg.tv todayzh.sytes.net 6474sss.com @@ -86207,7 +87564,7 @@ km8kx73.top lmhwbzdlei.duckdns.org discribechnl.com daniebatikh.hopto.org -wkgvdklfnu.duckdns.org +readyteam.org bulgarsyntezi.ru concorduea.com aodvacnuii.duckdns.org @@ -86257,7 +87614,7 @@ mbcp778.top lifetech.io coeygzpfqy.duckdns.org shgwvkvkbn.duckdns.org -nbeylnmbypoiiwxmhlrt.com +yxw78kj.top qohovqispi.duckdns.org ufidbaicxc.duckdns.org www-cimer-mobiluygulama.com @@ -86269,6 +87626,7 @@ ilizalement-transemetirous.org z6kd8y1.top bcxsxb.com sproutrat.no-ip.biz +eegdffgg.duckdns.org achitik2.work bbphygocwt.duckdns.org houaribey4.ddns.net @@ -86330,7 +87688,9 @@ levelinfluence.com officeproduces.com nail-draft-traffic.com goigbbbqjqypkbk.com +care-landscape.com cygzrpdct.com +unitedfamilyhealth.net ericrause.com windows2013pc.no-ip.org coronabreath.com @@ -86385,8 +87745,8 @@ km8pj31.top nyxm683.top fqppiivhuv.duckdns.org stapharrest.com -images.defexpoindia14.com -sjytgtnkdl.com +dnzljhfqbz.ddns.net +theirtook.net wc9q3zx.top racetech.club x6kq8r5.top @@ -86476,7 +87836,7 @@ blabla123.no-ip.org jjw66kj.top connectionsdfghhh.myftp.biz omgpu.com -fl43s.toabolt.at +historyborrow.net davewilly1234.no-ip.biz t72876p.com csob-online-24.in @@ -86501,6 +87861,7 @@ tmntd2.no-ip.org msmumcsogb.com netgear360.zapto.org midoalhashmi1.ddns.net +aligahndour882.ddns.net secureccvip.ru btfsyfomwyoi.com bluediamond15.no-ip.org @@ -86542,7 +87903,7 @@ seachkanamali.xyz sssloop.space say.f322.net dngerpppsa.xyz -nmt762g.top +apzg1wjmmsn0hft6r.3utilities.com sarah.servebeer.com bl4cksh4des.no-ip.org osce-press.com @@ -86564,7 +87925,7 @@ ns1.trioplnam.at xwxwugxmnc.duckdns.org fonts.stata.buzz 1337hostn.no-ip.biz -qekyxaq.com +konfiso.club ghosterystore.com godpigtest.no-ip.biz iaqmfpcuwv.duckdns.org @@ -86572,11 +87933,11 @@ microsim4gb.no-ip.biz static.news rapmusicstyle.xyz kino-dom.pro +nlznnfsfsf.duckdns.org yespack.no-ip.info member-daum-regist.hol.es nnw79kj.top villevalo.chickenkiller.com -misters.ml 2.stasprlt.beget.tech cew58e.xxxy.info gustokiloe.xyz @@ -86619,12 +87980,10 @@ skeleton.walforder.ru techwebx.pw pw-change.com ngw81kj.top -sykazt.com.cn ylddos.3322.org scream879.xyz brosmasters.com cvcreate.org -mtp.myftp.biz aidatbasvurgirisi-turkiyegovtr.com interkomarabipay.tk rugeaofhefhugla.co @@ -86662,7 +88021,6 @@ dwksngzitu.duckdns.org pixiblend.zapto.org microhome.wikaba.com stephir.ug -bx1.biz saglikbakanli-hediyeinternet.org winprocess.dynu.com k420a.ddns.net @@ -86707,6 +88065,7 @@ allofmine.hopto.org semenoavsya.today fpwh555.top zokor-zokor.ddns.net +5ofj.pw step.msnhome.org eiiiaoihoaerutr.cc dominoduck2070.duckdns.org @@ -86742,7 +88101,6 @@ u808504gws.ha004.t.justns.ru wishraise.net odknjjevrrnq.org telgram.strangled.net -oceqmaadobe.localtunnel.me n62bbnl.top afda.businessconsults.net appmarket.servehttp.com @@ -86785,6 +88143,7 @@ microsoft-cloud11.co.za pdwkwxkkkk.duckdns.org tsxss.xyz trexs.xyz +armycertainblade.xyz storebox1.info bradgog.site bcyuvngfrvcx.org @@ -86799,9 +88158,11 @@ imbackagainyeah.no-ip.biz superad.chickenkiller.com brukiloapos.xyz qetyxiv.com +line.beibiandmom.com bdfc3f9a1462a2e63731ca60d6687aea8d.in 3five.duckdns.org iulccfcbmdb.com +nirvanaeyehospital.com sxi1.svipg.xyz cynz89k.top jaguarman.longmusic.com @@ -86837,7 +88198,6 @@ hsadgfxw3.duckdns.org officeofgrace.ddns.net hgsadxwset.duckdns.org vrrouvedxu.duckdns.org -iraqali8.no-ip.biz flash.javaupdate-cdn.com pzbvepnkxotcfze.com luxuryvailrentals.com @@ -86845,12 +88205,15 @@ sundick.no-ip.biz vhaymzzocp.duckdns.org hkslesa.com rulletedonut.000webhostapp.com +doabwinlyq.duckdns.org purehate.serveftp.com s7eezy.no-ip.info +sjytgtnkdl.com v9b3873f3b99cfd0d6f24fcbf47eda0ce0.ws 2z213948z7.iask.in api082501.seemonitor.xyz protestlabsmovings.es +oavbveucikrleln.cn wdrofbiyqp.com sadx1995-48349.portmap.io remnet.org @@ -86862,6 +88225,7 @@ prorusution.biz lietarion.com p22gbnk.top actblues.com +217roteben.online e33eb15265aedf79d658b2c91ac2fe59bf.cc deconuhor.name linghatu.tk @@ -86891,7 +88255,6 @@ nzpost-co.com pyuygqijhs.duckdns.org gg.net.co drinknever.net -c1vfsbk.com cymz18t.top mjarvis247.com war99.no-ip.org @@ -86934,7 +88297,6 @@ info.3000uc.com anonymous-0.no-ip.biz moviecastle.club cysz85q.top -difference-nerve.com husseinali5698.ddns.net manager.zapto.org niogem1171.servehalflife.com @@ -86974,12 +88336,14 @@ robphish.xyz ihavenolifefml.no-ip.biz cyrz83p.top visitstats.duckdns.org +zeroslim.zaptop.org frosemodynd.ru buynewes.com joewhizz.duckdns.org armasglass.com covid-19duyurularim.com ysknanhtnz.ddns.net +wnsvhtbrtz.duckdns.org booomaahuuoooapl.ru belongpartial.net update.toythieves.com @@ -86993,7 +88357,6 @@ dxjzssrqjn.duckdns.org v.19891108.info hahaha555-57697.portmap.host ebytewovtu.duckdns.org -aidodvjucq.duckdns.org vxewdczcza.duckdns.org corn-en-gb.com xgewytulgr.duckdns.org @@ -87001,7 +88364,6 @@ f92qbnq.top ywzmkjeoll.duckdns.org sevenbzk.com buaeabguguur.cc -gradepen-head.com binlira-pandemi.online hianingherla.com xd2ef9288dba196f6cf5405e76644f3160.ws @@ -87009,6 +88371,7 @@ copaifera.xyz cereffiopas.hopto.org tesxz.com bhl0826.e2.luyouxia.net +elnrxfmqsspjsyw.com wnxskclcrv.duckdns.org rain.nmsvillage.com 07574008.com @@ -87054,10 +88417,11 @@ mx-gateway-host.cc callgives.net turismingeorgia.net iliga456.bit +mmnbnaferq.duckdns.org ftp.cnndaily.com dyntai.no-ip.org teens3xweb.com -korybaxaya.today +shopandpop.ru willeam.net updatesysteml.ddns.net mastermi.com.tw @@ -87068,6 +88432,7 @@ partyforumseasia.com ooxhayfqun.duckdns.org dpzy577.top humanname.net +msf0.f3322.net skysolve-lunch.com 268cp.com shallpaid.net @@ -87148,6 +88513,7 @@ oddpeksnej.duckdns.org pbnsrvsrv.in manuse-52828.portmap.host fpgz523.top +wefwefw.duckdns.org pnhrccwzwk.duckdns.org loadproto.co wijwjwiwja.duckdns.org @@ -87168,7 +88534,6 @@ kthxdie.servebeer.com amanghacker123.no-ip.biz repidtv.dyndnss.net uyewqrmofw.duckdns.org -126mailserver.serveftp.com soomany1.system-ns.net km8qq91.top tekora.space @@ -87188,6 +88553,7 @@ fluffybunny.no-ip.org adserver.ads.com.ph biosysltd.org ooakieyrc.xyz +tirephonerun.xyz dns3.rioss.ru offthewall.top cybz85z.top @@ -87195,6 +88561,7 @@ qavukozz.xyz wiayjrgqow.duckdns.org abomusab.no-ip.biz 9gowg.tech +service-7pxel2bo-1304343953.gz.apigw.tencentcs.com dns.ubercn.info serverboaservice.cf eiwesimwaeqauiek.org @@ -87203,6 +88570,7 @@ aangaszsar.duckdns.org winstent.su cycz97g.top member-info.net +janomo.duckdns.org vvxx22.no-ip.org mbmb55.com limo69.ru @@ -87228,8 +88596,7 @@ erkqvowfno.duckdns.org suburubable.info neededpay.com chklagos.no-ip.biz -aamirelahi1.no-ip.info -hasdgwres.duckdns.org +jkawnzhfoe.duckdns.org gaza2005.hopto.org adkxlenod.ru lungwort51.xyz @@ -87251,10 +88618,11 @@ spax9.no-ip.biz urusurofhsorhfuuhp.co glotin.zapto.org judgebin.bz -xoxldyhgnmtw.pk +aixlg.com deburg.duckdns.org frprumpmug.duckdns.org infoz.no-ip.org +storetrust.net youtube-com.watch scfse.xyz 100100011100.com @@ -87282,7 +88650,9 @@ wyyx328.top interanulish-imazekalike-unisukugate.info cynz15n.top 10022020newfolder1002-0152251002202035.site +wio1lb0k4ipomlfsu.zapto.org gybz77g.top +lisfgh66.top ulggfuerghhk.ru hzvmnpug.ru businessdevice.zapto.org @@ -87327,17 +88697,18 @@ svgyglcbmy.duckdns.org cp03107.tmweb.ru trainwreck.ru xwgjjvwxefmm.net +sklep.omax.pl rtnqqwmfmajmroxiqgdh.com viwhmlgcaq.duckdns.org ididntknow.sytes.net km8ml67.top pnufdbecfb.duckdns.org posfatura.com +akunammatata.com darkc.ddns.net kpvbxkclcor.com nfw16kj.top ubxvphvgtt.duckdns.org -ns3.qwj.at yjksdrl.tk ns1.onlinetxt.ru maylbqlicb.duckdns.org @@ -87353,6 +88724,7 @@ atauslfvfvnqols.ru rkijtta.net veryysunnglasses.com seilamiltretas.no-ip.org +kiperonline.com beffsfrjuu.duckdns.org server-360.ddns.net icq.chatovod.info @@ -87364,6 +88736,7 @@ kwcnwlecmb.duckdns.org myfamily.infosupports.com dwnduqdena.duckdns.org fpuznehiwi.ddns.net +docs.gdriveshare.top old-template.site time.firefoxupdata.com gydz39q.top @@ -87376,6 +88749,7 @@ qwdasdqwdq.net mlzzmzzyqq.duckdns.org krpjpyuvr.com fpld529.top +joaisl3apiga.servegame.com myphotobucket.servepics.com fr4gn4tic.no-ip.biz 3dpsys.com @@ -87404,11 +88778,12 @@ adtiomtardecessd.zapto.org hangsuch.ru freecodehorse.no-ip.info wiztdyzp.com +isgacxfuyt.duckdns.org pkkrange12.no-ip.biz adminminer.kl.com.ua malaoghwlm.ddns.net score-sell-teacher.com -asdgxvse3.duckdns.org +joomlaparamaoun.xyz r3dline113.no-ip.org lookcold.net interevimer-nonosohous-interuvuvetn.net @@ -87452,6 +88827,7 @@ pbnncdnsite.ro eldesvan-sinlimites.com shermanmerman.no-ip.info c32lbnx.top +ratherdelight.net thefo2017.ddns.net seven-sky.org ndyx898.top @@ -87480,6 +88856,7 @@ plsskq.com paufx.000webhostapp.com 1il1il1il.com ecooanaere.duckdns.org +stellarisa.ru fs.nhntech.com ilobacish.net prefinazuly.name @@ -87492,7 +88869,7 @@ panamera.site semirevily-multivalovify-monobolely.biz winupdate64.com 6gh.noip.me -windowscentralupdate.com +superdigitalprices.com kdxotlcjuu.duckdns.org nse917.com service-support.site @@ -87550,7 +88927,7 @@ somigns.codns.com anetsbuys.com g6kg8f3.top bxs1.no-ip.biz -ksamkm.ddns.net +placeio.com heroi4014.no-ip.org ctackwqinkrfugj.ru eddie4hall4olds.xyz @@ -87586,9 +88963,11 @@ rootemmanuel.com rockapril.ru folksmu.be lbiqeypcggnh.net +16fckgwxqweod16.freedynamicdns.net qedyrag.com milkpage.net melvintravel.ddns.net +qujsumbwie.duckdns.org dwytqrgblrynsgtew.org afdajjgvammcbvi.ru bbsfu.firefoxupdata.com @@ -87612,7 +88991,7 @@ cefacefa21saf.s3.eu-central-1.amazonaws.com webcache.zapto.org kriller13371.no-ip.biz dpfx596.top -a-2-bcars.co.uk +jersetl.com adsdoge.com yms798c.top imudidabity.biz @@ -87622,7 +89001,7 @@ ymh791r.top dvgeihiowf.duckdns.org xcqrebhuij.duckdns.org waithurt.net -reeution.org +thehealthandwellbeingclub.com ieuycvnfcdem.in yardlady.ru hevyadilimsani.top @@ -87636,7 +89015,7 @@ n.yugypkhvl.ru dybp682.top allodeh2.ddns.net api092901.camerac.xyz -m52rbnk.top +ygqafpxtmhibiko.cn hello.tyvbxdobr0.workers.dev dddd33t2gw.dynamic-dns.net yoyosasa.com @@ -87647,7 +89026,7 @@ xtuhuhthuu.duckdns.org msy.myvnc.com buddytip-test.com skypegavrels1.ru -1604771404.httpdsconfig.com +asxztomxor.duckdns.org cstr1.com bpee.pw callvaxglobal.com @@ -87655,6 +89034,7 @@ software.advanbusiness.com warpservice.ro zwudijupofy.blasters.biz wiewjdmkfjn.com +suaxtqrksgchcwn.com levelstate.xyz quiet.duckdns.org gopremium.mooo.com @@ -87680,6 +89060,7 @@ akciove-fondy.eu brotting.no-ip.info servsrv.info sonicwall.no-ip.biz +investigationews.com rlgrmccvmq.duckdns.org pasakoyekmek.com ayudasaudiovisuales.co @@ -87728,7 +89109,6 @@ rbugfvwwhgxx.su skran.ddns.net ammar906klashnkof.myq-see.com iapplegeek.net -sodomize.no-ip.biz iznbocpubq.duckdns.org watchingj.ddns.net dbnsfreeqr.duckdns.org @@ -87738,6 +89118,7 @@ download-upload2.com olhpjfxvrx.duckdns.org ip168.ip-164-132-92.eu everificationaccountls.pl +vadfkyofdcmdcoc.ru yycc682.top rwtixbypptkj.ru fighiting1013.org @@ -87785,7 +89166,6 @@ ptsgs.xyz mh-hundesport.de ldmaejecvi.duckdns.org x6kx8m5.top -iseeu.no-ip.biz sazan765.ddns.net eithtservice-developer.com mobilecontinue.network @@ -87804,6 +89184,8 @@ nc8q2zl.top cwondys.club cumhur-uygulamasi-tr-tr6.com wpashxmcvi.com +acorusis.xyz +hengetelt.com ewubo.net video-hd30.site xderty.myq-see.com @@ -87817,6 +89199,7 @@ lusciniar.online tgdownload.ml cowboy.hugesoft.org jetrord-sharepoint.com +seconwowa.cyou qwertasdfg.sinip.es updatemicr0s0ft.net musututefu.info @@ -87835,7 +89218,6 @@ antarcticus.online postalutesify-irekogihood.com gstat.sloleaks.com docview.mygamesonline.org -jon-snow.pro milkallow.net pwcp198.top hk.have8000.com @@ -87846,7 +89228,6 @@ bad-print-capital.com dailypoliticsnews.com home.firefoxupdata.com thentook.net -martinidewinter.com gjhebkzuqi.duckdns.org prcp878.top meat87.xyz @@ -87869,7 +89250,7 @@ sweedfolz.com b.fioesr.at d123d.top dfsdfbdz.ml -kodak-world.com +126mailserver.serveftp.com tinky.no-ip.biz dpgqcloynb.duckdns.org l5d.no-ip.info @@ -87893,6 +89274,7 @@ hhxxcplyd.com ns1.fircitris.at dw.downloadtesting.com perlinisystems.com +ilovegirls.duckdns.org ultraruvaness-suboxasuror.name magic-living.com 961hh.top @@ -87921,6 +89303,7 @@ tarmwnizyd.duckdns.org sundaygives.net the8020.info topservicesecurity.org +17so.so rkeinsustries.com l3d81be832bc5c0613a9f62d3b535c35d1.cn reuqest-userauth.com @@ -87935,7 +89318,6 @@ friendsacrossthepasefika.buzz oapuwvvkjhaickavs.net iwbjobesvq.duckdns.org c329.duckdns.org -abusert360rat.no-ip.info unitedwebpay.co glonass-map.com f0427701.xsph.ru @@ -87988,7 +89370,7 @@ desireneither.net dealer24.xyz rrkcdmhziv.duckdns.org pfksruavey.duckdns.org -tcbmtrpandemidestegitr145.com +saru.no-ip.biz logfert.com images.webprogobest.com txhehympzc.duckdns.org @@ -88004,7 +89386,7 @@ oracleutilities.net wtysb.xyz nvbse.duckdns.org sltuxjapvjktnzivb.net -officesupportbox.com +contactus.onmypc.us qc5q6zg.top thinktwenty.net bogerando.ru @@ -88041,7 +89423,6 @@ subihikubant.info kapswholesale.info pmzvemedte.duckdns.org runescapepvm.ddns.net -ncdnikjnrjkcn.nl new-club.ddns.net algorithm.ddnsgeek.com anothertembr.ga @@ -88058,6 +89439,7 @@ sleep354.xyz divextreme-au.com a3nezy.no-ip.info omdqddddpp.duckdns.org +m.flach.cn mgorywbclrghenbf.top primeautocars.com exehenable-miniguxafesion.org @@ -88100,7 +89482,6 @@ gycz72z.top 6a8e1f06d2e4ce.ddns.net x6kk8l7.top ixawwgnxcc.duckdns.org -girlsgoneglamis.com arizonastatekwos.com awswiled2.hopto.org cysz93w.top @@ -88117,6 +89498,7 @@ agonecloop.at card3r.no-ip.org wetes.xyz alabamaok0515.1apps.com +dacepm9aakcbc57gau.myvnc.com hhpgexgxhdxy.pk cocksucker.ddns.net vtiidxlwwb.duckdns.org @@ -88126,6 +89508,7 @@ nspr.cat menusbyxarva.cf w6kt8x6.top ic3.no-ip.info +laworzbuio77.space legion17.info ezaw.blasters.biz disibubetable.net @@ -88137,12 +89520,13 @@ cylz78q.top f6kz8w8.top hayatyasam.site api.foxovsky.ru -ns2.dnsoptin.ru +f6kw8f5.top modalap.com qebytiq.com haa7aah.no-ip.biz deeeskjjbq.duckdns.org mjot.pw +wzboclzkzk.duckdns.org hackinroll.ddns.net dfbgmdhdfe.duckdns.org hdwavwosto.duckdns.org @@ -88168,7 +89552,7 @@ ldrforce.click play4funclub.com etdhy.xyz ormcdeefth.ddns.net -stata.link +techiefly.com stroganod.agency pxqscqcbyuwmad.info wwiktevxiv.duckdns.org @@ -88176,6 +89560,7 @@ imukoxive-transexepuped.net newest.no-ip.org zlo.rxfly.net loprtaf.icu +0q2d0hy2dyiohcu0.webhop.me mca.avstore.com.tw overlordxd.duckdns.org imunolance-postodinenetn-antifipuketn.net @@ -88192,6 +89577,7 @@ interucepion-emezubalike-redegufive.net pc7q7zb.top eparxgbais.duckdns.org ohmzz.no-ip.biz +evama.at jload03.info onlinestephanie.xyz fontsupdate.com @@ -88201,10 +89587,12 @@ recording125.xyz qdtn.us syn4.f3322.org systemswift.group +legend-x.dnsdojo.net superscammy444.truedns.xyz +lisakf64.top serv.firefoxupdata.com gyrz65c.top -ooep.pw +api100901.cubetv.xyz bbmdroid.com servicesecupdate.com z6kp8j6.top @@ -88217,7 +89605,6 @@ microsoftstores.itemdb.com husnssdsyp.duckdns.org hnohiaaewe.duckdns.org gpt2u5hhaqvmnwhr.onion -bigmoneyboss.xyz yz5.no-ip.biz mediamindcal.com pcddqvvvvv.duckdns.org @@ -88248,6 +89635,7 @@ zuldak92.no-ip.biz vklad.kz aaenyhostel.org rewt6.duckdns.org +jumpread.net uhjudnhtog.duckdns.org nc6q1zn.top up003.com.ua @@ -88288,7 +89676,7 @@ ud9b1f979b615eb9dafbbce2bf10d7d8c1.cc trojanxrootxv1rus.chickenkiller.com haha123.zapto.org sarutnoum.hopto.org -cevda3jvv5oz1t37.online +asforthemines99.uno naonnannaa.duckdns.org ysaythvdch.duckdns.org hotfreegirls.no-ip.org @@ -88299,7 +89687,7 @@ electrumpath.com rqdvglckow.duckdns.org tn.bklog.ink fdmail85.club -jua.no-ip.info +imf-eu.org fpjmjqrqfggj.su atilla.vip wilsooon.duckdns.org @@ -88340,6 +89728,7 @@ totti250.no-ip.biz qepufkcrwghi.us btghaeyqvg.duckdns.org hnnltbpzqv.duckdns.org +krcxdpitjs.ddns.net gelinciik.com privatlux.pw nexdpicklx.duckdns.org @@ -88365,7 +89754,7 @@ jeitacave.org bbznfbe.vip wkrlduogxi.duckdns.org f6kk8n7.top -cleanandr00.com +horqrux.no-ip.biz ftp.oceasndata.com haema.0pe.kr 8ef.ath.cx @@ -88379,6 +89768,7 @@ microsoft-cloud15.co.za bksjrakubs.duckdns.org man001.infosupports.com adfhg4sfhg.duckdns.org +chsmrfkysr.duckdns.org arda3369.duckdns.org hoboclown.no-ip.org goldenpick.net @@ -88390,6 +89780,7 @@ tgpjdoidkf.com hohlemum.fishdns.com redmand.shn-host.ru mtuwe.xyz +opheus.no-ip.biz leakdetecta.com uygur.51vip.bizuygur.eicp.netuygur.xicp.netvlprnaiill2-rnaill-slna.m0.everification-session-load.com tunneltrack.info @@ -88402,6 +89793,7 @@ wqmxf8k.com aff.i9600.com paintitpink.org enovulesancy-relixuhical-nonelomasion.com +qs1t1fdgda5an.zapto.org innatek.com c3v4b5n6m7j89i.tk congress553.xyz @@ -88434,6 +89826,7 @@ tabsync.net whateverdns.no-ip.biz alrazi-pharrna.com zgmf.no-ip.info +facetum.online jatinangorcity.com pandemiuygulamsgirisii722.com 2ve3334t34yyyh.ru @@ -88451,12 +89844,14 @@ cumhurbaskanlikap5.com mail.applesoftupdate.com counterstat.pw ipufxmuwaz.duckdns.org +prioriteteinsider.top a-ad.arrowservice.net +zxjfcvfvhqfqsrpz.onion.nu anoroc.ru -lqtcrom.net fnem.businessconsults.net cheapoilz.best hasdfe467ds.duckdns.org +zhangshuaihua.tl-ip.com njrat22.no-ip.org wellearth.net sadgx235.duckdns.org @@ -88495,26 +89890,28 @@ cwe80.newsonet.net capitalinvest.ac.ug vhuzzmzmmm.duckdns.org busgddt.hopto.org +apartmentmomentgod.xyz elasrag.noip.me qhghhiwjjl.duckdns.org jerseygameengine.com fk1s50.com +ultwshhwmkkqurq.cn lili75.no-ip.biz cueoqsnsnw.duckdns.org bombanext.zzz.com.ua othmane5.ddns.net ihgwhswhcabpeqn.ru +eeosqcieuhtffrjaa.net duorgoho.ru somphebtxr.duckdns.org news.mediaxsds.net blackshadesdns.dyndns-office.com acghilbdihio.bazar -outsidelaughter.net +goodperiod.top nana10.hopto.org demoralizehfbs.no-ip.org ns2.rigreo.at -flashmplayer.xyz -win.updated.dns-dns.com +dda.no-ip.info gyyz11h.top 09.justcounter.com updatenowpro.com @@ -88536,12 +89933,12 @@ hostfree.ddns.net landyfocker.no-ip.biz islandspect.com ifc.firefoxupdata.com +a9a69619d4659385694af4c64a59d420.eu minitoons01.eu bbc-press.org taftahrice.com leandrorat.no-ip.org business.aunewsonline.com -sdfg34av.beget.tech ybosrcqo.us brkfpzmxjc.duckdns.org l3mon.fagdns.com @@ -88602,6 +89999,7 @@ ysyskvagpv.duckdns.org am164.kro.kr n.wesocfgdj.com wetsghx33.duckdns.org +microsoft.org.tw friendlyuse.sytes.net nemty.hk parfumodax.com @@ -88666,6 +90064,7 @@ downlaodflashupdater.xyz white-pc.info gadykyz.com aceiikbcgiin.bazar +xware.ddns.net watzeb.ddns.net bkbyvpcgbcnc.net ygogpnvqwh.duckdns.org @@ -88701,7 +90100,7 @@ nedmwibsia.duckdns.org zbpjgtpokc.duckdns.org grex123.no-ip.biz lammayomotha.no-ip.biz -neverminded.club +rewrrdotxk.duckdns.org oussama1997.ddns.net gfftnvspjk.ddns.net tcglhfbdej.duckdns.org @@ -88726,7 +90125,6 @@ goodwell.all.co.uk single-office.ddns.net pbqguhuhgt.duckdns.org cyrz77c.top -6s4gg.top l040880c627d2f10a29a86072bdea708b1.cn ligerman.com loadlisboa.casa @@ -88738,7 +90136,7 @@ merhaba23.mooo.com yh558877.com x.ziper.xyz samsungpr0mo.online -eppixrakqeueuttiuvi.com +ntrzezrvdv.duckdns.org sagawajp.gnway.cc wilhost.com duhun.e1.luyouxia.net @@ -88760,7 +90158,6 @@ roiboypoleno.ru ekepyagtym.duckdns.org easyco.club hvxkkqedqq.duckdns.org -turalqeribov.duckdns.org adgorge.com njrat2282.ddns.net aaabec108acdc5c096f8bfd8914ed6fd99.to @@ -88798,20 +90195,22 @@ aip.comrepair.net hrfsdfgepg.duckdns.org wwxthsqmupii.com pbnmain.nl +psimdmianbjhlnc.cn loltopgor.monster fgvxlgrvns.duckdns.org -xcdrt.xyz vocycat.com xgmjxvwxbh.duckdns.org iuyllxkjww.duckdns.org helplnstagrams.com led-r.com a0407571.xsph.ru +flzowusaiq.duckdns.org protihuless.name rs14351452012.no-ip.org camlamb.no-ip.biz cloud75.xyz nmn766l.top +birsuredahakalinanbanaohguu.com speakerget-button.com crazyboy2016.no-ip.biz mustache-styles.com @@ -88855,10 +90254,10 @@ anubsavessl.xyz gaohrhurhuhruhfsdo.io ukbxrzekqz.duckdns.org omyyyxxkjw.duckdns.org -sam555.ddns.net +dheseholjuxfflg.ru hsadfwerxs.duckdns.org -gstatici.com imhappyabout.xyz +ltc001.zapto.org coremodding.zapto.org monohiloless-demodefy.com fstl.bigish.net @@ -88893,12 +90292,12 @@ mygrqeprng.duckdns.org imbc.onthewifi.com qnqrfuvqap.duckdns.org flowerprosv.com +facebookbacker.zapto.org netcorpscanprotect.com w123w.top ubfqijbiga.duckdns.org ns1.helpchecks.at jgworldupd.com -implication324.xyz aghwe.duckdns.org moviesnews.hopto.org gmshorses.com @@ -88928,6 +90327,7 @@ nerrr.hopto.org kukutrustnet888.info uvdwqqluhogoijk.ru seko.zapto.org +manage-your-ads.win sigh73865.xyz ns2.dnstechlist.ru f82lbnw.top @@ -88941,6 +90341,8 @@ logon-info-gsupport.com uygur.5166.info perrr01.pro jzcp538.top +dpdz579.top +qponudgniecpmtq.cn aaa18aaa18.pw huffdaddy69.zapto.org ns3.wwng.su @@ -88952,6 +90354,7 @@ km8qf67.top tundra-tennes.com skkhpzhcxl.ddns.net update.86wts86a8j.com +abdav21.ddns.net vetalamator1.ddns.net cbaaazzmzm.ddns.net umadddbro.no-ip.info @@ -88968,9 +90371,9 @@ fcbarca.top ugudyfyqov.duckdns.org vojyquf.com bknruc.com -puppyarts.com qwww999.no-ip.biz aeubeufubg.su +tuvaywaixo.duckdns.org isis-online.net hahashow67.bit zied13.no-i.info @@ -88994,6 +90397,7 @@ b72jbnp.top onedriveoffice365.com wydpf.org smeltpatrol.zapto.org +xvslwshoqffbkej.com ftp.itunesimages.qpoe.com totallol.duckdns.org oinrgfcqbg.duckdns.org @@ -89013,6 +90417,7 @@ syjihqmspo.duckdns.org knockknock-jokes.com gypz61g.top miranda-barlow.website +mkjcppcpbf.duckdns.org myip.no-ip.biz ca452a2dc910.ga wrongfeel.net @@ -89025,7 +90430,7 @@ fpwd523.top 1604771268.httpdsconfig.com citfaqktvxqmhgr.com jwjxlmmzzf.duckdns.org -yaltimate.com +ploaernysannyer.com nms712b.top you-tube.tv kfkejerndjkvideo.xyz @@ -89034,6 +90439,7 @@ tharepirms.ru n.zepjdorss.com babayanli1.zapto.org vseorake.ru +imap.maill.clintonemailhearing.com ultracibeward-unimumanable.info a.newtrips.su gyxz96r.top @@ -89122,7 +90528,6 @@ dgqnjnkfim.duckdns.org ilogehunant.com fpfh592.top sitesiteservdswsrv.nl -coincide807.xyz nyugorta.com home.hopedaybook.com fpbm582.top @@ -89133,9 +90538,10 @@ svetik753.bit home-storages.com stasim.ru cymz79y.top +riumo.ru detox.no-ip.biz turendot.com -trydwfttrk.duckdns.org +gidvapccvvlmcvb.ru unetgallery.com jp-login.gq blackardi.space @@ -89147,6 +90553,7 @@ ytfefdfzal.duckdns.org p12.2017fly.com silverain.top fzrhgrwzrg.duckdns.org +gongotraa.com asdgxs2w35.duckdns.org doctor.no-ip.biz ihax.zapto.org @@ -89157,7 +90564,6 @@ yxntnyrap.ru onedriveglobal.com qq603535.3322.org htclan.servecounterstrike.com -shorturlservice.com ipwmjvttkxwp.com niggerplease.no-ip.org uttejustrep.ru @@ -89176,7 +90582,9 @@ fall6358.xyz musicsome.net jboyshyoje.duckdns.org pop4bshades1234less.gets-it.net +emailhostsecurehk.com laogxsc3377allison.club +rounzabout.ru suffundi.online 1603710033.httpdsconfig.com bestshareland.com @@ -89191,11 +90599,14 @@ apple-uptoday.org ganycob.com inklingpaper.com c72qbnl.top +ifkpuxhxsmns.com +dbxjbabwsb.duckdns.org afaeigaifgsgrhhafl.cc xxg.tbfull.com psuyh3.xyz +comparistakres.ga admin777.noip.me -lygymoj.com +jijikolo.uno odoishsaj.com misitumafy-imoxozify-overehimuty.biz newmediaposition.in @@ -89204,6 +90615,7 @@ x95.no-ip.biz nitec.ns1.name nmf735y.top peter13373.no-ip.org +yzhf1.system-ns.net tbcmtrpandemiuygulamasidestegitr84.com cnedriect.com adsss.no-ip.biz @@ -89225,6 +90637,7 @@ ensure00.no-ip.biz dhl-serv.space pingserver.info haoyujd.info +qxbppbfooefvhok.com aeoghehofu.su hjlh888.com break3241.xyz @@ -89234,6 +90647,7 @@ xjpsjcrulo.duckdns.org onenewpost.com ns4.metanet.at fqiyvyipswcv.su +zfothlqhkm.duckdns.org z9ls.com cadesfinjeriokas.com windows-ddnl.com @@ -89252,6 +90666,7 @@ google.airdns.org fw.thedark.us megasefa.ru fpqy592.top +dhl-suka.space rex2014.ddnsfree.com nxd.sinkdns.org babosikidai.com @@ -89286,13 +90701,13 @@ ymf731b.top nngbptfxhy.duckdns.org vjiijhqvgpiu.net sadgxcge32.duckdns.org -folkex11.ddns.net +kdvspomrfxftehj.cn fpgm567.top j16fca3d8460f0014a8a05a85823b9b1ee.so xdmnbfhgzo.duckdns.org furiararji.com dsfyhcdkeiprs.co.uk -ichiewale973.biz +gymz93t.top zyrex101.no-ip.biz jnb-sh.com km8sg79.top @@ -89363,7 +90778,6 @@ repliedstreets.com ymh793j.top hubbardproducts.com icemob.net -dsg3g.xyz emerge3643.xyz l82dbnk.top ks.aunewsonline.com @@ -89389,7 +90803,7 @@ sicurezzaonline.info macromagehood-exarexofion-depetihood.com tmqcuptnlx.duckdns.org kdotraky.com -giantservice.net +aninda-sos-yal-de-ss-tek.com mailserver.instanthq.com f0517366.xsph.ru srtsuljsje.duckdns.org @@ -89412,6 +90826,7 @@ dadvexmail19mn.world analystfinance.com ja48366ea2cbe61d8242011800248f6e13.ws rulahat.ru +resultbranch.net 3ca.ru march262020.live wwwxyzabop.duckdns.org @@ -89433,7 +90848,8 @@ uihwjopjli.duckdns.org donna-paulsen.info comfile.softsolutionbox.net noreplyrobot.duckdns.org -kcnncj.fr +4chgh6wwcywxivb.servehalflife.com +tdjjrctopo.duckdns.org equipepro1.duckdns.org unknown-address.no-ip.info kiiviuutfs.duckdns.org @@ -89449,7 +90865,7 @@ tiotricryou.tk by334.xyz read-hanmail.net rsddoser.zapto.org -2cicit2itiw.xyz +netbounce.net hm1234-62207.portmap.host sajad19981998.no-ip.biz rvpmvumbdv.duckdns.org @@ -89465,6 +90881,7 @@ poisonfight.com newphoneapp.com jkharding2014.ga irovatoship-preranixidom-disehuliment.info +hxbpbqhwvvcriwu.ru uafhsesriy.duckdns.org ns4.bolgsky.su 3vaamaayungkapku.com @@ -89475,6 +90892,7 @@ enabato.ru alippo.ddns.net ymx752w.top obichereu.website +kcgrwdlwqc.duckdns.org mniruijngn.duckdns.org user1l1l.a-p-e.m-a-f-i-a.com mlprat.no-ip.biz @@ -89531,6 +90949,7 @@ purygeg.com bvsotfbank.duckdns.org gynz87w.top bcquick1.com +thitlctosk.duckdns.org cnteam.biz svzzalxvxz.duckdns.org odjmusica.com @@ -89562,12 +90981,14 @@ cloud-kingl.com sympation.com transunutism-suberofobency.name lolblog.cn +scfoijdccqtmj.in lymytux.com keklolymai.temp.swtest.ru wt35712830.ovh.net alfpmrnq.org duyururamazan-x.com iuncilbdkj.duckdns.org +movementfancy.net hvzr.info 34324325kgkgfkgf.com spyground.no-ip.org @@ -89577,7 +90998,6 @@ km8gm29.top udqauunhno.duckdns.org axisbasis.xyz doobeih.com -wearefirefighters.ddns.net ssvacxbdhj.ddns.net handbrakestore.com tfgwuiksvmhogcq.cn @@ -89605,8 +91025,8 @@ shakezin.no-ip.org angryflo.ru portbab.infosupports.com edtomcmpcd.duckdns.org -benibendenkakmk.xyz zezoa7864.no-ip.org +zlkwjwvhuh.duckdns.org fni.bigish.net harrykane.online blackshades23.no-ip.biz @@ -89618,6 +91038,7 @@ dizifytunugowam.info cysz21y.top brakalalrakds.xyz qonacoonau.duckdns.org +ykkxkkxkkk.duckdns.org ibgreenstdyfestivers.dns.army roiboypog.ru api.doubles.click @@ -89736,13 +91157,12 @@ gyhz19s.top hardik.no-ip.info dehionsgbes.com inderasys.su -defintelsucks.sinip.es sex-finder4you1.com anonn.no-ip.biz boos77.hopto.org freeship.hopto.org cvv3.su -oeklewphag.duckdns.org +epnrqhjabm.duckdns.org bbqbnimeaz.duckdns.org csob-client24.in zinkobeauty.com @@ -89755,7 +91175,6 @@ fahed52.no-ip.biz fpds587.top labibo.no-ip.biz ytwea.xyz -q32pbnm.top w6kh8z3.top fasters02.top 5ji235jysrvwfgmb.tor2web.ru @@ -89766,6 +91185,7 @@ sizlericincompany.siyahmaske.tk mobile20gbgratis-internet.com carnagehff.no-ip.org goodhost9001.no-ip.biz +jyqgzczgka.duckdns.org tedharhepret.ru jc3q2zj.top sgxs3255.duckdns.org @@ -89809,6 +91229,7 @@ oamentyga.duckdns.org minimumservicechek.ddns.net schrijfdrift.nl netsecuremailhosting.com +ngksqyaepv.duckdns.org saltcity.ru dkrat2012.no-ip.biz qeaasneeeh.info @@ -89819,7 +91240,6 @@ zhrzhmtfkf.duckdns.org girlchildeducation.biz uygulamaevdekal1242.com t09369e5644d9afbac3a7a9690cda4b384.ws -greatobamaonline.com bright1.awsmppl.com daskd.me sergiohurt.no-ip.org @@ -89836,12 +91256,13 @@ fileshare.attachment.biz longalive-btc.biz 1604771581.httpdsconfig.com dfgdgertdvdf.online +fmldilqvgnfbydv.com ifnkzbzucs.duckdns.org vajgqwtrpgjn.ru bsdfbsadjfb.pw cyqz27n.top home.maddiewang.com -zesasar15.com +syncrat.no-ip.biz mencistiryunaytid.surf rathermeeting.net cyjz93x.top @@ -89863,7 +91284,7 @@ sincotul.top snupdate2.top splitbiin.co inconnect.no-ip.org -helpbyangel0.wordpress.com +yjw71kj.top wishprice.net saveonfordtrucks.com kurd.no-ip.biz @@ -89879,6 +91300,7 @@ transicoben-emuhisician.biz lrcp868.top ediwwwwwvi.duckdns.org 10022020newfolder1002002531-service1002.space +linuxbasicsg.com jzqidddqup.duckdns.org lb49ada8.justinstalledpanel.com support-accountsrecovery.com @@ -89974,7 +91396,7 @@ bssupport.duckdns.org asdfxs235.duckdns.org d55consulting.com givemefilesnow.info -pikhest.mooo.com +p12hbnh.top fulzmrddza.duckdns.org laidojimopaslaugos.com nqvifqrfxr.duckdns.org @@ -89983,7 +91405,6 @@ zljrlm.com visitpakistan360.com th0t.duckdns.org protopacink.gleeze.com -gyzz62w.top ryyhr.xyz enum.arkoorr.com donttrackme.sytes.net @@ -90012,13 +91433,11 @@ trunk46.xyz jmabxlmdsf.duckdns.org thesesmall.net omlllyykxx.duckdns.org -cugq.com chat.queerline.de olododo.tk moogli314.ddns.net ns2.pdnseurope.ru tfernzq.com -bmhcdqrwmx.duckdns.org bbu02.pro nizarnizario.no-ip.biz markm.no-ip.biz @@ -90043,6 +91462,7 @@ bgt.beardshvoong.com z6ky8f9.top 1603709995.httpdsconfig.com gohudejata.info +b.firefoxupdata.com 1604771592.httpdsconfig.com songcross.ru ymb711d.top @@ -90072,7 +91492,8 @@ galyvas.com eveningfancy.net glowtrow.online cyhz13l.top -maishousemeovac.com +backend.eastkingz.ru +lickjxtxsl.duckdns.org akdjpro.noip.me h22ybnd.top artemlok134-50915.portmap.io @@ -90096,6 +91517,7 @@ asifchadhar.no-ip.biz fpcs585.top ns1.serklining.at hkuqynseib.duckdns.org +zlvksmabtu.duckdns.org f72bba81c921.livejournal.com lawernios9248.top littredhermi.ru @@ -90141,12 +91563,14 @@ war10ck.serveftp.com ohljtbwkja.duckdns.org poamrfefee.duckdns.org colektiv.info +rez007.ddns.net forwardto.ddns.net postafobagical-imabegical.info uvjjxlddes.duckdns.org coin-bene.com gsgo.mooo.com zbjsuqjaqkce.com +quechardojecde.tk suporteng.com statuses.ws adobeplugs.net @@ -90160,6 +91584,7 @@ p72qbnd.top bowlkuthaha.no-ip.biz protoc.infosupports.com lelyah20.no-ip.biz +rentuineranmudfhe.tk w3.casacam.net aserraserr1.no-ip.biz nzhtawcbsv.duckdns.org @@ -90192,7 +91617,7 @@ getbhhrsiy.duckdns.org google.applesoftupdate.com mmm.freesite.us fcsgaonksk.duckdns.org -kgvvubjjsv.duckdns.org +zjryzchtws.duckdns.org holyshitwtf.no-ip.biz pacotdc2020.duckdns.org tbivrizzaa.duckdns.org @@ -90223,6 +91648,7 @@ b92tbnt.top mymoneyiq.io djfoldz.no-ip.org xzit007.ddns.net +fpkh596.top lazytoxic.ddns.net aeomk.com yaashqjudj.duckdns.org @@ -90238,6 +91664,7 @@ rqeerrrere.duckdns.org imad2001bo.hopto.org multigeduness-retaguzency-prerovudancy.net sero.zapto.org +trtpshuhxlsflyl.ru revupomement-ultrarulalike-pronabisument.name cac.bigdepression.net twert.xyz @@ -90253,12 +91680,12 @@ daedagheauehfuuhfd.io emacaceness.org usernamegopro1.ddns.net nwcijllixb.duckdns.org -hnbkwdqnynmy.ru affliatedomainservice.com hndwyfhiwe.com slimip.accesscam.org windapts.ddns.net malaysiacamping20gb.com +tvgtplxgfpsojby.com h6kn8m2.top samy12.no-ip.biz servdswncjkcn.ru @@ -90319,7 +91746,7 @@ phlashplayer.xyz lancosi928.tech iqfnrbvyybmq.pk ccc.snicker.ir -gulenterprises.ddns.net +gameapps.link kjnhkdgjdd.duckdns.org fpxm537.top account-google.member-authorize.com @@ -90360,7 +91787,6 @@ lhcp258.top safetexgroup.tk jfnservncjsite.in cgna.info -forsometests.pro solkoptions.site fesagro.ru solomsn.com @@ -90377,7 +91803,6 @@ hytorc.com.vn ftxpupidhw.duckdns.org yepyeh.ru venresf.ml -nlocalhost.wordtheminer.com unwucnpdph.duckdns.org medexplor.thedomais.info waetsdgsw.duckdns.org @@ -90392,8 +91817,10 @@ krnjsgbktp.duckdns.org youcefhcr.noip.me haker08.duckdns.org boomersvoice.net +redojjvtckxiofu.com star.yaneom.space gryphonus.com +8e5zciqqo3.com elitedarkarmy.no-ip.biz zkjwjiviuu.duckdns.org kaydo.ddns.net @@ -90418,7 +91845,7 @@ whynotworkonit.top luminost.freedns.tech treasury-government.com blackshadest13.no-ip.biz -telstra.ignorelist.com +1603710041.httpdsconfig.com sfasdik.com children.ru.com inoxodusor-misehupukism.info @@ -90426,10 +91853,12 @@ xmbgylyeum.duckdns.org fupmicgaqoql.com whzitejygr.duckdns.org uploading-neptune2020.serveftp.com +marklou1.eu h22.club yms723g.top ns3.happywip.ru fpzy529.top +inypdvtedb.duckdns.org i3i3.no-ip.biz dagialjcin.duckdns.org bihyokmcdgjkhsl.com @@ -90438,14 +91867,15 @@ abxwm.com jfndswsitesrvpower.in mixan4uk.system-ns.net legitscrits.no-p.org +fpkw539.top aanonymous123.ddns.net house.globalowa.com vmwarize.com onlineshop.sellclassics.com sbxamxvorl.duckdns.org +wixed.speedfastmaking.com harrybacon.no-ip.org dpzl599.top -jaymaximus-61731.portmap.host wheatherserviceapi.info thecarter.no-ip.info vregbqeg.com @@ -90464,7 +91894,6 @@ nomadfunclub.com vb-tgareed.zapto.org helloalliance.net amazinggreentechshop.com -pliyvelsml.duckdns.org failfishes.no-ip.biz hartigening.com collegetrain.net @@ -90519,6 +91948,7 @@ km8gb72.top jmoobbddde.duckdns.org updsvc.com mueye.xyz +beyazyrkolr.com bloodskin.website jiuncx.com 357788e4.ngrok.io @@ -90546,7 +91976,9 @@ hubktoxythhg.com cr1011.no-ip.info leapforwards.net bulwmrzafi.duckdns.org +crest02.serveftp.com turkcell.tel +mommyreal.ddns.net wordpressplugiin.com lnzeongysd.duckdns.org 1603710175.httpdsconfig.com @@ -90567,7 +91999,7 @@ adobe.update-service.net encrypter.webfoxsecurity.com deadarmy.net zncuxsifrc.duckdns.org -nmj727n.top +windowsnine.net lctkumszrz.duckdns.org lkakaushkid.agency soletrobuse.ru @@ -90579,6 +92011,7 @@ de.gsearch.com.de patreon-megatron.duckdns.org ghgghg.ddns.net 6khq4bgn5a5g7kzi.onion.to +liubu08.tl-ip.com workfine11.duckdns.org bitchwitnotits2.no-ip.info gpharma.co @@ -90588,7 +92021,6 @@ flashplyer.xyz msft-cdn.cloud mnbnswcbnxhpuue.ru km8ml39.top -fabjimekbd.duckdns.org oplokbots.no-ip.info eltiempo-news.com jrymzaizix.duckdns.org @@ -90631,6 +92063,7 @@ brumnoka.top twittermodeler.com ctimoon.marsbrother.com mycojenxktsmozzthdv.com +1103bye.xyz juana.fun indiasunsung.com ngjobvjignrkv.ru @@ -90645,6 +92078,7 @@ mlkm33.no-ip.biz ns4.nvrsknameserv.ru shaula.space ztcp328.top +inspiredbusinessmedia.com mostafa96.ddns.net abifph.com hjmhgnf.xyz @@ -90652,6 +92086,7 @@ km8pl65.top globaltimbereurope.com wouldposition.net myhostforrat.no-ip.biz +gloriousflooring.com fillin.space jvughutykk.duckdns.org ondereteveng.ru @@ -90672,6 +92107,7 @@ smileplz.com lpggazprom.ru shad.zapto.org cnc.duckdns.org +vntcdtfllortgcu.cn silenser.site searchreturup.org interagitese.info @@ -90709,7 +92145,6 @@ mdkpwkgnrnob.su zlldivine.no-ip.org pihvlfdqrh.com porfin2.no-ip.org -laesperanza.duckdns.org limosa.online appleupdateurl.2waky.com vnchoster.no-ip.info @@ -90725,7 +92160,6 @@ martinlloyd.net dsanta.no-ip.info 5dollaralluringstyles.com crypters.hopto.org -hosthacker2019.ddns.net mail.symanteconline.net searchsimple.net nousage.arrowservice.net @@ -90742,11 +92176,11 @@ l0lscape.no-ip.biz pandemiyardimi.online kelime252.xyz inehegely-enolobocical.net +gfxfrcigye.duckdns.org msdip.com nerfetyv.org idungeon.no-ip.biz kohsijubfsemawc.ru -detumunoship.org vazawoweso.online jmw88kj.top 2anwyjsh7qgbuc5i.onion @@ -90769,10 +92203,10 @@ ilkuvvcbfr.duckdns.org fbstatic-a.xyz fptf586.top sikacsxyqo.duckdns.org -really.myvnc.com awesd.xyz albeniaffadamesdonic.site tonttotatone.ru +bardubar.com wrongnovember.net wegwgegweg4g43g43.info chatnoo.no-ip.biz @@ -90784,7 +92218,7 @@ undeadarmy2012.no-ip.biz mlmbonus.com kolabdown.sytes.net prhliebweummrbk.ru -eurysthios.xyz +darkarmy.chickenkiller.com vnkkfaadpn.duckdns.org 1603710270.httpdsconfig.com liveupdatecheck.co @@ -90809,7 +92243,7 @@ vmzdrwvjuw.duckdns.org derekbs.no-ip.info wxynpteupd.duckdns.org 2mynameins3344.net -todini.co +tccbmuygulamapandemidestegigirisin1.com mnulbjajsopqnk.co.uk wingslive.no-ip.info pars.earthsolution.org @@ -90845,6 +92279,7 @@ nickward45.xyz etobylovjanvare.ru enesetument-transilupese.com theminkcoat.com +asd996431832.tl-ip.com ppadaolnwod.xyz fpqk533.top worksteal.zzz.com.ua @@ -90853,7 +92288,7 @@ fptt563.top securityupdatereport.com vanagitah.com viromxdtzw.duckdns.org -uncomfermed.com +valetik.ru f1ffec6da5ed13d8e7f6ba12050c8fc368.in microsoft.16667.no-ip.org oharvest.net @@ -90867,6 +92302,7 @@ correiosbrasilsedex.serveftp.org dfftljkvwa.duckdns.org fpyz566.top yaroslavdimitriev.000webhostapp.com +hdusgrfalc.duckdns.org mediarea.org linksbshades.no-ip.biz bktwenty.com @@ -90888,11 +92324,12 @@ cdn.eworldship-news.com mupsaffxmi.duckdns.org wmwbc.com fszyinfuhy.duckdns.org -fifa16.ddns.net +cdn.chatcdn.net freeminecraft.no-ip.biz vicirealestate.com -mouthfood.net +upyourtext.com medo204020.ddns.net +veryjune.ru thosestrike.net ami.regroups.net thicktwenty.net @@ -90923,6 +92360,7 @@ taleassociate.com ampala.ddns.net ns2.keepitupdns.ru 1657ec96792937f71c20c9e1bdc2300f.duckdns.org +tifferoi.top tssjxwwjvx.duckdns.org downloadfreesms.com krameria.ru @@ -90948,6 +92386,7 @@ hc2q3zs.top jtlkwrbgbn.duckdns.org amplerdan.com aoeaqxivuikhhdp.cn +panel3195.prohoster.biz pal4u.net rattool0.ddns.net leviisrockstar.no-ip.biz @@ -90981,6 +92420,7 @@ ymc758x.top revolution4kids.net maidcafeyoyo.fun tiylymddrm.duckdns.org +qetytup.com qalslo.info uwysh.xyz xyzfeda.no-ip.org @@ -90992,7 +92432,7 @@ osscach2023.hicloud.tw infokscents.com xtwohunmrh.duckdns.org tekkit69.no-ip.biz -jeph.earthsolution.org +coretime.no-ip.biz boogwwumjknn.pk info.coreders.com rfffnahfiywyd.com @@ -91050,6 +92490,7 @@ jwubqkjvdx.duckdns.org unrated.no-ip.org linjiayu.e2.luyouxia.net cpoinspired.com +mininivocese.info image.satellitebbs.com roommile.net bolbos.co.cc @@ -91067,6 +92508,7 @@ xihuxppboo.duckdns.org weak-online.work cocks22.no-ip.biz g72gbnc.top +cpionxvkpifvcdf.com nodreamnolive.top y5fserver.no-ip.info irsojwfbsn.duckdns.org @@ -91157,6 +92599,7 @@ kpfghbboes.duckdns.org gqeixyzdrr.duckdns.org lol1337derp.no-ip.org zabbix.servercontrols.pw +finuclier.com w6kx8h7.top qssneepmrs.info sloda.best @@ -91164,6 +92607,7 @@ blackshadez.no-ip.biz cryberpunk.download fionia.com jspowmxsl.ru +seaman317.no-ip.biz duwkzwiqzk.duckdns.org ctr1p.com name33.xyz @@ -91176,11 +92620,12 @@ tmrobo.org mixjuice1.club uploading-neptune2020.servegame.com hsuie.top -fpzx587.top +epuhttttff.duckdns.org videosk.in.ua znrnsszkft.duckdns.org minemin12.no-ip.biz daedagheauehfuuhfh.co +fpqb595.top cleanphonetrksftware.com pklz.xyz cultureacess.com @@ -91207,7 +92652,6 @@ sumpfstumpf.no-ip.org yolecafeha.club bro.fastwh.com mediaftw.no-ip.biz -pissy.no-ip.info ahmwmtkxmtq2.top eodo1.000webhostapp.com riposterpostnewapp.ml @@ -91220,7 +92664,6 @@ kingo27.no-ip.biz lovelyfeed.com monotamekission-interuxeriless.info dickdickdickdick.no-ip.biz -ak123.zapto.org bfwefhtbpk.duckdns.org qrecdgtmxb.duckdns.org ihack123.no-ip.biz @@ -91240,10 +92683,12 @@ golds3cheating.xyz googleele.ddns.net football12beach.xyz ridfdwhcve.duckdns.org -panisdar.com +strangealmost.net sncp968.top facebook-support.com k32qbns.top +fogsdeknvt.com +bridgeph3.zgxuanhao.com cosnnicchina.no-ip.biz ring00.duckdns.org jjload05.top @@ -91274,9 +92719,11 @@ b23zf.no-ip.info pot-q.top enozufety-inilorely.name vbeefnlihk.duckdns.org +fdlfpmjhly.duckdns.org packchair-purpose.com ltjones.zapto.org deepsome.net +gycz25y.top decisiondock.com gvwqvqampe.duckdns.org mgiligxtyd.duckdns.org @@ -91295,7 +92742,6 @@ oa.to0ls.com uponthank.net wnegerf.com danialmostafaei.no-ip.biz -xn----7sbiki4aifik1ax.xn--p1ai nuiafkatwy.duckdns.org ls.andreagbridge.com api004.seemonitor.xyz @@ -91304,6 +92750,7 @@ rankedcaut.ru paysend.host lasvegas.beget.tech ltemdvayxt.duckdns.org +pakbj.cdn-pak.net pieceopen.net sinkhole1.botnethunter.org landoncyber.no-ip.org @@ -91319,6 +92766,7 @@ nbdzfdecdu.duckdns.org erojhzwmuj.duckdns.org 23r23e23er.xyz circle.hardwalldroid.ru +360mediashare.com cykz23f.top a.kah.kz ns1.yamsonmi.ru @@ -91344,6 +92792,7 @@ bigshowinc.co.uk cheresto.com hfc79a6e05f6393af078d5de179bbce06c.cn aisulu.ddns.net +stdyrmtcntlenverpfbi.dns.army protest-01482505.click navi.earthsolution.org pildjsjnlk.ddns.net @@ -91366,6 +92815,7 @@ vvrhhhnaijyj6s2m.onion.top swehostcs.servercounterstrike.com cryptonia.top nnlqvnejbv.ddns.net +ales2018.myq-see.com longline.casa wifo.space buzztrends.club @@ -91396,6 +92846,7 @@ ageofwuxia.net iamallin.com service-recoveryaccount.com hayatevdevar20gb.com +iopderek.cn eutodentroedai.no-ip.biz snalbmwhgs.ddns.net virus.sytes.net @@ -91560,6 +93011,7 @@ develop.firefoxupdata.com curt.hopto.org htezbxibds.duckdns.org text-first.flnet.org +bedavanetmet.com 26l.no-ip.info pixelorlando.com youm7.no-ip.org @@ -91575,6 +93027,7 @@ shokeydservers.tk mail.maeil.ml bfedsudxfx.com sdd34dfgfg.xyzs666.xyz +bgmhhbe.vip 1510.no-ip.org hmoprulchk.ddns.net dpczjcgazyvfe.com @@ -91673,6 +93126,7 @@ ttzioiyzupuntyceqbwqr.org ntyrique6024karlie.xyz meteliai.no-ip.biz ja3bassa.hopto.org +xxdqj6xbjpkzhk7k.servemp3.com disorderstatus.ru jsxcnkgvfh.duckdns.org hasdfwetxs.duckdns.org @@ -91718,6 +93172,7 @@ encelava.com fwiskpomrwlqayc.com zufair.duckdns.org allachaib54.ddns.net +coinbase-us1.info jiewpsbsak.duckdns.org de5ef4128a34c910a3fa80206229c05c38.in rootbeer.top @@ -91809,7 +93264,7 @@ com-recoverysupport.club xsmxjcrixz.duckdns.org cfrerdqpvv.duckdns.org justyjohnxplodes.ddns.net -djdkduep62kz4nzx.tor2web.org +trsaywozxa.duckdns.org duwgwhldhl.duckdns.org ololoev.duckdns.org imesuxiward-microgevoful.info @@ -91831,6 +93286,7 @@ fallfind.ru f6kf8p5.top travelman.su deiceezo.net +aacaltupqy.duckdns.org hasuduwert.hopto.org infosportals.com sdadvert197.com @@ -91857,7 +93313,7 @@ scroogeslogs.su 3s5w1.top petordementyev.pw internationsplanet.com -heuzzbozz.ddns.net +onealabamasport.com fptw598.top zjitaajnmx.duckdns.org herasimaonline.biz @@ -91885,12 +93341,13 @@ us-mi1a.versavpn.com tv1004.codns.com gyhz91j.top mahwmwnrmn.in -invoiceformater.com +darkblue3-e3.xyz eyercnc343.duckdns.org googlesuport.com sosta.zapto.org germtbzda.com wnfrqpekvq.duckdns.org +supr4.no-ip.org e9wgrblquh.com lvphxfvpsigghujpdm.com webdiz2.ru @@ -91972,11 +93429,13 @@ cracratutu.com cyfz71w.top golazodngjrtir.duckdns.org ns1.hertkilo.at +erepoidxld.duckdns.org techvita.biz pop.lawadviceonline.org hatthatrewlet.ru ns4.hotsumer.ru mwnbmdmjur.duckdns.org +packgeddhl.myddns.me warethsb33.duckdns.org atomhosting.zapto.org bil07.no-ip.biz @@ -91986,6 +93445,7 @@ rzeqhjkrmv.duckdns.org ceepitbj.servepics.com 20gb-etkinligi.com dutyfirst.net +kitchenbiggy.best database.serveblog.net 1cb3c4c0.space luser-kas.myftp.biz @@ -91998,6 +93458,7 @@ ovjymkvpag.duckdns.org bazzlyyxxj.duckdns.org web.riderit.com firm.tplinkupdates.space +netdiscovery.org 1604771321.httpdsconfig.com uksportbook.com icngkchdhxomtdo.cn @@ -92017,7 +93478,7 @@ teper.xyz new-hacker.no-ip.org msofficeinstall.com embhlqkvgo.duckdns.org -mad1987.myq-see.com +eisiizh9bln.sytes.net kenzog.no-ip.biz casaderassa.cyou km8qx66.top @@ -92060,6 +93521,7 @@ xmoru.me vmmini.com jorje.zapto.org tkgcgwfuyi.duckdns.org +zzhreceive.anondns.net coolhaas.com qegysoq.com yardfree.ru @@ -92071,7 +93533,6 @@ kolaawhatepsi.com smartmediasearcher.com myaw.no-ip.biz mightneither.net -s3-cloud.hopto.me ns4.riolorter.at cylz69j.top myolton.com @@ -92089,7 +93550,6 @@ retorwithat.ru vareangold.de mumukafes.net ikjservfjrkcnfjr.biz -wecybjcfjvfe.su cdrome.at alloperatormalaysia-20gb.com explorer-windows.myq-see.com @@ -92101,6 +93561,7 @@ vestak.space aaxvkah7dudzoloq.onion issymoss.no-ip.biz gali.keipta.us +gkuvxfqkld.duckdns.org rvziqfinfw.duckdns.org goodmake.su damagerize.no-ip.org @@ -92117,6 +93578,7 @@ khsvgoxgjo.duckdns.org distiny.zapto.org outlook-client.com atn-com.pw +gaomizhe.tl-ip.com ydojyammnm.duckdns.org hbnpeyjkfx.duckdns.org a2mmxwlxvz.com @@ -92147,6 +93609,7 @@ qov.info 1h8y7se2ot.com bsrat.no-ip.org wwxthsqmupii.in +prntrahykgcrnia.ru nshy31.xyz mrkerli5.com cloud-server-updater28.co.za @@ -92188,7 +93651,7 @@ bits-mars.space 2vx.onion toyddkccnmpx.ru essence.no-ip.biz -idlevents.com +oc-timber7979.com d8rabus.club umuugbmalw.duckdns.org rea26ypgvle02hcbunp.com @@ -92196,6 +93659,7 @@ lxhpmsvhui.duckdns.org cfsmytaxup.duckdns.org go-microstf.com krrekmxfuf.duckdns.org +var00n.zapto.org lifregal.co qlqd5zqefmkcr34a.onion.pet histeriahf.no-ip.biz @@ -92206,6 +93670,7 @@ cprvtsdy2upcomingtalentanimationauditics.duckdns.org feminization.xyz seaarch.info sgxza.xyz +ksgfnahj4os1o.myvnc.com greetingcardsproject.com hkqifyosyf.ddns.net ns2.swins.ru @@ -92220,11 +93685,11 @@ efiigbo9.duckdns.org ab1b0eaa24bb6.com spynetstn.no-ip.org haitham253098.no-ip.org -mold54.xyz +izvxrbrrsr.duckdns.org iceyrattedyou.ddns.net wwmd.no-ip.org relfylands.no-ip.info -hengjia8.com +afeifieuuufufufuf.com hack9991.hopto.org javaupdater.no-ip.info lelemssd.agency @@ -92232,7 +93697,6 @@ uieyhtofgnf.no-ip.info 7tno4hib47vlep5o.tor2web.blutmagie.de offshorecompanyllp.com ftp.cloudfileserverbs.dynamicdns.co.uk -kotb.top wetsgxwer.duckdns.org septembereach.ru npcxdinunr.duckdns.org @@ -92246,16 +93710,16 @@ nxyx378.top r588uaacornell.info 189davidcameron.ddns.net turkcellhediyeservisleri.com -xn--80aaagge2acs2agf3bgi.xn--p1ai +fzgoygsahp.ddns.net +kisnddkubetywag.cn lieutenentdan.zapto.org -sizara36.ddns.net +tejpekk.no-ip.org klswhsmxfn.duckdns.org masterunit.redirectme.net dsmail95.xyz 1zombies.no-ip.biz gap-machine-monitor.com hopingthisworks.no-ip.biz -cycz52k.top gihqiepfba.duckdns.org wandersongay.ddns.net yumate.co @@ -92288,16 +93752,15 @@ ns2.fortservices.ru knbse.xyz ullusoyun-tr.com l3n0rkl1qxd9f91igpkw.info +windowscentralupdate.com w6kz8c1.top fillopen.net resolverdnsmanager.usa.cc -flash2019.xyz sosyaldestekcom.ga polyphemus.ru killerhell.no-ip.biz platisher.xyz reptar.no-ip.info -misonakeship.net kerehiled.ru adfs-senate.services gywz25l.top @@ -92320,15 +93783,16 @@ oqgvqtnpln.duckdns.org laizaow.mefound.com gybz97l.top farris990.no-ip.org -abosaoys881.duia.us plcbiz.info aegohaohuoruitiied.io matrixhack.no-ip.org utilissima.ru kish89.dyndns.org yalvgicswc.duckdns.org +cikawemoret34.space s-mz.sytes.net duckjigsaw.duckdns.org +posti-fi-fad.top luminoosity.duckdns.org highvoltage.duckdns.org gmqqsmgoeamkmmuq.org @@ -92406,6 +93870,7 @@ f8e.no-ip.biz 1603710732.httpdsconfig.com saidcroud.net lloll123.hopto.org +bhiwywxrrt.duckdns.org mailcommute.com bobledong.connorlet.tk humanreach.ru @@ -92424,6 +93889,7 @@ hedl5.myftp.biz regular123.com ymx771g.top gvgvgv.ddns.net +epicminecraft.bounceme.net 987images.com cake6.no-ip.org ikjncdnmainpower.ch @@ -92436,7 +93902,6 @@ neweyeinfo.in wmphrwrpar.in montanar.xyz ncdnsrvncjsrvpbn.biz -lcycnqgfps.duckdns.org suricatohacking.no-ip.org yhxgotzwbb.duckdns.org letsgetclose.com @@ -92461,6 +93926,7 @@ hina.no-ip.info fpyl578.top dns1.f3u.ru h52bbnc.top +jpbaoticfh.duckdns.org winpals.com amkqtwzcti.ddns.net ucheqkbewyq.com @@ -92486,25 +93952,25 @@ controlserver1.no-ip.biz appuree.info tablebeforehelpfulperson.com hperrwwqqa.net +olinbnlgrm.duckdns.org ysuhg.xyz ppdx.pw r2.lion.rip bsolutions-cloude.com dokjasura.top -kqtllqmzty.duckdns.org scriipthf.no-ip.org raspberrypishop.ru samtabouretski.no-ip.org cyhz85h.top amajai-technologies.network ymg771j.top +xfouugjfrevlwty.cn xbqobseyum.duckdns.org myleftheart.com armaruru.ddns.net exchange03.sendsmtp.com vkccmwgoim.duckdns.org attractivology.com -pdepdsdynn.duckdns.org hygznysnoj.duckdns.org abc321.no-ip.biz j92tbnd.top @@ -92518,12 +93984,12 @@ k52hbnm.top adobeactiveupdate.com adexhangejuicyads.website hour142.xyz -drhovsepianbotchedme.com note.system-ns.net iwxbgsvj.net n52kbny.top cyrz67c.top nchvkodshl.duckdns.org +euqwzzpugh.duckdns.org emovususion-relupidure-nonorodosion.net t57.no-ip.biz longlifebaba.com @@ -92586,6 +94052,7 @@ admindirector.com duellolineup.top zjackyouoa.top monbrase.com +805678.com pumycav.com takehurt.net kennysmooth.zapto.org @@ -92620,6 +94087,7 @@ xapjy.org owa.ahnlabinc.com ymn799g.top muiccxbvkvjb.com +indianemarket.in jfnwxxircwx.com thefutureiskids.com jvjvjcjc6784fhc.bit @@ -92634,6 +94102,7 @@ deadpool.pw vichtorio-israeli.zapto.org zc8q2zz.top bshadescustom.no-ip.info +fplraqgdaq.com sbelbank.online ptbkdtxyej.duckdns.org sky667.e1.luyouxia.net @@ -92661,7 +94130,7 @@ km8sn38.top vkevkpsdleyrkgo.com 23bteufi2kcqza2l.onion.gq rogojaob.info -d2xdjeule1g229.cloudfront.net +jpostp.com gc2q1zs.top coronaamap.com musiccroud.net @@ -92698,6 +94167,7 @@ rguaouhouaefela.co ultrazopinism.biz roomloud.ru z0g7yalil0.com +dnsfor.dnsfor.me t-mobile-sq.com mkqfhzylal.duckdns.org liuhe127.com @@ -92705,6 +94175,7 @@ security-confirm.bmail-org.com mh-service.ru descriptioned.com fjrnrjdsw.biz +wqmniyjixewwqao.com rc9q9zw.top impedignaw.com imuxocebancy.name @@ -92752,7 +94223,6 @@ whelsmapsback.top wrongneck.net sellother.net cavanic9.net -ftp.nt.mynumber.org ipchecker911.com vicstargson.com meelith.com @@ -92790,12 +94260,10 @@ ns1.dns.dyn-net.com gysz89d.top dnn.firefoxupdata.com destinyhacked.ddns.net -weatherchance.net vpiccnuldw.duckdns.org offerhigh.net preparereceive.net 1603710504.httpdsconfig.com -standardsandpraiserepurpose.com alihoryty.klontrek.org do.hugesoft.org salarali123.ddns.net @@ -92828,15 +94296,17 @@ ccuugo.8866.org emily123.no-ip.biz osmn-no.com cvepzkidbh.duckdns.org -lywakelireal.ga +fdfvvlkgugokws.com macooptwafkwchtpo.pw helerp12.no-ip.info learnboat.net emecazufing.biz gylz22k.top +coco416678.com +ccli.cf jimindaddy.com deloperaw.bounceme.net -saiyd.duckdns.org +awazebihimtimte.top asyncrat.ddns.net fine.worthhummer.net yxxydqerdd.duckdns.org @@ -92861,7 +94331,6 @@ dealkolld.top onfovdaqqrwbvdfoqnof.com capt.ga hrcorp1.site -hinetonlinedns.dns05.com bedva20gbkznn.net servicejobs.life doimsubeke.localtunnel.me @@ -92885,6 +94354,7 @@ maxcoopar5.ddns.net kxdeclqcvq.duckdns.org bqucjzlhwn.duckdns.org withplain.ru +c4n.no-ip.info malgibioturdumdomaindsnym.com mohammedjaha5.ddns.net blackshadesa.no-ip.info @@ -92893,12 +94363,14 @@ prekucation.biz bounapartismo.xyz incursio.online appupdate.no-ip.info -rockslow.net tester007babba.no-ip.org pmcp668.top heconhenet.ru +sacpiasuhmlksrq.cn +sreuceoqab.duckdns.org ukyl6yelra.com uhsyg.xyz +tcbmuygulamasilaritr6.com invoice7mukszq9nbpa7online.ru savvi-investments.com vdfnvdfnbdnfbnd.xyz @@ -92951,6 +94423,7 @@ uzaybilgi.com watphkpenc.duckdns.org genuinsman.phpnet.us iwwylyffdnfdbit.com +hack3dpqnoisefoda.ddns.net ftp.skibokshotell.no esahdjks321.com bl4ckb4nd.no-ip.org @@ -92972,7 +94445,7 @@ dtermalherbhos.com teahgiaj3ig.cn dzirione1.myq-see.com enotflowers.com -ba97b047bd6aa1e4f76f84fd6ec96bd8.gq +cheche.chickenkiller.com asda.ddns.net catsndogsrules.com sskufnwkfv.duckdns.org @@ -93003,7 +94476,7 @@ la8204a3.justinstalledpanel.com peundhim.ru ns2.kineshevasto.ru uiiyqkffur.duckdns.org -supportserviceeu.com +sydoabsopkrvokk.cn transovizaful-ilatunition-ultravemokuness.org women.firefoxupdata.com ns1.omikronperseus.ru @@ -93020,9 +94493,8 @@ boylluposllumelli.top wifecould.net nonecifarary-ultraguhaship-microzofobary.com chicharon.no-ip.biz -belt-wonder-project.com hoop-america.oicp.net -fujaqufenopygel.info +bfdnews.xyz oxrdpheoxvkcjcaic.net tod.newsonet.net srvncdnsrvserv.us @@ -93046,7 +94518,6 @@ cwan2.noip.me jr81.zapto.org limenitis.ru 1gb-internet.hemenyukle.online -f0519573.xsph.ru sladdict.myftp.org macrobuvugiship-monotamevodom-macromazoced.biz thebigbadbotnet.tk @@ -93078,7 +94549,7 @@ loadgranny.top qcvthpifec.duckdns.org fibahediyesi.ml humption.info -twelvereason.net +vwdneesevcqgmbn.ru lsikrhynsj.duckdns.org wetdafhxs.duckdns.org 7gie6ffnkrjykggd.onion @@ -93127,7 +94598,7 @@ rqx10504bc.temp.swtest.ru geebrastanley101.ddns.net homiletic-submarine.000webhostapp.com xc5q9zz.top -yml721j.top +themodules.ru hiigyuligx.duckdns.org 20gb-evdekalbirlikteyiz.com kl3zero.no-ip.info @@ -93138,11 +94609,13 @@ zqjahtfithdylq.com ns6.sinkdns.org 7yhde.xyz nando15963.ddns.net +pliyvelsml.duckdns.org mabelis.cf xcxcxc12.e1.luyouxia.net clickies.no-ip.org nawck.ml moran101.duckdns.org +gmail.bkz88.com alongseven.net member.daum.unikortv.com thisishowthisworks.com @@ -93172,6 +94645,7 @@ bandtester.com salko.gq pronurikous-imunebern-disekiduzary.net xn--20gbhediye-interneti-karma-ekc68r.net +windowsdefenderupdater.com powerikj.biz remoterat11.no-ip.info kylekyle.no-ip.biz @@ -93193,6 +94667,7 @@ icbsbngttl.duckdns.org helloestland.ddns.net suboleher-cotozuhood-exagilesion.net aab1.top +hypelabson.xyz sxaitqrtew.duckdns.org ksbfdlch.com tarfros.eu @@ -93211,12 +94686,13 @@ mondayis.info martin-burboeck.com ftp.microsoft.got-game.org aw1.no-ip.org -20-gb-internet-herkese.com +bfmupklchy.duckdns.org mac.methoder.com swfhfzinnh.duckdns.org dtyx768.top lgcp158.top gdxsk.biz +gywz21n.top ou2.blackcake.net vaybesporir.xyz spionase.system-ns.net @@ -93266,6 +94742,7 @@ yannick9449.no-ip.biz pupywyv.com darkeyebrowed.no-ip.org inoburaxity-unapadesion-subesaker.biz +morestandersolt.ga post-nord-se.top dodge1500tlviperal.com planyoursport.fr @@ -93299,7 +94776,7 @@ ns2.intheclouds.ru nutqauytva3azxd.com ormlknfcstik.com qbsiauhmoxfkrgfqey.com -e-haber-destek.net +5qpaxixymgivxx2f7w.servehttp.com unnamed691.no-ip.org dksaoidiakjd.su macval19.system-ns.net @@ -93326,7 +94803,6 @@ daninasr190.no-ip.biz u4429322ee.ha003.t.justns.ru bokolavrstos.com update.yahoodaily.com -riseofevil.no-ip.biz pgw89kj.top pickleballreducer.com ns1.helpupdated.org @@ -93337,6 +94813,7 @@ miandfish.store l0vew1n5.xyz webmaiil-tau-ac-il.ml fastprowb.com +amounttwenty.net leetech.alcatelupd.xyz nlcp128.top billicash.webhop.me @@ -93369,6 +94846,7 @@ huwrxmsfac.duckdns.org peperonyume.top candidate18.xyz jinkangpu.co +konwleg.mypop3.net njrat.linkpc.net cxvspggbgebxava.cn chinamil.lflink.com @@ -93379,6 +94857,7 @@ kucuyusiqsseqmso.org lrstnfind.ru h72zbnh.top walkforty.net +nshey.xyz jfnfjr.biz syse-update-app4.com portalagainst.com @@ -93422,7 +94901,6 @@ crackme.hopto.org monoroxaty-coditoness-antixeretion.info girugiru.or.tp hsiliyzvfi.duckdns.org -dotnetupdates.com jmkymnvzao.duckdns.org scan9t.com thewinchester.no-ip.org @@ -93438,11 +94916,13 @@ dutylight.net bs.img367.in 0xcel777.no-ip.biz1xcel666.no-ip.biz ixware.xyz +todaynewscentre.net securanto.eu m0e66618b52760fe38dced6d6ce55b5e04.to mandanudes.no-ip.biz pivotnewb.no-ip.org bhpoivhjwdtjlu.org +jourlwnrmf.duckdns.org jccytmkjbq.duckdns.org imaginetyingtogetmyip-31268.portmap.host mcrosecureweb.no-ip.org @@ -93469,8 +94949,10 @@ tarhona-libya.com target-support.online pc2q7zw.top 15charliescene15.myjino.ru +sys.zief.pl transuhiruful.info -bfqvefgqtqefaad.com +sygdojnpgm.duckdns.org +ciqehefitij.eu purydyv.com mapsi-shipping.xyz bank-japanpostpo.jp @@ -93531,7 +95013,6 @@ w6gr2jqz3eag4ksi.onion lupx.info myegy.club gypz31d.top -yms751c.top caradrive.net freersgp.no-ip.biz homevideo631a.cf @@ -93551,14 +95032,17 @@ efugusdogdogg.ru subaretibian-disodisidom.name port15e.zapto.org bhjttbe.vip +oftenchance.net cypherxffttr7hho.tor-gateways.de nizzahti23.xyz activationstate.sytes.net citilink.dev6.ru -qvjygecnmr.duckdns.org +lazfjstnei.duckdns.org joineach.net +gelqlqidew.duckdns.org testdom1.xyz danny123456.no-ip.biz +xqpupbzusybgfgvvx.net dtjkntjkmo.ddns.net cytz65b.top cybron.no-ip.com @@ -93590,7 +95074,7 @@ micropacasudom-macrozozeship-seminehuvedom.name center.arrowservice.net klwines.com.order.complete.prysmm.net scam-financial.org -yardname.net +mysticguruhf.no-ip.biz olodofries.ddns.net bnaf12.no-ip.biz zzruuoooshfrohfe.su @@ -93609,6 +95093,7 @@ digicool.com xcvxcvskljfsf8923742347234.publicvm.com akhbara-aalawsat.com takeboat.net +herura.ddns.net comcast-ny743.no-ip.biz nhsl.newsonet.net n.irhwtkyov.com @@ -93647,13 +95132,14 @@ edcddprjjj.duckdns.org fppc532.top xtidpgdxxsww.net trzgeazwcm.duckdns.org -evdekaldiye20gb.com wcx.nz creationxx.no-ip.info whoresucks.duckdns.org ymf767y.top aegohaohuoruitiieo.io mozilla-plugins.com +kaka2017acm.ddns.net +lwyyymzzma.duckdns.org bjvfxedvnh.duckdns.org yc8q9zs.top wxlproohrk.duckdns.org @@ -93682,7 +95168,7 @@ lzudmwlhrs.duckdns.org niteshade.zapto.org amoorematrix.com mysticalsailor.myq-see.com -sssftgggfg.duckdns.org +krntix.com stiff02.top googcoulhome.info rlluckpyem.duckdns.org @@ -93691,15 +95177,17 @@ aetye.ml sintrol.cf postexacency.org gylz57r.top -v11ebugizoferugat.ml +imocikeness.com projectekma.no-ip.biz austinhcg.com songtree.ru +rjrewjjpsmdknlg.com gtfwupqeqp.ddns.net songnext.ru trojgate.servebeer.com docotorre.pw funnysignage.com +qrslncjfkj.duckdns.org qc1q2zy.top zpunzsnekm.duckdns.org parserword.xyz @@ -93720,6 +95208,7 @@ slkpcezlgd.duckdns.org chutr5.ddns.net t.zer2.com linkconf.net +fbyx138.top fskfxfxnsz.duckdns.org johndoe.no-ip.biz cnyxaceuka.ddns.net @@ -93729,8 +95218,10 @@ exitpoll13.ru.com fpbk523.top iretokeward-unenecixous.biz ilolle.no-ip.org +mndsbxnjnrjiypf.ru hpyngzylos.duckdns.org mypawnshop.men +x6kx8m9.top bc3q5zg.top zwuvucwlnw.duckdns.org superrat.no-ip.biz @@ -93741,11 +95232,12 @@ gorodkoff.com dns3.korserfors.su alxpbbbaan.duckdns.org handanzhize.info +gypz63x.top bk56.twilightparadox.com +mpphfghdip.duckdns.org doodledoo.no-ip.info bmz.duckdns.org dns1.omikronperseus.ru -xuhyrar.info justmealone.ddns.net powersitepbnserv.biz file.firefoxupdata.com @@ -93754,6 +95246,7 @@ tmp32.dns7free.su wendi4kcash.top domainserver322.com labefactare.online +xohrikvjhiu.eu broly.mywire.org musictelevision.blogspot.com rzcp928.top @@ -93788,6 +95281,7 @@ deadprice.net rzzxtojuyx.duckdns.org sagocugenc.sa.funpic.de server1785.no-ip.org +boimer.com yesyeysyeyszfadamadaxlxlxl.xyz xcvxv7238472uijsdf234sdfsvsdfwfsdfsdfdsfsdfsdfsdfsf.publicvm.com launche.no-ip.biz @@ -93813,6 +95307,7 @@ mydqy.xyz newoffice-template.com krayziegaming.no-ip.info aswaetgsh.duckdns.org +bbqsaefxyv.duckdns.org log.wouterspace.net ymr785s.top jeansdating-a.com @@ -93821,12 +95316,13 @@ h0pe1759.ddns.net bestbookstore.org egov-sergek.info backup.duss.cds-gloport.nl +difihekavo.info aloyfkodid.duckdns.org hkdrillonline.com libre2.space xianzsffer.duckdns.org euygulamasitr6.com -collegevalue.net +ns4.hashu.ru hackerpc1.ddns.net nonavimoth-semitugisage-microkogopism.com coron07ercik.site @@ -93873,6 +95369,7 @@ cybz81b.top morningsalary.com fuckmylife123.no-ip.info ltpwqva.xyz +kjymaozkck.duckdns.org youhohoo.club nldndqqcun.duckdns.org riotriot.ddns.net @@ -93894,7 +95391,6 @@ cowsmilky.top cy62976.tmweb.ru getdoggs.top shermanmerman.no-ip.org -overwhelm612.xyz ns4.yatit.ru gyqz93z.top berkataman1.tk @@ -93984,12 +95480,14 @@ cgljwgoqup.duckdns.org japan.fuckanti.com bwjphhcjjgylyvb.com mufflerbrothersbellbrook.net +tgznsbdnpa.duckdns.org gylz82s.top biesi.club khcagvgdllhfjqn.com bsrat12.no-ip.biz onmzzmmrre.duckdns.org eneruzucant-micropokaful.name +q2thainyc.com cyqz28w.top makdz.hopto.org jiromepic.com @@ -94004,10 +95502,11 @@ download.data-server.cloudns.club icedjoker942.zapto.org semilavasely.biz eqpcphuutt.duckdns.org -loadrescuerer.casa +kingmalkawe8.no-ip.biz drivegoogle.org bright.su f0479078.xsph.ru +eqrfffffkk.duckdns.org ilakihopity-irediletous-disatibant.net u19982p14980.web0119.zxcs.nl post.giioor.com @@ -94024,7 +95523,9 @@ amnesiahazehf.no-ip.biz gubkabob.com.tw best-antimalware.com oz-dn.org +fpyc535.top testserver166.ddns.net +8z3oic70mvodmawzc.myftp.org aerospace2014.org pnbooaofff.duckdns.org hngbhp.com @@ -94096,12 +95597,10 @@ warddarren111.no-ip.info mypsh.ddns.net ssssxxx.ddns.net boombaprap.top -dyly689.top fpnpehnudx.duckdns.org bfwllto.vip poullight.ru maroxvi.ddns.net -ifcezuwkzi.duckdns.org dltcctrign.ddns.net ovwjbxhcapejcqq.cn imavevugian-transogoking-prezobivese.com @@ -94141,6 +95640,7 @@ anonimat0.ddns.net idvngwycmg.duckdns.org solkoptions.host 4spirin.pw +hackxhzz.com remembersquare.net aslfo.info tffswwbboo.duckdns.org @@ -94167,7 +95667,7 @@ ecotrosti.ru softextrain64.com stermacos.com underaxanafate-antikasohible-semisoledom.info -minicuculike-subisexorer.name +wqcet3q9xk.com mt2server.no-ip.biz fpxm575.top hackerprofesional-28750.portmap.io @@ -94222,6 +95722,7 @@ yhdjfnjfn.ml dpc.servegame.com opswqvnoqy.duckdns.org prnaajm83.club +resultsystem.net antikesetion-underaruzify-subebudodant.info conodo.duckdns.org kyhoimuag.com @@ -94232,7 +95733,6 @@ kaspersyk.com wecollect11.duckdns.org cublc.com rpshowpick.ddns.net -lodato.no-ip.biz thoseattempt.net dinneraroundyou.com gadydas.com @@ -94249,7 +95749,8 @@ familysecuretwo.no-ip.biz n21lz2fzd.mdutmdu.in updateloader.no-ip.org fprp583.top -gadinacom.ga +gazitivaton.ru +linestata.bar napellus.xyz signnews.ru peeler.website @@ -94308,6 +95809,7 @@ qoodo.info wai-k-mart.com neipepatnc.duckdns.org ukon.no-ip.org +gf8wewtkpmobz5fb.servebeer.com dswsitesitemainjfn.ro atammm6.com pazzredqdq.duckdns.org @@ -94343,6 +95845,7 @@ f678f.top sarge4.no-ip.info helpsavedogs.top fjrpowermainserv.org +tzgtlwrlwe.duckdns.org virtualwebdata.com iwillneverslack.no-ip.biz cogihold.site @@ -94397,12 +95900,11 @@ cloudwebappservice.com hmnkvstrzp.duckdns.org alimonyforcessd34.com fruss.site -afterforty.net +googleleadservices.cn magajmet400.com wuhuutttsf.duckdns.org oof.pw retardbot.duckdns.org -mw9g-ns-k-q0-e3r-6s-23-m2wf-7xy1z0-c0u-5wc-g0rb-2-1-5-l.info lwivaamzly.duckdns.org emedodatist-cogekeness.org nenengdsa.ug @@ -94433,7 +95935,6 @@ serverhost.servehttp.com restore-login-account.gq dingdownjechad.ru n8061142739144872c046cbe373f440281.so -tmrz10fxhy03ntxjf.com banusle.top sheepsurvival.ddns.net wisijamomagijoz.info @@ -94473,6 +95974,7 @@ zeogvgeetbztnbl.com nmf771p.top sc6q8zw.top qcbooobaff.duckdns.org +paperships.top leadfirst.net secure-mail-net.com xqzarsgqby.duckdns.org @@ -94559,6 +96061,7 @@ cc9q5zw.top qhxocifgoo.duckdns.org 9af27bde5afc7d2f9d5a54cfb940eb23.afisohduhmbuiebbmcpgedmdahpsmoaa.xyz onytsgmbeueifazhewcpztqsgmsw.com +cfjqswaljw.duckdns.org qizzeyupfu.duckdns.org iyfyavkocgfpqtx.ru madeborn.net @@ -94574,11 +96077,12 @@ rsps4life.no-ip.org ymb782q.top cadastroseguro2016.ddns.net ns3.thepicturehut.net -e-pandemigiriswepsiteleri.com +nicolasweber84.no-ip.org zindustries.no-ip.info zkewisvatxb.info tqtjvkwtpt.duckdns.org japqn.com +coorporation.duckdns.org iiiimmm.myq-see.com nufmefefev.duckdns.org luebpwruud.duckdns.org @@ -94607,8 +96111,10 @@ classalmost.net bshadeszionrat.no-ip.biz xzcp538.top audisportman.com +really.myvnc.com top.phonefix1.waw.pl mvpgstafkc.duckdns.org +viblzlebyo.duckdns.org doublegrace2020.ddns.net dmyinjxatl.duckdns.org credit-peak-blow.com @@ -94618,8 +96124,8 @@ artizaa.com rs4.no-ip.biz pr0snip3r.servegame.com mgdcnptabu.duckdns.org -storefancy.net flash-playera.xyz +3zhkxlldm4hqi.3utilities.com asgxbfdr3.duckdns.org ilikerunescapeftw.no-ip.biz 14261.zapto.org @@ -94642,6 +96148,7 @@ inviatotutoneladon.com w6kg8g9.top rulething.ru tscuvhzkkf.duckdns.org +km8nl21.top lykywex.com pandemicchostig.com help.thehealthmood.net @@ -94654,17 +96161,17 @@ dutcshade.no-ip.info mplusworldofficeupdates.com gjoannemajor.com dptmbgxpty.duckdns.org +quarterstudy.ga indaawew.xyz tereshyd.beget.tech sofhersothat.com ivqixqdwggj.com -cumhur-tbcm-tr1.com +ymj799h.top iltwtaljad.duckdns.org oukfzrmvdk.com rqbnftidbj.duckdns.org -stock5188.com musicwing.net -22i5b37672.51mypc.cn +dalxyjmwev.duckdns.org 7s5df4.xyz zpwibfsmoowehdsm.onion.lt machination.xresurrection.xyz @@ -94681,6 +96188,7 @@ tyuhffpiwe.duckdns.org api.wipmania.com.lotys.ru 741963.icu electrumpatch.com +vyoiqaksoo.duckdns.org hxonqlmrgeuq.ru plfbvdrpvsm.pw wugtgggfss.duckdns.org @@ -94698,7 +96206,6 @@ edge568.xyz aideck.net junoandjove.com srbmxueusd.duckdns.org -fapncam.com sphotos-b.bid jhcmyxrxet.duckdns.org postelomuty-disazonaly-transazabesance.com @@ -94713,7 +96220,6 @@ zonehs.com hillread.net dtkejlxbjm.duckdns.org infineinfinigla.co -flpvjazhin.duckdns.org egjsgfafme.duckdns.org coderoute.ma ns3.rhzq.at @@ -94722,6 +96228,7 @@ ymj795z.top oktatasicentrum.uw.hu rainbowtrade.net pvtchat.live +iavyfuioscfqvqn.cn wqrrrsfsef.duckdns.org jmqogfskdu.duckdns.org sums.pl @@ -94729,7 +96236,9 @@ km8sq12.top eminosevic.biz mostgoes.net v4.itunesmusic.jkub.com +jon-snow.pro senicokseviyorumladingil.xyz +16brs61.com microsoftmusic.mrbasic.com lrcdlcnmrl.duckdns.org atenrqqtfrzozqrqbdzwkxzyuc.com @@ -94748,7 +96257,7 @@ thisismine.no-ip.info qexyriq.com sellme.bit bshades2012.no-ip.info -lqxesx.zapto.org +seeandread.top theirchus.ru halesor.no-ip.org zombieland.space @@ -94806,6 +96315,7 @@ km8sj12.top api082104.seemonitor.xyz whereisdudescars.com cysz26c.top +pdemrtkpyd.duckdns.org heoxvdmqlg.duckdns.org gwser.club lordnews.net @@ -94847,7 +96357,6 @@ euassociate.6te.net linkupdate.org kypqfulbrm.ddns.net minidohetion-underirukimish-rekutimity.com -igqegfxrrq.duckdns.org 3loosh164.ddns.net bxcjvnzlbp.net polarisp0laris.000webhostapp.com @@ -94861,8 +96370,9 @@ backup1helper.com pnumbrero3.ru pop.downloadsite.me jbnlslejjtdt.in +seafirst-kr.com lehwzbphba.duckdns.org -maindf.ml +iahvlicygk.duckdns.org evzxzilcxn.duckdns.org syrianow1.zapto.org owflqcpifsgg.com @@ -94893,11 +96403,9 @@ cnnnnnanaf.duckdns.org rat.ubercn.info jesuisunhackeur.servehttp.com mqdwdthdkv.duckdns.org -seniorsecurityind.com sellingcandies.fastdns.cf nadrojrenrut.chickenkiller.com kkifrkeora.duckdns.org -izlema.com ftspbz.net46.net coindeck.onmypc.org q32ybnz.top @@ -94918,6 +96426,7 @@ aaaar2aaat2.ddns.net adobeeflashplayer.xyz cengizsokak9.site skbnvifjix.duckdns.org +rcj16whwaqg03pmrp.xyz undulated.no-ip.org maxback.no-ip.org news.chileexe77.com @@ -94931,6 +96440,7 @@ desteklerimiztr-aile-sosyalwebtr.net lilrsmoors.com android3gvelox.no-ip.org ratting456.ddns.net +cxxp.ddns.net sports.newsonlinesite.com oeobcmzqxi.duckdns.org tiptoe32543.xyz @@ -94967,6 +96477,7 @@ whombone.ru phr.kro.kr yes2khalistan.org 1s45h.xyz +stevens347.xyz mfkpzwgfwt.com lyryjej.com gov-mil.cn @@ -94982,6 +96493,7 @@ xkyxkxxxxw.duckdns.org pawxdijjmr.com rdsbnpjxfi.duckdns.org swzrhkndpr.ddns.net +bdcrqgonzmwuehky.nl findingpcdrivers.com contornosdesign.pt 44xxaa.com @@ -95017,7 +96529,6 @@ fpxj563.top pbsk.site yorkykukri24.top a1104.r-e.kr -lerem123.no-ip.info img.digitalinsight-ltd.com mibxlaweodxuliv.com bhai1.ddns.net @@ -95035,6 +96546,7 @@ d12gbny.top zptexldkpu.duckdns.org fwmmlgsxlddw.in us-mg6-transfermail-service.com +cysz91b.top wbvtztcqhc.duckdns.org xjdnslmpopqd.ru biocombustiveis.com @@ -95057,7 +96569,7 @@ vsdmqerizo.duckdns.org fedqqdppcc.duckdns.org xn--mynavyfedera-occ.org ddlvrirvsbrv.com -yxw78kj.top +nbeylnmbypoiiwxmhlrt.com bdrive.space star-wydadi.ddns.net collar-tour-yard.com @@ -95132,6 +96644,7 @@ mycsawomqiqkgqgu.org jumanji.at adobeccplayer.xyz taiwanmoid.com +sly4.ddns.net ggdigduuzdgz.esy.es ymg729z.top newsdata.jkub.com @@ -95139,6 +96652,7 @@ localize33.xyz windowsupdates.proxydns.com eupkjtcahvvdjmcrfvxu.sc bamharmrah.site +contmetric.com jytofqymoswx.ru pdrtocnlts.duckdns.org svcheadshot.no-ip.org @@ -95155,6 +96669,7 @@ door-candle-land.com rekucasism.net mlix.ru sende-yararlan20gb.com +asess.com.mx zlb.no-ip.biz secureamaz.com q0r9fwj3hq12.freedns.su @@ -95212,6 +96727,7 @@ box4050.net gamesbyriot.ddns.net zxyrerssjk.duckdns.org wearysdhx.duckdns.org +dwkgucifeuyhrch.cn enbxwrrtggomjgc.com aprsgk-36447.portmap.host thengrown.net @@ -95259,7 +96775,7 @@ retaliatee.no-ip.org ilokibadom.info smurfdcg.no-ip.biz moraatwoo07.top -nteriap.info +tgckjysnsksdpqe.cn 1603709968.httpdsconfig.com cumhurtbcmtrgirisi47287.com k32dbng.top @@ -95275,6 +96791,7 @@ hfnposrlpp.duckdns.org cslisten.com cookiepapa.top picsotop.no-ip.biz +mwjaxydhoexrjyq.ru kickstartsalesforce.com sami123456.ddns.net gsl.scpqvb8f.ru @@ -95287,7 +96804,6 @@ cozsdv.hopto.org hasdwexbb.duckdns.org drakes1234561.no-ip.biz sink2.xyz -kajkbzqivq.duckdns.org ulogroup.ru sdf4h.top svhlmdvmau.duckdns.org @@ -95315,8 +96831,8 @@ itokof98.no-ip.org saludcomplementariaintegral.com noltjuiplr.duckdns.org pcassistance.no-ip.info +hilaryclintonbest81.com die-h.top -wetsbxd333.duckdns.org fppj582.top aaaassss123456789.ddns.net bdfdyrjjcu.duckdns.org @@ -95416,6 +96932,7 @@ shs.makemostofit.com multihakezeship-misececing.name sightgone.net pujypal.com +zdj7wdpv9v.myddns.me news.exandre.com lospapa1.duckdns.org outsidequarter.net @@ -95470,6 +96987,7 @@ ytjiasu.cn nc1q2zd.top pp70guy53kevin.top rjodmz.com +wkgvdklfnu.duckdns.org workshop002.duckdns.org yjvvizlykx.duckdns.org servant.servebeer.com @@ -95506,6 +97024,7 @@ ftp.svc.dynssl.com nxtvucgedo.duckdns.org vegantravelshow.com ns1.orsand.ru +b72qbnk.top hack312.ddns.net csyjhyhjyt.duckdns.org birdouz.no-ip.org @@ -95518,9 +97037,11 @@ demible.net microsofftupdates.serveftp.com vdyqpqbvgv.duckdns.org xhzrrfducv.duckdns.org +dorkworks.no-ip.biz a0501919.xsph.ru k567k.top ns3.hostasa.org +cbhicesden.duckdns.org networkjpnzee.mynetav.org wgmnmabzyb.duckdns.org nonebuild.net @@ -95533,7 +97054,6 @@ lnsjzcsgjw.duckdns.org mitian123.com futterrr07.top onedollar.cc -plmoyuwkct.duckdns.org fmoahaghasvocvt.ru af721e3a.ngrok.io yasserexe.ddns.net @@ -95544,6 +97064,7 @@ thknnveupz.duckdns.org cart-search.com gaghpaheiafhjefijr.cc subozemusion.net +konto1.cal24.pl gopanel.ru userzone.one wrentweak.top @@ -95567,6 +97088,7 @@ nonufekith-prozikitous-exicolasion.biz ovisionz.ddns.net sel.ze.am mkpksb1behindcloseddoormatchisnotgoods.duckdns.org +hkiqvquiik.duckdns.org uisyu.xyz electrumbase.com bdkjrcpdhr.duckdns.org @@ -95627,7 +97149,6 @@ oroforwdod.duckdns.org sa6y.no-ip.biz khwywmbnec.duckdns.org w232g2323tg.ru -zareton.space n52qbnc.top beasted.smiling.cat xcocaineee.no-ip.org @@ -95648,6 +97169,7 @@ km8qx89.top tonystark2021.duckdns.org ryhiha.com fphp559.top +qqwscbqhxhgomhp.cn eetst.xyz e180320.xyz mrpetglgof.duckdns.org @@ -95682,6 +97204,7 @@ mwroerkraj.duckdns.org vghpzyshvt.duckdns.org qfkekihiyh.ddns.net hhttpafthethreescience.com +vuttferdqd.duckdns.org aaaaaaamzaaaaa.ddns.net oakley25.ddns.net sakhi.ddns.net @@ -95702,6 +97225,7 @@ dany31.no-ip.biz2 download.windowsupdate.authorizeddns.org turtlexd.zapto.org treyirc.no-ip.biz +sarander.com minecraftpvp101.zapto.org ns1.player1253.com inihisibant.net @@ -95745,7 +97269,9 @@ karimari.no-ip.com asdffdgfg.mylawsite.net careers-ntiva.com ns3.dakind.ru +addova.xyz house.gmailboxes.com +iastvxztkn.ddns.net james-charles.club 6s55s.xyz nfcp368.top @@ -95772,6 +97298,7 @@ mainhost.no-ip.biz mjbuzlndgw.duckdns.org dddd.ddns.net roots.dynamic-dns.net +statalines.bar fefefrzfpu.duckdns.org msdtsgo.news-pv.com kasparksy.com @@ -95789,6 +97316,7 @@ ygzggxeh.monster gaswanted.top your.no-ip.org accexx.info +khpgydyzuf.duckdns.org youcansee.no-ip.biz hkydvzeohq.duckdns.org vnc-new.ddns.net @@ -95797,7 +97325,6 @@ lions-mark.com txkkzmanop.duckdns.org x6kg8w1.top zmcp698.top -blackshader.zapto.org aptgetgxqs3secda.d2web.org nzyllyylly.duckdns.org fzvqxvjkcd.duckdns.org @@ -95809,6 +97336,7 @@ p12tbnx.top fsdfjkhiuwehxcyvuiyiuwefocshsduihfnabhsghfghewfjpiouyiyuixcvxuv.ydns.eu l0fls.hopto.org b82bbng.top +iipiafj8ol7.serveirc.com ns1.carlopazalihou.org commandeapp.icu ccdeeskxxk.duckdns.org @@ -95829,6 +97357,7 @@ allinceofsexuality.com btbt77.com x6kb8y1.top rop.so +d-estekbasvuruform-u.com dwjxxnexrn.duckdns.org 420blazethekikes.freedns.su kebda4ever.ddns.net @@ -95884,6 +97413,7 @@ i37-imgur.com spm2.shrtdn.net likrweight.net amajai-technologies.industries +images.defexpoindia14.com hexy.no-ip.biz golfsource.us utbvgwmpsm.duckdns.org @@ -95934,6 +97464,7 @@ yywz683.top mcreftffcq.duckdns.org ymf777s.top dedecom.ga +dhl.es-apptrack.manuelarzola.cl clientdownloads.no-ip.biz guahiztafk.duckdns.org bevelli.com @@ -95965,12 +97496,15 @@ uniquecutters.com tornosubito.ddns.net tsfaxnjceb.duckdns.org postavutetn-emedarevous.biz +crsmjwyfjquabwt.com eepepo.info globalcloudcontroller.com +fpbj593.top ultrahitacese.info ficds.com spineyes.club gofast22gfor.com +update.flach.cn tfpcmedia.org borigl.space tahavivimi.no-ip.biz @@ -95991,12 +97525,14 @@ sandrethe.ru hack001.ddns.net media-total.org razraz.info +glcp328.top fredperryloveme.com macrololath.com monolalession.name kittyshop.kilu.org darknetfr.no-ip.org marktwo.top +x7ozolqliva.redirectme.net yuhuwjjxab.duckdns.org born44.xyz hr-resources.org @@ -96029,7 +97565,7 @@ hk.2012yearleft.com boosocearo.xyz akarbvc5.site bstor1.no-ip.biz -alougt84.hopto.org +qegykiq.com gygz53s.top dhfsde345.duckdns.org wostrigo.website @@ -96050,6 +97586,7 @@ ykw93kj.top tasteofseafood.xyz iuirshriuisruruuf.in mastermayeriago.xyz +doorkeys.us wqdmiwljkv.duckdns.org mylodka24.net kennypowers.no-ip.biz @@ -96059,12 +97596,12 @@ ziraat-maliyebakanligi.com zyraid-27377.portmap.host leribis16.top spottear.ru -euqwzzpugh.duckdns.org wouderfulu.impresstravel.ga netstring2me.com kelelci3152.no-ip.info songcould.net sdcccpbobb.duckdns.org +dsuutgicgposgb0wuw.serveblog.net pzqaqdrgpkujbt.com outsidesystem.net sxsxzlzejl.duckdns.org @@ -96089,7 +97626,7 @@ jocker2121.no-ip.biz fisken1.no-ip.biz karapuls.3utilities.com babbo122142121boo125.com -lupeson.no-ip.org +weblog.bigish.net centizzy.net increasespread.net brgkcaesuj.duckdns.org @@ -96098,11 +97635,10 @@ beast999.ddns.net h0jt1y.accountant aeufuaehfiuehfuhfo.io uvefnfzhin.duckdns.org -interkomarabipay.cf yekadu.bid tskouyknau.duckdns.org pancake1234.ddns.net -nyancat48.no-ip.biz +gvojlxgyge.duckdns.org sktinds.com svartfyrkant.no-ip.biz prohutaxament.biz @@ -96113,15 +97649,17 @@ veroxin.com globalowa.com vhalvncjni.duckdns.org f0510954.xsph.ru +ymy767t.top ilizehidom.name gikspemjpmmnp.com -fvyqgnfjzs.ddns.net +arkanacarszoom.red hssssreeer.duckdns.org margaery.club reset-account.com qq1780849668.e2.luyouxia.net gdrvup.xyz p3n.no-ip.info +gherf.duckdns.org mkpih.net our20203.duckdns.org rdkcuyqolx.duckdns.org @@ -96146,6 +97684,7 @@ ezeeprofit.no-ip.biz russianbase.ru megginson.com sinkdns.org +tkuoisluze.duckdns.org iforgot-verification.com n4plestyle.zapto.org anoncheat.duckdns.org @@ -96161,13 +97700,13 @@ dns4.hotsumer.ru thracial.pw mzwfwjayhom.com misamupihish-ultralofihing-underobizety.name -xxshades77xx.no-ip.info ns4.yurosilo.ru bssnet.no-ip.org lezoo.no-ip.org w6kq8k2.top trinity.serveftp.com ns3.lebest.ru +gramine.ru xbboopcpch.duckdns.org lc1q3zh.top overimupigish-prozunily.info @@ -96176,7 +97715,7 @@ a7mad204xx.no-ip.biz merifalls.com nahtuhltkm.duckdns.org pahkbvgzoa.duckdns.org -refapuboty-cokiraness.net +newurl.netbounce.net gerusta.space htirjhrfyi.sh wsus.eu @@ -96197,7 +97736,6 @@ hazelmayclothing.com u92905m0.beget.tech mailsigning.pythonanywhere.com frky7.name -acchouveiculoszero.com.br illl.cf pgqduoyxvzennam.xyz abramr.sytes.net @@ -96236,10 +97774,11 @@ rjyqhhiwwh.duckdns.org eclass47.duckdns.org panel-gc.co.uk fpbl572.top +lusucywbqf.duckdns.org +fggyhsqkft.duckdns.org box4083.net football.canoedaily.com rwmsaoajfu.duckdns.org -middleborrow.net gwiza1988.hopto.org hclickmeterg.com wohinqfood.com @@ -96285,7 +97824,6 @@ ultrazatudeship-semifelasency-exinimohate.biz nanoprivv.duckdns.org nmy727x.top gamingservermc.no-ip.org -wormsserver.no-ip.com iastuff.no-ip.org khizo.myq-see.com alerte511.com @@ -96323,7 +97861,7 @@ helpdesk.blackcmd.com lliz.cf quiet.earthsolution.org secava.best -m72tbns.top +voz8pdtqzy.serveirc.com l1p.ru8686 hbvubictqx.duckdns.org bulutlararasilaclama.site @@ -96376,7 +97914,7 @@ n82jbnh.top wfytuiovansyw.com piuenoohnnip.com bullgarddon.no-ip.biz -morella.website +lpkptkcelxciheg.com vimoavwqjb.duckdns.org plenoils.com sbuihipconqm.pk @@ -96389,6 +97927,7 @@ popularswat.asia km8gk36.top camikaze.ddns.net newfacebk.com +spendfish.net enemygateway.servegam.com init.icloud-diagnostics.com lhdowshzhb.duckdns.org @@ -96427,7 +97966,7 @@ verifv-linkedin.net zaksgay123.no-ip.biz 1604771357.httpdsconfig.com amaan.no-ip.biz -hbzcorp.ga +ridnmvirwqlhdcw.com newyaer01.top castmart.ga ddubuowbrz.duckdns.org @@ -96440,6 +97979,7 @@ ipzse.com vuterfaste.ru maxchris.wm01.to j82sbnl.top +inudacudom-interurogupous.net polacos.no-ip.org ewtte.xyz fprb527.top @@ -96449,7 +97989,7 @@ btctopsss.ddnsfree.com kakodll.linkpc.net livehost.live nml722w.top -cloudfronter.com +ngdldusdn2misyjm.myvnc.com j12lbnj.top tawbj.info samcruz.ddns.net @@ -96479,7 +98019,6 @@ myxr.dyndns.info puvyxig.com letonguesc.com aventadoralmamizlazim.tk -historyborrow.net fbnncxxwwyls.ru dvzojbadgj.duckdns.org xvofogmnas.com @@ -96494,6 +98033,8 @@ npbwstpnlqnrejm.com jdw95kj.top cwhhsnfblo.ddns.net atua.zzz.com.ua +somythoghi.club +pooperscooperfranchise.com bot.jefferyworks.cf salomonisch.no-ip.info mnhes.xyz @@ -96503,6 +98044,7 @@ ear235.xyz nms799y.top bluwartech.com pullusarimsak.site +xigushan.net customrecustom.top whinopgrdqix.com qgffuw.com @@ -96511,14 +98053,15 @@ vcdqqdpprs.duckdns.org burcakblack.xyz aewrhprres.com nbyx958.top +junkyardog55.no-ip.biz ozbpuhdibrq.in sandray.duckdns.org prelemely-interamuguzish-refesunuless.info -jin98816.kro.kr tnfbkkbcsgeldui.com mostcome.net dooqiiplaysgb.no-ip.info systemdownload.duckdns.org +pblwexbzky.duckdns.org 1ec6b9e8.ngrok.io 1597948893.httpdsconfig.com amatai-technologies.website @@ -96527,6 +98070,7 @@ erydw.xyz windows-genuine.com kc2q5zc.top regapi.gamigo.com +scureloginactiveamazo.com eovdbntocg.duckdns.org showbiz.zaptop.org bahaius.info @@ -96540,6 +98084,7 @@ regahagize-antitaliless-underoparossion.name updateflashplayer11.com frontierforex.com camlei.ath.cx +xeowusnerc.duckdns.org newmp3uz.lark.ru accounts-yahoo.us hvxptqfqeg.duckdns.org @@ -96547,7 +98092,7 @@ blaerck.xyz asbjaarn.no-ip.org ffconnectivitycheck.com seahome.top -glennfloyd.hopto.org +waz.no-ip.ca aqihsbqhwl.com randomlulzies12.no-ip.biz tahetah.ir @@ -96591,6 +98136,7 @@ p.k3qh4.com akyzmbvkdg.duckdns.org zxllyxkjwj.duckdns.org zmkrle2.com +hxzezjiqac.duckdns.org jc7q3zh.top etapportert.icu yellowisboss.no-ip.biz @@ -96647,18 +98193,21 @@ zxxaq1231123.ddns.net ibnalkalamon011.no-ip.biz pdywzoiqow.duckdns.org dmfcxozrtq.duckdns.org +daazceg7iv.com myauto.bit +athomenetwork.hu updateusername.no-ip.org brw.bpowr.com 0735sh.com geneticmedicine.conferencesinfo.com -protocol.life +misters.ml noipnsmprx.duckdns.org rnhjrvqlqv.duckdns.org hbmnpzkynf.duckdns.org ymt713t.top underokegoting-unasurafy-antizulaly.biz getuptateserv.eu +imnxujvugg.duckdns.org 38014.dyndns.org sporthillart.com cybercoreweb.no-ip.biz @@ -96668,11 +98217,14 @@ tools4money1.duckdns.org 10022020proftest981-service1002012510022020.ru satellite124.xyz inaxigive-imarobilite.name +nodulling.in lcoding.no-ip.biz stat-downloads.com +mideastleaks.com sc6q3zm.top microsoftword.serveftp.com adheb.com +dqwjnewkwefewaaaaa3.com izixlaogzy.duckdns.org lyric0.servegame.com walkother.net @@ -96701,7 +98253,6 @@ daojeqcvcpbdccp.cn poleneitor.com ihmemurgeli.surf lokicode.had.su -downloadtg4.website 1604771445.httpdsconfig.com ikjdswyhd.fr aogedvhwqhuokpd.ru @@ -96722,6 +98273,7 @@ gangbotty.no-ip.biz verybegan.net epicbot07.no-ip.org kexxkok-47488.portmap.io +turaconte.top zvvyh7fjge.com satellite-5g.ddns.net srmxptlzkl.duckdns.org @@ -96745,7 +98297,7 @@ mworwdqmtthk.pk rwylpccobo.duckdns.org ifqkffywic.duckdns.org ipvdewexoipwopw.cn -seoratingonlyip.net +jedijanek.no-ip.org ojpqotbmit.duckdns.org c567c.top uqdryfxjan.duckdns.org @@ -96769,7 +98321,7 @@ smmproindex.com laserjetpro.com aswng.club agony.compress.to -nsckeqnqwe.duckdns.org +fpkn593.top mdkpwkgnrnob.org brilliance83.xyz anasss.no-ip.biz @@ -96848,13 +98400,14 @@ ckfnbojxgv.duckdns.org vmkqbcvuxh.duckdns.org hop.hopedaleweb.com wishfish.ru +sundaymail.net cynz52m.top ilidinurary-imelunern.info megascolias.online pwrsqnesna.in km8kf15.top wes666.no-ip.biz -storereceive.net +jpgvtregbt.duckdns.org mfagreece.com grupocolors.xyz waetsdgxw.duckdns.org @@ -96876,7 +98429,7 @@ ftp.wike.wikaba.com tcbmuygulamagirisitrs4.com qvhobsbzhzhdhenvzbs.com ex-stores.com -xmen12.no-ip.biz +effxaeriausikua.com am1654aa.kro.kr kisshit1.info bqtl.in @@ -96908,9 +98461,11 @@ fpkx587.top weblogin.live essztednsbk.ddns.net eddo.qpoe.com +jcb-co-jp-iss-mobile-open-enpsa.top ozgurluksavascilari.top terrwvmmll.duckdns.org ns2.riofraunh.at +okjsxibwjxbj.org yasaluygulama2.com f6kt8s7.top acoustics4527.xyz @@ -96950,7 +98505,6 @@ creeklimet.ru pinewood-financial.com twcertcc.jumpingcrab.com wfnjrsyqsoto.org -sarc.onteagleroad.com heitfjepyk.duckdns.org emizard.com amebaoor.net @@ -96958,6 +98512,7 @@ softg.duckdns.org 1604771460.httpdsconfig.com pcorekvkcp.duckdns.org exakotedion-enolobedom-disecutizency.net +sa1casc18sa289c1.digital ruchi.mysq1.net azojletquh.duckdns.org howeveraged.net @@ -96969,6 +98524,7 @@ faxtoweb.org v2.buydiamond.hk maj.majnetgroup.net fpkm553.top +msoftupdates.eu misty255.no-ip.org getshitonface.no-ip.biz btsdvhwteq.duckdns.org @@ -96995,6 +98551,7 @@ ymf798m.top wizzyshyfunds.freedns.su cibikimbahtetudevi.top asdg23321.duckdns.org +ebvhyaagop.duckdns.org denemeiso1.duckdns.org ns1.fortservices.ru wer.vaporcloudservices.com @@ -97036,22 +98593,20 @@ czdvriuldo.duckdns.org rgrcvvbbxv.duckdns.org basedow-bilder.de hcbuyxlsrwst.com -flashplayrde.xyz +sellbase.loseyourip.com zzzzaaaa.ddns.net hasn9999.ddns.net vgdyifbznk.duckdns.org masterwebb.no-ip.org zoologicalhg.top -motoa.purpledaily.com +deijhokhxi.duckdns.org lastili.com qonrbfdnxu.duckdns.org news.mcafeepaying.com -coleeake.duckdns.org ekqff.ml bbycxbe.vip gbvstvmaqv.duckdns.org -dywanypers.pl -freeartscenter.com +messenger.zango.com oysto.zapto.org sightword.net tkfqsvjbgyleqty.cn @@ -97069,6 +98624,7 @@ rgoianrdfa.pw active-cupo-de-2-millones-avance-cl.gq kwffdbsdlcfhtce.com nmxzkxtkfc.duckdns.org +lilguy2938.no-ip.biz dpfz595.top xdzzt.cn covid19safety.myftp.org @@ -97099,7 +98655,7 @@ siko.zapto.org romyo333.sytes.net zwzcljmves.duckdns.org wncuvfqfdo.duckdns.org -cracking123.ddns.net +xxdcirjfgbwtqyq.ru srbhfbemi.pw powerofpromos.com ark-steal-free.tk @@ -97158,7 +98714,6 @@ bcdnnbe.vip concac141-48448.portmap.io rydgg.xyz mai-hoand.000webhostapp.com -ecoserv-sharepoint.com hchyna985.top medbod.com ftp.usapappers.com @@ -97183,7 +98738,6 @@ postemaxor-subuvutiship.com face-fail-note.com tuizhong.com protect4juls.space -gsy.testersgroupfun.com ymftusyaad.duckdns.org im8084.0pe.kr azucar123.no-ip.org @@ -97240,12 +98794,14 @@ slsxxrfemc.duckdns.org ajshorse.no-ip.biz nooblet.zapto.org dethnet.no-ip.info +hntcwqwgsm.duckdns.org public-dns.com srcp298.top properrty.co cppvgch.in azxfb.xyz n4gamer.ddns.net +comcstserricer.tk xiumkiqvea.duckdns.org 1604771228.httpdsconfig.com neuvostoliitto.ml @@ -97269,7 +98825,7 @@ kcubcfuhwwn.com herthihxst.ddns.net jddjj4j4j.000webhostapp.com drinktall.net -macdanielo.hopto.org +ctikcljlvlvuuvm.com faugzeazdezgzgfk.ws corona-antivirus.com telnet.msnhome.org @@ -97283,6 +98839,7 @@ qcd9dfe4d17eac0016b04230a14feb4e9d.tk ncjpowernrjjfnnrj.in kitegacc.net wtlverner.club +xtvoynvjjpdmvbt.cn mnseg.xyz orkfngmp.com ahyer8445.duckdns.org @@ -97290,6 +98847,7 @@ spain2021flplayer.site lasthopers.no-ip.org lcgojxsgwh.duckdns.org bshadeshttp.no-ip.info +lidandocomsuaansiedade.com alla10.no-ip.info freeguard.biz vzsjfnjwchfqrvylhdhxa.com @@ -97324,10 +98882,10 @@ mightydead.webredirect.org babalargunundehediye.com 1e100.tech sofexjordanx.com +api839.m4a1.pro tccbdestekpandemidestek01.com fc7q7zw.top saltgrow.net -g92hbnh.top soru.pw ydw.enclosingredesigning.com imanevpn.ddns.net @@ -97339,6 +98897,7 @@ wspmbxusqo.ddns.net teletri.be christiano9911.no-ip.biz fpwz567.top +amajai-technologies.website bqbcnrooddug.su smhjcddfqd.duckdns.org pvlrmtqqbnnmacfxsddo.com @@ -97371,6 +98930,7 @@ kediwtsnjd.duckdns.org p1.feefreepool.net lievehugo.no-ip.biz shitepages.net +mahaoran.tl-ip.com ymn772g.top km8rx37.top gyjz18d.top @@ -97378,6 +98938,7 @@ xuqaqox.info technlip.com housemarket21.com wemusthammer.com +stillnorth.net bbs.sonypsps.com yahoo.securepassword.info kill4joy95.zaptop.org @@ -97410,6 +98971,7 @@ hackermalki.ddns.net obrkzncfjm.duckdns.org achalinus.ru muhojir.tj +martuz.cn ableusual.net 1603710018.httpdsconfig.com feojshpssinmect.cn @@ -97433,7 +98995,7 @@ yms753l.top interorozable-exoharuship.net atxbqwcdll.duckdns.org ifi.no-ip.biz -ptvhlhahfp.duckdns.org +globalization.firefoxupdata.com cbassvaio.no-ip.org itunesupdate.itsaol.com smtp.dynamics-id.com @@ -97457,7 +99019,7 @@ ososezo.club j9b8q8.com tangerine15.no-ip.biz klampertrojan.no-ip.org -suhewyhacagalaj.info +feqbtuynwwyggwo.ru zezopoy11.hopto.org fatturamentolaniasicilia.website ns4.ligag.ru @@ -97465,6 +99027,7 @@ ns4.ligag.ru shoppal.no-ip.biz fkisew.klontrek.org j1nxfyr3.su +goosuuwoqtxlncv.com wasimhak.no-ip.biz zpjpigdqki.duckdns.org hojxqykoxr.duckdns.org @@ -97523,6 +99086,7 @@ asmarany.ddns.net support.livemymsn.com striblingm.pw mindlog.no-ip.org +tqhksacttdgqblf.com sosyaldevletpandemidesteksayfasitrt.com evyqbjvnzn.duckdns.org ifcdsc.org @@ -97542,7 +99106,7 @@ thewisesoln.com tinkyt.no-ip.biz fuckomar.no-ip.biz nsdownusa.org -1604771444.httpdsconfig.com +fthtrhtht.xyz.swtest.ru pile234.xyz zgzimdqwnj.top yeiolertxwerh.com @@ -97600,6 +99164,7 @@ serpas.info zanamebewu.info rodtheking.com ninthclub.com +ecstasy.no-ip.bz xshadow.ddns.net negligence7785.xyz ps5gaming.ddns.net @@ -97610,6 +99175,7 @@ joinfree.net belsaw920.com douda.ddns.net q234q.top +strangereason.net b.nt002.cn ijnulksciqbf.ru chrom1.myq-see.com @@ -97627,13 +99193,11 @@ renacerfuneraria.inti.co.uk virusss.no-ip.org gerenteempresarial.voyage passpace.com -onfqigopga.duckdns.org ubkv1t.ec0.com hxonqlmrgeuq.in joskiyet.beget.tech lymysud.com tradingforexjourneys.com -citebcqmxu.duckdns.org crespofootball.best escobar.serveftp.com cpdoqeyzbp.duckdns.org @@ -97655,6 +99219,7 @@ p4.2019fly.com simpleservice-checker.com thxr.no-ip.org nirvana.inti.co.uk +mwezxbzxsq.duckdns.org ali.hasan9.no-ip.biz steak.dir93.info b.cfroteyt.at @@ -97663,7 +99228,7 @@ mdijfsqeprxcf.com 810delicafe.com letthemfindus2.dynamic-dns.net booxterqwe.zapto.org -moonsecure.sytes.net +ioyobhkbbd.duckdns.org safety-amazon.jp s4gvhd35.ru googledrive.network @@ -97705,7 +99270,6 @@ vhvh.pw lenov.zapto.org adobeflash.me kayumina.ru -boxednetworking.zapto.org kaobgpozxg.duckdns.org wishnovember.net sweethome11.tk @@ -97747,6 +99311,7 @@ dakesse-21018.portmap.host ptuwlrboew.duckdns.org facebook2ww290.ddns.net noipppl-online.com +yjop2jiavcolc9xil.zapto.org office365upgrade.com glycyrrhiza.xyz luogetrzlz.duckdns.org @@ -97776,6 +99341,7 @@ saggerboy.com waetshx355.duckdns.org bibl123.ddns.net kene32145.ddns.net +aadxphplqp.duckdns.org forcewall.net qexyxuv.com fsrdylwvszomp.com @@ -97797,6 +99363,7 @@ fpgz533.top dropbox-cdnn.com usxyylmzmm.duckdns.org books.myscriptcase.com +trydwfttrk.duckdns.org hairguide.net statswatt.casa api.itsmydomain.xyz @@ -97822,6 +99389,7 @@ rick.ggiso.co trokelnopartunofroner.com 52eva.top dppdereree.duckdns.org +qtzrqvzbtv.duckdns.org rsmogqcuiw.duckdns.org flowerxpo.top mjhthmoctd.duckdns.org @@ -97874,11 +99442,10 @@ hf4295616e0d1044e923d4dadc9ab3b5e0.cn destinygetyou.no-ip.biz fuztxhus.valve-ms.ru dev.jmttrading.org -postiruped-unoxulolor.name f0312923.xsph.ru wassinrat.ru -wishprice.ru -belongstrike.net +wallich.xyz +cp-4.hkdns.co.za dhl-kurva.casa everglissen.redirectme.net dpswpdldyd.kro.kr @@ -97906,6 +99473,7 @@ mightysam.ptr1.ru kciylimohteftc.pw microsoftupdate.mrbasic.com playwell.ug +pyztvzqrbw.duckdns.org bracbank.info fakeserbzine.no-ip.biz blanders.no-ip.biz @@ -97938,7 +99506,6 @@ skyc.myftp.org swiloodex.com food.msnhome.org lyrylix.com -dell1.ug monti2.com rqbupminx.ru gsadgwet.duckdns.org @@ -97959,15 +99526,18 @@ kounan19.myq-see.com mouthtoday.net subocetesion.org j12kbnh.top +ykv16cmtign03mfeen.com nehal2215.no-ip.biz ktms13gb.ga hodatdyakok.kz +mvpokngbpjrjgnc.ru system123.linkpc.net ibere2night.serveftp.com wire-share.com zawianet.system-ns.net el7kmdar.ddns.net bjerfogxz.ddns.net +e-haber-destek.net ryxxqnvnkuqy.pk gandcrabmfe6mnef.onion palestine.no-ip.biz @@ -97983,12 +99553,13 @@ news-37876-mshome.com xn--kararllkbunugerektirir-rldb.com qwrswhnhah.info 1604771513.httpdsconfig.com -gifas.blogsite.org +noxrr.ddns.net e7607d982693f02b9d79baa035f8e56874.hk bigslice.top the-brand-nursery.com mngtboard.com cycz61j.top +adrianazuluaga.com ns4.aerobi.in uejbteczas.duckdns.org kbdmai.net @@ -98003,10 +99574,11 @@ semihazetament.info xtremeproxy1.sytes.net ns3.vindis.ru f0396733.xsph.ru -lolmands.chickenkiller.com +wkbdjbkmri.duckdns.org wecybjcfjvfe.org naoasch.com -cscp528.top +ivjaojnefx.duckdns.org +electronics38.xyz anon-shadow.game-host.org brfstthgtu.duckdns.org ftph.infosupports.com @@ -98016,7 +99588,6 @@ s0n.dyndns.biz pbicksauvm.duckdns.org dngsezolxv.duckdns.org tbd1337py.ddns.net -w6kr8d7.top semizunidom-overivimarern-emapikal.name lucie.dnsweb.org yjjjkmmott.duckdns.org @@ -98042,6 +99613,7 @@ wdyx988.top llokkgzplx.duckdns.org jc7q5zx.top bornkillller09.no-ip.info +34573350.ddns.net cloud-server-updater24.co.za overufipen.org tqfiyjauke.duckdns.org @@ -98101,9 +99673,9 @@ chiefvalue.net rangerahmed.ddns.net lion.web2.0campus.net dadasdaker.site -wwpyvxnihcm.fr sdfgcn444.duckdns.org xjkkklyyyc.duckdns.org +dxgfewuteq.duckdns.org cwuobqhyonjs.pk mailsignature.pythonanywhere.com pimmelmenschenhassen327.com @@ -98114,6 +99686,7 @@ jgnlydrxhc.duckdns.org flasshpllayer.xyz netsmsgo.com ovz3.skazkatut2222.px7zm.vps.myjino.ru +eywuxyglqt.duckdns.org ntmpidpuhvjxm.com dstopdaltdsd.agency xcgzwfrnqf.duckdns.org @@ -98154,6 +99727,7 @@ kxetyjvtnr.duckdns.org iqtuuqdyjbss.in hackedali.ddns.net ns1.crazyservers.ru +guddms9130.hopto.org cyber-peace.org ufrqdppcob.duckdns.org play.google.servjces.com @@ -98162,6 +99736,7 @@ apartmentsin-paris.com appcheckjp.info grddijwvvv.duckdns.org middlereason.net +caqp10snyod03msvsqu.com bzyzk86uzj.men ws2008update.com fpcb598.top @@ -98212,7 +99787,6 @@ phnzmaster1337.ddns.net wcnnl.com honsxcuyjo.duckdns.org dudedafuck.no-ip.org -vision2020success.ddns.net degamufy.com pjgwxsqwbdqh.com traffbest.biz @@ -98220,10 +99794,11 @@ rockonce.net fpqh559.top qegyhev.com mp3.dnset.com -411foru.org +frizzcams.com keybasejasper.esy.es 1603710046.httpdsconfig.com ddkrslubctej.net +cugq.com km8nm95.top 7513607b0695d53fb32c3461ee7514ac.se centozos.org.in @@ -98253,6 +99828,7 @@ mxooqwnmpwpu.org jftlutcfzi.nsbhe.com x6kr8y5.top xzatrix.no-ip.org +rvninnseph.duckdns.org andr642010.ddns.net 44hgd8s.alcatelupd.xyz 2003xx.com @@ -98261,7 +99837,6 @@ treewijiuu.duckdns.org bhfd3.xyz mifhfgcbtu.duckdns.org german.zapto.org -ensecure.duckdns.org jfe-mineral-co.pw 142142.zapto.org ymw713y.top @@ -98275,6 +99850,7 @@ laevwvahoe.ddns.net p72qbnr.top rhewuomgmnbj.org x962e98e967d10f2371df1760e86804c58.so +factos.freedynamicdns.org muchtold.net kcnncjnrjnrjfjr.in onzmmmyyyy.duckdns.org @@ -98284,6 +99860,7 @@ qebytuv.com haphionlet.ru vyftbgpmgs.duckdns.org wayto.website +laxixnnswnfcoat.com fjujzjfiru.duckdns.org 3cf.ru pujylyv.com @@ -98302,6 +99879,7 @@ pupucuvymup.eu very.ruvmp.ru mwduskpqiyih.com webemail.info +edinvejllq.duckdns.org namesupermart.cn setmyip.no-ip.biz hpgeprxmxv.duckdns.org @@ -98322,6 +99900,7 @@ baidu-search.net flashplayrre.xyz insideoutexprescarwash.com ayqrrxkkjj.duckdns.org +vopymit.com biggiechurch.ddns.net asdfcxb44.duckdns.org srxjafofjj.duckdns.org @@ -98335,7 +99914,7 @@ xgcfvgbhj.ddns.net ydilrgltrc.duckdns.org droper-spr.ddns.net morefreesms.com -seres.https443.net +pinijhjkow.duckdns.org jbqzgimtsr.duckdns.org online---shop.atwebpages.com spreader.zapto.org @@ -98348,7 +99927,7 @@ domination5437.xyz mc-cosmo.ddns.net console-wifi.ddns.net kiiypoplefsk.pk -fhkbboanan.ddns.net +yyx99x7dnnjt5xgef.myvnc.com musicfish.net q5x.ru myhr.we11point.com @@ -98362,7 +99941,6 @@ kshan.firefoxupdata.com correos-track.top a50625ja.beget.tech mask13.no-ip.biz -misusuheced.info uafkbpqfhh.duckdns.org luwxklzlao.duckdns.org transparency-office365.com @@ -98402,6 +99980,8 @@ signaltalk.top ibxgmvcptnwlsa.tj securezal.net freycinetvista.com.au +acusticjjw.pl +linchen1.3322.org yyupzajtox.duckdns.org 76b8ee50.com goog.hopto.org @@ -98444,6 +100024,7 @@ ius.uyghuri.com v4df98333c2e321d858e3d976a1d941d37.in gyjz81w.top nabshades.no-ip.biz +izcvqnjlvs.duckdns.org wmtrmqvkyq.duckdns.org shewop.com xwhvrikneb.duckdns.org @@ -98454,6 +100035,7 @@ virdtech.com pczjnznnxq.duckdns.org realhacking2018.3utilities.com z6kw8j3.top +ycnlbnyqrfhrxor.cn gyyz99z.top hergun-gundem.net overivixive-imonomofate.biz @@ -98464,7 +100046,7 @@ domain.casacam.net w96b30ebe13516dd20fb5165bd61c2fb1c.hk hp-h.us sc2q6zb.top -kmcblprtdn.duckdns.org +gbleciiwng.duckdns.org win-api.com w32infinitisupports.net kaswer12.strangled.net @@ -98510,6 +100092,7 @@ multipefimoness-microcepilical-semizabodancy.org ttreface.tk dekohaward-nonedareness-subafehaward.com cruzeonover.com +ayvrvlnfex.duckdns.org rbsickhzji.duckdns.org oneupdateadobe3.com markburgston.com @@ -98551,7 +100134,9 @@ microsoftsubsystem.com-adm.in vjxnymmbbd.duckdns.org lxwbobbooq.duckdns.org apodizasor.blasters.biz +uyyeuuapcgsddyc.cn hostsvcnet.com +flashplaayre.xyz cloud-server-updater12.co.za k22qbnr.top technology.macosevents.com @@ -98584,18 +100169,21 @@ qqmailappupdate.ga inetrate.info madeshown.net fpjz517.top +leslascarsgays.fr gkrftphhxa.duckdns.org fpcw515.top blackplacexx.no-ip.info blizko.org postivosodom-cocehutuhood-emebatetn.biz login.ki.se.iftl.tk +nofafgizsy.duckdns.org padosori.co.kr hdcssdad.tk iyyxtyxdeypk.in mnteasevvc.duckdns.org f12qbnj.top xuhihuj.info +8hjowigjx4i41.hopto.org zdnm1000.duckdns.org sc1q7zn.top akwotie.ddns.net @@ -98615,6 +100203,7 @@ w3schools-html.com km8gr13.top lrstnwear.net personanddog.info +homestudios.co tnbufczxud.duckdns.org c3c8bc32a83d85ef39354a579ccf37c39a.hk anabanana0x.chickenkiller.com @@ -98686,6 +100275,7 @@ fpyq557.top login-secure-account.gq elneemrrtorithum.net rljzadglyn.duckdns.org +g72nbnm.top eleethub.com sort7452.com zombiespecies.no-ip.biz @@ -98701,7 +100291,6 @@ y42a8b7d6132014896ad93ea127fe0c4d9.cc shopbaite.ru h82lbnr.top online-buyuksehirbelediyesi.com -nslookupdns.com rjogtssptdtt.com x6kf8w6.top dyyf689.top @@ -98775,6 +100364,7 @@ alex7511.ddns.net wodaywo65465182.com zooz45.hopto.org goodgt79.ddns.net +powerservmain.org jsi43qd1bmex0q5ygd.com jirawat01.ddns.net alienalicengiz.ml @@ -98792,10 +100382,10 @@ wxxbtrymznbrd.com promiseskept.top p-account.com cantstopthefire.no-ip.org -pinescop.top fpqq557.top wodoqlzinq.duckdns.org ymb796w.top +odcevlqjgftiktv.cn saradot.gotdns.ch alrjkphlks.duckdns.org mondii.ru @@ -98803,11 +100393,11 @@ prosalar.com vhfcdxydyp.com soilraise.net legyelvodas.com -ymn719p.top kcndswservyhdsrv.nl halifax-international.co.cc swimming-wonder.com microsoftnetframework4820190418.duckdns.org +interstitial.powered-by.securesoft.info aeifaeifhutuhuhuse.to km8dr62.top cysz37n.top @@ -98820,8 +100410,10 @@ ygzrrztuiu.duckdns.org 926cb.com decexozilike-eximubazage-postegixify.net fdrt.duckdns.org +834380882.tl-ip.com gsiworld.neostrada.pl quocphong.ministop14.com +xrmixbzehk.duckdns.org ldrfatty.casa ulffiidks.com view-external-page.best @@ -98829,9 +100421,10 @@ bsserverbyshoxy.dyndns.org adhelcnoh.com euro-bitum.ru darksmall.net +msqmqijnce.duckdns.org gforce.no-ip.biz tykojffawj.duckdns.org -freepornhub.host +geqljxswxm.duckdns.org sql104.byethost13.com rough-grass-45e9.poecdjusb.workers.dev uncle-officer.com @@ -98851,14 +100444,13 @@ ncjkcn.nl zgtpguwlcf.duckdns.org jppost-se.com kapsla.com -parsha.no-ip.biz -ns2.fgmbdteifejszcmn.org +faithbibleweb.org +loadaroma.casa l9wada2020.ddns.net blackkyle.zapto.org p10aa56510171cc44cf6e5ccf9c3ae710a.so cybielve.no-ip.biz qcrtfmllrl.duckdns.org -imf-eu.org boden.0pe.kr ymz712x.top heavy325.xyz @@ -98885,14 +100477,15 @@ hwhnrpesma.net wvvw.sytes.net yayegvzrop.duckdns.org gyaajzzujn.org -secure-xml-delivery-service.ru +joinclubhouse.mobi +slirfly.ddns.net ahmadremawi.system-ns.net lxynmytvhgyiv.com omyjbdoidh.duckdns.org pp-panda74.ru hexmia.hopto.org qrsydifbyn.duckdns.org -agrarnik-ooo.ru +asiaok.net sutsyiekha.casa gaploop.at etsnm.xyz @@ -98909,6 +100502,7 @@ z6kf8g3.top fragrancewipes.com dpzf566.top postonusilan-imisadeth.com +cpqsxqijrgveadw.com adfrut.cl xllricubwy.duckdns.org fjknfxvgoyxc.su @@ -98934,21 +100528,23 @@ heskwxypdl.duckdns.org wishforty.net qmjbnlcdom.duckdns.org dracod.xyz -masterjnbs.com -syncrat.no-ip.biz +5eb149c0.com +justconnect.thruhere.net mygooglemy.com qvvksmeemfgd.com -alonki.org +sfmnzqopab.duckdns.org bilirtylo.xyz cvfoqovdngjvirybd.net divinestresser.com glowtrow.fun +civilinspector.com kxuddfxte.com sosyalyardimtalebi.online +blackshades12345.no-ip.biz pvsgdaknwi.duckdns.org sanane2121.no-ip.org ceo223.ddns.net -l72fbns.top +pjbqfkvxyk.duckdns.org cumhuruygulamaittifakitr4.com otter.pw deadborn.net @@ -98967,6 +100563,7 @@ kekse1337.no-ip.biz talkaloka.meximas.com agfhbwuuma.duckdns.org abillionwell.com +mailusaacad.com zpivivvwde.duckdns.org wwwelectrum.org d6261013c34.placehol-6f699a.c.mswordupdate17.com @@ -98983,10 +100580,12 @@ rxfaxpxpdy.duckdns.org dicknigger123.zapto.org macval.duckdns.org qpvjiihhtg.duckdns.org -rez007.ddns.net +firstcrypttestingfree.com whdbazxxwo.ddns.net lc9q2zp.top 12demuslims.top +guduo.ga +ty5uaq.com server295.web-hosting.com realhacker444.ddns.net bumbelbeed.agency @@ -99027,6 +100626,8 @@ barjhxoye.info srcsvcs.com gov-af.net lizardgreat.co +ics0llxiqs0dyh.bounceme.net +c1vfsbk.com xdhozwlojl.duckdns.org ubadaddy.ddns.net wwlddyybdialbqzky.net @@ -99035,7 +100636,7 @@ dqfbgfefmg.duckdns.org nlyx338.top micromocazament-macrokesilike-unosikeship.com mbmb99.com -befogtad.duckdns.org +weathermeeting.net bc.nexusiotsolutions.net wugfsfsswn.duckdns.org bomar-spa.com @@ -99047,6 +100648,7 @@ eptablyaym.temp.swtest.ru bka.im km8my22.top freedomain.otzo.com +kadievyjbsw7yv.onthewifi.com mvlyixxxxs.duckdns.org owly.space dcpqdqrrjw.duckdns.org @@ -99064,8 +100666,8 @@ wiviaanazm.duckdns.org peralos.com replace457.xyz dcyo.no-ip.info +darkshade.servegame.com kdmaw2.duckdns.org -morefin.ru mailadvert917dx.world ijnelttxxmnn.com ccilfov.ro @@ -99078,6 +100680,7 @@ xfxtceaufn.duckdns.org vigerentis.com m12nbnr.top hack006.hopto.org +ekptowrdxn.duckdns.org buhreuylccju.org eu-1-host-protection.cc tcbmtrpandemidestekuygulamasi9.com @@ -99104,7 +100707,6 @@ fpft577.top dpvqonhnmr.duckdns.org grabbelinno.top dccpqqddqj.duckdns.org -baillon.ru i3r01ls5rua.com trovelgin3t8s9a2n1.xyz cloud.optvers.net @@ -99144,6 +100746,7 @@ zagkjjzaug.duckdns.org d.ispzsystems.net qacflsmkkx.duckdns.org china-sums.com +bazze.no-ip.biz niloticus.online commfollbeyondwilaunch.com ns3.bilokytr.at @@ -99191,6 +100794,7 @@ dcthugs11.zapto.org hallojab.co.ua l52kbng.top kzvjbalsxi.duckdns.org +weyfiyrfb2.com mbcdefrwaa.duckdns.org f6km8d8.top eetyh.xyz @@ -99221,6 +100825,7 @@ vpjauysexuqtktdpjqws.com seuufhehfueughel.to document-supportsharing.bid service814.no-ip.com +xmen12.no-ip.biz khatibul-umamwiranu.com netstringsusefor.net an.droidsuper.su @@ -99229,7 +100834,7 @@ usnftc.org fpyj597.top kaizen00.ddns.net xkclub.hk -ultravatevous.info +gykz29k.top windows-rat.zapto.org electrumstar.com lc9q2zt.top @@ -99269,7 +100874,6 @@ servsitepower.ro newuniquesolutions.com dd00nnzkndd.net mkueqcypw.biz -avwinwlajz.duckdns.org relidoless-multizidufy-emehagarern.name unclesam.tw gaqycow.com @@ -99283,6 +100887,7 @@ msrbbpzjz.org ns3.karakun.ru vacompany.co.za jccprlyw.cm +a450526783.3322.org zybjsqtdyw.duckdns.org septemberlady.ru domainimagehost.com @@ -99300,9 +100905,7 @@ thelostan.ddns.net aalqafekct.duckdns.org vitruuusd.xyz quickhand.net -85005.trendmicro.96html.com uzoducshoi.duckdns.org -shop.newsbtctech.com kiss58.myvnc.com isyncautomation.in mmeyyystfotu.ru @@ -99310,6 +100913,7 @@ whommile.net orteasd-tv.ddns.net jwutezyirl.duckdns.org littledevil.no-ip.biz +motoa.purpledaily.com emrvhguayv.duckdns.org lyzzmmnzyl.duckdns.org wolfyxxx.bounceme.net @@ -99319,6 +100923,7 @@ n8ownz.no-ip.biz 7tno4hib47vlep5o.42kdb12.net bybghhsxvq.duckdns.org ncjmainfjr.info +nfsvbynnchharvh.cn asagamifujino.dns05.com livetalk.top iizm3xican.no-ip.biz @@ -99346,6 +100951,7 @@ cumhurbaskanlikeuygulamasi12.com cxlgwofgrjfoaa.info prostitutki-tveri.xyz twvf572scout.com +cwxvlwxysn.duckdns.org cyrz72s.top update-ms-en-office365.com ads-ti.com @@ -99378,10 +100984,10 @@ hbukvpirg.ru aka-tsuki.no-ip.org edicupd002.com smineolo39wings.in +glhczhmpzi.duckdns.org xmcqqrqqet.duckdns.org web.babycarriersingapore.com girispandemi-saglikweb-tr.com -fbi.sexxxy.biz blackshadow01.dyndns.org newstart.no-ip.biz swalgrave.com @@ -99397,11 +101003,13 @@ raidenhack.no-ip.info ochirxt.net andspurs.com lionelmor.ddns.net +zc9q2zh.top fanks.no-ip.org mazey1.no-ip.org dzuysnbzaj.duckdns.org jlyfdjrkbhqonlloidmz.com siteyhd.in +rdxsxegnpg.duckdns.org postorunity-imubumogism-inekapocary.net xipuporebauwlas.com isledimay.xyz @@ -99429,7 +101037,6 @@ rhrrwqrshs.org correosapp.help rqcdedcfqiyi.net imcoolnoip.no-ip.biz -gotladyhope.ru apaturinae.ru xloil1320.myftp.biz acconut-verify.com @@ -99438,15 +101045,16 @@ ad23f.top cindo3765.dyndns.info confirm97.com turkarscape.no-ip.biz -zapdos.no-ip.biz +fruitnext.top helloworld9911.ddns.net lw.msnhome.org qjxvabelptjtxdt.ru apparatto.top dzaircorp.no-ip.biz +bitmailpost.com nhclstcweo.duckdns.org mahgoubsons.ml -office.com.kz +obeypropaganda.no-ip.biz clothesshopuppy.com resecpovak.com doc-pdf.ddns.net @@ -99456,9 +101064,10 @@ unblocker.bounceme.net com-identifier-servicelog.name drkcmtt.duckdns.org tallcareful.bazar -pandemi-destekciniz.com +mghvjritbs.duckdns.org leatherlites.ug revengerx217.sytes.net +nccirnjhhxsbbjv.ru defqon.no-ip.org utntbocumsslvnfbwqp.ir vanillakilla123.no-ip.biz @@ -99493,6 +101102,7 @@ ayhabtei.ddns.net adm2.bit neartsay.com alienhosting2.no-ip.org +fcsjbbbpenim.com hgbzsblund.duckdns.org ns2.deosli.at puppetmaster.no-ip.org @@ -99521,7 +101131,6 @@ mailmarkservice.com xinevokaqu.info ulequbir.com nomoreransom.bit -bmyyylxxwb.duckdns.org ilyowxptxp.duckdns.org oydxozjqry.duckdns.org baba911.no-ip.org @@ -99536,6 +101145,7 @@ gladgrow.net overevomify-semituricable-imuxagusian.info cancerous.csgoblock.com nmf785s.top +efoaptgtni.duckdns.org mrm.ddns.net cotreadfinest.no-ip.biz smalldeal.mypressonline.com @@ -99551,7 +101161,6 @@ rownipbackup.tk fge.solartrendinc.com esnukao.no-ip.biz ihatepakistan.no-ip.info -zeroslim.zaptop.org apple-security-support.info access-accounts1.com xifpnixy.cz.cc @@ -99599,11 +101208,12 @@ suhyd.club redybdndhifr.su mx1.g0b.mx 15547.duckdns.org -joomlaparamaoun.xyz +amajai-technologies.space 10830.duckdns.org krunglestein.ddns.net predepussion.info tlmnsgssss.duckdns.org +cysz21r.top uygulamacumhurtr962.com ylzbmqecdm.duckdns.org ultimatulebe.cyou @@ -99666,7 +101276,7 @@ multitakoth-subarasofy-irorututh.com searchfertile.com l276eb20.justinstalledpanel.com ymh777h.top -worstzrnm.site +aietovwabk.duckdns.org p32jbnh.top auybplpgam3c62tc.onion jnmxvorooe.duckdns.org @@ -99678,6 +101288,7 @@ adp.reevesandcompany.com drevasbs.no-ip.biz wilhedseddin.com deburma.com +1eaf.pw rou.pop-musicsite.com lib.freshreaders.net cumhurbaskanlik-tccbmtr49.com @@ -99694,7 +101305,6 @@ loadhooker.casa nucry.be juligarcia.ddns.net wqxooghvqj.duckdns.org -line.rllconsulting.com vgtgtfgsff.duckdns.org dynddns.cf jweojkpdob.duckdns.org @@ -99722,6 +101332,7 @@ buvpbsq.pw theshark7.no-ip.biz road436.xyz dailybread.waldennetworks.com +gradepen-head.com laoshunfafa.com tzvierqwbi.duckdns.org abogaism.ddns.net @@ -99744,7 +101355,7 @@ myhsot19.no-ip.biz te9c133a3d48cb690fc6f1245beca0ed90.so bkfuzhu.e2.luyouxia.net askcgisctm.duckdns.org -fokizireheceduf.info +jokar-syria.publicvm.com stdyrmtcntlenverstoq.dns.army backup-leader.com bvwtditgeu.duckdns.org @@ -99756,7 +101367,6 @@ ahupsepucm.duckdns.org uogapk13.ddns.net ns1.overflowwho.ru toma.ai -yjw71kj.top alicui.ru rbwxuduusq.duckdns.org farnboroughair2014.com @@ -99820,6 +101430,7 @@ underahahenable.org minidoridosion-emofisancy-transabatevure.org aluminvapn.site planetmh01-55538.portmap.io +muxamilu.hopto.org dom.x01bkr2.biz km8mx51.top autoecoleathena.com @@ -99858,11 +101469,12 @@ cynz52w.top centranets.ml valubivoza.xyz workfine7alogorainbowlomoyentonloyevpn.duckdns.org -swkmedgevg.duckdns.org +intuitstatistic.com etwefsfj.com jerichoconstructioncompany.com +yymrytbbmt.duckdns.org cyhz56c.top -princeleya021.xyz +epsxxsxomquwgaq.com cywz55p.top notfamous.top candqre.com @@ -99872,12 +101484,12 @@ jhfsypgvkv.duckdns.org lokodemaconha.ddns.net beqahjvzbb.com lc8q7zb.top +bmakemegood24.com swagm.no-ip.biz skypein.dyndns.org uogapk7.ddns.net adobeupdateflash11.com nmw26kj.top -macchautura.tk z6kg8f5.top connect0r.ddns.net wfgpaosz.org @@ -99887,7 +101499,6 @@ zznaqdqqpp.duckdns.org admin-ru.ru coveters8787.xyz levelgrounds.serveftp.com -ssnexus7.no-ip.info km8lp91.top photobeat.su cryptopayeer.fun @@ -99907,7 +101518,7 @@ mxlncmdpxf.duckdns.org khmer-livenews.com pboboooban.duckdns.org ghastio.ddns.net -ns4.thepicturehut.net +cnkmoh.pw marinesnotarmy7.cyou helloweenhagga3.ddns.net pwucksinyg.duckdns.org @@ -99952,7 +101563,7 @@ mlvkvxswqa.duckdns.org soyoizzle.no-ip.info main21.site aymeniazerbeycanes.site -dl3.sharefiles-eu.com +video-hd18.site thebotarmy.com bourgum.com razorback.chickenkiller.com @@ -100006,7 +101617,6 @@ avance-web-servicios-cl.cf r96hfhardyee5.com jtivnwskka.duckdns.org hgofqhpepm.duckdns.org -ekapisi-destektr9.com ivleace.zapto.org 1597948916.httpdsconfig.com zzyyqdccoa.duckdns.org @@ -100014,6 +101624,7 @@ kkk123.no-ip.biz asshost.ydns.eu hekutn.com igrirdzpsu.duckdns.org +vidrghbgxi.duckdns.org emiretesnbd.com scaker.com slupdate2.top @@ -100024,7 +101635,6 @@ funlol.zapto.org bone-twist-swimming.com dg5gw4nbnh4uo7rd.onion jegdsqvxes.com -mine.kommanditgesel.icu jihiiuugss.ddns.net holder1337.no-ip.org sahirlodhi.com @@ -100041,6 +101651,7 @@ ntxfnwehpb.duckdns.org getadobeflashdownloader.proxydns.com km8qq78.top wed5.infosupports.com +apple-location-id.com zakunz.dyndns.org socefdofay.duckdns.org eyehacker2.no-ip.biz @@ -100051,7 +101662,7 @@ ichie.hopto.org cwwbcozqqe.ddns.net goinumder.su horizongb.com -bitdefs.ignorelist.com +jqqfiiuajow.com srpmxx.ddns.net nlpjklrewk.duckdns.org susget.hopto.org @@ -100062,6 +101673,7 @@ n.nzebzahio.com century32.ddns.net mychannel.ddns.net dcmfrlmubc.duckdns.org +flashplayer-update.digital update-symantec.com ftp.newsonlinesite.com tracks.su @@ -100086,6 +101698,7 @@ thelemoncity.com bott.zapto.org kobaia157.no-ip.org negaramy-bank.com +basedplants.net marsksfdgdf.ug offerforty.net h6kd8h8.top @@ -100181,6 +101794,7 @@ errsd.xyz speedivpn.in km8qk39.top microsoft-update.myftp.org +evqtjqbkpffhhnyp.com kingrat.no-ip.info lcrfstgsdq.duckdns.org a0359074.xsph.ru @@ -100217,7 +101831,7 @@ information.servecounterstrike.com xblbyesma.com n.ecnpjynwc.com antichrist.zapto.org -caseweight.net +maindf.ml essads14.no-ip.org nectionand.cn quickbest.net @@ -100252,6 +101866,7 @@ finderunt.org rdpqderwwx.duckdns.org 5altk.ddns.net 365daysfreiqht.com +threecook.net hairprice.ru offensepayinter.ml pueensummfvi.net @@ -100264,6 +101879,7 @@ ygyazvmbhj.duckdns.org mefa.ws trvol.com whhholdingusainc.com +cryptonic7man.no-ip.biz lpisback.duckdns.org awetsdgzs.duckdns.org subaldodd.email @@ -100315,12 +101931,10 @@ itechcity.ga stopsms.biz tidgoee51connor.top micropidaluful-interebemukant.org -dyn.msnhome.org cloudstage.xyz msxoqphzen.duckdns.org blackwaves.mooo.com xefhglwhjz.duckdns.org -thenwore.net bscotsa.pw universalcoba.com automatischer-staubsauger.com @@ -100333,7 +101947,6 @@ anticocacable-imonifion-interapopation.biz waeths34.duckdns.org dedelik.com support.symanteconline.net -antqueen.no-ip.info followgf.myjino.ru h72rbnn.top ceyueaeiogooemgq.org @@ -100344,8 +101957,9 @@ helpdesk7r.ru mercury.yori.pl yghgbwzncv.duckdns.org banakora.ddns.net +w6kr8d7.top fpkt558.top -apou.hopto.org +cedriks2.no-ip.org ezrjndetfc.duckdns.org mwlrsdowkz.duckdns.org pharmalobster.duckdns.org @@ -100374,7 +101988,6 @@ asbconstructionltd.chickenkiller.com cloud-server-updater15.co.za teddies12345.no-ip.biz hhmqtcprhx.ddns.net -k741faint.com km8zq79.top letmewatchyou.no-ip.biz spynetpro.no-ip.net @@ -100411,6 +102024,7 @@ blackmilo.no-ip.info toxfailed.su ezelqieriy.duckdns.org hcg3bau1sv.com +uoynqsnogr.duckdns.org ahsypdnkyi.duckdns.org wasswiteneventwo.xyz nmzcstsr4r.com @@ -100475,6 +102089,7 @@ theipacc.no-ip.org enolocist-exahazoward-recosifary.com infosteam.servcounterstrike.com pnaqwqpsqn.in +usbwin.tl-ip.com hangdance.net xlxxpobnnm.duckdns.org billhosts.ddns.net @@ -100490,7 +102105,6 @@ akbuilding-services.com mmm111.no-ip.biz chuuckybonitao.no-ip.biz caseare-cross.com -okjhdbdoie.duckdns.org goldenroade.strangled.net fares007.no-ip.biz asd.asd.com @@ -100500,7 +102114,6 @@ cengizsokak7.site godzkillerrocks.no-ip.biz itwreaks.zapto.org neezood.com -inihigen-misanumate-macrozoxaxese.biz ujelly.no-ip.org ftp.byethost12.com maxiron2v2.hopto.org @@ -100555,7 +102168,7 @@ wfrxwiqveq.duckdns.org oawvuycoy.com instapoller.info cartedevisitegratuite.net -jhonsimins.ddns.net +alreadyemptylock.xyz jaxmksttqwcfycm.org tercumemerkezi.az adghost.no-ip.biz @@ -100634,7 +102247,7 @@ sundaysince.net c32qbnr.top hazem11.ddns.net pandemidestek8.online -fphb591.top +nmf733n.top ganggreen3.no-ip.biz d.webcore.at llnuqqacrw.duckdns.org @@ -100660,7 +102273,7 @@ llii.cf bucket.su fthfrewjq.org bsrod.no-ip.biz -naralam.ddns.net +daiqmkinlt.duckdns.org cnw.redirectme.net a3ax.dip.jp news.issnbgkit.net @@ -100668,6 +102281,7 @@ amiir.ddns.net fire-safetys.com dnsnuev009.duckdns.org 6w3ty.top +lyhwgcrnid.duckdns.org hkbfnmevvqtl.ru fastemail.dnsrd.com ywivivully.duckdns.org @@ -100675,11 +102289,10 @@ sickeasy.net c72hbng.top acccountsgoog1e.com fullmilion.site -api082604.seemonitor.xyz ulda.com linuxservers.000webhostapp.com gemmiparalyzed.com -hxavs3ee.duckdns.org +exxilero.ddns.net drdamar.hopto.org withiron.net g53uuxexm.com @@ -100698,6 +102311,7 @@ shopingoffers.xyz evroparlamiko.cyou u20344.onhh.ru clievland.pw +euawwyiswjikswl.ru dpfs561.top fpcj531.top gysaaonrpp.com @@ -100717,6 +102331,7 @@ sunggysus.com qakeygxert.com cao.p6p6.net overigotancy.net +1338099.casacam.net umare.zyns.com owvvajedxy.com etxsq.xyz @@ -100744,7 +102359,7 @@ longtoday.net wins.msnhome.org latorgator.no-ip.info pvoenntpim.duckdns.org -fpdf582.top +freenow.chickenkiller.com blacalypichab.ga crafttech.com.au cmgkncelmoonebi.com @@ -100764,10 +102379,10 @@ rotten436.xyz rockstargames.duckdns.org o839b0e359d6afbc30a10bd7061f7a2899.cc superbotany.com +edu.microsoftmse.com dragonce.no-ip.org bibliophil.club ns3.jed.su -bdlpmukcp.eu isdes.com eyetremputi.com cedojhcngh.duckdns.org @@ -100790,11 +102405,11 @@ pvautagojb.duckdns.org pitfields.pro haotome.no-ip.org funshowbiz.us -kenneyai.xyz +erycdh33.duckdns.org 3rt56.top usa.radiorig.com pinteslazluerdsz.com -rathertwenty.net +bits-tor.site sherking-no-ip.org jove.hopto.org wcgabnnzod.duckdns.org @@ -100815,6 +102430,7 @@ z6kk8g7.top dutystep.net hzboqjspsm.duckdns.org gwmdskglefgk.pk +fsxbjnoavn.duckdns.org trezz101bs.zapto.org youtubebits.net.org dxprjlxfdz.duckdns.org @@ -100841,7 +102457,7 @@ tacohf.no-ip.info horyinwheorm.ru mkcp628.top ppcc.vasilevich.cloudns.info -ymp758q.top +wee2684iy62.club terobolt.xyz cynz57y.top xcokzluduc.duckdns.org @@ -100865,7 +102481,7 @@ lecoguetterie.duckdns.org uyguykankam.xyz hkm4everboss.no-ip.org ivrzetmpxyic.com -sullyb123.no-ip.org +alarm24.ddns.net updatesourcehealth.com eefowfmhdf.duckdns.org triestold.net @@ -100885,7 +102501,6 @@ sznaucer-figa.nd.e-wro.pl ultrablank.linkpc.net txplwfnvtf.ddns.net shadepk2death.zapto.org -reso-new.no-ip.org whatthe.no-ip.org fireeyee.com gpi-q.com @@ -100900,10 +102515,11 @@ frostdank.com nicphpfalse.com fpgd592.top zombienet.zapto.org -dnyfyrca.cz.cc +table-hesitate.com wiayvtlbcr.duckdns.org cloudstood.net yohvijjwmn.duckdns.org +szvlzrphlg.duckdns.org maxo255.no-ip.org wangluoruanjian.com cywz71s.top @@ -100916,6 +102532,7 @@ dphw559.top gammaboat.us goodsystem4updating.win deliverynotificationmessagesuccessfullys.duckdns.org +ielectrum.info tylascountrygarden.com jibunau.com nec.website0012.net @@ -100941,7 +102558,6 @@ jun.dynu.com privatestuff.servepics.com test.test-gulf.com diesinueveremc.duckdns.org -p2.fly1989.com cognitionclassroom.com zaph0d.zapto.org metyrofhe.ru @@ -100959,8 +102575,7 @@ azmtool.us microsoftinternetsafety.net hdfouter.pw carryon.no-ip.info -fpqb555.top -bkjy13524.ddns.net +ssnexus7.no-ip.info br.cairesoutlet.com.br rkerxltmviyhauq.cn igttgtgkkk.duckdns.org @@ -100999,9 +102614,10 @@ timbo84.no-ip.biz ayomide123.ddns.net bowenpross.com hsu3hg.xyz +azbioehkxz.duckdns.org feearts.com svqekbbrpqii.pk -fddnice.pw +accountcheck.net mslogwsdyinvestmntws.dns.army hsadgwexse.duckdns.org deviluntro.no-ip.org @@ -101121,6 +102737,7 @@ cyqz75n.top encrypted-mail-server.com gmlbbkiudg.duckdns.org bomqoteifi.duckdns.org +anu-send-bis.com jacnor.com xmachinez.com simon66.no-ip.org @@ -101162,7 +102779,7 @@ acxscketn.com vinalpapel.com ovmaobtgvj.duckdns.org cq04288.tmweb.ru -ns4.globalcore.ru +rc3q3zw.top osmujaytns.duckdns.org droid.servehttp.com pkuz.xyz @@ -101190,7 +102807,6 @@ zkjjwwooqm.duckdns.org cpear.ddns.us jvanannbbb.duckdns.org j0a687a7187abb7f05670d14618b1ccffb.ws -omarxn.ddns.net 1604771271.httpdsconfig.com karmacola.no-ip.info animeopening.ddns.net @@ -101210,7 +102826,7 @@ data-collector.online dns2.bothpix.ru juggykkwww.duckdns.org dazzlelogs.ml -awdrgyjilqse.online +zwnzoniwxv.duckdns.org vfipfgxcki.duckdns.org knyalhhwxe.duckdns.org tiko.etatronds.xyz @@ -101224,8 +102840,9 @@ nuevochance1.duckdns.org micro.applesoftupdate.com cvnus.3322.org lyrygyn.com -securitytests.ddns.net +line.rllconsulting.com volymuc.com +iuhutgglkb.duckdns.org mem0rex.no-ip.info iderfeirel.com mail.yahoodaily.com @@ -101258,11 +102875,12 @@ bshadesrat.no-ip.info thejackal.no-ip.biz education.zapto.org oceanstars-my.com +ftp.announcements.toythieves.com voxrdn.net mhsoom.no-ip.org konvicted16.ddns.net lyvylyn.com -cortanasyn.com +yilankortunmu.site 10022020newfolder1002-01262510022020.ga lifefood.net km8ph15.top @@ -101276,7 +102894,7 @@ whycjn.com apksuepsa.club hc8q5zz.top kbbnpkujhlvddvfciwwb.com -rundvcunpe.com +56hj.cn f0310816.xsph.ru gaewaa.upgrinfo.com ns2.audiaturs.ru @@ -101348,12 +102966,10 @@ vopykak.com mob6d.com 06d463a07b51be9296560eecd2e3f4c6.eu updatesrvx.net -kentisgay.myftp.org travelconfidently.com jsw25kj.top restaurantpractice.com customers-activities.info -glerhcaqvo.duckdns.org absinthiuma.xyz dosysitesazerbeycan.site fbarticles.com @@ -101362,7 +102978,7 @@ sercvboaof.net exavigihood.net tsm1.ddns.net ddyofibqts.duckdns.org -gotsuspended.cn +xvvhuhtyxx.duckdns.org chinese7higncomeiscausedbystdythepandybv.duckdns.org vfevg.tk ldowhyaagocvtdo.com @@ -101394,9 +103010,11 @@ roombo.net free33412.xyz business.yahoodaily.com p854daedd98a2e8d986d03e96bcebe5e20.cn +epbboanana.duckdns.org subefecefy-unomacity.biz venemy.ddns.net opzxvqyeum.duckdns.org +qeqyreq.com bwffghgylvyq.pk gywz99g.top koki32.hopto.org @@ -101427,12 +103045,13 @@ qasdbmxusd.ddns.net sdgs3dher3.ru hlmods.servehalflife.com cycz96x.top -jkawnzhfoe.duckdns.org +hasdgwres.duckdns.org fame.mooo.com misafepihood-emonicuhible.info ghostx.no-ip.info tracebizcomplex.com j72nbnj.top +nickhairline.no-ip.org secureav.pw mznzecasai.duckdns.org mortaza.hopto.org @@ -101494,9 +103113,8 @@ wfbysnilff.duckdns.org amirhosein0074.ddns.net sdstat955192rv.club flyx758.top -jokerbabel.no-ip.biz +fellowbelieve.net ns4.czfllkbjleusjwellpulzgmou.org -lhxlihz.com hqgimdbryzjdw.com azorneutrino.com 3ifishalot.no-ip.info @@ -101509,6 +103127,7 @@ topmailersblog.com dns1.firmares.ru peppers.duckdns.org apfewfdcpb.duckdns.org +commandbebetween.xyz igfsskkxwj.duckdns.org checkwebspeed.net vuiviivonn.duckdns.org @@ -101535,7 +103154,7 @@ hqjwdbgrvf.duckdns.org wadlalafala2344.myftp.biz riiseshell.no-ip.org jav.jave.xyz -interixebazion.org +downflvplayer.com uponride.net rnfgwzeehqb.net mndytheviejupcafgast.dns.army @@ -101560,7 +103179,7 @@ dazza132.no-ip.info kormirai.ddns.net castelfable.duckdns.org tcxkmyefxx.duckdns.org -aixlg.com +chromsm.linkpc.net n92ybnn.top qqcnuxyvyx.duckdns.org zmmerfvjvi.duckdns.org @@ -101659,7 +103278,6 @@ vnuret.com yqpfpfwcmnaoptgibg.com blackshadesrobskin.zapto.org thaifoodinmiami.pro -dylanlumps.no-ip.info skislia.com speroni.pw vps.healinglightwithin.com @@ -101699,15 +103317,14 @@ ulggfuerghhk.su up03.in wsoo.ddns.net bfjijrfhcd.duckdns.org -courtoperate.com -bara.ddns.net +umkjpkympb.duckdns.org +vownaknthmvfmmo.cn dybl688.top r9qweq19w1dq.com wicked-bs.zapto.org yilankortunmu21.site cs.gfjhgfjkj.tk dydt689.top -frontonly.net km8lr78.top snowsnow.no-ip.biz vimhckprik.duckdns.org @@ -101744,7 +103361,6 @@ krediade.com jsadas.site delivery-yandex.ru mohamedali007.no-ip.org -winaudiomananger.system-ns.pro nostubesaver.com sercvbnofamericaalertss.ml lyvytuj.com @@ -101760,7 +103376,6 @@ hackerforever.ddns.net walker11.xyz 1597948850.httpdsconfig.com bxhye.xyz -eetsx.xyz my0.no-ip.org tak.no-ip.info patsec.no-ip.org @@ -101802,11 +103417,13 @@ redantina25.ddns.net antisizaly-transecegety.name blackshades-secrets.no-ip.org 2good2noob.zapto.org +club-first-voyage.com outbondgoapindul.com ns3.profixdns.ru kimo-0110.ddns.net mahmouddayo.no-ip.biz weekjune.net +xxfkydusgi.duckdns.org etzxs.xyz bridgeph2.zgxuanhao.com frontwing.net @@ -101882,6 +103499,7 @@ pandemitcbmtruygulamamtr47.com txcbijztxz.duckdns.org yyjxbmkhrh.duckdns.org asistenzaonline.pw +ewzxncfvth.duckdns.org xoxoprosen.xyz cycz38x.top arabkrobo.duckdns.org @@ -101890,6 +103508,7 @@ best-targeted-traffic.com awerths3.duckdns.org taker1.xyz erfqopdbir.duckdns.org +adhostingcache.com zjejcmtoib.ddns.net basislabel.com ohbaitmwxz.duckdns.org @@ -101898,6 +103517,7 @@ hsenhcker.no-ip.biz automotiveeventregistration.com typyimfbbh.duckdns.org tmrobo.com +rriaomhlbq.duckdns.org fwvdhpahxj.duckdns.org lenbdkcxzv.duckdns.org office365-account.com @@ -101928,6 +103548,7 @@ fheuhdwdzwgzdggg.to chasiin.com gcedgrbeni.duckdns.org beefeewhewhush-eelu.biz +vturalcycles.com llullzza.com saglik-bakanligi-20gb.com avc.no-ip.info @@ -101936,7 +103557,6 @@ fossilis.xyz american-express.site whorim.duckdns.org eed9jqjd4b600bu2b-md.com -blackblinkdagger.top 4kbutsho.xyz xshxhahyaj.duckdns.org vhqjrucxsh.com @@ -101953,6 +103573,7 @@ greencolor.top kitkattt.com dalailama.online airts3.duckdns.org +fixref4.com nkoopw16.top neonka99.ddns.net asdwf.xyz @@ -101984,10 +103605,11 @@ secure.sepa-certificate.in ahmedyy8888.no-ip.biz irish.no-ip.biz microlofaless-minirixigiship-monoloteless.biz +szzcdfnfblaz.myvnc.com serviceshelpers.com gyjz32y.top ereusingl.fun -isjsvppdjnplh.com +barbaros.com blaackjack.com ultracurupous-inezokoty-postaculinese.net dark-angle03.zapto.org @@ -102008,6 +103630,7 @@ ymj731y.top iskdtcpwwvyp.net aiaizzzezeezela.co interactiveindependence.com +oyunmekanin.com beast.no-ip.info r.pre23sence.club mklammna.com @@ -102037,7 +103660,7 @@ hxdptzu.info vlg.belowbridge.com greensny.com vid-top-xxx.ru -twlfasuvac.duckdns.org +zjnewdan.us bunishsvrn.ddns.net gkhsglbtxw.ddns.net dolat.websurprisemail.com @@ -102051,13 +103674,14 @@ lacasademipadre.cl lootchem.com dtdf5vu.nt7yq.info father-boat-mouse.com +ns2.liga-sv.ru htoof.com 20-gb-internethedye.com 19sped-lane.com hacklebro.hopto.org wwdaorotpf.duckdns.org shootie.no-ip.org -alarm24.ddns.net +learn.polyu.sncu.me oabtcdbijy.duckdns.org mod-files.ga thamcungbisu.org @@ -102094,6 +103718,7 @@ fpyj565.top terminatedd.no-ip.info mofa-help.site 534.no-ip.info +xuhyrar.info cainmoon.net fudge.zapto.org wiki-vaeit.com @@ -102148,6 +103773,7 @@ zkrqqvxjtb.duckdns.org indirimli-20gb-turkcell.com phsavbunhq.duckdns.org icoxezsv.blasters.biz +issmel.no-ip.biz xdnet.no-ip.org ccqidojlmu.duckdns.org 799306464.ddns.net @@ -102199,14 +103825,16 @@ sandra.hopto.org wetshgxh3.duckdns.org news.pcclubddk.net fpkm512.top +yimkswaizi.duckdns.org lfhpqzgo47.com +qoxl8coc8ijodjs.webhop.me olosnxfocnlmuw.biz newss.myq-see.com -cjhxsrdzij.duckdns.org +jslyjr3f.tk pdsete.com disamiboly-disazitic-irepapizify.name freetoper.accountant -kasimovschmuck.hopto.org +xycp638.top poop.zapto.org footprinthuckel.top bnhdumqalrkij.ru @@ -102219,6 +103847,7 @@ sdooook1.no-ip.info lelllnn.com songcross.net 2021franceflplayer.site +a1219153016.tl-ip.com sophoswarehouse.com gvr1.no-ip.biz dolyqojoripomut.info @@ -102245,6 +103874,7 @@ cialis.hopto.org delete32.no-ip.org ns3.internums.ru psyqwiswnquomgn.com +reload-cover-page.live oussamadj1997.ddns.net linug.ru aill.cf @@ -102255,7 +103885,7 @@ cvpymgnnbeutfh.net gyqz15r.top 4695.no-ip.org jyzoondfbc.duckdns.org -apple-checker.org +tpqyfuuhvyogsof.com wifenine.net bojanbogdan.com videosound.vip @@ -102291,6 +103921,7 @@ yjpnaujklg.duckdns.org civnetdefend.sytes.net meordsovellia.ru 56s4d4.xyz +ntrcgroup.com heraclessads.top itachi.hopto.org globalnursesonline.com @@ -102312,14 +103943,14 @@ icloudsrv.org islamthegreat.bounceme.net dswsite.in windomains.cyou -mdofetubarhorbvauf.com +fuckapi.microsoft.com jklfsdkfjhwefjosdf.top rise2.no-ip.biz coinone.co.in yylc689.top enupevuxen-emuhomebal.name jppost-cji.top -bkkwedding.com +02n7kj0t9a.com loridanase.com archaicus.online inflation658.xyz @@ -102345,7 +103976,7 @@ jallioradio.co subaru.zapto.org blazonjewelry.tk tcbmdevletpandemidestekuygulamasitr3.com -lotisinbab.ru +6ephtujqmi.com faresjoker1997.no-ip.biz com-identifier.site km8rk26.top @@ -102387,7 +104018,7 @@ akvforaqad.ddns.net play2win.buzz 02google.ddns.net vqz8.gotdns.ch -antarcticus.ru +eetsx.xyz jmgnwuzyfj.duckdns.org login-outlook.com mbvd.zapto.org @@ -102408,7 +104039,6 @@ servsrv.fr xiprime.ddns.net bdemkrhbfds.com kakotrixis.no-ip.biz -egainvisit.pw nightovermurdamerostaraterd.net usmb09.ddns.net inculcate333.xyz @@ -102421,7 +104051,7 @@ comrade8.hk alefistacorm.ru i876edw4e5f6tg78hy9tg7r6ftgiy8.erlivia.ltd mantrosweetnow.ru -sahar44.noip.me +rgpicslsna.duckdns.org naser.ddns.net meol3555-33874.portmap.host qbfswpzlxb.duckdns.org @@ -102469,17 +104099,18 @@ herzqvtpb99m0cn.com exploitz.duckdns.org ellisjone.ddns.net gabushev.top +interocilical.org howeitservices.com accaunts-googlc.com charlesprofile.website bartli.xyz gtpwftqakpenqsn.com -werat.zapto.org west-dat.com f234f.top 22fhfh.com thejjkbq.ddns.net sc9q6zf.top +newbook11.ddns.net upgradesrv.890m.com 9s6d6f.xyz alabula.no-ip.org @@ -102503,7 +104134,6 @@ essam9080.ddns.net bothome.ru gdaida-cnc.com zjq1993.meibu.com -hopstop.ddns.net wyideegb.city psuye.xyz bitsadmin7.space @@ -102533,7 +104163,7 @@ negro005.com 8d7h2.top agvlmjawmzew.top magabox126.ddns.net -whichought.net +historicalfilms720hd.com gjzupqzecl.duckdns.org dangerouslife.xyz subdomine2020octubrexxx.duckdns.org @@ -102562,7 +104192,7 @@ nnhquzhcvm.in vgfsskwigt.duckdns.org coinhostshades.no-ip.biz linkdatax.com -newdarkhoster.no-ip.info +broilerona.com cuinangila.com trojanoliver.no-ip.org ok33.no-ip.biz @@ -102585,6 +104215,7 @@ multinipebian.name milosinka.ddns.net ultragopuzosion.org darko.no-ip.org +swkmedgevg.duckdns.org deqacxhyiy.duckdns.org pda.applesoftupdate.com led-t.com @@ -102595,9 +104226,11 @@ verify-linkedin.net makemegpss.no-ip.org edz.bleachforall.com z41d2aca96c548216c347e51d57a342b2d.so +axusrnupzk.duckdns.org tr-desteklerimiz-ailebireyleri-pandemi.net edqsexownqqchchfvu.de rmansys.ru +dkrmrupoph.duckdns.org esahwenqpa.ws hersbetlotont.ru mcafeemonitoring.com @@ -102631,7 +104264,6 @@ majadd64.linkpc.net cellkazankazan.com dns-blabla.org taspartan117.no-ip.org -w3c-jquery.cz.cc kolaandpepsi.com ksr873sweet.com transonipadable-micromuruculess-transecocevical.net @@ -102713,7 +104345,7 @@ crabbedly.club test2.cxyw.net hc8q3zr.top update.cloud-microsft.xyz -njofeprxet.duckdns.org +hsfxzyagfy.duckdns.org amanihackz.com mtp.myft.biz 9d1.no-ip.org @@ -102732,12 +104364,14 @@ haaretz-news.com mountainhigh.at eminemxshow.no-ip.org mez.kl.com.ua +km8lz82.top gamesoxalic.com zpaptinejb.duckdns.org bmoney-frn.net aly222.no-ip.org sales.usnewssite.com thesuperdeliciousnews.com +www2.molnews.net theirfirst.net nyndktrrsa.duckdns.org hgummksgsg.duckdns.org @@ -102797,6 +104431,7 @@ j22hbnm.top x7x.no-ip.info frenddizoni.org vokwmdktoe.duckdns.org +dqffrirckyowkvl.ru thedip.zone vmvuzcawnu.duckdns.org ns2.wintersales.ru @@ -102842,6 +104477,7 @@ cysz61q.top titaniumx.co.in joorrolwas.ru blacklover.no-ip.info +gdcbmuveqjsli57x.onion systemsecuritycheckingwithallprotectionofinternetwithfirewallpr.ydns.eu sxbea.xyz pickagain.net @@ -102883,7 +104519,7 @@ house-refuse.com fphp577.top creationwatchessales.com d7b8.sytes.net -ntp.hummerh2.info +exchangebill.xyz down-error.com fpjmjqrqfggj.pk firefoxcomt.arkouowi.com @@ -102920,10 +104556,11 @@ kalibb.ddns.net g52fbnb.top fowatior.com bduawuzyzi.duckdns.org -mysticguruhf.no-ip.biz +shortformurl.xyz phpencryptssl.com hidemyass.no-ip.biz mekbiigmej.duckdns.org +hadisikeraq-40119.portmap.host skymike2dc.no-ip.biz nikitakoteqka1.myjino.ru cufjdfge.myftp.org @@ -102948,6 +104585,7 @@ ymp796p.top 25xb3kc6azicbbuo.onion nexpoo.at yhdyhd.ro +glatpucckyfadye.ru chasingflavour.us kpvoxwgf.pm angry.servebeer.com @@ -102979,7 +104617,6 @@ xzshadows14.icu hemorananing.ru derotinwo.ru witsakehem.ru -aljmahoo.no-ip.biz cbccobonjx.duckdns.org mouak.no-ip.biz ortphairop.duckdns.org @@ -103001,19 +104638,21 @@ bbtwkuaqim.duckdns.org h92tbnd.top pkeusrjjwwpg.org lifista.space +golde7.hopto.org thesestep.net wkiquvqxed.ukrtd.top ffoeefsheuesihfo.ru dhoskfnkdgmfdgh.ddns.net spacemonkey.top com-accountidentifier.info +ausprcogpngdpkaf.com 2morcmmytalententertamentforwsdyshampn.duckdns.org bsdez.xyz ssuminat.top robot.10wrj.com iqbtrtogkc.duckdns.org wazts.xyz -vitog502.digital +alex2006.friko.pl fcartakads.site bjibhzxyin.duckdns.org kovodaxawi.info @@ -103021,14 +104660,15 @@ revolverc.site ymm735g.top gyjz63q.top quyitjieak.duckdns.org -v207249.hosted-by-vdsina.ru rockuncle.net qc5q1zr.top jrub.no-ip.biz enopebize-imogituth-redepoty.biz +z1x.digital govyuvrsgb.duckdns.org d65g.dw7g3.dnrrrrrrrr.xxx hasdgwert3.duckdns.org +nrjmainjfn.com skggatnwem.ddns.net 1604771545.httpdsconfig.com k95363qy.beget.tech @@ -103041,6 +104681,7 @@ zxi.no-ip.info pedrtcfybh.duckdns.org updateforchrome.gq center.oldlist.info +rursxjhftk.duckdns.org vyggnwgkah.ddns.net dpzw531.top onyu.kro.kr @@ -103079,6 +104720,8 @@ madecroud.net mehack.ddns.net vqvm656stem.com pinacoladpae.ru +xxituiis.biz +solumaticsac.com kleur4.ddns.net libw.gq gndfgdd.club @@ -103091,6 +104734,7 @@ positronicsindia.com manager.architectisusa.com ocluviraudurohc.localtunnel.me down.flash-plays.com +frlthhmnkqoyjvy.ru cxpjrjbcyh.duckdns.org arsen.no-ip.info spendarmy.net @@ -103108,7 +104752,6 @@ nmn752q.top bridgecr1.hanltlaw.com bpoxnet.com farmer436.xyz -golddisco.top postanezed-prevufission-enafamish.com dg11.no-ip.org chomqjvjup.duckdns.org @@ -103126,7 +104769,6 @@ tmyhydflgk.duckdns.org fast-advertisement.net macropogosion.net 5sd1g.xyz -dubeysurya2468.xyz sadfhgcv4.duckdns.org vinniers.no-ip.org hackthis.no-ip.org @@ -103150,6 +104792,7 @@ bfopeafbutexacmdk.com quantity-apply.com kpai7ycr7jxqkilp.onion malakismeno.ddns.net +logon.securewindows.xyz coopbbpcob.duckdns.org cloud-neck-art.com dswkcnnrjsite.ro @@ -103236,6 +104879,7 @@ latorgator-no-ip.info apprdlbtb.pw inuvohaless-desukudal.name b.fg.tl +bdlpmukcp.eu servviceappleaccounts.net thepianist.no-ip.biz dac5.911domain.com @@ -103248,6 +104892,7 @@ e9e243751039ef1396469ce1f99eb15cbc.to webnetonlineservice.com gqirbfcpcu.duckdns.org hostttt.no-ip.info +balonvaribalota4j.com fibahediyeniz.ml spectranet47.duia.eu onyx911.no-ip.biz @@ -103263,6 +104908,7 @@ android-update.servehttp.com spendtold.net fprf511.top aanvraag-ing.nl +asdxccvsa211312.net bshades7905.no-ip.org qpqpqp.p-e.kr ncdnnrjikjpower.nl @@ -103282,6 +104928,7 @@ domainqwerty.com nukor001.hugesoft.org 4dnd3utjsmm2zcsb.onion aidin.no-ip.biz +fenomenkampanya.com odum.anzbk.net ssexxxpkft.duckdns.org ff-demo.blogdns.org @@ -103289,11 +104936,11 @@ servegates.com ecvhwpocmo.duckdns.org zerx-virus.biz noobzor22no-ip.biz -iuuhllllbb.duckdns.org vttnbqnrtq.duckdns.org windows24-kernel.in purywop.com grand-mars.ru +jgu16cbxdr03ehqvx.xyz hckmonkey.com systeme64.zapto.org bg1337.zapto.org @@ -103320,10 +104967,10 @@ haserelerevedadersiyones.site vhuuuhgttg.duckdns.org paugeydkmx.duckdns.org maclainus.no-ip.biz -pdtbqexqds.duckdns.org olinet.e-kei.pl guru123.ddns.net pubbers.ru +ug-irpf.hugesoft.org ihhuiuuhtg.duckdns.org presentationfont.myq-see.com nonolufance-inulisage.org @@ -103342,6 +104989,7 @@ pufyweq.com cumhurtcbmgirisitrap13.com tmp90.dnsm2.su koslnotreamouyer.com +acqcfapuhvcovay.cn b22tbnh.top oaigitrfno.duckdns.org services.darkhero.org @@ -103362,8 +105010,10 @@ bnknw.pw chr0me.no-ip.org lpnpnpfkouuinyvtuhya.com ns3.deosetr.at +magnaki.com drive.staticcontent.kz sdaqt.xyz +ffeociakegkyhhu.com ip1.qqww.eu fenon158.ddns.net internulo.no-ip.info @@ -103393,6 +105043,7 @@ royalhacker.zapto.org xrbqavrjw.com twors03.top dpdg599.top +ryan12345-no-ip.biz gc7q1zs.top ww.dnstells.com mainnchdnmainmainncj.tk @@ -103410,12 +105061,14 @@ basimtalal.no-ip.biz weaejjbbmp.ddns.net etrac.xyz gstbbffuwe.duckdns.org +ifuuzapwya.duckdns.org dba039c1.space perditta.org blackberry-apps-world.com obyeieferr.duckdns.org ms-stats.info appmessenger.zapto.org +sufflari.online ukhafcxobtvswi.com webxyz.net api.bizmailcon.ru @@ -103455,8 +105108,9 @@ hellodave.no-ip.info c4.no-ip.info predf-tv.ddns.net essam554.hopto.org -aalaan.tv +bszewrmyzz.duckdns.org impermium.zapto.org +krkscxwautugyxc.cn wishreach.net ggbotnet.no-ip.biz sanchers23.no-ip.org @@ -103493,6 +105147,7 @@ xpkrnmdpsapxssogdb.eu wetxs.xyz hero66.no-ip.biz offce221.com +mqhanjmfcq.duckdns.org olmarc.com birdview.duckdns.org dzazzeerrr.duckdns.org @@ -103521,11 +105176,13 @@ stepzpt.ddns.net gqsochupiu.duckdns.org perevod901.ru s570ijnkte.com +ns2.immriolhe.at smartmanber.com ltuzwbsxhm.duckdns.org file-shares.com goodhost9001.zapto.org legolovol.xyz +note8876.pw 60xr.no-ip.info donpanzer.no-ip.org cyqz22l.top @@ -103653,6 +105310,7 @@ zmqfuhjqtc.ddns.net sslsecure.host wgjlvfokfu.duckdns.org kmmlvscxhm.com +ksamkm.ddns.net fpxz596.top apertona.com radae.ru @@ -103728,11 +105386,13 @@ digiaugusta.in veilig-simkaart.com x0c40a774739d848d6a1607205ca109752.ws exvss.xyz +samus988.hopto.org vstart.net abpxzceiwk.duckdns.org hezehzxx0530.com showyoursysteminfosphe.xyz dns.rscape.info +ydg.zapto.org dajahireoippjuoaprburmsjohsirbrm.live pgmriqvjdv.duckdns.org outlook.firefoxupdata.com @@ -103748,12 +105408,11 @@ myskymba.in nrjkcnpowernrj.info qthebest.3-a.net ns3.myextdns.pl -ns4.xemung.ru avhlnyxmik.duckdns.org hostgatero.ddns.net ezrqi0knvw.com pwfxwkymzk.duckdns.org -onurotti.no-ip.org +fhkbboanan.ddns.net wrongshown.net yccqqdccpo.duckdns.org erwbtkidthetcwerc.com @@ -103773,7 +105432,7 @@ shgshgstdynationalobjindustrialatstftp.ydns.eu 1604771284.httpdsconfig.com a0422199.xsph.ru dpqqqddviu.duckdns.org -ethpromo.live +dtyjbqxicm.duckdns.org antideravoment.name pppoe-kyivstar.com envydesignhouse.com @@ -103835,6 +105494,7 @@ unnews.freetcp.com emdholdings.co.za llbnyaghbn.duckdns.org antisamament-enazanafify.com +dns2.dakind.ru javdjaqjegqj13gj1.xyz catomama.no-ip.org moneypotlol.com @@ -103867,7 +105527,7 @@ btcmaster.top atejxctrfr.duckdns.org dns1.softextrain644.com rhwnqwwnah.org -wetdh.xyz +vestcheasy.com iwatchyouderp.no-ip.org knowcold.net blseslqzqg.duckdns.org @@ -103886,6 +105546,7 @@ vickilawson345.xyz rydsagxset.duckdns.org hybridhomesteam.com jxqzaaujba.duckdns.org +airtinybrother.xyz coopergordon.top kqbkcpdcwu.duckdns.org lybqeljypd.com @@ -103896,7 +105557,6 @@ doueven.click home.trickip.org newspointview.com cantecme.xyz -ns1.jogid.ru googlesecureip.zapto.org vinila456.bit fwvmjfxxse.duckdns.org @@ -103916,7 +105576,6 @@ rhjaeuqxiz.duckdns.org lunch938.xyz ksunmkgeux.duckdns.org tanhadhidown.ru -lowashemterle.top notifications-center.info nmh753z.top segta.club @@ -103936,7 +105595,6 @@ uaeihefiuaefhuhe.su googledrive-eu.com divxrulz.myftp.org nosefirst.net -kaka.lehigtapp.com barrio-libro.com privacyshield.services theghostholako.no-ip.org @@ -103985,12 +105643,12 @@ hifbyacypq.duckdns.org myonline.no-ip.biz ros-razvitie.ru monusorge.com -micro.no-ip.biz kpw27kj.top favoritklg.ru valpoftova.duckdns.org ntp.ukrootns1.com undefinedhost.no-ip.org +jgqemqytpn.duckdns.org serviceshelps.com sscp598.top oetuvbcdhi.duckdns.org @@ -104011,7 +105669,6 @@ surehit.no-ip.org xkwczygvqosxx.com dztrjqizef.duckdns.org testzaaleksa.zapto.org -trerrrerre.duckdns.org 10022020test147831-service1002012510022020.space qroqodhfos.duckdns.org cywz88s.top @@ -104026,6 +105683,8 @@ applejuice.itemdb.com wgaupdates.redirectme.net lyvywux.com 3coh3.in +chairmarket.net +doublefriend.net abuhmaid.net qadedela.com dlee01.ddns.net @@ -104033,21 +105692,22 @@ skindnarog.com edede7.no-ip.com g6kk8k6.top 4cm5zqdcpa4ty0azlq9n.info +share-finder.com jdandado.info read-icculus.no-ip.biz djohgcrxkf.duckdns.org uurty87e8rt7rt.com gytz51c.top jfnjfndswfjr.biz -rixxon.no-ip.info crypy.top fpts533.top ftwapyzqer.duckdns.org homegwjskjl111.info ubuntudns.sytes.net ldrsuede.casa -labaccidenttheband.com +yml721j.top zc1q3zp.top +qkkiweswet.duckdns.org rvzzzjjikq.duckdns.org malandragem.servebeer.com fast-gl-backups.com @@ -104064,7 +105724,7 @@ assasysa.online ayxwjvihtt.duckdns.org hwaesdgxs.duckdns.org guram.no-ip.com -dmjtbnshcfvxmlytj.net +zadrots.club outarcubleauded.xyz thompson62.ddns.net n82jbnq.top @@ -104073,6 +105733,7 @@ box4044.net dong7707.at eserw.xyz dnssvhoste.servequake.com +sdxvx.xyz java32.zapto.org bootlegmask.com onenewmanthailand.com @@ -104094,6 +105755,7 @@ updatechecker0.zapto.org alaanajaf1993.ddns.net parth.earthsolution.org maiamirainy.at +723salikoper.site tflzkcjydj.ddns.net officeupdtcentr.com laptower.com @@ -104112,7 +105774,7 @@ g0xdll.no-ip.biz gooddns.ir nathok1.no-ip.org airlinecom.tk -grzkfuuout.duckdns.org +pdkgorkpfh.duckdns.org pickusual.net fprb528.top morens.no-ip.biz @@ -104137,6 +105799,7 @@ supernetforme.com othohisbu.ru phtdsjoqfk.duckdns.org 1337hax0rs.hopto.org +pornohdmovie.com sagar1.no-i.biz alhmgwpujj.duckdns.org onixxyto.top @@ -104168,7 +105831,6 @@ rmrlrjitqkqfacv.com ratfw.no-ip.biz api.rrealstats.ru laptcaldjr.duckdns.org -newsdailyinhk.com sparkiez.no-ip.biz j-st.in delhicakesngifts.com @@ -104229,7 +105891,6 @@ qoananfsff.duckdns.org 1604771423.httpdsconfig.com qlqrdqpemfnnya.net feeeeqdihh.duckdns.org -siekznjgun.duckdns.org jydurastnc.duckdns.org imservices.no-ip.info g3th4x3d.ddns.net @@ -104240,6 +105901,7 @@ km8qq66.top dionneg.com ggspyfmreouxnhqi.com coxefozive-interunuzaty.info +reeution.org 1337frode.no-ip.biz revengerx213.sytes.net potpourigroup.com @@ -104257,7 +105919,7 @@ ballmeet.net kzvgmsssfw.duckdns.org scwafgfxlr.net azxvrzgigl.duckdns.org -yc1q6zk.top +hhzyfdlcnf.duckdns.org rentfare.com michellemiami.zapto.org recoverrryasitalycovid.xyz @@ -104272,6 +105934,7 @@ trojangb2017.ddns.net diamondfox.panelspy.tk fnwmjqsxgx.duckdns.org iagbvaobth.duckdns.org +bluebluesy.top aggvvivwjjj.duckdns.org nrcp858.top cia.com.py @@ -104284,6 +105947,7 @@ jhonbutsmith.no-ip.org dfhdfhf.xyz bbzgwto.vip yaritsme.no-ip.biz +100k1.ddns.net hkgksmkoko.duckdns.org lsstbmxyjo.duckdns.org segrt.top @@ -104301,6 +105965,7 @@ fahd2010.ddns.net nkkkkkkxxx.duckdns.org hixlxnvyqozs.airdns.org ms4all.twoplayers.net +jpfjmpnljoiwhqp.ru h6kp8s8.top money81.servehttp.com gussiley.org @@ -104315,7 +105980,6 @@ morebetter.no-ip.biz xuqaxar.info mininotonuhood-imitezer-macrobedoship.com etcolethep.ru -irufuvith-emikazufy.org mailserviceactivation.com sonoco.blackcmd.com 234-25-23-423.com @@ -104342,8 +106006,9 @@ alkxkxkkjw.duckdns.org xx999.zapto.org irinwywvki.duckdns.org htyss.xyz -kuysqebjbttaxmq2.onion.cab +uxgdfelqldbdbhs.ru vojyzyt.com +m52rbnk.top ziten.ru z6kp8y8.top lmnznsgike.duckdns.org @@ -104359,6 +106024,7 @@ hsqse.xyz gykgaiboudkqllm.com vlokuazsjp.duckdns.org vesuqpu.ru +mrzero007.ddns.net maferdola.top smtp.juili-tw.com gamer69.no-ip.info @@ -104378,6 +106044,7 @@ legion17.best lbossn.ddns.net rurprgysmanamskprikchinhdncstezya.space dpbbonmrre.duckdns.org +msedgesvc.azureedge.net mngeedon.website srutebmduoh.myfw.us zorsoft.ns1.name @@ -104432,7 +106099,6 @@ jinger.no-ip.biz oanannbttg.duckdns.org trideprere.com user-management-center.hol.es -rj2bocejarqnpuhm.onion.nu bfegtxrvyvccpjc.cn lwiiivmmyq.duckdns.org amine2.no-ip.org @@ -104517,7 +106183,6 @@ ecrzyqsdss.duckdns.org truehomemoney.xyz sysmaxteam.zapto.org okdbcyifju.duckdns.org -xdncpzocvp.duckdns.org libellulat.online mxvkbdbcdf.duckdns.org freeutils.3utilities.com @@ -104545,6 +106210,7 @@ temperatureguy.com thebbs.no-ip.org berus.xyz ufreevivhi.duckdns.org +sadfxcbd43.duckdns.org disabihal.net mlyxmtafsn.duckdns.org saowntrop.no-ip.biz @@ -104558,6 +106224,7 @@ maka321.serveftp.com imedonelike-antiposucite-microlisinidom.biz crotoncreek.com appleinsider911.dyndns.biz +protest-01272505.cf fbtbsshxtqc.com descargarflashplayerspain.live evarawara4.ddns.net @@ -104618,7 +106285,7 @@ rrferjwivi.duckdns.org rbcwyzrmnv.duckdns.org bskkiqagmxfhfh.net sundayplain.net -priv8x.zapto.org +cypofilanu.info qxqdslcvhs.pw met.hopto.org oxjdazbcpw.duckdns.org @@ -104664,6 +106331,7 @@ oluya.duckdns.org nyteks.no-ip.biz webtcbmuygulama726.com jordan2.ddns.net +ordernow.cf kalihost.tk owvcjnfuwtoo.in cybz38g.top @@ -104672,6 +106340,7 @@ lordloud.net bl4kj2.zapto.org tccbmtrpandemigirisi82.com xglyjolvzs.duckdns.org +fujbtmugca.duckdns.org accountts-google.com db3fcf24095737ceb8d1ce37b69d74813c.ws cdsqeqhvqb.duckdns.org @@ -104735,7 +106404,7 @@ lookper.eu tatnadzor.ru timeserving.no-ip.org mamado.ml -faktura24.cf +maundhatca.com igejucuv.tk y1541083499y.e1.luyouxia.net tomten2011.dyndns.org @@ -104774,7 +106443,6 @@ hydroelection.net update.tcpdo.net spbpool.ddns.net beeoluovhv.duckdns.org -table-hesitate.com vdgiwrudnu.duckdns.org ed-aidat-geri-iadesi-formu-bireysel-ozel.xyz nipeziguxa.info @@ -104785,6 +106453,7 @@ f6kn8t7.top misurufable.name midgetstomper.ddns.net bitupd.ddns.net +jvensevenbk.com fffdownload.xyz kdjzbgqusq.duckdns.org thkcxpqucj.duckdns.org @@ -104795,6 +106464,7 @@ qccpcqqvvv.duckdns.org news.thehealthmood.net frreeewiui.duckdns.org httpdisk.net +oxtomfoipilbtpn.cn twist4365.xyz f6kb8p8.top zoomir.bid @@ -104810,6 +106480,7 @@ detroitbot.no-ip.biz cdn4-rxe3-map.com lpwbqddhee.duckdns.org km8gx63.top +mynet.firefoxupdata.com ernazar.tk microsurigument-minixikivist.info toyddkccnmpx.pk @@ -104829,6 +106500,7 @@ hacker06.no-ip.biz capsnit.com km8lx29.top webmail.applesoftupdate.com +cantlosedata.com cyrz89q.top axmxcxpxnl.duckdns.org cdn.az.gov @@ -104894,9 +106566,11 @@ reraspomonob.cyou ghassane07.no-ip.biz senilamjdaret.dev subipebukous-minirohosion-imurofusism.biz +tsysz.xyz k3o.no-ip.info kre.no-ip.info klasgindtezya.space +dnis1poovx.3utilities.com hsbne.xyz ssosyal-destek-saglik.com coffee4u.pl @@ -104989,6 +106663,7 @@ qdpphpncys.duckdns.org swagsteryolo.no-ip.biz hgawetsgx.duckdns.org ranar.xyz +sodomize.no-ip.biz winsystemsvc.net jijkjkykxk.duckdns.org soda8729.com @@ -105060,7 +106735,7 @@ kuller99.hopto.org gtebeodsholapet.org huntergold.no-ip.biz geogelewis90.ddns.net -lavaandstone.com +cyfz11k.top madefebruary.net ezio77.ddns.net sheerfoldy.com @@ -105068,7 +106743,6 @@ diuwutqrsg.duckdns.org louismark.duckdns.org madefree.net ftp.windowsupdate.sellclassics.com -sufferposition.net backupaccount.net sweetbabydolly.org mango66.dyndns.org @@ -105077,6 +106751,7 @@ xn--ldgr-vvac.com leastfree.net fidonau.top dorthmetallcut.com +tick.ondemand-sport.com htdserv985.xyz smtp.cnndaily.com unll.tk @@ -105092,7 +106767,6 @@ roboscchi.duckdns.org ceuliwinling.tk fcoins.club yeuhs.xyz -lalu.no-ip.org fpdk559.top ypqrgojhji.duckdns.org winasession.cyou @@ -105109,7 +106783,6 @@ septembermeet.net tireti.tk gavitt2.no-ip.info loadmercedes.beer -brushlay-string.com sdfgcvb4.duckdns.org lalu5425.no-ip.org rentthecoat.com @@ -105125,6 +106798,7 @@ plcp988.top c21dop98jwqwja8w9byg.icu site-inspection.com dboynyz.pdns.cz +office-services-labs.com vvbkjtihvh.duckdns.org dondeestanlospacientes.com liarguess.net @@ -105144,7 +106818,6 @@ c-d-t.weebly.com ooygvpxrb.pw bk-securityo.com afwyhvinmw.info -ppw93kj.top qq529879477.mynetgear.com logitekh.club arbeitdeutschland.com @@ -105157,8 +106830,9 @@ browserlootar.xtreme-apis.top xjcp928.top fygahsnevn.duckdns.org macrolutoxous-overefimety.name +ciopsiedfg.duckdns.org shopatman.com -zimchi2020.ddns.net +zanhap0kpcllia4dwy.servepics.com xcxc.zapto.org whois.no-ip.org wmiaprp.ezua.com @@ -105176,6 +106850,7 @@ cumhurbaskanlikislemii23.com 2ryan12345.no-ip.biz fpdtmiripiwy.org microfamanuless-overudilelical-unobigous.info +manageroftask.no-ip.biz c.nana.gq glbrclqdup.duckdns.org brbpvilxuo.duckdns.org @@ -105205,6 +106880,7 @@ oysto.no-ip.org adigitalteam.com cool-t.no-ip.biz n3tc4t.hopto.com +flashsgame.ru rhvfphnnqiir.su medoo.publicvm.com xiaoji12.top @@ -105219,11 +106895,13 @@ julis-sb.de alltracks.servemp3.com ghazwanahmedhasan.no-ip.biz bt0116.servebbs.net +mediaimagecache.com bftorpey1212.no-ip.info tapinc99.zapto.org witcobber.com shop4898.com vocational-age.000webhostapp.com +microsoft.djkcc.com montirose.com heuys.com v11adoharovag.tk @@ -105233,6 +106911,7 @@ infrast.ygto.com milksound.net qdgxcjaymb.duckdns.org getmyandro.info +portal.sbn.co.th bypasstesting.servehalflife.com zykwitxihg.ddns.net insightcomm.sytes.net @@ -105263,12 +106942,13 @@ speed.redirectme.net fpph577.top 104984629.f3322.org ciroxi.com +a-jsm.infobusinessus.org pcuydtkuas.ddns.net testing2610.no-ip.biz iqtuuqdyjbss.net ebaka.club -qdvmstrtkslghpmunuk.com ks.yahoodaily.com +qumogtromb2a.com future-piece.com journaltag.net cleintten.no-ip.biz @@ -105299,6 +106979,7 @@ ip2locate.ddns.net kukutrustnet777888.info procurements-inl-gov.us fsspdoccs.ru +iciiran.com dowork.no-ip.biz 1603710194.httpdsconfig.com mc1q8zp.top @@ -105322,7 +107003,9 @@ slidirinisprec.ml zd1dyct2.cf szmm889.com pzgewkjkaw.duckdns.org +rsps10.no-ip.org bvriikrhnn.duckdns.org +server.lax.co.il ufaynvklol.duckdns.org jtlyyyyyyy.duckdns.org jumpstand.net @@ -105334,7 +107017,6 @@ rhyndu.net libproxy.unm.eduin.me lolinha.no-ip.org nokaxifyxe.info -finance.thehealthmood.net unufivugal-ultratisesoship.com gyzz97b.top hhj5.cn @@ -105382,11 +107064,11 @@ vuazelqe.bazar be3ni.com ethsurfer.top spread-system.info +tnznsumdrk.duckdns.org 5that6.com ivtotoapaw.duckdns.org smeshka.chickenkiller.com feeaanqrdu.duckdns.org -quechardojecde.tk stockliquidationgroup.com subodefor-comemohese-inogahinan.org wingritydet.com @@ -105413,6 +107095,7 @@ tnfhkwqywydsb.net mcafeeupgrade.zapto.org nc9q5zs.top apdqqrjiao.duckdns.org +bactumkhcq.duckdns.org adobeflashmanager.site adrakwalichae.com incapsula.site @@ -105467,6 +107150,7 @@ cicuhopxydg.com zllzqqiviv.duckdns.org aehfiaheifuedhgso.su uhq943.com +onpzjbvxnbvuhrjbjb.info kmlykdduslo.tk trelial.xyz bs.yy.vc @@ -105502,7 +107186,7 @@ lookfire.ru akres.rossokhin.siteme.org deaz.hopto.org rsbhfgecay.duckdns.org -downloadju.com +googlecloud.live fatchinfo.xyz postonrd-se.top slrouji.infosupports.com @@ -105524,7 +107208,6 @@ tr-gdz.ru buike.duckdns.org aegqdrswgitmmitfx.net spwxvqeisq.duckdns.org -firstcrypttestingfree.com lfsjkad.net telemerty-cdn-cloud.host 52pojiedilidili.ddns.net @@ -105536,6 +107219,7 @@ gydz79y.top darkcomet5222.no-ip.biz f0311980.xsph.ru.xsph.ru harryaleandro.ddns.net +box4056.net antivikogian-resafusument.biz glicense.shenajou.com cypz51l.top @@ -105553,7 +107237,7 @@ binsle.site wenthalf.net z17c46ef0d833d6c026f68f0582865da75.cn ns4.indusvps.ru -takethatshit.ddns.net +domain-frilans.ru sokha2soho.site abdalbeatyqqqq.no-ip.biz netwiredt.dnsupdate.info @@ -105575,10 +107259,10 @@ nmaaaeqcbo.ddns.net f0425296.xsph.ru pms-center.com fpkp558.top +ns3.chatuloik.at underuxahumese-progokuty.name atlasbeta.com rok13198666.no-ip.biz -code.jobsadvanced.com ueiluypemr.duckdns.org lyum.fixuxg.me sinkhole-01.shadowserver.org @@ -105598,7 +107282,7 @@ zdexx.hopto.org hvnmwvdt.ru turkiyeofizz.com bbvscwtyok.duckdns.org -creases13.xyz +pzpewituwy.duckdns.org ymq775y.top allexa.net plis.no-ip.biz @@ -105641,7 +107325,7 @@ shedyshedy.ddns.net gladhrcrpa.duckdns.org pizzahutandhunt.top halo2.no-ip.biz -takriz123.hopto.org +39m.net ewo5xuk.com dingdownmahedt.ru cureprm.com @@ -105650,26 +107334,31 @@ senseless666.chickenkiller.com snafu-lol.no-ip.org rbouffjfqkowepl.com downloadri.com +gjkfgwjggh.duckdns.org poqjik8iv0.mooo.com z4s.hopto.org fgnvorsgnv.duckdns.org soferitta.info endyblast2015.ddns.net +jcb-co-jp-iss-mobile-open-entrapa.top c12rbnw.top prozedibition.biz anthasoft.mx +pycnpkjecq.duckdns.org x0dfa2a5b36bfc0c010e8638ac8253b2ef.ws intica-deco.com lolwutrabbit.no-ip.biz -publicty123.no-ip.biz 4725.no-ip.biz m62dbnk.top fourthava.club agenziadelleentrate.site rexspot7xm.xyz medd.site +akmalko.ru dsk1337.no-ip.org +mobilelinks.xyz mf2es5.com +qppcccppcu.duckdns.org dycb689.top msgyftzqmk.duckdns.org v81cc573cfe7fc3082b6b305a0f897671b.so @@ -105682,6 +107371,7 @@ wolexezegokaful.info yonghonqfurniture.com nonesocern-macrotocipity.info aloc21.ddns.net +ofdoaucopk.duckdns.org caseheat.ru iqteamfreedom.com 154-66-21-30.com @@ -105693,6 +107383,7 @@ hqvgnsqhsq.ddns.net mr4x.linkpc.net reversetcp.ddns.net voltagemodsclient.zapto.org +postch-baw.top telected.org utecipop.blasters.biz x3x4.su @@ -105750,6 +107441,7 @@ wagisz.com margcom.ru king-kadel.publicvm.com googleupdate.download +qn3isckex32.viewdns.net avrorcxzym.com qrasgftpun.duckdns.org pinpong.top @@ -105801,6 +107493,7 @@ n2c26d9526b0e8df47c00344309807dc72.ws injoogimotti.kro.kr nonutevor-ilugupoly.name getegroup.com +api.jwhss.com 1603710656.httpdsconfig.com unioncrypto.vip books-archivecenter.club @@ -105818,16 +107511,19 @@ kankeraap123.no-ip.biz myelectrum.org htfqxdcmth.duckdns.org opera.tools +middleborrow.net cyjz37t.top chasservice.com bolbol25gb.net getclass.ddns.net bitcoinrevolve.tk jxdwaspsry.duckdns.org +allegro.ga xmnsktpmrt.duckdns.org formularkdfion.com ducmanhhoangtran.ddns.net mesathean.com +niavanvxtk.duckdns.org testedpo11.temp.swtest.ru vkiiu.com xtvklujmo.com @@ -105847,8 +107543,6 @@ t3a09911f854c5a2ae7bcf8dada7b3bee3.in nihon.byethost11.com legendarys.shop cursosprospera.online -nicolasweber84.no-ip.org -anon6863-48284.portmap.host polarjwns.chickenkiller.com vtguugkkjw.duckdns.org zzuluunbcl.org @@ -105867,6 +107561,7 @@ prwwbhlxsbsmiga.ru hristophe.com enisoxebish-misezalive-macrodamorive.name grandezadns.duckdns.org +betsdsafhl.duckdns.org office360share.com smtpauths.com p82zbnj.top @@ -105876,13 +107571,13 @@ thinkmeeting.net mu-rtadha.ddns.net 20gbinternet-evdekal.com pempoo.com -fjewuercgk.duckdns.org +dogawaydered.top wentfish.ru xn--ailevesosyalhizmetlervakf-h1d.com kc1q2zf.top vsofxmnril.duckdns.org wtfisthis.zapto.org -bits-tor.site +q32pbnm.top wanqi.tk multimezutical-iluxatary-irutulosing.info dphy563.top @@ -105912,7 +107607,6 @@ binaryninja.no-ip.org brabuxa.top denafuvqfr.ddns.net automovil1.peugeot10.cc -api092401.camerac.xyz tccbmtrpandemigirisisagla18.com momen-swesi.no-ip.biz tqhzqsmqif.duckdns.org @@ -105963,6 +107657,7 @@ marwin.co.th neobootcamp.xyz cdcd.newsonet.net qsqjeuno53.ru +omplexm45.xyz dpzx565.top nkasigorata.site mkhkjxgchtfgu7uhofxzgoawntfzrkdccymveektqgpxrpjb72oq.b32.i2p @@ -106085,7 +107780,7 @@ rebelionhf.no-ip.org edeudijrs.com historytwenty.net hasandrec.ru -googlecloud.live +xku1kyxerzo8e.myvnc.com email-checker.xyz waogrfulwe.duckdns.org abhicoupon.com @@ -106126,7 +107821,6 @@ koji2010.no-ip.biz sepa-sicherheit.org 3gtyy.top fmp.bigish.net -mail.businessconsults.net nms768s.top qexyvoq.com s12.cdn-apn.net @@ -106145,11 +107839,11 @@ amqclqiyzv.duckdns.org heuyg.com jobk.info bobgitt.no-ip.org +mse.theworkpc.com tpigeyglta.duckdns.org zg.ns02.biz ns2.mtygansk.at moatleftbet.com -accountsgoog1e.com ototmootot.com hbk4.ddns.net jodamina2.no-ip.org @@ -106233,7 +107927,7 @@ xzwlnwnnlx.duckdns.org renlodbtzy.duckdns.org diablo3wizard.no-ip.biz ruibrunconcallconsta.tk -apexworldlaunch.tv +centralbancshares.com popftp.bounceme.net lljxfepitg.duckdns.org wife72.xyz @@ -106246,7 +107940,6 @@ qmesthcopx.duckdns.org 1pizzaman67.no-ip.biz cranky.zapto.org atrak.gold -users-login.com ykbobccobo.duckdns.org thyssenkrupp-marinesystems.org tstbs.no-ip.org @@ -106254,7 +107947,6 @@ izniksanat.com modcloudserver.eu rms-server.tektonit.ru devletpandemidestegi6.online -antizerolant-monogevudom.info 19cdd.utsukushikaini.ru tumoperataorlereceptenbolbol20.net wdczyiumcc.duckdns.org @@ -106285,7 +107977,6 @@ kjvvkhlawd.duckdns.org drive53.no-ip.biz.ovh.net valus.hopto.org vkfbayramda.ml -hhuuss199.ddns.net wvzu.pw wc9q8zq.top sofianehacker.no-ip.biz @@ -106308,9 +107999,8 @@ vlgphpdfgk.duckdns.org wzwxftejab.duckdns.org motasms.ddns.net teuaueudgs.su -chrome1.hopto.org -quickregistration.top sgahugu4ijgji.xyz +ducklife.ddns.net 1billionwell.com zz3r0.com game.firefoxupdata.com @@ -106334,6 +108024,7 @@ kzfcrivdsq.duckdns.org leioedhysc.duckdns.org p82rbnk.top f0335981.xsph.ru +gqfudetick.duckdns.org lkasdjfklhngn.pw naperville203-sharepoint.com imevonion-minimutuhood.org @@ -106355,11 +108046,10 @@ hostbynameblock.no-ip.biz 4d52g.xyz 7h4uk.com finekl.worthhummer.net -yulot.xyz +rossija.online smtp.agavecomquista.com jsyx818.top itopupdater.com -uxtop.ru gyxz39g.top server1425.no-ip.biz ukn0wn.no-ip.org @@ -106410,6 +108100,7 @@ gjjb.flnet.org jasonrsheldon.com jachike.no-ip.biz dkznjmufuv.duckdns.org +h6kk8y2.top kuronekoyamat.com hackmakers.ddns.net huqmvuhpympwxeepk.net @@ -106436,7 +108127,11 @@ ogpphgbxfh.duckdns.org eagleeyenike.dankdns.xyz evdjomtwobiavfmljisx.com nasr23200.no-ip.org +missaruba.aw 1stand2ndmortgage.com +jfnikjpowerdswjfn.ca +poppykuroki.com +mefnbjlfkr.duckdns.org onenightsten.one mwnpqvkvnf.duckdns.org beyas1.s3.eu-north-1.amazonaws.com @@ -106445,7 +108140,6 @@ cycz51x.top ks.petrotdl.com xwvvvvhhgw.duckdns.org strangeduckfilms.com -rongever.chickenkiller.com ns1.nulled-db.com esbefnombe.duckdns.org oidjweidj34rd3.com @@ -106470,8 +108164,9 @@ emails-blockchain.com cumhurtruygulamampandemitr44.com microsofi.org dpyx338.top +fallium.com vns1389.com -lindamullins.info +morefin.ru ecstay.website nlyx518.top xg-endorse4501.com @@ -106492,6 +108187,7 @@ dns-vip.net jesusiswow.no-ip.biz local.dnsweb.org ssaam.chickenkiller.com +dnyfyrca.cz.cc flickr-service.com cgisutadrreeofer.com 34twett.ru @@ -106536,6 +108232,7 @@ prestigebuildersltd.com san.strangled.net socstanoeb.duckdns.org fdcppcoobg.duckdns.org +yftfwxmebmdoveu.com wrofletsinwe54353.top spiel007.ddns.org e29120.com @@ -106558,7 +108255,7 @@ denpanistanbul.site httpss.biz testtest.in.8866.org dssjfyjhqf.duckdns.org -lavukyekhattt.cyou +fptm518.top wahidhackerdz.no-ip.biz www2.qpoe.com cylz23z.top @@ -106582,7 +108279,7 @@ red.1407cty13pec.com ze123a.comlu.com efeuafubeubaefur.ws e-pandemitr.com -tccbmuygulamapandemidestegigirisin1.com +tyctyc.ddns.net dwart420.no-ip.biz andyothers.acmetoy.com 20gbhediyeyukle.com @@ -106622,9 +108319,11 @@ vonybat.com americaurl.mewahgroups.com qeqysag.com appleid-find-usa.com +331363.com ufurvyreh.com megida123.ddns.net corner-blow-speech.com +ignite123.xyz zmvpqfym.com slap.tedcote.com highnoon2.com @@ -106632,7 +108331,6 @@ bigfile-naver.servepics.com w6kz8t1.top black0ps.no-ip.biz serenitynowbooksandgifts.com -negrodesigns.ga yyjx682.top forceknew.net imw100pass.imwork.net @@ -106646,8 +108344,10 @@ doublereceive.net qffcwtxrbf.duckdns.org sxhkk334advance.com moustache.no-ip.org +nllmqwdfqodeolf.com wealthyme.ddns.net yriuiuteuieu.gq +connecttome.no-ip.info portgame.bazar fridayneck.net km8gz68.top @@ -106657,6 +108357,7 @@ ojtsuelzuz.duckdns.org realisationdelimitation.top sfgvicncwcs.net keithgafgaffer28.no-ip.org +ksobjbaxjr.duckdns.org fder.duckdns.org ns1.rekmilk.at ad2a4b5e.space @@ -106679,12 +108380,14 @@ bltcointalk.org icdsarch.com zadofadsun.info pandemiuygulamasidestegigiris45.com +ultravatevous.info fpdb528.top aintme.hopto.org http-programming.co.cc noobfriendly.no-ip.biz claco.kick-ass.net nxsccvusnf.duckdns.org +daserwewlollipop.club ns3.sinkhole.ru shalaghlagh.tk aphidian72.xyz @@ -106721,7 +108424,7 @@ die-5.top aimsecurity.net gycz35y.top gyhz36x.top -rummbumm.zapto.org +tcbmtrpandemidestegitr145.com palmiericurtains.com poild.no-ip.org nancy-mulligan.live @@ -106741,8 +108444,9 @@ iapqvgpjso.duckdns.org tiosuaking.com ikjncdn.ch uiigeamjuv.duckdns.org -rayonch.org +vqxvusxnok.duckdns.org fppb591.top +tkodynvnrm.duckdns.org nlllmmmqqd.duckdns.org webserverdomainuk.com material-march.com @@ -106770,7 +108474,7 @@ ohuodyoygf.duckdns.org azzbldyfda.duckdns.org afgnbsuhjc.duckdns.org gahyqas.com -majoxipodyhaqob.info +gxbjeybvqfqhkfy.com heybabe159.myftp.biz updateserver7.top lymytar.com @@ -106818,12 +108522,14 @@ cloudgreen.net top1.apexgamingjo.waw.pl pvcpeffbkv.duckdns.org qrkwrsuvty.duckdns.org -luanmuaway.no-ip.org +itfsfwwvii.duckdns.org +ifcezuwkzi.duckdns.org gpfbvtuz.org qrshigrcxf.duckdns.org onlinecare1.com fcw55kj.top brandon02100.no-ip.info +officesupportbox.com dns3.wepy.ru sndyworkfinesanotherrainbowlomoyentsnfrw.ydns.eu h4x3r.no-ip.biz @@ -106856,6 +108562,7 @@ jfnsiteserv.nl jtgidyoixp.duckdns.org homgwaffles.no-ip.org xuladas15.myftp.org +hpsexmythg.duckdns.org xcocaine.no-ip.org statsline.bar h147078.s26.test-hf.su @@ -106870,6 +108577,7 @@ bitrix370.timeweb.ru nyrerrerdq.duckdns.org swedenhost1990.webhop.me alasra-paper.duckdns.org +ogremage.website dogcurbctw.com ddoser.xztraviszx.info mustafahaked.no-ip.biz @@ -106921,7 +108629,7 @@ ggaas1.info 447146192.ddns.net sigura.no-ip.org dypq682.top -michelle225.ddns.net +flsqvwxofx.duckdns.org sec.oceasndata.com speakerwas-meat.com culture-frame.com @@ -106930,9 +108638,10 @@ bhpwynmvvf.duckdns.org darkteam.xyz jpiqhjmeilalallibqgg.com fpdl586.top +xluvkopubj.duckdns.org 1597948925.httpdsconfig.com elisoulo19.publicvm.com -crisflores.ddns.net +stycn.com hackcamm.zapto.org d22wbnd.top ziobrotykurwo.xyz @@ -106968,7 +108677,7 @@ mrnmrnnkg.ml qebyfup.com d4rkn3s5.no-ip.biz ikjmainmain.ru -nfssvjxpsjbxnnnne.net +spueriniromnangratinfo.tk super-net-pk.tk z6kf8z7.top xljegnaocx.duckdns.org @@ -106987,8 +108696,10 @@ secinfo.zapto.org yvxahkdsmz.duckdns.org q9676cassie.com citytrading.usa.cc +g1ba4tt4ngq5nl7w.xyz wjurwromld.duckdns.org amineamin22.ddns.net +yeah123.no-ip.biz sitencdnmainkcn.com lordteach.net n52rbnh.top @@ -107006,7 +108717,7 @@ aegohaohuoruitiiep.co iphoneweer.com ffzljvzctc.duckdns.org vkrkeilplc.ddns.net -spendeach.net +ouyuwbftzx.duckdns.org newgtldsx1000.net runescapemoney201.no-ip.biz benjahy.no-ip.biz @@ -107015,7 +108726,6 @@ videohosting1-5j.gq 46igeuohbyzeokpe.onion hyuwjxyesp.ddns.net thenolifer.no-ip.org -dark11223344a5b56d7.ddns.net cvfnahvbrg.duckdns.org dswkcnpbnmainsrv.ro yewrycdc3.duckdns.org @@ -107046,6 +108756,7 @@ bhpmmbe.vip jvkjejjuhy.duckdns.org fpsw567.top kstame.com +multii.ddns.net netlink.vizvaz.com ymp729m.top didkhaled222.ddns.net @@ -107054,9 +108765,11 @@ jklnbmtuti.duckdns.org wadxc.xyz dider95.no-ip.org blackboard.usc.caer.me +wormsserver.no-ip.com a-he.softsolutionbox.net clubtest-service012505.ru w6kn8x9.top +glwkxqjjutyccmax.com 4mike96.no-ip.org philippeschellekens.com ljbvbpaswo.duckdns.org @@ -107112,9 +108825,11 @@ hzwskvgehf.duckdns.org microkupeluful-cohonesion-semimurufant.net spvkuwkzjq.duckdns.org asdgxcvs33.duckdns.org +imgeghfasz.duckdns.org daniyel.zapto.org blockshain.info f32qbnj.top +tooller.tl-ip.com umduwbdtep.duckdns.org yjvhzmylxx.duckdns.org pufylul.com @@ -107138,13 +108853,13 @@ lordxxx.myq-see.com kosnane-fata.xyz pa983b1a67a2befa51b236b5ddcb7be760.in tccbmctruygulamatr65.com -googlechrom2e.linkpc.net +xkegjsghydeflng.com yxjccpqdqc.duckdns.org 34jkldfs.no-ip.biz twesr.xyz wegsx.xyz teris-tv.ddns.net -coosa115.no-ip.org +linuxbasichk1.com chasetheguy.no-ip.info tccbmuygulamapandemidestegigirisin19.com mecorus.top @@ -107219,7 +108934,7 @@ apple.cmdnetview.com finnrunzthis.no-ip.org userhacker.zapto.org j846970.myjino.ru -ffuex.su +irokozikian-disutugant.com eastmedia2112.com ettba.xyz gorfi.no-ip.biz @@ -107229,7 +108944,7 @@ qimiwgzccv.duckdns.org aljtqbqbmp.ddns.net test-service01info2505.ru rektscrubsomg.dynamicdns.science -waharactic.com +pevhyvys.ru iskovlay.com sagar1.no-ip.biz pazarlamaticaretlerkook.tk @@ -107251,6 +108966,7 @@ q58e057c33d7fece627ce01a1100974e6b.tk mcd-is-gay.zapto.org akhbar-arabia.com azuyzw.com +cbngroup.duckdns.org kjhgfg.xyz ningtoparec.ru yhdsrvyhdpower.org @@ -107275,7 +108991,7 @@ jqcp998.top km8lx22.top svqekbbrpqii.ru secure-access10.mx -bersupartievi.com +brmemehack.no-ip.biz update.lksoftvc.net streetfwed.com lux.lv @@ -107312,6 +109028,7 @@ bighyip-monitor.com wouldnumber.net tarekashraf9.ddns.net local-test.com +zukvlbhlku.duckdns.org akp.tv.tr gam3overz.no-ip.biz fpkq566.top @@ -107325,7 +109042,8 @@ wrongtold.net kronoz.duckdns.org bdyfnwdpzx.duckdns.org blogwhereyou.com -nnewilink.no-ip.biz +9th-way.tech +oktbzxopam.duckdns.org tpddata.com monohupukoty-inozenimive-antimedoty.biz bffqelkksjvf.org @@ -107348,6 +109066,7 @@ ymh771r.top bankteam.fishdns.com km8df71.top yxdocmmkl.nu +todayfewnear.xyz 4gameserver2011b.sytes.net tljeackrla.duckdns.org qegjfvutqi.duckdns.org @@ -107358,7 +109077,7 @@ jameskoloti.zapto.org fpnm523.top denico212.ddns.net fpgr575.top -librosinculpa.com.ar +smtp.aoldaily.com gvkvgerzvo.duckdns.org cgstuhhhuu.duckdns.org ughuuhgguh.duckdns.org @@ -107387,6 +109106,7 @@ vonyryk.com rassveti.su f0334493.xsph.ru ouzhwi8crh.com +vipprojects.cn masterfan1000.no-ip.biz ztfezxwnwo.duckdns.org btt5sxcx90.com @@ -107395,7 +109115,7 @@ xboolean.com ewuyxykhcy.duckdns.org pluginsrv1.duckdns.org alertnoticealertlockedwellsaccessblockedacconholdwf.host -rursxjhftk.duckdns.org +ptokfjafudwymel.cn ab2e1b782bad.com tccbmtrpandemigirislerinizitr71.com luminaryproductions.com @@ -107405,10 +109125,8 @@ erytyshs33.duckdns.org z6kl8s9.top serverforhome.com fpch565.top -szflw.com nzefstuuvi.duckdns.org emevorafy-subovutese-copunihify.info -linchen1.3322.org njrat5811.ddns.net journeygarden.net iwillgetgood.no-ip.info @@ -107416,6 +109134,7 @@ jmzkplg.in cydz31f.top obamabigboy.esy.es pyeonno.kro.kr +wutggttfss.duckdns.org mainkcnservjfn.ch extazchf.no-ip.org macrologesefy-imihumeth-microcecefession.biz @@ -107438,6 +109157,7 @@ jnazxertw.info hediyem-20gbinternet.org browserdirectservice.com smartlinktelecom.top +limergreek.cyou pnw71kj.top postuvuguly-overohohoty.biz mlpuconaddf.net @@ -107448,7 +109168,7 @@ cycz37l.top vinod1337.no-ip.info om3rbs.no-ip.info cyfz36h.top -quasarcengo.duckdns.org +ndiqpstnaqohouk.ru m12zbnm.top obten-validacion-cupo-web.gq uae.kim @@ -107465,12 +109185,13 @@ mail.cjcurrent.com sales.suppoit.xyz malaky.website zjfprawyu.com -sly4.ddns.net +yserch.com disotifite-imekofaness-imakafance.name gypz92j.top -lagriffeduweb.com +eveningbelieve.net ycjjvl.com otpokehack.ddns.net +gykjhhmkdb.duckdns.org oscar-bif.zapto.org ratting.no-ip.biz twcnqpdpircd.com @@ -107487,6 +109208,7 @@ misidinepous.name seopoint.com falconsafari.com ftpserverit.otzo.com +ymm717l.top nekillosa.co cykz35z.top ooncujxsvn.duckdns.org @@ -107513,6 +109235,7 @@ loledmome.ru mjof2bfjbfrucsou.tor-gateways.de myhost19.no-ip.biz wmqblwofwb.duckdns.org +emgsogvxnj.duckdns.org foremanindustrial.com tactics23.no-ip.info coolcrap.no-ip.org @@ -107533,7 +109256,6 @@ service1elevate.com ktmmrbztqy.duckdns.org lpxevsigly.duckdns.org sc5q1zx.top -nessbeal.no-ip.biz education.rssadvanced.org cimerdestekbasvurutrtiadeimle.com cqcp738.top @@ -107541,7 +109263,6 @@ tc2q2zq.top vtfsfrerqq.duckdns.org ibarakidoji.mrbasic.com gdxwlrat.ru -pass.5sfox.com fpyq563.top cyzz72j.top statuesque2.xyz @@ -107558,6 +109279,7 @@ nlyx228.top lyxylor.com xn--kuvvetdoarbirlikten-dvc.com davi74e1goldstein.xyz +shorturlservice.com jokertor.com mserrep.org raills.com @@ -107633,7 +109355,6 @@ ns8.waldemkas.su yard-island-freedom.com pclrxzccjy.duckdns.org schyte.sytes.net -megaplug.0pe.kr cagkhrabktfwkuroydfwtta.org asdasfff2.beget.tech overusuhuful-transipinotion.name @@ -107657,6 +109378,7 @@ kcfjjsorpq.duckdns.org programs.no-ip.org godscantlose.ddns.net frostydude.ddns.net +uxyopvqluvihhjf.com dpzw512.top iinqltlpwi.duckdns.org anhthienquang.com @@ -107673,10 +109395,12 @@ sqlyon.com tr-kontrolhizmetlerim.org xcpjrtbzyu.duckdns.org dc4r.no-ip.biz +windowsupdateserver.com enterox.ru gold7chain.xyz k678k.top xlysvaz.com +sdegusdluv.duckdns.org rsf58.city dimension-roof.com tb-eu-jet.oss-eu-central-1.aliyuncs.com @@ -107690,6 +109414,7 @@ obten-cupo-enlinea-cl.cf micropovobaty-minikubeness-subufusetn.biz zbfgns.xyz freefortnite.ddns.net +black-transsexual-hardcore.com onthenetas.com microsoftservices.zapto.org ggtjcszgresakw.com @@ -107702,6 +109427,7 @@ fwq.kuai-go.com hnpnokncdo.duckdns.org sbelbank.com basv-runutamamla.com +printronix.net.cn hvlplctzod.duckdns.org nichols437.xyz banlinrbstsr.com @@ -107735,6 +109461,7 @@ dns1.fortidocs.ru system.satellitebbs.com ftieomcicr.duckdns.org km8rf63.top +ogy5mtkwodmy.top abodegplayer.xyz adwuibcuig.manfromnantucket.xyz typrat.club @@ -107769,6 +109496,7 @@ nj06.ddns.net 1603710454.httpdsconfig.com reuyrepyyr.duckdns.org jbossas.org +tazzy.no-ip.biz qqjq.net ns2.ginernet.ru jc1q6zj.top @@ -107793,6 +109521,7 @@ shadowlord.no-ip.org mail.efx.net.nz yxkkzmmzzj.duckdns.org phhjoccccq.duckdns.org +wnupdnew.com azerty1010.no-ip.org subixegasion-iruzilolous-disinekition.biz hadibanagelde.net @@ -107897,6 +109626,7 @@ zombieland.no-ip.info bhagla4me3.com truepenesonga.com fptq579.top +przsotjamf.ddns.net macrokudasion-imisopuhood.org ahmadesafah177.ddns.net coolwar.su @@ -107912,7 +109642,6 @@ mkzezviigvlkqf.com ratcqban.ddns.net qyxaodo.in koshtir.ga -fc1q2zj.top nknpz.rosneft-opt.su pisvxembwnsqx.com dpdd532.top @@ -107920,32 +109649,37 @@ ctoslab.mooo.com euphorique.no-ip.org darkthem.net qsw62kj.top +acchouveiculoszero.com.br 72ac38q.stjbg.ru rbb.gol-unkai4.com basicservicesg.com vortexclothings.biz +jwxdebktqivm.su evdekal20gbyukle.tk lfcbfglnqs.duckdns.org rdzvujpluy.duckdns.org m3b.no-ip.info -dhuaa.no-ip.org +anybug.net u345u.top aqmip.fr imavucipate-transuvetize.net rat1.no-ip.org lcdddqqvbc.duckdns.org satellitedeluxpanorama.com +americanspecialtyinsurancegroup.com +raitfarzun.duckdns.org jak2014.no-ip.biz joysqegeomjdipq.com +podhflxrllvjreg.cn ymf757k.top fsdfxcvsd2d.s3.eu-central-1.amazonaws.com ecloud88.com toysforislam.com -eur06.com ymn787d.top fzzohvrmge.duckdns.org pokerstars123.no-ip.biz hornsup.servemp3.com +hsadjy30bjtnd.servecounterstrike.com non.no-ip.org belowragi.pw ljosh77.no-ip.biz @@ -107964,6 +109698,7 @@ cok.purpledaily.com 6s3gh.top j86161a81a0b1d25f4963a1d2212c8c067.ws foot-value-specialist.com +xp-007.tl-ip.com sikddhffg.com kwsldiavuw.ddns.net kimberlybroher.no-ip.biz @@ -108077,13 +109812,17 @@ spamfighter.serveblog.net fhikjjobop.duckdns.org scumperhf.no-ip.info homealone.no-ip.biz +lpugewevns.duckdns.org shoppingdrift.online +cloudserv.ink +pavnnfcqhs.zapto.org +3kvm.pw jbqsymtt.mn dync687.top fpwc585.top curcatto-step1.com panakoplos.info -traveser.net +csobs-24.in androjan.ddns.net barcai5.tzo.cc login-web-avances-cl.gq @@ -108094,9 +109833,9 @@ fpzf576.top gc8q8zp.top asdwx.duckdns.org soft.cnnnewsdaily.com +hlfdschyjy.duckdns.org khopghvdup.duckdns.org juswhatyouwant.org -06d463a07b51be9296560eecd2e3f4c6.in yqwjvhxgaiszygziq.org woulauserpect.ru lbmrcjnbzg.duckdns.org @@ -108157,6 +109896,7 @@ derpaherp.no-ip.biz fpgk551.top homorofpride.top bsshity.no-ip.biz +w3c-jquery.cz.cc transiputotion.name zednewszm.com irodetolike-imisocatite-inecolafian.com @@ -108164,6 +109904,7 @@ verifiedomg.top eqizuycgxq.duckdns.org fridaysuch.net live-service.cf +suppro.co g94ju4.com agendoniscengs.site cloud.doomdns.org @@ -108222,9 +109963,7 @@ qegyfil.com slnsa.trade ignfqcdpoj.duckdns.org nlpljkmore.duckdns.org -bnnsb.xyz lnduzcrdjgfphoh.com -xn--tv-plus-trkiye-osb.com qbw81kj.top musik-lio.ddns.net yxlksfffti.ddns.net @@ -108253,6 +109992,7 @@ zajjizev.club magofetequb.eu fpbt529.top downloadjimm.ru +huivaritaslloa.info transilutution-macroxucihood-irisenizive.name rrrrload08.top pron.wonkarima.ru @@ -108268,6 +110008,7 @@ k1f6jnzxh9srkd6ke2sr.info rxttconfia.no-ip.org ydjbqymoxf.duckdns.org beuyxqmkhadrduogueyx.com +ns1.nftiopg.at zyxxxkxxkk.duckdns.org qqwer7722.no-ip.biz teknikgorus.com @@ -108287,6 +110028,7 @@ oorzgkqmoh.duckdns.org aefylzmmst.duckdns.org rjywkggko.com yjqefgacfewiosw.com +xfjlajxqbo.duckdns.org jxrnbgxoph.duckdns.org roj-club.ru www-01.marsbrother.com @@ -108305,7 +110047,7 @@ uzrnibeqcfidsaf.com vjrrggdbfq.duckdns.org tddlgfehcbry.su kuzuersozw.duckdns.org -zqcp238.top +sxkocqlqvgcvhcq.cn fpdb518.top shapeformz.top sqccpppbot.duckdns.org @@ -108319,7 +110061,7 @@ piranno12.site pujyjav.com 4cback.hugesoft.org bubendor.top -ultralanerency-underexibibancy.org +makamaka35.no-ip.info mail.naver.srl hidrosolar.space oeks39402.890m.com @@ -108331,6 +110073,7 @@ lvngsgljns.duckdns.org devilboss.ddns.net dd00ddee.ddns.net die-9.top +prosmix.com fpkc562.top dominoduck2051.duckdns.org mail.lksoftvc.net @@ -108353,19 +110096,21 @@ pt-cpaaccountant.com blackfolk.top drzrzsofya.duckdns.org update.mitrosoft.com -carlymccrayblog.com +seqrerrerg.duckdns.org o3qz25zwu4or5mak.tor2web.org mostrugged.wm01.to yapulmbpup.duckdns.org cxzxzxzxzzxzx.s3.eu-central-1.amazonaws.com gycz17j.top 83305.net +an4x5nsiqwd.myvnc.com ts.firefoxupdata.com penaltyshot.us miwebhot.no-ip.info gxllllyllb.duckdns.org talentz.no-ip.org -newbook11.ddns.net +huwyg.com +hillfruit.net fuckanti.com snamsdarkcomet.no-ip.com qedyhyl.com @@ -108397,6 +110142,7 @@ zcduqwusgk.duckdns.org worker.baraeme.com overugiror.net mono1234.ddns.net +dasvdbfgne.xyz xvbe.monster gaseikatxpyossm.ru specials.fishing-uae.com @@ -108411,7 +110157,6 @@ routermanagers.tk sc5q9zy.top nmf793w.top soufiane02gougo.ddns.net -safehost.no-ip.info goodcolonell.xyz sbeibank.online boogiewoogiekid.com @@ -108424,7 +110169,7 @@ ymz715c.top beercheer.servebeer.com triedought.net vmzz.ru -linuxbasichk1.com +mwbgcpjqewuygbu.ru belita.0pe.kr g12lbnh.top b11335599.cn @@ -108441,7 +110186,6 @@ fpts538.top fheuhdwdzwgzdggk.ws 1603710298.httpdsconfig.com greatsalestax.com -layjfdowrs.duckdns.org fpst513.top kiloton.hopto.org roxroxtest1.no-ip.org @@ -108456,6 +110200,7 @@ adobeflash.name 1604771518.httpdsconfig.com jadsgwe3.duckdns.org yqyzuzdiwk.duckdns.org +rulezbreaker.no-ip.bz app.zzfyp.com kyplzkndbe.duckdns.org fpqf537.top @@ -108473,10 +110218,9 @@ stats.michelleanneclements.com dswmcdxmdi.ddns.net ajdabyone.no-ip.biz revopilte3.club +mortalkombat.thruhere.net fpzx531.top -capzfzfdcn.duckdns.org webforma.chickenkiller.com -csobs-24.in x1x4x0.su kc3q3zh.top derppendorff.no-ip.biz @@ -108531,8 +110275,8 @@ esjl.ebrin.me pil0.sytes.net fpct529.top fpsn568.top +usdujurilmuihol.com xxpdkgzxor.duckdns.org -th2man.zapto.org antikifoment-ilunugisism-monokepement.name sloneczna10tka.pl kasim.freedynamicdns.org @@ -108557,7 +110301,7 @@ asdgxc32.duckdns.org csupp.bigish.net droidback.com knxrysnrld.ddns.net -raitfarzun.duckdns.org +zjtrtjbxbn.duckdns.org renodesmart.com 7.1tb.in arquivomes03.brazilsouth.cloudapp.azure.com @@ -108584,9 +110328,9 @@ ihpdcdccon.duckdns.org darkvador.duckdns.org zadqnztosc.duckdns.org 1603710236.httpdsconfig.com +sinia.ru 6s1hg.top liyhvwfmkc.duckdns.org -pistola404.duckdns.org sx-facemask.com smpt.no-ip.biz sysinfo.mynumber.org @@ -108663,7 +110407,7 @@ xnaanmamob.duckdns.org fehemco.com cymz86y.top ehanhphmqa.ws -firefox.ac.ug +microsoft-check.com lzcp528.top ymw728q.top ns3.lilum.ru @@ -108677,7 +110421,7 @@ foxneresunfox.xyz eqqslmlvdvrbyq.com hres-tv.ddns.net zameek.no-ip.biz -lwjjjjbono.duckdns.org +wobada.com dangerpc.system-ns.net desktest1.xyz sdff-corp.com @@ -108709,18 +110453,20 @@ daqexploitfree.duckdns.org change-password.gq cyjz93m.top win10-update.com -qyvnefjsss.duckdns.org +10022020test571-service1002012510022020.pro mizunogolfbags.com smtpserver466.com mushroomalley.com fllbvddhachj.pw nash123.no-ip.biz -mvbwnjx07muirko5i.com workering.no-ip.biz +dazklbzkun.duckdns.org +morningmeeting.net bulland.be windows-update.systems skity.hk simond.zapto.org +lhbvioolmlyahhl.cn dubriah.com prairietruckx.ru exevetedism.biz @@ -108855,6 +110601,7 @@ ldefmenow.no-ip.biz spannflow.com dady.servepics.com ysuhgs.xyz +zytvrjbjyt.duckdns.org nozaorfmvcl.com thecathaha.no-ip.biz djllixomzi.duckdns.org @@ -108866,6 +110613,7 @@ jmitchelldayton.com vummvpdamu.duckdns.org olsmartph.no-ip.biz wethsdveee.duckdns.org +cw02993.tmweb.ru iibbrr.zapto.org po1.duckdns.org bsle.no-ip.org @@ -108899,6 +110647,7 @@ ikjyhd.nl 2016today.duckdns.org checksystem.xyz ursfftgghh.duckdns.org +512sup.com my-net-guncelhaberler.net hackuracyv2.zapto.org nmn783p.top @@ -108945,6 +110694,7 @@ faststatistic.com ymh796t.top privateanbshouse.space ekopaket-turkcell.com +aloneorderly.net pushprice.net mybs.redirectme.net bpihzzxdsa.duckdns.org @@ -109026,12 +110776,13 @@ z6kr8s8.top ch71531.tmweb.ru fpsy562.top breakinggoodnews.com -srndndubsbsifurfd.in +228276216.net ssas.ddns.net darkmagicss.no-ip.biz laricio.space hedriks.bounceme.net syncprovider.info +aob0klff5giaeddmn2.serveirc.com vlkagekhmybtcvu.cn rexspot7x.xyz covenant-gaming.dyndns.org @@ -109085,6 +110836,7 @@ xmtuftkujk.duckdns.org brokacpferpis.ml cp17061.tmweb.ru blessedgroup.biz +younghustle.zapto.org ragom.pl highfidelty-egypt.com primomiguel.duckdns.org @@ -109111,11 +110863,11 @@ overapezor-renihution-interozopoful.name hgsadfwexs.duckdns.org date.dellnewsup.net dflmqbmerb.duckdns.org +amountalmost.net h-r-elect.com sbwdrzsqzm.duckdns.org gle-mail.com iqywsywnegomyizi.com -kqw58kj.top htrdtg.ru team-speak.ml todeotups.kz @@ -109133,6 +110885,7 @@ km8dq11.top manasingrat.no-ip.info fpqk585.top carnegiemonster.app +hrimmdowzo.duckdns.org industrialspares.to shkj.hol.es ratbshades.no-ip.info @@ -109150,10 +110903,13 @@ emavevalike.com glamourettecollections.com michigan-construction.com golds11in2hey3mouth.xyz +pureaqua.pk programsrus.no-ip.biz tosofhegde.ru ns1.uldiok.at +ielxvwqlpe.duckdns.org wastedsituation.com +ntxkg0la99w.zapto.org businessdailyafrica.net kiivazzzyz.duckdns.org bobypony.olympe.in @@ -109166,7 +110922,6 @@ xn--hediyelerdnyas-psb66f.net vu30.com spm.win32system.com securityboulevard.top -callejas2013.publicvm.com mysteryglance.no-ip.org zep0de.com grejwxylxk.duckdns.org @@ -109182,9 +110937,7 @@ wzefi.duckdns.org uldfiparevent.ru yocantseeme.zapto.org anothertembr.cf -chrading-reading.at etkaqgxmvr.duckdns.org -cyhz11r.top backorderru.com eqzpprzvpg.duckdns.org fbyx768.top @@ -109203,8 +110956,7 @@ rlgobqspihlitgcwt.net n22tbnj.top mlwpfkqzlt.duckdns.org adsfgcdsd3.duckdns.org -xiummlyxkk.duckdns.org -dtojlhpasjk.pw +iswuchiwqf.duckdns.org jangasm.org j92jbnp.top 1welding1994.no-ip.biz @@ -109223,6 +110975,7 @@ hfuseme.no-ip.org fpnx588.top fprl519.top degisxsdsdxsadwqsd.xyz +fpnj513.top evlffvtxyiwfoer.ru 5cb2e2fe199c1e246a457ae7f39d6f3b.se siteinit.info @@ -109230,15 +110983,17 @@ c.deralts.at apakdryi.com gahypus.com plus1.ddns.net +ndaakvcvbi.duckdns.org libertarian.site zohlajspgt.duckdns.org km8kx28.top pxmhkghynogu.net erfcrcvqum.duckdns.org lleeeerrde.duckdns.org -rwtragjkgpcwiz.com uaugnvbjpu.duckdns.org +onfqigopga.duckdns.org cdn-sop.net +payment-maker.cf dashing4.xyz j22xbnn.top ramram65-31928.portmap.host @@ -109260,6 +111015,7 @@ srcalci.com balancetonflic.alwaysdata.net vbabpeetlk.duckdns.org team-speak.cf +fakecontact.top srf48.ru roling.000webhostapp.com searchfindauthorize.org @@ -109270,7 +111026,6 @@ ishuqxsiem.duckdns.org pdw61kj.top justbeamo.in nonogatilike-semihexission-enisoxuless.biz -ludetisotu.info darknessinthelight.no-ip.biz djyx228.top divyfozokihezec.info @@ -109302,13 +111057,13 @@ trqdqqqpuu.duckdns.org towerprod3.com nqw.scpqvb8f.ru yvhhmmzmlx.duckdns.org +b591.com cyzz22j.top jryxxybxsnbf.ru yehjqbrslv.duckdns.org official-uploads.com fofl.it jrviyvztff.duckdns.org -basedplants.net farid02.no-ip.biz tightende.cyou humanfeel.net @@ -109358,7 +111113,7 @@ lifeshown.net wdrfjkg129.com bcsmmbe.vip jbfd8699nia.com -bien.airdns.org +disegucely-inuberimism.net dfgdgertdvdf.xyz tinor.zzz.com.ua cymz95m.top @@ -109415,7 +111170,6 @@ liard.bounceme.net km8pt35.top tibqwendlk.duckdns.org bigboats.club -unihogish.name yivwkdthdc.duckdns.org nsjiwj.tk cfcheatscopyright.hopto.org @@ -109452,6 +111206,7 @@ util98.com httpwebworld.net hxsiutqipu.duckdns.org ibsrtfnccr.duckdns.org +zwialvghgb.duckdns.org sellingconnection.org aosmuiviwx.duckdns.org postiburorize-monodixaxant.org @@ -109468,6 +111223,7 @@ windowsfirewallsecurityauthorise.duckdns.org weackworld.o-r.kr tsijrnulhi.duckdns.org vnopus.com +xdxjnhxhjbuyeuojkm.com gkonsultan.mrslove.com 1603710242.httpdsconfig.com 1603710295.httpdsconfig.com @@ -109475,6 +111231,7 @@ overebetian-emanoniward-misirisism.name zc8q8zc.top ug-chsaw.hugesoft.org ficpn.fr +pruebasernesto.ddns.net heyijusthackedyou.no-ip.biz wsuskzupdate.cloudns.asia 0xdll.ddns.net @@ -109495,7 +111252,6 @@ login-security-center.com iupdatemaster.com unlaca.org serve.firefoxupdata.com -dddeee.ddns.net xkkxwwusvpucdjdbgwry.com egombute.no-ip.biz greenredcalc.no-ip.biz @@ -109533,13 +111289,13 @@ bc9q6zs.top gyfz79f.top phi.myz.info ministrynewsinfo.com -smtp.aoldaily.com fpqj538.top combomotofreed.net leathershirt.top ambroz.no-ip.biz mgwxfpdmpb.duckdns.org lkckclckl1i1i.com +clk.mongxw.com usd10000.duckdns.org mzelzuovvu.duckdns.org m4b.no-ip.org @@ -109555,7 +111311,6 @@ itisdue.com faxgklnkemobryxvj.net krpzkvambv.duckdns.org gsvpjwpsce.duckdns.org -jyfulebchyby.com upjwlgzuoj.duckdns.org damianmironev.ddns.net evilexectuable.dynu.com @@ -109571,7 +111326,7 @@ ncdnncdnserv.cn offerpast.ru gsxrlife.duckdns.org windowsnetwork.org -befaheaiudeuhughgl.cc +3s1we.top snowhackingroot.no-ip.org f6kz8y2.top kekyadig.tinydns.xyz @@ -109603,7 +111358,6 @@ freepayinterkom.gq post.rdkke.com pirat.noip.me drive-login.cf -yoshibf2.no-ip.biz noddynljji.duckdns.org linderco-sharepoint.com pirauuocwr.duckdns.org @@ -109659,12 +111413,14 @@ hosting.no-ip.info 4244324353.xyz kosmixworld.com houtt.ru +g1.fav.al corpse666.ddns.net uchqgmzfgg.duckdns.org artnfoods.guru zjoxyw5mkacojk5ptn2iprkivg5clow72mjkyk5ttubzxprjjnwapkad.onion fiftytaste.net 1597948846.httpdsconfig.com +justportraits.ca pbojwbjiqz.duckdns.org alongborn.ru kbivgyaakcntdet.com @@ -109676,6 +111432,7 @@ sjonnytv.duckdns.org test-service012505.space vtqywubsjh.duckdns.org 4yw2twoy438df9qt.online +kosmetolodzy.com adobeupdateservice.net apiserver.zzfyp.com shileniniliv.com @@ -109686,13 +111443,15 @@ shangri027.ddns.net tebbolt.xyz settings.freeddns.org focariongorda.duckdns.org +sheamusking34.no-ip.biz mailnofattndel.vip -xerrrload07.top +radonta.space citiapp.mobi ssdd.system-ns.net usa-fh.com diggformore.ddns.net smtp.yahoodaily.com +connect.jumpernode.com vimdryejqh.duckdns.org ub1uxd9u4qz46t8y6s.com f6kx8m2.top @@ -109732,8 +111491,10 @@ jjxxblbiww.duckdns.org fpmj597.top rabbot.xyz ingreso-verificacion-cupo-de-avance-cl.gq +27ank37.com searchtanup.org poseidonmnesovsem.org +yqabkiokye.com fhvjsmtkirihxh.xyz iadebasvuru-uygulamasi.com cloudallow.ru @@ -109745,6 +111506,7 @@ eafueudzefverrgk.ws servericaseralertsforaccou.net bakel.zapto.org vljaihln.com +athebmission.com arsgdcxdfgh.space seniorex.top transfer.lflinkup.org @@ -109814,7 +111576,6 @@ ezinebachelor.top swnpdyyhhkmn.ru ivhnqqvozz.duckdns.org spare125.xyz -nbcqxgnapk.duckdns.org lebkuchen.zapto.org ltpsasuhxaxk.ga spenddance.net @@ -109888,7 +111649,6 @@ aqwe.ddns.net wzfhxytur.net inoo.bid gacyzuz.com -mazuki71.no-ip.biz acuqkxhims.duckdns.org uusdyjvzhi.duckdns.org gyyz71l.top @@ -109901,6 +111661,7 @@ wjklzrsssg.duckdns.org postogabivize-irehefoship.net mostnerve.net masterservices.online +vcyepklwfxuxbwk.cn stjohns-burscough.org ntdfbp.com kksvoo.info @@ -110014,7 +111775,6 @@ f6kw8m2.top plfjtpsvvqikvda.cn kareemshaqoor.hopto.org lykyfud.com -lumlin5055.does-it.net lum.sammytheseal.xyz cytz38t.top alphagrimm.zapto.org @@ -110041,6 +111801,7 @@ nkjaingosd.duckdns.org couragehost.no-ip.biz securitytransit.site stainlesshydraulic.com +yrkhkpxajjfaytd.cn dcwrat.no-ip.org platino-8.no-ip.biz firstdomain.holeechow.asia @@ -110051,12 +111812,14 @@ trollzortrojan.servebeer.com ffbcpscmawpbjep.cn km8rz27.top eajdxsezhh.duckdns.org +uw9paqd2qkbbmnpj.servecounterstrike.com scangescangomu.ru mremote.biz savedcar.myjino.ru johndo.no-ip.biz equineflu.no-ip.info rex2015.freeddns.org +bwizojyjbj.duckdns.org quvyjumyzo.info codeedge.net ns.digit-new.com @@ -110064,11 +111827,13 @@ akamaiservice-cdn.com anxztejxx.com esert.xyz ploxtermaster.duckdns.org +cghsvjnquarqgul.cn cydz68d.top hmb-hzn-007.site dkigfenegm.duckdns.org funnypic.dyndns-remote.com haxor2011.no-ip.info +zapjsyhc1aszahp6v.3utilities.com w6kq8m3.top dviinoploqxjyy.co.uk wednesdayforty.net @@ -110083,6 +111848,7 @@ teaetu.com korberus.no-ip.biz g92sbnw.top 8282.space +hlhdoqbwkc.duckdns.org eolefxjbou.duckdns.org jreisxyskm.duckdns.org sosanhapp.com @@ -110110,7 +111876,7 @@ d048129eb1be65d5.xyz o2e84c3162e1a164e39b67641e14dc2cb9.hk carelesspineapple.ddns.net f0362146.xsph.ru -goodperiod.top +outsidelaughter.net eeg3ww3gtsq7ul7ovgrelurhahjtnuo5h6k7yivdbiab36qxhxuguvqd.onion minisukufy-prenoculy-overedozetn.net legion1488.info @@ -110126,9 +111892,10 @@ pandemigirisuygulamadestegi3.com p0liceserver2.no-ip.biz qdubufqbyp.duckdns.org ymc788l.top -dda.no-ip.info +cnfwoftxmx.duckdns.org +hiuwwjwwxy.duckdns.org 0ctosniff.net -1603709950.httpdsconfig.com +ymj725n.top mainservnkggb.tk dnnveadqmp.duckdns.org accountsservice-support.com @@ -110138,7 +111905,6 @@ fncexfyddjfo.in qmogpahqjcgoagi.ru gmjlzwdxls.duckdns.org yxw69kj.top -darkcomet1991.no-ip.biz vmyiersend.websago.info efomukwlpa.duckdns.org ncjpowerpbndswpower.cn @@ -110160,7 +111926,6 @@ reebovnenewbne001.com vision2020.ddns.net km8rr93.top asdgcxbr34.duckdns.org -ibrwxmvklinq.in backup-supp.com mmc.publicvm.com bnhivivivj.duckdns.org @@ -110176,7 +111941,6 @@ toufou.com benefit-weather.com ritter.gq finance.newsonlinesite.com -gemalto788.ddns.net misevakexic-enomucipary.com uygulamaevdekal12.com uxhwwvutuvwh.in @@ -110204,7 +111968,7 @@ bs320.no-ip.biz fhisixnscc.duckdns.org xtaibabgvk.duckdns.org onlyseductive.com -caxrojl.com +glgl.o-r.kr lentourage167.zapto.org msfontserver.com opocrqfqsbumakqpb.com @@ -110233,7 +111997,7 @@ gsoxpnldzv.duckdns.org nxyqc.ru alaa170.hopto.org 1604771517.httpdsconfig.com -careerdesk.org +oddy.no-ip.org wordqueshion.ddns.net mepwrxjpdtdwtx.co.uk zlmyyylkxx.duckdns.org @@ -110249,6 +112013,7 @@ svuhuuviii.duckdns.org fikus.zzz.com.ua atopreg.info uploading-neptune2020.xyz +centro-moto-guzzi.de americanmedicalproducts.us bigchlen.tk ns1.helpupdates.net @@ -110330,10 +112095,12 @@ charjackyum.com hackclean.zapto.org refpagdcmr.top rayshash.com +fdpbjlojes.duckdns.org sys32.publicvm.com necrotoxin2.zapto.org jexpcefasj.duckdns.org globalsoftwareoptimization.com +rostov-shops.ru penforte.com hebiktdhzu.duckdns.org jii1.info @@ -110350,6 +112117,7 @@ ngdymqliky.duckdns.org mypepsi32.duckdns.org kinhte.chototem.com band-switch.com +dcbrett.no-ip.info fpwd575.top moneymindz.freedns.su vpn.businessconsults.net @@ -110371,6 +112139,7 @@ b1p01arman.no-ip.com iubvinjhmh.duckdns.org d6shiiwz.pw primekala.com +59315398.tl-ip.com christienoll.xyz ghsqa.xyz dukevinchy.com @@ -110393,10 +112162,9 @@ triedweight.net zani.streghettaincucina.com hynetehipivosyg.info dkatcqflcaqlumcxhd.com -waitwear.ru dhtttfsegy.duckdns.org g82lbnk.top -torsdetinsup.com +mmavozduky.duckdns.org 1603710695.httpdsconfig.com ztarkmcnhq.duckdns.org ljljlj.no-ip.org @@ -110431,12 +112199,13 @@ sleepmate.top dcngealims.duckdns.org farzanatradings.com cengizsokak11.site -cgwlamg.pw mywarworld.cn parunyqedosymyw.info afromadness.club unexogazical.name +gbdfrr.duckdns.org yusuf12rental.xyz +myfnayyumld.bounceme.net etser.xyz sevenuseup.com code-cloud5.co.za @@ -110449,6 +112218,7 @@ fprn555.top niggahz.no-ip.org 3s1hh.top musicfeel.net +khyqvmxcut.duckdns.org officepatch.dnset.com dutygives.net asdg2323x.duckdns.org @@ -110472,6 +112242,7 @@ nutqauytva10azxd.com domainserveractive.com f22pbny.top vyvnydrywy.duckdns.org +macrohukoxure.info mebyhkpzvf.ddns.net rbmh1eqrb4.com knalc.com @@ -110480,7 +112251,9 @@ sdgwxgbe3.duckdns.org unixcrew.myftp.org travel.nationtour.net ivsidewdwmtqhib.com +bq9tjyebqvl5qma.zapto.org misumenite-macrovironuhood-misitedion.info +plejrphenceowhzfa.net 3s95g.xyz mac-mmanuel.com suite.kpechios.gr @@ -110503,11 +112276,12 @@ baykuus.com rpwesmwnhs.org bestwork.zapto.org cyfz13x.top -ganyvyw.com +busatan-tokyo.site zassaz777.myq-see.com appiddjp.info matr1xrel03ed.xyz seqqdqdcph.duckdns.org +oslhvjrbjk.duckdns.org n22nbnq.top jiaupc.com iban-marktplaats.nl @@ -110525,6 +112299,7 @@ lordpull.ru orchidweb.net busenineserink.com snowagainfearfreezesagainagainitfeelslikeiceisinmyhands.space +hlmkyxvjqk.duckdns.org p32tbny.top overupucabal-misosaher.name fvxhvjrlut.duckdns.org @@ -110538,10 +112313,11 @@ sxwylojvtm.duckdns.org soamvwpqwdxougljpjwpfbuzpuky.biz tharrisfern.no-ip.biz adington.com +downloadlink.mypicture.info tunisie.no-ip.info wwuzvwvueq.duckdns.org przelewy24.tk -lgqysthwyp.ddns.net +javakale.at indrakakyurt.xyz zucriy.no-ip.org api.wipmania.com.selfmg.ru @@ -110569,6 +112345,7 @@ srtue.ru nicknames.com hasgdwert.duckdns.org kprhggseqd.ddns.net +msn-web.ddnsking.com pandemidestegitr19tr.com wetyshxs23.duckdns.org pointtk.com @@ -110587,7 +112364,7 @@ mssoftware.zapto.org microsoft.ssl443.org pguvqpkcni.duckdns.org samportal.com -j82lbny.top +icloudsrv.info f6kc8w5.top wet36sxss.duckdns.org rondylog1337.ga @@ -110597,7 +112374,7 @@ antivezudadom-multigizoship-presogumancy.org qebykap.com 1693.no-ip.org joserat.zapto.org -alisirim.xyz +netzirecolq.gleeze.com leboncoin-tr.info oraclejavaupdate.com decent2.myvnc.com @@ -110629,6 +112406,7 @@ nmd768j.top dwhwdnumdhdvehbrxlln.com darkride.net qkzzxsauox.duckdns.org +bvayfalzbm.duckdns.org cdvlzwgrdy.duckdns.org rerutoty.info mute-saga-0240.lovesick.jp @@ -110653,7 +112431,6 @@ server2.bjdnxbgp3.ru gshrghirhgsgrla.co hacked2001.hopto.org trinius.confidential.net -fc5q6zn.top opsjg1.xyz gtm.googlecaches.com pot-g.top @@ -110707,9 +112484,9 @@ fbubzuhwlj.duckdns.org visualrates.com nedirsendencektigimizyav.cyou aslambek.eu +gzhvkusnlf.duckdns.org todbroifxb.duckdns.org ziacvatqjr.duckdns.org -raven.cam.ac.uk.iftl.tk lossbo.no-ip.org temppost.ddns.net ktbqomgixqhtsxevonpw.com @@ -110768,6 +112545,7 @@ ganovowuqur.eu protest-01252505.ml dunyaalemnizane.cyou die-o.top +lzjxn.me gfixprice.xyz tour-piece-action.com ns4.litomo.ru @@ -110823,6 +112601,7 @@ cloudbase-init.pw underisedish.org pandemitcbmhuygulamatr3.com negaheipcamerac.ddns.net +hldvkftbtx.duckdns.org chrome.theworkpc.com true-crypte.website oljrtygecy.duckdns.org @@ -110857,7 +112636,7 @@ msdtcupdate.com interacetranfer.com h4r3.zapto.org f12nbnm.top -inudacudom-interurogupous.net +muksykxbuj.duckdns.org matrics.ro cypz78h.top channelfear-movie.com @@ -110935,7 +112714,6 @@ xdodzijmqg.duckdns.org yasamistan.site line.seemimigo.com ability-option.com -ubeenratted.no-ip.biz tbawuflhpb.duckdns.org mohamed11.ddns.net xxruwtaqsqkcln.jp @@ -110968,6 +112746,7 @@ golds6diary.xyz drop-blow-season.com hzyoxkdxnf.duckdns.org zohir1997.noip.me +xmatrixsxaamar.ddns.net fzhovpidfb.ddns.net boatnet.xyz einvuxvslo.duckdns.org @@ -110983,8 +112762,10 @@ painus.zapto.org memodoris.com officeman.tk spstav.ru +tracking.checkmygirlfriend.net simplythebest1234.zapto.org memelek.duckdns.org +ryvhprtepu.duckdns.org document-write.ddns.net slemborg.myftp.org ymf757r.top @@ -110995,6 +112776,7 @@ asload01.top minikasohage-ultranixerous.info svn-stone.com ns4.frtg.su +kvbqlxomdfcegfw.ru h-07.no-ip.biz creativethinking.no-ip.biz aazzoo74.no-ip.org @@ -111002,6 +112784,7 @@ parkingdoma.webhop.me uty.kluenq.com byrmvkfapp.ml darakht.com +kapreja09.top oftenunderstood.net edisrictisirs.ru hotmal1.com @@ -111013,11 +112796,12 @@ fpcf521.top w6kk8q7.top table-point-note.com blackshades234.no-ip.biz -xveqtqtkul.duckdns.org km8zt18.top yjwyzrcrlx.duckdns.org cejwtluei.com +flashplayrde.xyz ufzbwuszwe.duckdns.org +jhd.safalife.com fjrsitefjrfjrsite.co selioprey.com jytxszcndh.duckdns.org @@ -111042,7 +112826,7 @@ starserver4551mx2.club minotaris.com tb6fo.jumevty.ru flow03.no-ip.biz -smellyass.zapto.org +baillon.ru nmy789k.top wheelmeet.ru ug-bdai.hugesoft.org @@ -111062,7 +112846,6 @@ insat.firefoxupdata.com myhomelap.com riiybsdwvjkc.su f52gbnf.top -thkonrejuphl.me manilagogo.com pooxete.net gyzz36h.top @@ -111072,6 +112855,7 @@ pwinmoxyfe.ru ffucescdhz.duckdns.org drgeorges.com bitcoin-send.ru +dns4.biala.ru jelox2121.ddns.net km8lb73.top role013.com @@ -111130,12 +112914,13 @@ offeredge.ru 1604771589.httpdsconfig.com jwjnzstqai.duckdns.org windowsupdatereap.ddns.net -rawpaper.d38662fdc831a31779a5104b0dc237f2.ps +ymd739t.top panelci.xyz download-teamspeak.info ktyguxs.dnset.com dream7.no-ip.biz bot.ruptur88.cf +fusari.ru realdealhouse.eu nms767g.top paperty.ru @@ -111160,9 +112945,10 @@ v1711.zapto.org gwasbox.no-ip.biz alspi.cf gynz75f.top +hassan1212.ddns.net alaskaus.no-ip.info eoehjokblo.duckdns.org -cakm.com +morlisanik07.top srgbsuirbfubuf.su policeserver1337.no-ip.biz puzyduq.com @@ -111192,6 +112978,7 @@ fan235.xyz abudon1990.no-ip.org bryantgumble.no-ip.biz hat3yomotha.no-ip.info +mdjehpxhefsxifs.ru suka-mht.duckdns.org wws.christinedavies.biz zmxrm.net @@ -111199,6 +112986,7 @@ southerntransitions.com jzaydokmhy.duckdns.org emusesite.biz 2500tl-kartaidatlarini3dileode.org +describe.toh.info gorel1004.ze.am pireulwiterykam.ml cnim.co @@ -111208,6 +112996,7 @@ cywz17s.top newcidomain.com spectech-china.ru cwjwjwwwjc.duckdns.org +kunkun.tl-ip.com oms.mei669.com lo42.com 1597948896.httpdsconfig.com @@ -111230,6 +113019,7 @@ xwzlsv.eu pufydul.com mainfjryhdyhdsrv.ro cnfh.mobi +azure-cloud1.web.za ryanhack.no-ip.org nqeyzirshr.duckdns.org ojmapjcvkz.duckdns.org @@ -111299,6 +113089,7 @@ season1.icu culturehiphopcafe.com nitto.no-ip.org omgwtfisthis.no-ip.info +pcokjtxgbz.duckdns.org 4ea.no-ip.biz adobelink.me kashlbfzci.ddns.net @@ -111310,11 +113101,12 @@ sales-hcrus.ru dorthgornet.com cmf.bloodiedeh.com bfyppto.vip +1soah9qlad2nd.zapto.org cywz66h.top ymr787n.top f52jbnj.top smithsure92.no-ip.biz -ns2.liga-sv.ru +cumhurbaskanliktr865.com soagov.zapto.org jekawtzb.net burnhf.no-ip.org @@ -111336,8 +113128,9 @@ lets-see.site foxfeline.no-ip.org eiogzsryrx.ddns.net monsterpower.zapto.org -jersetl.com +a-2-bcars.co.uk proload.info +agxltovbst.duckdns.org eauohouefhoahfugaif.ru kasada.no-ip.info billydakid.no-ip.org @@ -111361,6 +113154,8 @@ qb.1c1c1c1c.best edwinharrington54.xyz norpedf.xyz wilbisithad.ru +kimxsdskfx.duckdns.org +neverminded.club seo.kfj.cc ctldl.windowsupdate.lflinkup.com shineworlds.ru @@ -111368,9 +113163,11 @@ shineworlds.ru siteikj.ru mw9000.no-ip.biz isome2018.com +eokanytmhjqfswf.cn west.freshreaders.net interactivegood.com babybabyratta.csgoblock.com +nejlqrdlrcpqxqa.com dyhz687.top anselbakery.com blackshadesyooo.no-ip.info @@ -111395,6 +113192,7 @@ shchoolsitetest.duckdns.org vgbtksgjuwivuo.sc ccbfifbqqmlgfks.com gd8d89f7682bbc82db6406445b9c378201.to +sqezbtrmht.duckdns.org ipod.7oy.info fpcg573.top network-arts.com @@ -111416,10 +113214,9 @@ scappini.ru unicorndomain.pe.hu israelalerts.us dflnjvqltp.duckdns.org -free.idcfengye.com darkcomet351.no-ip.org +vbxreltcldmllcy.com dboome.no-ip.org -hcztapuamu.duckdns.org unupatulical.biz 9uaf5kdufm4non9f20rvpn0pt4z.com nsphqchskf.duckdns.org @@ -111449,7 +113246,7 @@ zlxxxkwjiv.duckdns.org km8qj52.top bxhde.xyz verificacion-de-aumento.gq -mightquarter.net +km8lg52.top mailupl.zapto.org haker013.no-ip.info heroskatopirango.com @@ -111471,13 +113268,12 @@ mixedwork.com linedefragmentatiom.best fidelliware.pw zpqfzygzou.duckdns.org -nocmxwuzhi.duckdns.org +tgaaigeigo.duckdns.org cecate.net fyqydogivoxed.com service-broadcast.com -horqrux.no-ip.biz +cleanandr00.com snitt.zapto.org -hiddenrat.no-ip.org dpdx521.top blwqsyswon.duckdns.org aeifaeifhutuhuhush.co @@ -111505,7 +113301,7 @@ gajbrjrzfr.duckdns.org vaxxzassmq.duckdns.org ftp.yandexr.sellclassics.com bsfrog9.no-ip.org -a9a69619d4659385694af4c64a59d420.eu +oelvabpayt.duckdns.org 0x0x.co g0f1c20e70d0c696476ff8a7e839ab383c.hk ns1.theimageparlour.net @@ -111524,7 +113320,6 @@ underarodage-imakumuness-microbixonism.com ue47.com facebooklist.dyndns.biz tomloganno-ip.biz -winantimalwarepro.com breachframework.com withingarden.net rscrhvlfkbs.in @@ -111544,7 +113339,6 @@ ali.mostafa.no-ip.org api.bdwiki.ru h63302.srv4.test-hf.ru johndjookba.np-ip.biz -digitfile24.top hlkkxkjijj.ddns.net dswsrv.co nwurnlyiqubvfkj.cn @@ -111559,12 +113353,13 @@ fuktheme.com digicon.com.mx rmcudedibg.duckdns.org 1c1c1c1c.best +ydpmneioxo.duckdns.org operatingbox.com seferlik4.com wymbbpxmxz.duckdns.org jghbktqepe.pw gaqynyw.com -ntrzezrvdv.duckdns.org +ssgsaia.com davidjumper.no-ip.org headfirst.ru zgcp638.top @@ -111610,6 +113405,7 @@ sawemfazen.duckdns.org obuhov2k.beget.tech l12rbnx.top aoruuoooshfrohue.su +testrawvpn.fishdns.com delipision.com errererere.duckdns.org shophoof.com @@ -111649,11 +113445,13 @@ facturation.ddns.net 3f8.ru vtsfffeddq.duckdns.org zjcbzxuqfd.ddns.net -nlembdasd.agency +vfmmyclvylmrqiq.ru braproot.no-ip.org btbt44.com bojfkedlcx.duckdns.org -z8jewpwgkx.com +fzlajsf.net +dsg3g.xyz +rpanfssrrs.duckdns.org 123asd123a.duckdns.org appleupdt.com oldformer.top @@ -111680,12 +113478,12 @@ sank.no-ip.info yydj682.top vpwfkhmflj.duckdns.org cywz73l.top -34573350.ddns.net +jsnrtmoqei.duckdns.org antonioschiumeto.no-ip.biz thatsmerite.no-ip.biz wwbooboocp.duckdns.org jccusknyuk.duckdns.org -fastfront80.com +digifincx.com securas.no-ip.biz n92nbns.top hotbest-apps.com @@ -111709,6 +113507,7 @@ shock-habit-explanation.com gazpromlpg.com 08fckgwxqweod08.hopto.org dabcesffhi.duckdns.org +billybob.zapto.org transit.zhiyule.com ns3.audiaturs.ru ns1.erci.pl @@ -111729,6 +113528,7 @@ ibgood2421.no-ip.org hellcats012.no-ip.info nlbqcgmvcc.duckdns.org th3rock.no-ip.biz +documents-cloud-server.co.za courtclue-implement.com pushreach.net api.dynamicmodule.com @@ -111746,7 +113546,6 @@ interoliletn-remegiment.name alexoler2.freedns.su overititary.net oneupdateadobe4.co.za -linuxbasicsg.com eujinonline.sytes.net ncbomqqckc.duckdns.org ejspspesstor.com @@ -111756,13 +113555,12 @@ likrroll.net epxylvumlrfe.in vwjjbooobp.duckdns.org 9g2rdi9uga.net -wifegrave.net hzong.welikejack.com 66hyhy.com ruggish.zapto.org 1604771631.httpdsconfig.com iwtnveddhy.duckdns.org -scoparius.xyz +turalqeribov.duckdns.org arnpdlxftc.duckdns.org septemberslow.net xjmhlkudkpqn.com @@ -111771,6 +113569,7 @@ xwla89.zapto.org itgpll.com eeeeeeeeez.no-ip.biz privacytoolsfree.site +duwufemxhapjftc.ru ckojipsflenb.ru vojyjof.com bad-dragon.strangled.net @@ -111778,6 +113577,7 @@ business-projekt.info mphiedgwvrqr.su camellian.xyz naumokukea.com +cneuegdnko.duckdns.org uhaeczmtxl.duckdns.org hospitaleco.com erhitnwfvpgajfbu.onion.city @@ -111811,10 +113611,12 @@ xswsa.xyz bigwnet.com yfw57kj.top reachsaw.ru +nxmlycqorv.duckdns.org tester123.no-ip.bi yyyz686.top yusungtech.co.kr zaki456.no-ip.biz +visiohelp.ru checkmyurls.com safi.co.za rqphuuuttt.duckdns.org @@ -111840,7 +113642,6 @@ z6kp8s1.top thefinalfantasy.zapto.org mail.kyungshin.ml 99sunnglasses66.site -legend-x.dnsdojo.net h6kx8t3.top b.webcore.at nqgggtxyqg.duckdns.org @@ -111878,7 +113679,6 @@ jkuniversepoolz3.net ledshoppen.nl postitclub.no-ip.org mybigfatrat.myvnc.com -lebedev30.ru konterk.com securedownload2.duckdns.org fpgw516.top @@ -111888,6 +113688,7 @@ wjvjwivzmm.duckdns.org flyeyyadan.duckdns.org paradoxgamespy.ddns.net nmn715g.top +nechitypxo.duckdns.org malika.zapto.org xumanipuw.com x6x.no-ip.org @@ -111906,7 +113707,7 @@ yickytayqk.duckdns.org awese.xyz dlxcogkcgd.duckdns.org hacker3.ddns.net -bardubar.com +wzezofxcbd.duckdns.org mysoul.olympe.in loll1.no-ip.biz vkqwfxyjywyekuhyu.com @@ -111923,6 +113724,7 @@ ijvikfnvcu.duckdns.org gaqykus.com siteserv.tk bbyslbe.vip +recoverysuperuser.bid fpdr556.top jrat1337.no-ip.biz englishpar916xml.com @@ -111952,12 +113754,14 @@ gstatic.kz ykkxxxxpcc.duckdns.org ymk763y.top ezkapfa.no-ip.org -qetytup.com +hgbnucxphc.duckdns.org interpuber.com mmy.ddns.us +jkwyslmcga.duckdns.org wuhmzmmzmm.duckdns.org dedix22.no-ip.org swhvrpmqiw.duckdns.org +dynamicrosoft.com vsivaldiui.duckdns.org peandemikomerkez.site 520xjxj.com @@ -111967,7 +113771,6 @@ statting.bar shinpoong.accountcheck.net mnnprypqre.duckdns.org info.softsolutionbox.net -brmemehack.no-ip.biz woojeoung.com seferberlik20gb.com baha.myftp.biz @@ -111978,7 +113781,6 @@ pickteach.ru xbcp168.top tunnel.itsaol.com zaydo.co -finuclier.com dpzb512.top ukbkkamuvfnao.com cc7q8zd.top @@ -111998,10 +113800,12 @@ ptaxjgsimgyxhuvvbblo.com sitepowersrv.fr windowsearchcache.com per01.top -gycz25y.top +nj.monk249.date +fl43s.toabolt.at jaz.no-ip.biz gnnaneieaojoagisx.su api.bitcoin.lisx.ru +sites.oceasndata.com htogunltchaotqhjp.net kargoaps.com vyrez.noip.me @@ -112049,11 +113853,12 @@ shakaky.ddns.net hardcorehooligan.no-ip.biz 3asker.ddns.net xerrrload02.top -hhjsf89w.ru +upperdarby26.com 5s11g.xyz work.windownoffice.com claim346.xyz elstar.no-ip.info +wycvnifhextducb.cn waetsh446.duckdns.org karntnatural.xyz invesito.com @@ -112063,7 +113868,6 @@ shalla.eyeofbangladesh.com wk.gmailboxes.com sign-in.work pop.newsonlinesite.com -qumogtromb2a.com wentmeet.net exifimimary-enovucefancy-procexacency.com cvbainctuw.duckdns.org @@ -112079,8 +113883,9 @@ mc2q2zt.top 1597948843.httpdsconfig.com evtljcnhsr.duckdns.org cotkrcphmxiy.com -bikoabnbpczp.com +baidu.wookhost.me fpqw538.top +rrrrrreport.com etsze.xyz alfred.ignorelist.com shadowwalker.no-ip.biz @@ -112090,7 +113895,6 @@ privatefiles24.top progib.space supertable.net piterson1982.no-ipbiz.org -host-1.no-ip.biz suzukigooogle.8866.org pdoklbr.com specialattributes.s3.amazonaws.com @@ -112111,6 +113915,7 @@ g6kq8n2.top huwrxmsfac.ddns.net zepizopi.zapto.org chneswsdy8wealthandorganisationjokbo.duckdns.org +mpmksjhpjy.duckdns.org yourwild.net longreach.net wheelaugust.ru @@ -112132,7 +113937,6 @@ johny.no-ip.biz hii.qhigh.com ejectrift.censys.xyz krilix.no-ip.biz -zadrots.club k62hbnb.top nohooch.top zdimkl.org @@ -112147,10 +113951,12 @@ ismypanel.host slideus.com patopapao.hopto.org akjwoooban.duckdns.org +mamax.tk ixnoxjpawx.duckdns.org alexadem2015.ddns.net securytingmail.com z6kg8h1.top +tender-rosneft.su open-auth.work graphiuma.ru dpdx539.top @@ -112206,6 +114012,7 @@ tgggtugguh.duckdns.org fdfddf.attorney-site.com xn--salklyaamtedbirtrgiris-t8c74bc21j.com lodisak-gid.myddns.me +dywfsybugwoghpx.com a0362255.xsph.ru mainly.pro pandemigirisdestek109.com @@ -112221,6 +114028,7 @@ macos.myftp.org smtdpvnsxg.ddns.net sicktook.net jncp178.top +pljqyxcoev.duckdns.org tfcueler.xyz f6kj8d3.top saidprice.net @@ -112237,6 +114045,7 @@ throughneighbor.net myhocm.dyndns.org bs.lmqur.com aktjqmaosf.duckdns.org +oekieithzh.duckdns.org ywwcqsomhq.duckdns.org wsovpproxl.duckdns.org blachshades.no-ip.org @@ -112257,6 +114066,7 @@ usghylllyk.duckdns.org poloniaverde.duckdns.org semigozaredom-macrohosakant.name cbnid.net +ifmasdnfjx.duckdns.org mstrmeewdy.duckdns.org best6.short-url20.com 4pi.mousehous.gdn @@ -112271,7 +114081,7 @@ mc1q3zw.top l32ybnz.top pegyrgun.ru blhjackhost.servebeer.com -drinkstart.net +km8zf95.top anbbobootg.duckdns.org whoshere.no-ip.org t7763jykqeiy.com @@ -112319,13 +114129,14 @@ marcelorey.com secureserverasia.com hqaqugibua.duckdns.org sygghsukam.duckdns.org +brdbhphqbjrjqgf.cn shsrwwqwsa.biz rayex1.no-ip.biz 15s4g2.xyz 6s5g9.xyz bestchefcafe.ro vugina.net -kolwkvzukp.duckdns.org +xsubin3310.sytes.net trollninja.ddns.net musictocheer.com f0514188.xsph.ru @@ -112337,7 +114148,6 @@ ebkzoynpxp.duckdns.org rzauerzueutp.io setupdnsbase.cc 0racle.no-ip.biz -steelmoker.xyz tamor.mobi ignatsuhac.temp.swtest.ru inpcccqppq.duckdns.org @@ -112406,7 +114216,7 @@ documents.sytes.net hash1aussie.no-ip.biz ymg732t.top docsc.ddns.net -imocikeness.com +v11ebugizoferugat.ml kickassservers.no-ip.biz imxtrspuzg.com rigisterio-37154.portmap.host @@ -112438,17 +114248,16 @@ ssu-gov.website cdn1e699bdc.com antispyfond.com murthydigitals.com -ns4.hashu.ru +collegevalue.net karmina118.sytes.net esrydche444.duckdns.org blurlight.com yyyypmazmm.duckdns.org -juancamiloalz.no-ip.biz +sam555.ddns.net arabianpayclub.ml winuepdates.hopto.org grindtruex.online email.nepa.cf -plejrphenceowhzfa.net sincancs.zapto.org office-out.ddns.net somerd.com @@ -112464,10 +114273,11 @@ z6kl8f6.top sickweight.net revengerx212.sytes.net bqbcnrooddug.ru -gtrcacxkcf.com +fastupdate.top fpffynsnid.duckdns.org fprw561.top izpshjydxy.duckdns.org +pdcp778.top splin-upd.site evil-quantum-servers.su poundie.xyz @@ -112497,13 +114307,13 @@ sserhipkft.duckdns.org tkhqcqfzgg.duckdns.org hackbroo2.no-ip.biz xp3333.no-ip.info -gigagregory.xyz boostracea.com saidneck.ru defidirilike-prorologement-postaravutern.org ffw78kj.top cxsrdglswn.duckdns.org gklylzmrfu.duckdns.org +minicuculike-subisexorer.name buzz4375.xyz lowupdate4.top doc-view.pw @@ -112533,7 +114343,6 @@ wapper.no-ip.biz myfixpro.top fransrat.no-ip.org y0ukn0wh01am.no-ip.org -wiphqhflzb.duckdns.org semicivuly-cogicehafy.com dns3.pdnseurope.ru limoage.com @@ -112547,6 +114356,7 @@ shadesblack.no-ip.org radioscratch.no-ip.info fpdx596.top kurdistanboy.no-ip.info +q0zq5objzit.servehttp.com rownip.eastus.cloudapp.azure.com oidbmxvqgx.duckdns.org zaptopoprdm.3utilities.com @@ -112554,17 +114364,13 @@ zaptopoprdm.3utilities.com zc-sz.com gurvnrthi.com backupdanny222.duckdns.org -visiohelp.ru ollraagdgg.duckdns.org -irirurant-transicibession.biz volykyc.com m92xbnj.top microsoftupdate.top qrukcqtfrv.duckdns.org -ilopa.ru artappartberlin.com skynetsystems.hopto.org -ghgses.duckdns.org cenk3431.duckdns.org mediacachecdn.net jillybob2.no-ip.info @@ -112572,6 +114378,7 @@ ttsjrnffxovu.ru darkycomety.no-ip.org arduinofreaks.ml dtlofntdpoub.pk +installcdn-aws.com ivanvarb.beget.tech rs2share.zapto.org joveness2.dyndns.info @@ -112580,13 +114387,13 @@ operatordesteklericimer.com poorgoddaay.com moussa.zapto.org blessedbob231.ddns.net -sendertips.ru hzapyqzkkh.duckdns.org tttdjforquum.net bykmmllppr.ddns.net kesralwsee.no-ip.biz hssef.com memo9.no-ip.org +fapncam.com om3rbs.no-ip.org gosmos.bit f0503388.xsph.ru @@ -112594,6 +114401,7 @@ mytest-service012505.ru g6kk8r6.top ogltynjmtfiu.com 19ce033f.ngrok.io +yd3ohodv089.servequake.com macrocagihant-cohucilike.net gold12773.org homeinspections.ddns.net @@ -112629,7 +114437,7 @@ srvkcnncdnikj.nl xn--vhq6e39ls7w.net ferranot.xyz imedavuped-overikixist-microvetipancy.net -bdcrqgonzmwuehky.nl +ockhtvflukcrcyn.ru welcomenbro34.xyz moestrous.ru ratty.viewdns.net @@ -112708,10 +114516,12 @@ uncle-district.com blackshadesremote.no-ip.org 57g7spgrzlojinas.onion siron-del.com +dtgvwbkigl.duckdns.org cwphmadzys.duckdns.org ppcp578.top mononapizate-monoperinage.net degigosiness.net +0uk.net ontothenextone.duckdns.org mallorca.no-ip.biz cintinental.anondns.net @@ -112771,12 +114581,14 @@ ninosanchez.no-ip.org pumydyg.com uhnbr.xyz system.administrator.party +4jaa.pw wrfsfgghjy.duckdns.org macblackshades.no-ip.biz ompruytjvd.duckdns.org cpcl2006.dyndns-free.com prettysavantwholesale.com gabritejo.no-ip.biz +exokfweqse.duckdns.org meatlight.net wifnymbdvr.duckdns.org drag2008.com @@ -112791,6 +114603,7 @@ yerax.net ammarmaro.ddns.net n349dc98e783f801cbbccd13678fdc019c.cn kslewmauya.ddns.net +sabtepekfn.duckdns.org battlefield4server.servegame.com 61paris.fr gkbjsdvmxd.duckdns.org @@ -112801,6 +114614,7 @@ lwilylyyxy.duckdns.org cumhur-tcbm2.com tlwdwujtgb.duckdns.org demo.caglificioclerici.com +tycsxilmzn.duckdns.org alaa.hopto.org petronas-me.com isparker.temp.swtest.ru @@ -112845,6 +114659,7 @@ iwlcjyyzpm.duckdns.org klakjadkkjbjkjhiji.gotdns.ch zinou22.hopto.org huntmoney22.ddns.net +update.careerhuawei.net ns2.neongit.at ciaamerica.ddns.net noopex.at @@ -112875,7 +114690,6 @@ cdqskintfr.duckdns.org kilme.pl hkxznsarcw.duckdns.org blackshades.redirectme.net -runepk.zapto.org samgora.info a.amous1epadsafa42.com fulltest.yourtrap.com @@ -112891,10 +114705,13 @@ pumyleg.com kegfxtfvgx.duckdns.org cantstopthis.no-ip.org kinglips88.no-ip.org +citebcqmxu.duckdns.org 30tlbedavabonus.site anonserver.no-ip.biz accounts-apple.com +iybnyxbznc.duckdns.org wickedvb.no-ip.org +aklcqlbiar.duckdns.org eriuldbomd.duckdns.org cookingwithme.date j7t4lg23tdhag3fn.onion @@ -112970,7 +114787,6 @@ cxdewltstv.duckdns.org xburtijrnk.duckdns.org almznssetg.duckdns.org zoal.myftp.org -quicklift.net homework78.xyz fbonlinelottery.com l72pbnq.top @@ -112978,6 +114794,7 @@ tocxwejnpj.duckdns.org arabooks.ch cowboyz.climatechangeawareness.uk sordtcewqb.duckdns.org +sjpbpovwrm.duckdns.org outside-be-risk.com f92cbnc.top feafkmevkc.duckdns.org @@ -112989,7 +114806,6 @@ limosa.ru loaaaabban.duckdns.org dpfb582.top tune-invite-father.com -rksk.ze.am usifusurfbbuguruf.su siegewow.no-ip.info kwazy-uk.no-ip.info @@ -113007,7 +114823,6 @@ multipovaged-ultrafulixate-postucimiless.name philiippinesnews.net dswserv.co piscidia.space -dogvipcare.net topserviceupd.com hjbmbwnvxc.duckdns.org offlineservers.tk @@ -113029,7 +114844,7 @@ empirz.linkpc.net black.no-ip.org lawyersit-direction.com pupywog.com -nlkkkkerqd.duckdns.org +ohbqozbcnb.duckdns.org lymyxir.com watwatwat.zapto.org chaoba.no-ip.info @@ -113108,10 +114923,13 @@ cynz69r.top nagod1.ddns.net fortas.su 1l4m-5qeh0cgx9a.com +fwzlgojtxp.duckdns.org megadatacentral.net fpdf568.top mzaakdufic.xyz securanto.xyz +oxpprnadhn.duckdns.org +lingx.club silvatech-staff.net ogbonuqkkf.duckdns.org mediajet.net @@ -113139,6 +114957,7 @@ ruit.live ns3.uberhosting.at multixoxahure-ultralonenive.info dyls683.top +hengjia8.com biz.bot.nu xejrmovynz.duckdns.org dpdj553.top @@ -113149,7 +114968,6 @@ nlgyxfumac.duckdns.org haider2121.hopto.org bbbnvkthwbwm.in qhierviihu.duckdns.org -maxwellclassic.ddns.net 36ss5g.xyz paradoxy.no-ip.biz avada-kedavra.pw @@ -113180,6 +114998,7 @@ brothersjoy.nl gaqydeb.com tes.sessions4life.pw multilogexate.info +khpppvetmepsvvp.com litetans.com google.serveirc.com m12jbny.top @@ -113221,16 +115040,19 @@ ikiyakanbirolmasin.ml dkoprskhty.chickenkiller.com ngustjkfbnogob.ru masionlex.info +loadrescuerer.casa ns4.cheaphost.pl z2uymda1mtk.top karlikayinormani.best blackjesus.hopto.org ljosh77.no-ip.info +ml13fyq5dchdm.zapto.org ojgznnokmt.duckdns.org ppk02dmgmzj03dxekog.com pss-router.homeip.net k32cbnc.top chewbacck.no-ip.bz +vkjhazmniy.duckdns.org km8lq82.top pressforum.serveblog.net ikjmainfjrncjmain.nl @@ -113302,6 +115124,7 @@ nc2q2zw.top filuudlmhdkh.org qcbabkyuop.duckdns.org accounts.rsshotmail.com +electricalweb.org thepleasurelive.com fpln585.top qooalxjvhs.ddns.net @@ -113330,14 +115153,16 @@ joinyong.no-ip.biz perafidors.hopto.org greenkeyllc-projects.com parajiti.ug -coorporation.duckdns.org racikmordo.ddns.net +ludetisotu.info yumwwgjgye.duckdns.org thocv.com kacakbahisfirmasi.com unts.me 821server.no-ip.biz hosting131.servegame.com +hatenigger.ddns.net +tuallmvcdk.duckdns.org pygihdgdeadrpdk.cn global.pop-musicsite.com hostaddress.no-ip.org @@ -113350,6 +115175,7 @@ q5278biboyd.com abdmnaf22222.ddns.net mila1314.25u.com y4wgres.blogspot.com +evdekal-20gb.com dutylight.ru portsel.com a0486179.xsph.ru @@ -113364,6 +115190,7 @@ srvpowerpowerpower.nl marie3080.no-ip.org bofwwhctop.duckdns.org d32tbnq.top +zabugrom.bit matheustr2004.ddns.net analitycscredit.com se-group.de @@ -113406,6 +115233,7 @@ tbcmtrpandemidestegigiris44.com ireiureoi0dwoi.com makarand.no-ip.org bbotzmefie.duckdns.org +yfwirtbdhg.duckdns.org 3pma.firefoxupdata.com ozill619.ddns.net morningborrow.net @@ -113414,6 +115242,7 @@ hlzkmncafq.duckdns.org misematant.biz jaqalmzssp.duckdns.org tos-assigned-build.sfo2.digitaloceanspaces.com +rrpbbqbayn.duckdns.org caomeimiao.com.cn spacevisionarts.com 65d5f2.xyz @@ -113424,7 +115253,7 @@ p361.htpdi.ru click-alfa.com chakirtqsh.ddns.net modi.duckdns.org -jokar-syria.publicvm.com +fokizireheceduf.info rhocwekdbu.duckdns.org i4i.np-ip.org hfhswhskeq.duckdns.org @@ -113463,11 +115292,12 @@ z103e2524616389effa6388d64afc2415a.so volaya.ru ns2.ilma-group.ru bestshopmags.com +8eus.pw dlcxikonci.duckdns.org msmodule.com xugxjewgym.duckdns.org ftp.cia.toh.info -g.bannerbroker.org +destiny91.com hxulqdibccdc.ru impression.poulsen.work shwilson.no-ip.biz @@ -113475,6 +115305,7 @@ pyavzuicyw.duckdns.org stepontheroof.com w6kg8r1.top yazoo.no-ip.org +188criolaserz.space emphasissmartlists.org nsis.no-ip.biz bnukmkbdmb.duckdns.org @@ -113483,10 +115314,11 @@ ira4q.zapto.org villaviras.com underubedafish-revuposese.net amigo2322.duckdns.org +sufferposition.net igwlpmmitcar.com fearoctober.net c52xbnb.top -ploaernysannyer.com +e-taekwang.com basicservicemy.com ubr-news.org imuvakolike.net @@ -113517,6 +115349,7 @@ xvhuhuttgy.duckdns.org dangotegroupng.org katiya.no-ip.org fjeden.no-ip.biz +blackfalcon3.net ouhfhinobucavpq.ru multidukuvohood-misugirance-postaxunary.com hynttwhcxz.duckdns.org @@ -113527,8 +115360,9 @@ victmashzz.zapto.org 2s45g.xyz silobiancer.com taspartan7.no-ip.org -e-appevdekaldiye.com +dyn.msnhome.org jm2g6cyszkutaurp.onion +bnnsb.xyz amazingfreetoo.rest vbnxmret.ddns.net malika123.no-ip.biz @@ -113540,7 +115374,7 @@ dpzw573.top km8sz25.top gwdeuac.ml kumbfpnlacbtumgbmcds.com -2ifishalot.no-ip.info +k741faint.com alldogspoop.org testservermehouse.redirectme.net press.infomapress.com @@ -113572,6 +115406,7 @@ gyfz55g.top appsoftupdate.com gaz-prom.ru windowsupdater.sytes.net +fcwasthcqr.duckdns.org cymz79h.top rvnmupnbvd.duckdns.org nanocore511.ddns.net @@ -113590,7 +115425,6 @@ rugate.pw librarylog.in ancom1.ru khoangiengthutiep.com -spread.crimea.com ln2udj8aqa.com androidfirmware.cc androidfirmware.ca @@ -113608,7 +115442,6 @@ hamode363944.no-ip.biz mrgap.pw documents.aunewsonline.com vonyket.com -edu.microsoftmse.com fqvlayikuk.duckdns.org furz.no-ip.biz user80726.7ci.ru @@ -113622,9 +115455,11 @@ xoxping.ddns.net zrkqefhvcz.duckdns.org ga60174da4ca83b672b5b0dd1a972b44bd.cc filesrvr.net +sullyb123.no-ip.org +mrjpwpnrkx.duckdns.org sharedocar.xyz tccbmuygulamagirisisaglatr12.com -krpiiuadwo.duckdns.org +reso-new.no-ip.org j32xbnb.top ksuh3.xyz xrqeqowoat.duckdns.org @@ -113667,7 +115502,7 @@ exevents.nativeone.co km8rm21.top lebanonbt.info uuhiuiivvv.duckdns.org -rc3q3zw.top +papiliot.ru ghdm.site nedflanders.freedns.su fkij.net @@ -113677,7 +115512,7 @@ egiriscumhurbaskanlik6.com gfsrtsrtsy2425.hopto.org cupidon.zapto.org bsnet.no-ip.biz -jfnfjr.tk +crystal.no-ip.biz syzcqbmnfj.duckdns.org ckrhuxygpa.duckdns.org 265s1.xyz @@ -113712,6 +115547,7 @@ paxfulk.com cwuobqhyonjs.org kbaodahjdt.duckdns.org sarpdeniz.no-ip.biz +peteramix1.duckdns.org fpkw528.top songhong.firefoxupdata.com evdekaldiyeturkiye.com @@ -113770,6 +115606,7 @@ streamukahdmansgip.org protest-01392505.garden itunesimages.itsaol.com cherry-pot.top +agreekillsleep.xyz fucktwice.in armag3d0n.zapto.org jewwhore.zapto.org @@ -113790,7 +115627,7 @@ ns1.pdnseurope.ru rchyfiw.net donson.no-ip.org 3dmntk.no-ip.biz -fixref4.com +nsgrkhspvewffsy.com uploadp3p.publicvm.com fpqm581.top gvpcwlltschtek.ru @@ -113805,6 +115642,7 @@ chipndeep.top al3nzii.myq-see.com androidsafe.ddns.net ddl3.data.hu +jglcmri0olljh.webhop.me lyvoguraxeh.eu kolobkoproms.ug axpekwmepr.duckdns.org @@ -113819,6 +115657,7 @@ covidflix20.xyz voucomereucuu.ddns.net ulypfnyysz.duckdns.org deadbody.net +supinapp.com deepsuch.net eportal-aidatodeme-gov-tr.com qet-adobe.com @@ -113851,7 +115690,6 @@ turanbilisimtr.info nhsyg.top lordthrew.net sunofgodd.com -qluyqvdiyx.duckdns.org a5d.no-ip.info alfreseamarine.com tbwm.wlyf.org @@ -113863,7 +115701,6 @@ hassan360.ddns.net n.pubacyixo.com xbopfrusqs.duckdns.org yardfind.net -tender-rosneft.su jumpmark.net log.infosupports.com imipadaness-iralikoward-semitolicoly.info @@ -113872,6 +115709,7 @@ iseebro.xyz framtr.com gnrzogbzao.duckdns.org epperhaptem.com +freshwallet.at byteknight.fishdns.com paravar.duckdns.org bonsupers.icu @@ -113890,6 +115728,7 @@ ntwindowsupdate.com 6d41d.top wivvvjiiwj.duckdns.org omarmi19866.ddns.net +ytodrwrfzr.duckdns.org menjitghyukl.myfirewall.org heterotypus.ru juncear.xyz @@ -113898,6 +115737,7 @@ lfwoquvhix.duckdns.org yrxhjscnwq.duckdns.org reiloster.hopto.org fpwr519.top +2fikrr.com ymt723w.top automaticisl33t.no-ip.biz 1604771302.httpdsconfig.com @@ -113932,6 +115772,7 @@ largefarm.net amangkirkuki12.ddns.net ross977.dyndns.org mkjkkkkxpc.duckdns.org +jdhzoqhpxu.duckdns.org dutyallow.net androidapps.jetos.com pssrvtvzrp.duckdns.org @@ -113953,7 +115794,7 @@ tacit597.xyz xdatingoffers.fun ronbo.no-ip.biz cy6pu9.com -ausprcogpngdpkaf.com +yfzhqlvpbp.duckdns.org agent1.icu bsky.zapto.org frontapril.net @@ -113966,7 +115807,7 @@ minirorisible.info aazfffftfes.duckdns.org doremifasol.online e-aidat-geri-iade-basvuru-formu-bireysel-ozel.xyz -flashnew111.top +fpnyotcfkknfrdy.ru o082106c2b294d01ec5f9a1b7e8740b3db.cc hacer73821.no-ip.biz km8pr87.top @@ -114003,6 +115844,7 @@ interserver439.com msgr.servehttp.com tkxxxkjviv.duckdns.org uxpedihjdg.duckdns.org +cikvr.com sayno2gal2galmarriage.biz youforme.no-ip.biz nxekr.com @@ -114017,7 +115859,7 @@ flatglas.ru cycz77q.top mllkmbfkuhhbcouubk.sh dcrat.no-ip.biz -magnaki.com +pcdzafaesk.duckdns.org rape.fishdns.com conserviengenharia.com.br km8mc19.top @@ -114031,7 +115873,6 @@ uppernapitki.club bankakampanyalari.net vofymif.com sys.iasteks.com -jnkfpdbydhytwpfyvodyugsoq.net dovvn-mail.com newwwwwwwwwwwwwwwww.duckdns.org nbsay.xyz @@ -114040,7 +115881,6 @@ km8zp66.top server11t.zapto.org km8py63.top edevlvxais.duckdns.org -onlinesypoi.com gxszt.xyz savefile.zapto.org uqotforvmi.duckdns.org @@ -114052,9 +115892,11 @@ homevisiononline.net bgtakongahxtkiw.ru arnf.bg wvbsjtqzfq.duckdns.org +endovision.xyz torian89.no-ip.biz blctrsb.site sxdotrasbd.com +vtsssrrrqq.duckdns.org br0unj.club moe-gov.cdn-dl.cn shuizhun.e2.luyouxia.net @@ -114082,11 +115924,12 @@ ntupdate4.top alien-send.in kfycijodni.duckdns.org compute.satellitebbs.com -dtyjbqxicm.duckdns.org +ethpromo.live ssa3afk.com ill.sytes.net tesla-rt.ddns.net check.webhop.org +funphotopattern.top bslover.zapto.org pykceqtorq.duckdns.org ns1.axs.su @@ -114099,6 +115942,7 @@ muhbirnejdet.com usmservice.net ymb729w.top mizrtvjvip.duckdns.org +kek.gay sm.umtt.com signnews.net fpbm536.top @@ -114121,11 +115965,11 @@ broundim.club windowsstores.organiccrap.com gygz93m.top x589e9149590584371964f1678f2e1d867.ws +nwuatybejfmrvsn.ru runner172cc.strangled.net ictmxfiidbii.ru winlauerm.duckdns.org onnxtepjtmtukenpm.com -jfubbzadhz.com zsecqasd.no-ip.biz coopermandesign.no-ip.info wttbtxbumu.duckdns.org @@ -114153,7 +115997,7 @@ lpzdpuvxyd.duckdns.org 4e422fa7.space kremlin-malwrhunterteam.info home007.no-ip.biz -nyxkkkxwww.duckdns.org +siekznjgun.duckdns.org studium.redirectme.net unian-news.info knowthan.net @@ -114171,6 +116015,7 @@ mfgnmtliwqjj.pw p2.2019fly.com pop.cnndaily.com swittswitt.no-ip.org +pdjechbwbs.duckdns.org mzjuxcuflk.duckdns.org wangg-bg.site tribunitial-impulse.000webhostapp.com @@ -114215,12 +116060,13 @@ xydatingoffers.space theonly1.no-ip.info karamlol.000webhostapp.com cegglwymvv.duckdns.org +elfeyiukixinahg.com cynb.net nuestrojacalito.com uanojkvmte.duckdns.org bundesplumber.pw bigdildo.no-ip.info -ordernow.cf +hellomydearqq.com ymn721c.top truckycustom.pw gazza21.no-ip.info @@ -114292,7 +116138,7 @@ bestof12beach.xyz wearethehorde.no-ip.org alx9.myq-see.com s123t.top -tick.ondemand-sport.com +cwretfqcuz.duckdns.org mazbajaeoh.duckdns.org zapachastillo.best 3123.no-ip.info @@ -114304,7 +116150,7 @@ oligophreneoligarchi.club ajnitlxppq.duckdns.org ymt755f.top megauploadfiles.org -ymc798j.top +lpjulidny7.com qgqumocaowgkkiic.org cinemaedvd.com jma-go.jp @@ -114315,7 +116161,7 @@ fplw521.top detfournier.no-ip.com login-unlock-account.ga twisted2762.zapto.org -mbe0926f8a37f82930d2e69e638453434c.cc +wount07.duckdns.org pogunitypogffdnkg.org aftohysmkffhjpjrljee.com lovemesong.cyou @@ -114367,7 +116213,7 @@ hapy.club geenboys.no-ip.biz lytwo.no-ip.biz androidplaymarket.com -106311.com +mdlyjigyqp.duckdns.org threethrew.net xtavaiygjo.duckdns.org scgxwhcnkc.duckdns.org @@ -114383,6 +116229,7 @@ trewe.xyz elzjalifwf.duckdns.org quadratic.nullroute.pw cyxaerkijeuaupzhqjzxhkzmrmvxw.net +xuofmx.dankdns.xyz bg1989.publicvm.com milliemefford.com dvdvideoarts.com @@ -114407,11 +116254,11 @@ rex.hopto.org pbnbjralsm.ddns.net 1604771477.httpdsconfig.com tshizkxrzj.ddns.net +hrojokkcbrkbxdb.com hfpmgvkimks.net accountingmass.com -805678.com +kosgkfbhsk.duckdns.org burtelli.no-ip.org -googlead3321.ddns.net car1.bigdepression.net news-top.org camelinsuration.com @@ -114436,7 +116283,7 @@ rserver445.no-ip.biz oofed.sytes.net zconvrcrty.duckdns.org gcjzieidyw.com -brwllbquqjkb.ru +nkoaefuhfuhl.su tigocomunicaciones.duckdns.org fqckybmwqk.duckdns.org cpnal.ru @@ -114446,9 +116293,10 @@ evilback.dns-dns.com bluewater99.duckdns.org xfhipyurkn.duckdns.org xjjwaaazzm.duckdns.org +hansun.serveblog.net ayllhszizb.ddns.net joinwing.net -dc52rat.no-ip.biz +zqpdopxypx.duckdns.org bigextreme22.xyz jlbqgndfim.ddns.net findactions.net @@ -114493,6 +116341,7 @@ aylayjainb.duckdns.org iyvodqjwzd.duckdns.org jwnvdxafcg.duckdns.org unclebens.no-ip.org +alougt84.hopto.org airsack.ddns.net testci20170903033002.net lvudpxfgyd.duckdns.org @@ -114521,6 +116370,7 @@ raincfind.org peacelist.ignorelist.com huhuznmama.duckdns.org 0.weathdata.nu +onedrive-sd.com gyqz93h.top xeida.duckdns.org prbyddeccjhm.net @@ -114540,12 +116390,13 @@ emy100.hopto.org groupthank.net underiduxist-redocession-macroxorimal.name goldsamyt3216.xyz +n3ijwcg6opdv.viewdns.net csrqiagbni.duckdns.org hamoda4070.ddns.net nickylaatz.dynu.net kiddie.no-ip.biz bzsxhqdzjth.tk -yw1dxia0yv.com +lygymoj.com adxhost.org hallojij123.no-ip.info fakjgdarlrmsylx.so @@ -114576,7 +116427,6 @@ kistmebabyg2.com home.comegico.com.mx mpouloukos.no-ip.info shifiticans.com -ignite123.xyz antisutacement.name nnpcgroupcomd.com svyktepnlz.duckdns.org @@ -114591,8 +116441,8 @@ tccbmpandemicumhurttr28.com ilyaes12.no-ip.biz youripinfo.com sender455.ddns.net -titt.gq rwan333.no-ip.biz +qbltbnctle.duckdns.org dhl-apk.com dlpieqgcav.duckdns.org titt.ga @@ -114660,7 +116510,6 @@ semimocalate-subemazive-disasihement.name g6km8s2.top wrznet.dynu.com ymm756f.top -dfh4h.xyz nccvumlgzf.duckdns.org optimizon.com j58521d3986f535e5f764586df81fb81b7.cn @@ -114696,7 +116545,6 @@ filibexxx.no-ip.biz aisicoin.com oldschool.bounceme.net fulqhxadgb.ddns.net -cheaaaaa.no-ip.biz nsjnsjiwj.ml xakvwxvgqv.duckdns.org memo8.no-ip.org @@ -114708,6 +116556,7 @@ qghogelseg.duckdns.org ipv4.windowsupdate.3-a.net izelense.com hinou.ddns.net +qxgfidmzmq.duckdns.org bmfxuivfha.duckdns.org rsaseqqash.org 135791.ddns.net @@ -114795,6 +116644,7 @@ function.canadatvsite.com ltjzmazmmg.duckdns.org goodattack.duckdns.org macclean.cn +ikoi.jumpingcrab.com deepneck.net 9292.ddns.net sippingnpaintingcolorado.net @@ -114808,6 +116658,7 @@ dpzx515.top nogjmptklo.ddns.net eettstsfkk.duckdns.org abdullahsuheel.no-ip.biz +cookiesdough.tk panda123.zapto.org genmaa.club baatxqgkyw.duckdns.org @@ -114833,7 +116684,7 @@ apatechworld.com maps.doaglas.com northwestclassicfirearms.com iiajhvdifds.com -srsfsfjwym.duckdns.org +image91.360doc.com documento.noothercouncil.com dystopia.sevebeer.com fpzf565.top @@ -114842,6 +116693,7 @@ yardedge.net bossbadoo123.000webhostapp.com haroldberry1.mooo.com fiftyoctober.ru +afterforty.net kilasx.ddns.net journeymarket.net godspeed.geekgalaxy.com @@ -114852,8 +116704,10 @@ brokstrot.com malimaskim.xyz 0ffice365-seccure-email.bid tyutb.xyz +prmeogbsje.duckdns.org ablemile.net fo.mysecondarydns.com +zwnpxsawkp.duckdns.org fuckmyass.duckdns.org tucson1989.duckdns.org interpreter.shenajou.com @@ -114863,11 +116717,12 @@ b2bseller.ga underanipetn-imanodidible-ultraropagic.name qebylug.com catechu.xyz +play-mob.org byd.580.bydj2019.com 3s21x.top bs123.no-ip.info suport.ddns.net -dasvdbfgne.xyz +down.msnhome.org tccbmpandmemicumhurttr91.com bfyilphwkctxdf.us duvwatmedv.ddns.net @@ -114914,15 +116769,13 @@ blackniggas.no-ip.org misuvuboping-disofezify.com modexcourier.eu flushupate.com -7s45g.top balkanjm.com -10022020test571-service1002012510022020.pro axswr.club jibiisuppe.ddns.net tuguarenas.com nmh738t.top +serialcheck55.serveblog.net interudolaty-dexotoness-exokecate.biz -cdata.tvnet.hu jimnouitvsah.in n.ydei.group adwatre123.ddns.net @@ -114940,6 +116793,7 @@ dotntexplorere.info fr3onm9r.ddns.net eikaywguxh.duckdns.org font.jiangsuhost.com +zaluu.dellnewsup.net tr-pandemi-destekleri.com 8hjbhuh.regfrodom.ru nmj751w.top @@ -114991,13 +116845,13 @@ win-api-essentials.com copchuhugt.duckdns.org 4pokerrs.xyz pressservices.net +pznqsarwhp.duckdns.org lgcp788.top bankermai.no-ip.nz vvrhhhnaijyj6s2m.onion.casa ikaschyn.beget.tech dbprhmudebxkwvn.com fdrrsttguw.duckdns.org -fakecontact.top d3cfc82a1e3d30f0f7a300be637bbce2.se underunogamure-regiloxese.org minisiviness-exubonofian-postodesoly.info @@ -115028,12 +116882,15 @@ checkhurl.space guksuoiew.top uyifudvl.no-ip.biz wxyx938.top +info.defenceonline.net jamdunguy3.zapto.org d22xbnc.top faheyblack.no-ip.org info.new-soho.com ykhtpycwqo.duckdns.org 999mostafa999.no-ip.biz +k9k9k9.no-ip.info +hosttrakker.info mirainet.tk allcashin.com servfjrncdn.org @@ -115042,7 +116899,7 @@ ns2.metanet.at zelner.info ts007.zapto.org sendtwitter.com -56hj.cn +befaheaiudeuhughgl.cc hotkey--cn.com tnysmhuaty.duckdns.org exundare.online @@ -115067,9 +116924,9 @@ clients39-google.com ogqtxbnbbf.duckdns.org vubhijk.duckdns.org bnhpkjrpio.duckdns.org -athebmission.com xs1920.xyz se66ndx04fofu3sqv.com +3s11y.top girasolestudi.it onmzzzfffs.duckdns.org 1x1.ddns.net @@ -115097,6 +116954,7 @@ login.e.bibl.liu.se.ctit.tk signnext.net serralheriacic.com.br jackas.gotdns.ch +bx1.biz show-qo13.tk korogav.space jv150.no-ip.biz @@ -115110,7 +116968,6 @@ israelalert.us jointhecoinclub.com bateshkeeutgv.best wsq22.ml -cedriks2.no-ip.org childofthecorn.freedns.su vvcxvsdvx.dynamic-dns.net heheelibom.com @@ -115125,13 +116982,12 @@ sundaylift.net cgtgwa.best.lt.ua thenfirst.net nlwbaevnya.duckdns.org -ultrafohuward-imuheber-interasiririze.net +axis-online.pl phoenixtalons.net tcbmtruygulama8.com -microvufity.name +folkex11.ddns.net devilwithacause.com axgqqajnfusmnadvpmwy.com -edxdljthbg.duckdns.org umitatay.com gasdfwezs.duckdns.org killdebil.org @@ -115146,7 +117002,7 @@ hedefsensintaydun007.site z6ks8w1.top jaling.aba.vg url7.me -gymz93t.top +ichiewale973.biz roarll.no-ip.biz com-privacy-help.info nubertak.top @@ -115200,6 +117056,7 @@ firassadi.no-ip.org n.uahauuzyr.com 5slashs79gordons.no-ip.info yycb689.top +g12mbnj.top dbsyptweio.ddns.net a33a33.no-ip.biz everythingtogeta.xyz @@ -115269,11 +117126,9 @@ xcorpitx.ddns.net gahynuw.com 4myremote.no-ip.biz ogawilli.collegefan.org -gaohrhurhuhruhfsdk.su qbsjlsesqb.duckdns.org smyle42.ddns.net mail.defenceonline.net -dsjadjsadjsadjafsa.info rockfeet.net v.y6h.net motherpure.duckdns.org @@ -115282,6 +117137,7 @@ whiteout.no-ip.org fmailserv19fd.world njhykglcnf.duckdns.org yawuctqzrb.duckdns.org +omeffvgmrmhadhg.ru heroisshit.com ymf715n.top spendlate.net @@ -115294,6 +117150,7 @@ unityservgbnews.tk mamerona.top mido1.ddns.net hoodsboysuccessmanwizzsonbrightdayblesng.ydns.eu +nickdns75.duckdns.org stenama.space wormsfoda.no-ip.info oziuogskoj.duckdns.org @@ -115344,19 +117201,24 @@ mlwjvpzscg.duckdns.org 173vpn.biz smrnnmaqra.biz rjvwskorjjng.su +kan3.gotdns.com dsfger745fd.duckdns.org bambambam.info +mbhpikampombehi.com +krfa.ml service-accountrecovery.com firstclass197007.hopto.org zc7q5zj.top rubymgysmanmaskrufinurtdrfezya.website gypz32p.top +fllmdhmbajwgktw.cn djvxzgguj.pw wassup.no-ip.biz dokerest.xyz wirelessdriver.onthewifi.com iretagiship-regumuless.biz hotels4people.site +ns2.nftiopg.at server.kdjsnbfgkjdf.pw sibepoc.com lymynuj.com @@ -115383,12 +117245,12 @@ x66581fd42fc554d10c8eeb64bebcaffd3.cn mail.hushmali.com kartaidatsistemionline-hizmetler.com aslopoer45.cyou -fzlajsf.net bob16.no-ip.biz tramrakezen.xyz fzozlxvuhe.ddns.net defrag.no-ip.biz jessiman901.com +sacjllw.duckdns.org catalanoshpping.com fifa12-android.org ns3.swins.ru @@ -115404,6 +117266,7 @@ suc80.linux1.cc com-recoveryadduser.bid unozolasion.org habboxninno.no-ip.org +nbalslzxfn.duckdns.org crackerme.info ahmdsno33.no-ip.biz nfiru.buzz @@ -115427,6 +117290,7 @@ bd3gs.xyz logicistheman.freedns.tech xvttpivpxvtt.site aasrhuhu.no-ip.org +srvncdn.ca maximumkampanya.ml dpfr595.top selfieshop.ga @@ -115465,7 +117329,6 @@ theflamingorealtygroup.info f0386279.xsph.ru dpfq553.top fifthservice-developer.com -superservicee.com 1000tlailedestekpaketimiz.com message-inbox.work aderege.com @@ -115483,6 +117346,7 @@ torehelp.ru dynb686.top destroysquare.net msg.sheblueshadow.com +fuckingbitch.no-ip.biz x6kz8w3.top fw.ddosprotected.eu bugido.ddns.net @@ -115520,8 +117384,9 @@ d23cy16qyloios.cloudfront.net mimeversion.top rutom.org mfyvlrrcgq.duckdns.org -adamski0811.no-ip.org +eiectrum.net fourservicehelper.com +lwjjjjbono.duckdns.org ucjpepswxgapfvo.ru xuydhmfdht.ddns.net vajausing.dynu.com @@ -115551,6 +117416,7 @@ wearcafe.com austintyler8897.no-ip.biz huyndai.ml ns3.britpops.ru +gigagregory.xyz monotikement-postahamesous-emazezify.name lkckclcklii1i.com journeysquare.net @@ -115584,13 +117450,13 @@ netdumpso.no-ip.biz testm8.duckdns.org ecboivuhug.duckdns.org read34677.xyz +ns1.attikait.ru bhomopweua.duckdns.org b.googlex.me yeotrphtxz.duckdns.org v11bonidobubolohaj.cf transabusossion.biz nurgsozebt.pw -kstlaspodastezya.space fiftycome.net caught.no-ip.biz microkafedaly.name @@ -115605,7 +117471,7 @@ h6kg8w2.top wind0ws-update.redirectme.net developme.best officialkezmuzik-45947.portmap.host -dmrkcjtjad.duckdns.org +khvswxqyrg.duckdns.org 99bcare.com nlikbuzkgz.duckdns.org gtmgdlwqbygqewc.com @@ -115643,12 +117509,13 @@ gmailss11.hopto.org n1b6ea0466160deef9d45d733841ba02fd.in flashplayer-guncellemesi.xyz kgjlnrvsna.duckdns.org +isvfjxbvrbltisv.ru kokzjvhdgu.duckdns.org rpbobgfffs.duckdns.org shop.ownpro.net +ns1.ecosharep.ru disgerdefer.club mf34nf3n4f3.xyz -torbgswzec.duckdns.org tcbmtr-uygulama2.com gfixprice.space mtateste.duckdns.org @@ -115663,12 +117530,14 @@ lordsinteriors.com mint.hugesoft.org chewnet.no-ip.org tcbmtrpandemiuygulamagirisi.co.uk +haded.xyz eyenexrat.zapto.org joinfind.net nuova-di-base.com spainshades.no-ip.biz autoupdatefree.zoka.cc rekitahadom-multipiliship-presidevite.org +conyltfqsk.duckdns.org present-anthony2006.com j62kbnc.top btnt.niex.cc @@ -115699,8 +117568,8 @@ nmf771q.top westnorths.cn nibddbjsye.duckdns.org a4bfd7de28caaa656748806293a48f8b10.to -leastforty.ru -abdav21.ddns.net +lglistjnb.com +chajkovsky.space topsideduck.ddns.net nmn779c.top tamsuamy.com @@ -115718,12 +117587,13 @@ cebziydjsa.duckdns.org teslatis.org secure-mail-provider.com a136h2u.com +privatetsdycloudshareandfileprotectsgas.ydns.eu lb9ead7f68fba92301d3f68d8fbe2c92f3.so -karamgamal878.ddns.net lp.beahh.com server02.bounceme.net hyomowqbdi.duckdns.org rp4roxeuhcf2vgft.onion.cab +fpwmayjbmr.duckdns.org nervin.space helpmedoc.top hsusg.xyz @@ -115733,14 +117603,15 @@ bmrbpdnuvvbkpluajbll.com negodrama.sytes.net svvdvpidrg.duckdns.org qssen3.com +5c98ff7eb35a6899.xyz fde4.tk +lhlpuiuondtplma.com vojypat.com banconchle.live bshadessg3.no-ip.org q32kbnw.top jeepvihecle.shop.co voinxc1.voinxc.xyz -ydryjiysuuml.in minipicvert.no-ip.info awd54a5d.e1.luyouxia.net losenowfast.com @@ -115753,6 +117624,7 @@ km8gg55.top pycsaaabpo.duckdns.org shiheb.ddns.net jvpcpccdcp.duckdns.org +gzavxevich.duckdns.org rjvjcbrtuqpk.ru fpfl562.top ublgeizijr.duckdns.org @@ -115760,7 +117632,6 @@ geodude.no-ip.info cq52.top microsoft-com-nsatc.org liardeal.net -boardexecutivemanagement.com 8adw1awd98wa1d.fishdns.com za.fileice.us srvncjsrvpbnpbn.org @@ -115822,11 +117693,11 @@ rxemuown.com saqjrigpkuins.com iobjtokfa.in vyherectors.ru -serialcheck55.serveblog.net may5.ddns.net qopcdhuuii.duckdns.org esrydhcbd.duckdns.org kfcjucizapto.org +bnuxggqlpxxmblw.ru irafinopify-enusukical-exekedous.biz ns2.wepy.ru apextech.info @@ -115851,6 +117722,7 @@ kratheinz.com knxrmaolek.duckdns.org auw8duii3j5.gotdns.ch ebaaefmooecmmibdaipahradcgcfebph.best +ohbjevdxhg.duckdns.org slimsize1.su windoww.no-ip.biz k0j8h7f6d5s4.com @@ -115891,9 +117763,9 @@ gagfvolm.ru wocfghmuivch.org dns2.cuttersky.ru ncyvfvrbct.duckdns.org -lzx.su uzxhlmizna.duckdns.org pandemi-dstk-ssoayall.com +xwiwwonazm.duckdns.org plitsupperboin.top ilebdeeisisjpjb.com slowdawn.top @@ -115908,6 +117780,7 @@ loeghaiofiehfihf.to frufee.com ifzjaqtkbe.duckdns.org turkiyegov-covid19-pandemidestekpaketi.com +kwunfnfnlm.duckdns.org muchwild.net dl.haqo.net deyymvqqahuewhpq.com @@ -115937,7 +117810,6 @@ electro-plomb.cf jgadqtomgc.duckdns.org npgnqeyldh.duckdns.org dpfn576.top -ikoi.jumpingcrab.com ghostville.duckdns.org ahmedalaa74587.hopto.org chrome00.sytes.com @@ -115983,12 +117855,13 @@ darkconsiderable.net laithmhrez.no-ip.info awpoqchpbd.duckdns.org fastupdate2.me -k9k9k9.no-ip.info ya338b45c5848085e0c9eadeb9bc110b54.tk ratw.no-ip.info test25test.ddns.net woofwoof.no-ip.biz +kcnncj.fr miraeasset.ml +greatstylegift.com jnossywtnb.duckdns.org nanaorec.dnsfor.me chickenkiller2017.chickenkiller.com @@ -116011,6 +117884,7 @@ bbs.tbfull.com barnote-bg.site khalode4me.no-ip.biz maps-covid.com +qgwrovlvikkuned.cn beansviolins.com cloud-maste.com slippery.no-ip.info @@ -116023,12 +117897,14 @@ froppire.no-ip.org gatewayglobal.strangled.net r3v3nge.ddns.net gandael6.com +yhdservncdnsrvdsw.cn dhl-ebalo.surf thelegend300.ddns.net kenlynton.com electrumbtc.org gbkybze.ga zasdfer.ga +flayzkwrbi.duckdns.org eehkmqzhgh.duckdns.org zasatydane.info cleanermost.online @@ -116044,13 +117920,14 @@ moroccanoil.in.ua tzlss.mobi rs.myvnc.com boalserricersvierfay.cf +caxrojl.com mxxocloolstw.org tossonat.ddns.net primalfoodsqroup.com kazanturkiye20gb.com maiscash.online sqcpcoonan.duckdns.org -cdnavupdate.icu +superservicee.com yakudzagym.ru pzcffghgzh.duckdns.org 0b5x9f39je7c9exe.minorme.party @@ -116096,12 +117973,14 @@ ivlfaavhor.duckdns.org zxxxz.uno snamsdarkcomet.no-ip.biz elast.pw +nleqpqjlgd.duckdns.org hardcoretechnologiesllp.com bxuctswxba.duckdns.org bfxuknchdic.duckdns.org six6.bit afeifieuuufufufuf.su blackblue.no-ip.org +d.beahh.com home-blog.dynssl.com ifzojkszew.duckdns.org 1603710637.httpdsconfig.com @@ -116130,6 +118009,7 @@ serialpost.net yhsetting.com volymaf.com yhdfjrpbn.info +smithadmin.changeip.net qwgfmrrgfx.duckdns.org 20gbhediyeleriyle.com nj1222.0pe.kr @@ -116167,6 +118047,7 @@ kucsas5.com fellowbranch.net rblaobakcn.duckdns.org gbpboroxfiep.co.uk +gysz71n.top fpbm599.top d92ybnl.top apple-iclouds.net @@ -116208,6 +118089,7 @@ barbadense.space shadesricci.sytes.net nkwnkenwmc.duckdns.org hldacrvxuy.duckdns.org +oueufblsbi.duckdns.org damdomy.no-ip.org gmiyuioalt.duckdns.org junshiyuehui.com @@ -116237,7 +118119,7 @@ nrcegchmbe.duckdns.org fpsj557.top yigcipbgig.duckdns.org ssl.updatesoft.eu -ultranaripahood-emiracary-coguzeduhood.net +znrtsxymze.duckdns.org nlyx858.top onlineloginserviceusa.com ns4.karakun.ru @@ -116281,7 +118163,6 @@ escetuidbt.duckdns.org ripmnsywbxpdgee.ru vakifyanindagucherzaman.online sh1035797.a.had.su -poweryhd.nl worldpoliticsreviews.com andrewmodz123.no-ip.biz a-fj.purpledaily.com @@ -116297,7 +118178,6 @@ ymd721q.top verify-identity-service.best fuck0313.6600.org xnsihlxjoa.duckdns.org -tuck56.xyz die-g.top chapter1535.xyz cloudgone.net @@ -116454,7 +118334,7 @@ f95sd.xyz log.lenssexy.com daisyvennyboy.com arguerns.top -nousiieiffgogogoo.ru +lerem123.no-ip.info enayiusom.com krgepsqups.duckdns.org annannnazz.duckdns.org @@ -116479,8 +118359,7 @@ diyajewel.com second.ddns.me 4717a474ff8ada2da5642e2a9b8bb767.eu semitatution-ilizodefity-imitufunion.biz -ktxuentostsstezya.abkhazia.su -fjrkcnkcn.ch +fsjwrwdujb.duckdns.org officialvisont.myjino.ru g6kq8j6.top ciyqydagnbi.net @@ -116522,7 +118401,7 @@ damgazitivaton.ru nhepyqwcau.duckdns.org amount-drive.com vtuxdnlyzg.duckdns.org -minofdefence.mooo.com +ultranaripahood-emiracary-coguzeduhood.net ramazan1aygecerli.net someadverdownservice.com wetth.xyz @@ -116541,11 +118420,13 @@ pionveriy.com northvietnam.top geardox.site mediconthemove.com +fraloopilo.xyz ns4.sheal.ru ioppoi.thruhere.net ymm757b.top samwellgs.com vvsfrbrnwj.duckdns.org +bs9.no-ip.info fhwb8ypuu7f.reavisobombeiros2021.monster mmrihe.xyz cyn.ettebiermahalet.com @@ -116558,6 +118439,7 @@ vojycif.com dpfc523.top glendyling.ddns.net mang75.codns.com +rnuzarcnyw.duckdns.org api4.raznospower.ru sniperyakub.ddns.net ns3.froikt.ru @@ -116600,6 +118482,7 @@ samuitv.com aerychx232.duckdns.org l12gbnc.top asgxsw235.duckdns.org +numhlrevekwqgpq.ru c93dg24kellie.info ikorodu.duckdns.org flash-playeri.xyz @@ -116645,7 +118528,7 @@ waterboi.hopto.org mail.mtvcezaodeme.com oakjqycpqi.duckdns.org ns4.ganr.pl -kompozitt.club +h72fbnx.top doomsriosa.info lestonline.gq asptztjppn.duckdns.org @@ -116680,7 +118563,6 @@ adsfsdf.zapto.org everettholland76.xyz wallstreetguru.info mjcp718.top -ns2.esriolter.at 31fckgwxqweod31.myddns.me exoircserver.no-ip.info crinnack2.no-ip.biz @@ -116690,6 +118572,7 @@ yxukykmnzl.duckdns.org rmkznjxgpm.duckdns.org hrsy.newsonet.net folker.no-ip.biz +f0437552.xsph.ru dogem.top damdomyrat.np-ip.info bbazcbvwutlibc.com @@ -116698,6 +118581,7 @@ fpzt553.top pndtcpeqml.duckdns.org tiancaii.com poiuytrewq.ml +tqetiylrzy.duckdns.org markscot.ddns.net atti.cf wojmwluwrp.duckdns.org @@ -116724,7 +118608,7 @@ stuzrmxfkh.duckdns.org fiernearlist.com hgasxwets.duckdns.org f8f3c5b6af8be9ac586b12a25e81339377.so -gyqz36b.top +ddvntmwntvdbkoa.cn srrrrsmami.duckdns.org meatwhere.ru rzkfofo.no-ip.org @@ -116766,6 +118650,8 @@ day8berolarbs.xyz ykegildtkr.ddns.net theirgives.net 517vpn.biz +jfdyw.com +callonenergy.com bikessport.com zhangjian123.e1.luyouxia.net book.flnet.org @@ -116791,6 +118677,7 @@ juliowd.duckdns.org irunanic.info fpns579.top starlikespace.org +ouutuvtlfx.duckdns.org newmsoffice.com preparequarter.net legion17.me @@ -116804,6 +118691,7 @@ p2.sb1024.net amazon-loveyou.com antigitopument-enapamary.org ohmpala.com +lpcgowoaqp.duckdns.org da.alibuf.com jutggggtff.duckdns.org private-virtual.online @@ -116819,14 +118707,13 @@ tmwqitdorcaevwi.biz give-us-ltc.com lzmocamziizttkttfa.com update.olk4.com -datac2.ddns.net mjnrymnshk.duckdns.org -fpth526.top iboxmit.com grammmdinss.today fpms583.top xuhifad.info presenttrain.net +sisfiusnrsruisfo.ru tqmltduezd.duckdns.org awnstevgbh.duckdns.org unesrafho.cf @@ -116858,6 +118745,7 @@ l2blacksh.no-ip.biz ixshbrjebrwhnwp.cn dadatiles.com.au formasnetoyvnastrchine.com +iznidbemnw.duckdns.org deadtell.net itakeyourshit.no-ip.org com-recoversessions.bid @@ -116874,9 +118762,11 @@ acridoxena.online rc2q2zb.top rzhsudhugugfugugso.io windows-pcrepair.com +q924413267.3322.org enatezuty-multitiviness-subosasiward.net efka.no-ip.biz ctldl.itunesmusic.jkub.com +cqdkvryndwbddvb.ru minirehugeship-prefepedism-rezomabiment.biz megasuperzxa.com mylife.lovecarylife.com @@ -116919,7 +118809,7 @@ hsswg.com iwjictymiw.duckdns.org fpff536.top logdog.no-ip.biz -mail-intl-ja-mail-about.gq +tuck56.xyz ngwteoxfqa.duckdns.org trafficmanager.live vjiijhqvgpiu.com @@ -116958,6 +118848,7 @@ dnsresolve.live dcprxyykkl.duckdns.org art.p6p6.net yqvdjqaunn.duckdns.org +2cicit2itiw.xyz sms.totalworthy.com micomico.ddns.net 51156434.swh.strato-hosting.eu @@ -116995,25 +118886,26 @@ zebra.bdoncloud.com benibendenaldilarbilemkpro.xyz xjkwhsalgg.duckdns.org georgea.serveftp.com -deputa.hopto.org +skrollnet.fishdns.com details.wherefreestylelives.com thumbstring.net adbflashplyr.xyz +die-d.top gytz75h.top +ssegs.xyz dante1101.pw ijomsdavis1.ddns.net atombomb.no-ip.biz xuxemossyh.duckdns.org c92hbnn.top pstcmedia.com -herura.ddns.net +swadcgmgxkjkwlr.ru mail.mofa.g0v.qa fycptfhtoo.duckdns.org kvojwbjhix.duckdns.org manimalfun.zapto.org portpop.businessconsults.net bndgxvofnwouhtwcbnea.com -jayylxjlvj.duckdns.org vvmymbopxw.duckdns.org l22lbnx.top ftp.cnndaily.net @@ -117023,6 +118915,7 @@ toprak06.duckdns.org hogaeng2.ddns.net kastarpastadadar.site brice.ac.ug +jorah-mormont.info dogetaxi.com popayanserver.duckdns.org elpheo.com @@ -117083,7 +118976,7 @@ masteraliraqi.ddns.net snowfox64.no-ip.org ponysolution.tk theprivateplace.no-ip.biz -ottappalam.com +macronemmanuel.tk liniatech.com intelbackupsrv.su ftp.e-cardsshop.com @@ -117105,7 +118998,6 @@ hnjkiloer4.xyz update1337.duckdns.org pgvvvvvivi.duckdns.org sell-avito.ru -0uk.net creedguard.dyndns.org pmahfmctnr.duckdns.org chekingking.com @@ -117151,6 +119043,7 @@ kcnpbn.ch decescoter.com gkxuvciq.ru suffernumber.net +km8zl97.top robson3321.no-ip.org asdzd00.linkpc.net atdidnbesof.ru @@ -117166,12 +119059,10 @@ jc7q2zx.top hpd.newsonet.net etshs.xyz rox-us.no-ip.biz -lladorxxoj.duckdns.org +benibendenkakmk.xyz lowass.zapto.org ycjemlwuoq.duckdns.org spendprice.net -rgpostjsga.duckdns.org -mintsbox.website gulf-news.info wormaghd.no-ip.biz haaadukit.no-ip.biz @@ -117246,11 +119137,12 @@ neqanhanwn.us heart315.kro.kr mbfce24rgn65bx3g.2igu316.com yljhpswhvg.duckdns.org +cluelist-midnight.com hayridumanli.com v2api.v6.cn zuzal468.xyz api.user74886.7ci.ru -wtlsewerza.duckdns.org +iinspired.no-ip.org gokceozagar.com mc2q1zt.top cashihash.com @@ -117262,6 +119154,7 @@ matmiho.com ns2.dervoilrtd.org webmail.hinet2010.com hackergaza.no-ip.biz +cfkhtnbrxr.duckdns.org definitial.info hl852.com zpbcpobnmz.duckdns.org @@ -117274,6 +119167,7 @@ xxxcujgnxiap.online krvsnvucxs.duckdns.org xcpx.xyz hlebb.pw +shoptowin.ru filecloud.website quznxmqsin.duckdns.org mkatarina7094maybelle.email @@ -117332,6 +119226,7 @@ ganypih.com rwtixbypptkj.pk medzone71.com km8md17.top +c.nas.ru eodxucvxdv.duckdns.org ns1.riolertg.at droptop3.com @@ -117398,6 +119293,7 @@ microgihility-misaholiship.com soluciondeahora.duckdns.org fc2q7zn.top unizg.net +gstatisics.co a.filzcr.at chilli-recipes.com vfcnugadnuhaoebzwaq.com @@ -117414,13 +119310,15 @@ block123123.no-ip.biz km8pm51.top gkwlskwbtw.duckdns.org eiifngjfksisiufjf.net -video.vmdnsup.org +name-file-support.best +delido.xyz pqrqfkpftp.duckdns.org hacksteam.ddns.net la2deluxe.net botnew.ug droidss.noip.me abcryt.xyz +zorbeobus.kz files.viva64.com ahrran.com a8xui1akl9gjqucfa.com @@ -117448,6 +119346,7 @@ cza.restrainthinted.com rathot.ml tdozzmrhxw.duckdns.org viscum.space +35d41.xyz oqrikubwewmrxyt.com slalloim.site yardimsepeti.xyz @@ -117480,6 +119379,7 @@ xpebqleevf.duckdns.org bcl5736120.3322.org fee437.xyz cobrakid.top +aninjauk.dynu.com robatop.at 4hosturl.no-ip.biz stopstucazz.no-ip.org @@ -117489,12 +119389,13 @@ fleetwood.tk qqztbamutj.duckdns.org empe3net7.neostrada.pl kvivvvvivi.duckdns.org +whatitis.site wizardmagik.best api.entrycache.com cool.kingdomplugin.nl 1604771597.httpdsconfig.com wghirlayce.duckdns.org -sostupid.ac.ug +mainnchdnsite.tk darkhappy.net aaalllxxx.host pxyhybnyv.us @@ -117513,7 +119414,6 @@ eqkeuwilvc.duckdns.org pushmeet.net volt220.kozow.com mglt-mea.com -mutex.ru wygi243544ihfuhfiu4ygj7thygdtgrhd.online fpcl556.top adu.com @@ -117524,7 +119424,6 @@ imagescameraclub.com ynnweffeaw.duckdns.org ejpmaxavyptyqnc.pw x0.hopto.org -fza.marsbrother.com youd0ld3.no-ip.org morondos.com jjdaju.org @@ -117538,9 +119437,9 @@ sllsoodl.info anazwinaa.ddns.net hasgtxbb.000webhostapp.com youframegood.ru +cardinaljack.top hc5q3zs.top oqyfprjjwygh.com -api0806.seemonitor.xyz asdgwexcb33.duckdns.org hotelcasa.nl 1337.bounceme.net @@ -117576,6 +119475,7 @@ lkxkxxkkwl.duckdns.org vlhzxvsxei.duckdns.org dandyscrubs.com dhalwbwaiy.duckdns.org +payibahtokgx.tk ymoabqpo.com rrbhwrjrbmcp.su exixefugal-inaxedoty.biz @@ -117603,7 +119503,7 @@ l62sbnk.top kmpg.icu sportmusic.servemp3.com z6kh8q2.top -thesestood.net +wggujrbghn.duckdns.org gxszvpzjcl.duckdns.org musicedge.net mnjcszrh.monster @@ -117613,6 +119513,7 @@ starlucky.dynu.net microword.itemdb.com wellsnextthesealife.com bhs.publicvm.com +cafrd.com tandertx.ddns.net blackxpazit.no-ip.info alask.no-ip.biz @@ -117624,6 +119525,8 @@ jwdn.net admpw007.no-ip.biz shrook.mooo.com ubixs.xyz +nkgqmlxgwldvynm.com +tgafgikvsd.duckdns.org vuhuhhnnnn.duckdns.org portalaccount.com pandemidestekleyardimi.unaux.com @@ -117680,6 +119583,7 @@ rocklate.net ns3.fortservices.ru dethnet.no-ip.org fileescape-pin.com +xnjajnqdkx.duckdns.org indigojeans.top xvsnxceljs.duckdns.org 95erz7zwgixdir0t0pdb.info @@ -117687,13 +119591,14 @@ gimbs.ru httpsky.net dutyblack.net cinada.xyz -uhgmnigjpf.biz +mxxlddqpbo.duckdns.org sdegx.xyz -caseform.net +rdncapkqpplmvcr.cn srvnrj.us sxsse.xyz ymn795k.top post-a.top +xbqtflvliyposxx.ru nonuzurinism-cofupofy-antixegazaless.biz arms1598.ddns.net finishiscoolkappa.duckdns.org @@ -117742,6 +119647,7 @@ n4c3wr.com hamza13066.ddns.net nykpxegwwm.duckdns.org yourbestway.cn +cocoserver.xyz semilemasible.net fmfwsbwncl.duckdns.org my.dogepay.info @@ -117754,7 +119660,7 @@ mobileimho.com buteventheckand.ru jc9q8zk.top businessapple.webcam -rentuineranmudfhe.tk +bbs.deaf.cn adm5.bit mkxkkjjwwi.duckdns.org idejcghytb.duckdns.org @@ -117770,7 +119676,7 @@ scrlk.exprenum.com doslol42.no-ip.info arora.servehttp.com b.reklodns.su -homelaptop.ddns.net +childrensliving.com d.dorwwc.su garronimo.no-ip.info ymq712x.top @@ -117794,7 +119700,6 @@ gynrhcoe.pw bullisworg.com ns1.encryptdns.ru babinnomi.ru -bsigsifrruhhgd.su lullikhao2.ddns.net vyqxyqxmye.duckdns.org multiruxuth.org @@ -117807,7 +119712,7 @@ ocrqvfwzwt.duckdns.org km8ps83.top bernddasbrot.no-ip.biz search-msn.net -mumbai-m.site +kupitest-service012505.ru vk-girls.ru cedeko.ml keheut.com @@ -117842,6 +119747,7 @@ blackhill.ddns.net time-loss.dns05.com powershopnet.net dingo4tn.no-ip.biz +stock5188.com darkhack30.no-ip.org nmh735b.top joinpast.ru @@ -117877,6 +119783,7 @@ gugupd.008.net wuzekrhwxo.duckdns.org crypticuser.no-ip.biz g22dbnm.top +nousiieiffgogogoo.ru iguanas.xyz csert.net gsciljwcjwwtnvjflh.com @@ -117898,7 +119805,7 @@ coin-pool.com hzimlady5.com favourfromgod.org 5aaw3unbkm5jqx7d.onion -kazua.x20.asia +xyfrycveytlsqgd.ru finnuhswede.no-ip.biz zedviros.ir posssdhm.ddns.net @@ -117940,6 +119847,7 @@ money-speedy.com maf12.no-ip.biz nylyqpcooo.duckdns.org sjnjlvkmdh.duckdns.org +weatherbaddyly.website kdkutqxwkj.duckdns.org skullking.no-ip.biz lycopodium.ru @@ -117947,6 +119855,7 @@ d72pbnb.top abe37bdc53897218112d41839d99267b73.to whomcook.net stoopp30stoopp30.t35.com +wbicdmkkqqxjhhd.cn waetxbx222.duckdns.org fwneupohimuf.net xkljowhlzr.duckdns.org @@ -117956,7 +119865,7 @@ mqssqenhea.in xzander.no-ip.biz carrot.hopto.org lukyhack.hopto.org -phoneysoap.com +vdezimtrgi.duckdns.org ns1.octacore.ru wtfinc93483.zapto.org abc.wikaba.com @@ -117967,12 +119876,14 @@ awetz.xyz jllrvrwgyc.duckdns.org pckffwcqdebn.net nopack.no-ip.org -zqmqdedobv.duckdns.org +office365.firewall-gateway.net d3nlhg2r60muhw.cloudfront.net shades.serveftp.net nesqwikp.biz hostbasicru.com +abaeshjabz.duckdns.org symcd.xyz +vbgktmcvqhmgoja.ru followmee.one bshrt.no-ip.org forumgeek.zzux.com @@ -118009,10 +119920,10 @@ mcbbbbpooo.duckdns.org andms-kr.com serv1.cloudstoreservice.ru tontuldverbab.ru +ityulcbrusjcxks.cn fpsn533.top hackhaer.no-ip.org jumpmile.net -buymazdacars.com lookatmenaaaa.tk saveweb.wink.ws hacksfree2019.ddns.net @@ -118023,23 +119934,24 @@ igmmfobulm.nsbhe.com djcmmqatshevd.com joyiftoszb.duckdns.org winhelp.25u.com +kggmnugishoxbgy.ru ryeigsrike.duckdns.org okwakliqim.duckdns.org cyjz55f.top nunuraw.apishealth.org lyrytyx.com -fsjwrwdujb.duckdns.org +ktxuentostsstezya.abkhazia.su m4cf4n1.zapto.org imnovuwmlgll.net -deepbluearts.com ffmauweskh.duckdns.org fc7q7zb.top control.commanderinthe.cloud flowerpound-border.com bnshe.xyz -din8win7.in +newsdailyinhk.com s7erx-win4up64.serveftp.com wepbntjzmk.duckdns.org +nvycontxvmivsoc.ru ytixqkxgsn.duckdns.org y345y.top 4587avvv.1gb.ru @@ -118048,7 +119960,7 @@ pandemi-destegi-sizlerle.epizy.com n12kbnm.top 1tesering.no-ip.info ivtlxgqfkiyj.it -benim-kendi-resim-sayfam-ozel.com +oeklewphag.duckdns.org fillfebruary.net mobify.at seminamovotion.biz @@ -118065,13 +119977,14 @@ choptop.no-ip.info mggmxhgqgx.duckdns.org dfhdfsa.xyz wws.bfoh.net +owtshiuafvvanew.ru corona-virusapps.com thesetook.net alekos12.no-ip.org talkmyown.kozow.com semibuvodoty.biz etbth.xyz -soso.noip.us +bonponon.com buyuksehir-belediyesi.com uwhgs.xyz netserviceupdater.com @@ -118104,12 +120017,11 @@ api.protocolsmart.com kichirokek.duckdns.org kanobcppqd.duckdns.org xdysdlckvy.duckdns.org -maimai.ddns.net +second.photo-frame.com alchemylabs7.no-ip.biz lafayettewineclub.com djking.f3322.net fpkd537.top -sogno.no-ip.info grocery-coast.com img43.no-ip.org postelusussion.info @@ -118123,7 +120035,6 @@ upgradeclduodplans.com zero45.no-ip.biz fidpphbhbq.duckdns.org perfect-remote-service.com -iuhsbfaais.duckdns.org monrcjqiis.duckdns.org mmapi001.camerac.xyz infonetworks.biz @@ -118137,9 +120048,11 @@ catbaoceancruises.com swraawnhha.biz kamnomleosley.tk ymm727f.top +dgkftusock.duckdns.org comedas.space udrgtaxgdyv.us cykz83j.top +zdmania.com secure-remove-limitation.com xznnmuwyfx.duckdns.org semiborexoless-cocukuviship-unaderible.name @@ -118203,6 +120116,8 @@ vairina.top hackzalldday.zapto.org easyclubadmin-net.inti.co.uk uploading-neptune2020.myddns.me +zx976339.3322.org +reqwah-51357.portmap.host abvyoh.com bullse.oss-ap-southeast-5.aliyuncs.com weedforlifehacker.ddns.net @@ -118231,6 +120146,7 @@ thksetigby.duckdns.org erovi.bid woatinkwoo.com ymh737x.top +chrome-upgrade.com brokensystem.net q14.no-ip.biz cccbbpjypa.duckdns.org @@ -118248,7 +120164,7 @@ igffffsfsk.duckdns.org toolsinc.info grij.us 1603710162.httpdsconfig.com -msn-web.ddnsking.com +gywz35k.top oz10krn1rkxqnkcbdm.com rbqpdmunos.duckdns.org 1603710244.httpdsconfig.com @@ -118261,7 +120177,6 @@ merarat.no-ip.org g82nbnw.top cheesedick.no-ip.info api.alphaelemnt.com -martin1000.zapto.org iymnffdryvpbn.ru hsjwui24gg4g.com fajdmr.com @@ -118305,6 +120220,8 @@ holidayxmas.com nmhvbbgccckx.com api.microtrend.xyz ahvcnjqki.in +egtfwvqpsbftiqa.com +wentonce.net p54dhkus4tlkfashdb6vjetgsdfg.greetingshere.at a.wwng.su vnljxidnih.duckdns.org @@ -118326,6 +120243,7 @@ a75ttto.com modelstorm.sytes.net sssj4000ajaxmoo.no-ip.biz ynet.sytes.net +minofdefence.mooo.com retravopoytem.com hwsdymcytd.yt nhsy3.xyz @@ -118334,7 +120252,7 @@ ball-program.com rufescens.ru dq232sdr2.s3.eu-central-1.amazonaws.com safe360.dns05.com -ndfg4.xyz +nilwrvzhrs.duckdns.org husbandpartial.net niiarmah.dynu.com supra-onfert.com @@ -118369,7 +120287,6 @@ usapappers.com sdfhcesd3.duckdns.org rspsplaynow.no-ip.org ywklwydhwa.duckdns.org -jcbbi.com xckwbhmuyk.duckdns.org syrygsothc.duckdns.org agers.duckdns.org @@ -118397,9 +120314,11 @@ ezzgjixurx.duckdns.org pacieinco.com hackerboy1.ddns.net hader11111.no-ip.biz -techiefly.com +clarke-taylor.life bsmon.no-ip.info +vxgy1i8ovd.gotdns.ch jagexcorporation.no-ip.org +v456v.top 0utlook.bid pxwkejrvbg.duckdns.org dhl-api.online @@ -118410,11 +120329,14 @@ cvxriptcwj.duckdns.org us22.ru cd8ce49a92dc7b1588555c37a1a0268adf.to actor-tv.ddns.net +2efs.pw sbepbank.com km8zw59.top ackraizo.no-ip.biz dccdfdd8.space fsu01.ddns.net +retalhador157.ddns.net +5ximdigx6oo5lhgo3.myvnc.com gvletomhtr.duckdns.org fpfj558.top ninethservice-developer.com @@ -118424,7 +120346,7 @@ nonafudazage.name segpdhcssteq.com bestadore.com aloiwwztnv.duckdns.org -asdxccvsa211312.net +araxnenewnhwvkr.com ymd711s.top nosebuild.net tswsgajtwhqkosd.su @@ -118434,6 +120356,7 @@ periodic.no-ip.com dc123.no-ip.biz kyevasnbuwlg.com sequoejak.club +hwgctkihvt.duckdns.org euryleon.xyz srvikjdswmainfjr.com qedyfog.com @@ -118452,19 +120375,21 @@ rarog-cobetchik.ru nadeeen.servehttp.com powerprivat.ru km8kg95.top -dywd685.top antoniopabl.pw yardapril.net antepbakleve.com wingenuine.com uptime.uae.kim fpqh572.top +l8q1l5fxn8key.sytes.net kopolenatser.com elowpuki.com +yulot.xyz hypemediahdy.com.pl jnrutgqbeh.duckdns.org ab78f6d9a115927d82a93fd5a1f33b4ce5.tk fadangoscuzido.com.br +filehost.network liariron.net serv6625.servep2p.com masimobastard.no-ip.org @@ -118502,6 +120427,7 @@ particularlydltfk.top vitrexa.com edestek-formbasvru.com killercybername.no-ip.biz +kmhvdabnog.duckdns.org uvuuuhtttt.duckdns.org app.in-spicy.com imcessand.zapto.org @@ -118586,11 +120512,11 @@ irapecats.zapto.org zocklacrfg.duckdns.org kysxhsqrfd.duckdns.org gadyfob.com -infosteam.servecounterstrike.com ljtsydlzyf.duckdns.org new2019.mine.nu autocashhh.hostmefree.org mamacapa.duckdns.org +ll2016.duckdns.org coachandcook.at j418510afd40d2f536d911e1f4288e3cc3.in ouhfuosuoosrhfzgow.su @@ -118626,6 +120552,7 @@ blockchainglobal.cf ztacqogxfg.duckdns.org covid19.teamcoded.com.ng jurasik.serveminecraft.net +thenword.net cycz68d.top wxljmomxyk.duckdns.org polatabi.ddns.net @@ -118637,7 +120564,7 @@ hungpro576.noip.me russianelite-jabber.org offerfeel.ru unityuntgbnewsnkg.org -girlfight-exit.com +rdplyaumzf.duckdns.org fpmuefeozs.in boohoooz.no-ip.biz d67653dfd1f585dba1e09d5df93c1c9f.se @@ -118679,7 +120606,6 @@ qihcwogzqd.duckdns.org rami19.no-ip.biz yamyqrhatl.de bannding.ddns.net -dissdoorg.top doqantekstil.com bfjwwbe.vip fuckyou1122.ddns.net @@ -118691,6 +120617,7 @@ fpnj563.top ae.firefoxupdata.com smtp.doctorework.com uznatus.com +russk3.icu interizutidom-disivadement-enigegadom.info servicerofamericaservice.tk broken10.cf @@ -118698,10 +120625,11 @@ byntlnynsk.duckdns.org hfwfrmbgdd.duckdns.org hsxseeekft.duckdns.org abinova.ddns.net +ffkvambtpv.duckdns.org ntkhqircgz.duckdns.org fppx595.top legend59.no-ip.org -hilaryclintonbest81.com +exozuvafy-subixicived-disaduroxern.net iamawesome.freedns.tech bocaautocenters.com demandary.com @@ -118730,6 +120658,7 @@ p22ybnz.top yolemur.no-ip.biz txupbvvmrc.duckdns.org chareo25252.com +thales.myftp.info donperenion.com bwffghgylvyq.su xsdwe.xyz @@ -118737,6 +120666,7 @@ hairnovember.net kyt7yhrfyc.com olania.net 2020.blinefm.com +calledoscope.xyz boot.awsmppl.com acehimbcghip.bazar timacker3423dsdf54dgf.ru @@ -118757,7 +120687,7 @@ msrtfhnxgw.duckdns.org instagram-shared.info wbyx958.top msn79.ddns.net -hellohaxor.no-ip.biz +nxmtgtguij.duckdns.org dxeokboaeu.duckdns.org rcwofnuvvvth.ru fjfrix.pw @@ -118774,7 +120704,7 @@ sdmraxojfe.duckdns.org popeyesbox.org dudelyisafag.no-ip.biz sigur.cloudns.in -freekick.us +dedupomoshi.space mohamadalskr.hopto.org shadowpc.linkpc.net squartera.info @@ -118794,11 +120724,9 @@ xkoymxpwkc.duckdns.org qccccgtugg.duckdns.org galyqaz.com mc7q7zh.top -thehuguardian.com rh.jcrsoft.com azera.club khej33.xyz -llllklxjon.duckdns.org oonaitjety.duckdns.org parktravel-mx.ru txtips.com @@ -118806,10 +120734,10 @@ zoraffi.no-ip.com pandemitrcumhurtr8.com vanzundertconsulting.com nk47yicbnnsi.com +demonike.com nol.firefoxupdata.com thumbeks.com unahemiward.net -frehan.com zgnnkn.org library.acu.edu.au.libit.me m22tbnd.top @@ -118818,7 +120746,7 @@ l52zbnc.top ihtggtsssn.duckdns.org cars-online.zapto.org km8ld23.top -milkmovemoney.com +mainwebvideo.com werebesrt.ru uclaibyw.bazar zenit20112020.top @@ -118834,6 +120762,7 @@ nloewalekv.duckdns.org klioz.xyz litetopfindworld.cn andrew999.ipnodns.ru +tunara.ru tlpyfxyxjyi.info psdecrbojr.duckdns.org lexd.duckdns.org @@ -118855,12 +120784,12 @@ cycz91d.top greyscrolling.com twgovernmentinfo.acmetoy.com njrat0093.no-ip.org -pzawert.best mitelcelfact-spain.com bobipbdvnw.duckdns.org mjof2bfjbfrucsou.tor2web.fi +optima-se.ddns.net jvtcwhmyxyjfoax.eu -xyggo.xyz +vwhiahiuwd.duckdns.org supercharged.ddns.net web-avance-para-personas-scotia-cl.gq cylz95t.top @@ -118902,7 +120831,6 @@ zygptwdxdf.duckdns.org loverat.jav360.xyz c92pbnf.top huriwugegagydiv.info -im.suibian2010.info odryoru.press iqinternal.com pphndirmm.hopto.org @@ -118952,6 +120880,7 @@ didio2626.ddns.net lordnext.ru incogbot3000.no-ip.info thinkempire.no-ip.org +voszetuy.in korling.de ncdnmain.info ns2.wqj.at @@ -118981,7 +120910,6 @@ googleipv4.duckdns.org heray20hediye.com oxipurnbof.duckdns.org suffering.e-cardsshop.com -agqnhtjebt.duckdns.org server.rutils.com ophisaurus.xyz enrichcollege.xyz @@ -119000,15 +120928,16 @@ nllymzlyyb.duckdns.org menbeingsexy.com 4449ee6b.top 14c7e2dc.space +dhea044.no-ip.org timeswindows.com gsmulticolour.com yojjhsnneh.duckdns.org igwulxccbo.duckdns.org factualnet.sytes.net tcbmuygulama22.com +nalnchmotk.duckdns.org jqyx288.top furnanadol.com -ewzxncfvth.duckdns.org julctetqnb.duckdns.org ipyzmpsyh.info vduesdczcf.duckdns.org @@ -119036,10 +120965,11 @@ gysz81g.top bloodpro.ddns.net codyhf.no-ip.org panelvr.in +papanwa.us mystrylust.pw t5st.fav.al youare.sexidude.com -bevgfijycd.net +iisirluvbe.duckdns.org tzabanga.com iauqyl.info ns3.octacore.ru @@ -119064,7 +120994,7 @@ krazyshades.no-ip.info pc7q2zb.top pbxhcwhdzq.duckdns.org hirollaz83.no-ip.info -h72fbnx.top +kompozitt.club ra4rru1.dynamicdns.science liuekk3ui.hk waaethsx3.duckdns.org @@ -119074,13 +121004,15 @@ kings.future-furnitures.com sweetmonsterr.com c32zbnh.top ahshwmrrar.com +in-travelusa.com server2ct.exodus.connexxa.it ngaaksa.sytes.net +rabidwolf.no-ip.biz thesegrown.ru impuritywins.bounceme.net ns1.free-dns-test.ru reviverichmondca.org -eazy94.myvnc.com +cryptersv.no-ip.biz ginncxhjnsuwmaa.com infuze.no-ip.biz freelancertupidor.myftp.org @@ -119096,7 +121028,7 @@ datajunction.org uglybob.no-ip.org servjfnservjfndsw.nl server4api.com -waldenlakeecarwash.com +10jggjgj2020.ddns.net oralsex.freedns.su porno322.com jonicablog.com @@ -119136,14 +121068,12 @@ onesearch.library.wwu.edu.ulibr.xyz 0ffice.com 10022020test11-service1002012510022020.press ftp.civilwar123.authorizeddns.org -bphnopydih.com remsupport.org -fnyeiiipbq.duckdns.org gallon5631.xyz ns1.deosli.at -followthemusic.top hamriadhurai1.com gyxz58k.top +ujtwdz9cimvjsd5p.3utilities.com cryptokind.com km8rz15.top fjrpowerfjr.nl @@ -119176,7 +121106,7 @@ muchfind.net ns2.wwwlastdns.in wdate.rop.lt alibabajob.duckdns.org -serveriusis.com +nsswougjinpvylq.ru braveprince.com movefloor.net svcdns.no-ip.info @@ -119273,21 +121203,22 @@ ns1.andreia.ru white-hita-3339.but.jp sosodeaf.no-ip.org pbcp228.top -dsdjfhdsufudhjas.info +livewebcache.com kocerooocyou.cyou widouo1.ddns.net maq.com.pk vofygaf.com con.servehttp.com -hoodmice.com +mdofetubarhorbvauf.com nonigepefy.org dresservice.com inebuvive.com xuhypid.info minicunoness.org ns3.newdtuil.su +control.bloggit.nl itsmeyourfriendhi.ga -bawsymoney.ga +douglasworld.no-ip.biz gryptigene.no-ip.biz digmetacpan.com.tw britemanid.cf @@ -119313,7 +121244,6 @@ vakifbayramhediyeapp.ml eguaheoghouughahse.to cytz52p.top protectyourpc-11.com -tslserver.duckdns.org sipcixrule.kz kiwiturnbullrat.no-ip.org dropboxrcdn.com @@ -119349,6 +121279,7 @@ tangyball.com hamed1993.ddns.net talkshows.xyz jinxtest.no-ip.biz +orvwlaoign.duckdns.org antme1337.sytes.net ellismikepage.info 3v6e2oe5y5ruimpe.onion @@ -119385,6 +121316,7 @@ wealthyme.warzonedns.com transisomuless.name fly1989.com hkrprdffes.duckdns.org +zcpewldowi.duckdns.org destek-pandemi-dsktk.com qiydonknqyyy.com focus-store-score.com @@ -119400,6 +121332,7 @@ flimsy42.xyz singoalla.mine.nu yoxokifnxl.duckdns.org druxyhere.ddns.net +reeeddedqd.duckdns.org tayuckmnhc.duckdns.org dpobbbooaf.duckdns.org fridaytoday.net @@ -119425,7 +121358,9 @@ km8lt93.top vvmvrgzrrb.duckdns.org smokegoo.no-ip.org neuritis33.xyz +r-s.us mainpowerncjncjpower.nl +azcefttkly.duckdns.org debarys.ru kuqevugesu.info fxyx298.top @@ -119476,9 +121411,9 @@ orbicularis.ru sinb0603.0pe.kr ecobaazhuu.duckdns.org homymemekas.space +xveqtqtkul.duckdns.org yrnall.com my-sharepoints.com -visuvnycsn.duckdns.org livesystems.bar dns3.mymymomo.ru ryzfomvzop.duckdns.org @@ -119490,10 +121425,12 @@ lyryxen.com saglikla-hepkal-destek-al.com jasminedating-a.xyz unuxipusant.biz +tgcsrjnmqdfrgbk.com msgenuine.net killyou.dynu.net ymt781h.top bestgisjobs.co.uk +bzyylccbna.duckdns.org qrpevgkmni.duckdns.org bebxsqfdui.duckdns.org windowsupdate.sytes.net @@ -119520,7 +121457,7 @@ mfaupdate.com kovaxy.com loperatys.site yoruboyka.ddns.net -camishniacing.pw +abusert360rat.no-ip.info loper.purpledaily.com vowyjut.com kiongroups.com @@ -119535,7 +121472,7 @@ roflingleugh.ru besserwissen.biz andreagahuvrauvin.com aaagpsovot.com -documentsharing.space +lgxcosewna.duckdns.org snup2020.hopto.org betastlvnm.duckdns.org jordanturet.no-ip.org @@ -119578,7 +121515,7 @@ tes.stuckin.org zdksgcytzm.duckdns.org eya.jcrsoft.com d520175959e7af3e121e0c26f7bdeeb9f1.cn -epbboanana.duckdns.org +ownemail.me sptumnrtuv.duckdns.org jwillis.no-ip.org 2-jaguar.no-ip.info @@ -119588,21 +121525,21 @@ ultjgymuoq.duckdns.org lbsparks-29180.portmap.host mail.electro-plomb.cf v564dcb04059000709a35104eaac5518a2.so -p12hbnh.top +pikhest.mooo.com lgjbgggbdnwtqii.cn columbiahospitality-sharepoint.com qecitasicisirod.info efaeduvedvzfufum.top -playupdate.xyz +broadcastbritishnews.com newdawn4me.ddns.net tnhnyageqv.duckdns.org 07777770.ddns.net sightcome.ru +cvgftzdglb.duckdns.org nortonupdate.org km8rw13.top advancedsz.com dpdf556.top -osdsoft.com lluc8zkkv3.com labixiaoxin.e2.luyouxia.net bigbizyou.fr @@ -119640,11 +121577,13 @@ tehepickz.no-ip.biz 10022020yirtest231-service1002012510022020.ru a.ajjjqws1fkxx42.com 1498tlsosyallyardim.com +photosyncdrive.com ns2.liourt.at xfcxuewoap.duckdns.org taqfgygskw.duckdns.org us16.short-url20.com initiativeuntimed.cyou +tvwwjjvijb.duckdns.org suxirakili.top ibgxafoduy.ddns.net lostmind.duckdns.org @@ -119653,8 +121592,9 @@ fpxz599.top patchthiswindows.com crissblogg.serveblog.net regulamin-24.online +smigroup-online.co.uk kmtsdchhxe.com -trolololol123.no-ip.biz +gyzz62w.top enotihish.org ymj736b.top comunity.system-ns.org @@ -119673,13 +121613,13 @@ ukr.gift taiborucheng.com 1000tl-iade-aidatodeme.com zeulnrtwmo.ddns.net -malito.duckdns.org +3dhbeel2b9aeqlc.servepics.com wltrloaxxd.duckdns.org villa.usa.cc nickennicken.ddns.net com-messagecenter.bid n847a402a72bec9ab48feb5c9b4e5df46a.in -resgisupdatex.com +olpdfntvyj.duckdns.org ausu96.com tlvfpyoqak.duckdns.org serverkat.no-ip.biz @@ -119696,7 +121636,7 @@ destroy2013.com tjpcbfropi.duckdns.org 59960049.no-ip.info rsfk.no-ip.org -emosekian-ultrapeteness.org +gewfe.duckdns.org mail.firefoxupdata.com haxinginc1.no-ip.org windowsupdaters.no-ip.biz @@ -119733,9 +121673,12 @@ botduke1.ug dhl-suka.store ziixmanz.no-ip.org antikuzucen-irokarance-transitupikible.org +larsennoble.com swvbbyfvbung.org ftp.microsoftimages.organiccrap.com lehrerfotos.serveblog.net +ylswtbbqwftujbb.cn +shiftedpool.top pagamentodelordinenumero.online v6d0f0eae9920ef4ab4cf011ecaead5ee8.in frontdare.ru @@ -119765,7 +121708,6 @@ osashmpkji.duckdns.org kalenas.no-ip.org ns3.ifsavew.ru 7s1hs.top -powerservmain.org slenderishere.ddns.net kusakel7.com zqload03.top @@ -119787,9 +121729,10 @@ yewryxds33.duckdns.org km8rb96.top trevor761.no-ip.biz jjensen.no-ip.biz +fredtrampovich.site fpjn598.top rockname.net -1604771402.httpdsconfig.com +industry-deals.com lovemoney.mypressonline.com turkdogdukturkolucez2323.com nsyh6778.com @@ -119821,6 +121764,7 @@ supremeondemand.com klaidasj.duckdns.org slavegi.su crowgrow.net +anguvsbhtn.duckdns.org dhyx678.top lilstrkidrat.no-ip.org loldazzaloll.no-ip.org @@ -119836,7 +121780,6 @@ first-state.work frqrerdqqp.duckdns.org 0955.ddns.net disitirotion-transekarenate.org -android-appdr.net fppj599.top m5drhm.ddns.net sweedoffice-olamide.duckdns.org @@ -119848,6 +121791,7 @@ puppybloder.pw ns3.jukilrti.at kvwkoyytvehadxi.ru exutucaxan-minitogazolike-prolodinical.net +ltchplzvxn.duckdns.org piixwwxxutwp.net benma.no-ip.biz txjxgroup.co.uk @@ -119855,11 +121799,13 @@ nrhvgjhzas.duckdns.org track-your-fedex-package.online mx.neperepahano.top hohigoirjgrijla.co +bmhcdqrwmx.duckdns.org pastebin-sucks-now.biz blackshades.dyndns-ip.com sqprahmmpa.biz gijojapaci.info jacksonwennik.pw +api.1gq.ru zqload02.top spaceagemeat.xyz ns0-volia.net @@ -119878,9 +121824,11 @@ yozlwudhwe.duckdns.org fptb512.top updatecenter.ru yujwuo.com +aduswxiltk.duckdns.org aqpnwkfolr.duckdns.org misuel.zapto.org flower76.xyz +fgxihjksqs.duckdns.org pandemitrtrgiris2.com tslandroid.top source.dhl-logistic.com @@ -119899,6 +121847,7 @@ indorace.be tweensangoma.servebbs.com firefightersfire.net noipuser158.no-ip.info +nothingpaint.com alsodxzopf.duckdns.org ariveride.net km8gd29.top @@ -119909,7 +121858,7 @@ tarem73995-61015.portmap.host zeiyvhbbs.com cumhur-pandemi2.siyahmaske.tk iambpvtrnz.duckdns.org -skcp828.top +kasn5.name account.daurn.pe.hu wronglady.net micro-set.ddns.net @@ -119937,6 +121886,7 @@ img.martatovaglieri.com zm-weather.com js001.3322.org ratvame.no-ip.info +imarekian-underuvexical.net bssd47.no-ip.biz portofino.ug ormlknfcstik.net @@ -119967,7 +121917,6 @@ vyszgbwazm.duckdns.org knowtree.net militaryadviser.org enunihedency-rexudition-postilomoful.biz -aninda-sos-yal-de-ss-tek.com eveningconsider.net germany.no-ip.biz tjmlumogup.duckdns.org @@ -120004,6 +121953,7 @@ casineuros.info butevsxajr.duckdns.org alaziz.in wegotyou.no-ip.org +spratan.ru 8400113.com psigz.xyz havingfun.chickenkiller.com @@ -120012,6 +121962,7 @@ jwllxgsrnf.duckdns.org cdcp688.top 1.podcast.best goldadpremium.com +shakaky.no-ip.biz gougounu.site utlapnhvxh.duckdns.org axxsxjgfxy.ddns.net @@ -120021,13 +121972,13 @@ ns5.online estenabinimlo.top ns3.fiela.ru ug-hst.msnhome.org -nasahlaes.com kale99.blog.co.uk picshic.com popeorigin3.pw remain114.xyz -januarytins.ml +consideration56.xyz 37iwdmx103qlsmx.com +nzxt-22848.portmap.io withstood.net hfoadzwymn.duckdns.org shadesryder.no-ip.biz @@ -120045,6 +121996,7 @@ saed207.sytes.net onlineloginserviceuk.com cvdet.xyz wilmer.sytes.net +datac2.ddns.net krlol.ddns.net kaaryah.com mohamed.no-ip.org @@ -120065,7 +122017,6 @@ afisohduhmbuiebbmcpgedmdahpsmoaa.xyz iamofback.no-ip.biz finance.usnewssite.com mynamechucknorris.ddns.net -h4ckudown.no-ip.info hhj3.cn work.jobsadvanced.com juicytime.no-ip.biz @@ -120073,8 +122024,9 @@ mangomanga.ddns.net knowstate.net ndns.hcxiaoao.com service-security-manager.com -slqwlwusza.duckdns.org +flashupdate.digital tibetvoices.com +etsae.club k22jbnw.top vuxfoaiqie.duckdns.org krypx.no-ip.org @@ -120133,6 +122085,7 @@ hackmakersme.ddns.net fpsq511.top greiwwiiuh.duckdns.org finance.my-homeip.net +xqgncdiossylkpl.cn updatelflashplayer.xyz fadfecxtzr.duckdns.org du0ohrealgeek.org @@ -120146,7 +122099,6 @@ last.p6p6.net avokxeqwgo.duckdns.org hourtschem.com rtiohgfphv.duckdns.org -sdfegs.xyz 4263604.meibu.net wavewavetrack.myvnc.com dupontrudy62840.no-ip.biz @@ -120159,7 +122111,6 @@ yqxakoxq.com mfqtxdatcf.duckdns.org shortenurlservices.com rupertmurdoch.red -backend.eastkingz.ru mwtbtecaot.duckdns.org ahmedvirusrap.no-ip.info tccbmruygulamapptr17.com @@ -120177,7 +122128,7 @@ mybiadboats.xyz biwzero.no-ip.info cdn.zry97.com k12c15137e1ccd0ce6a0fe9dde7e97a0c7.to -onedrive-sd.com +skinner21.ddns.net ukypdqdgth.duckdns.org kmwiwxxhst.net gcghwdyagd.duckdns.org @@ -120193,7 +122144,6 @@ sowhatsup.zapto.org pokemon551.no-ip.biz bivhksdzrf.com wxpcuenncqhe.pk -jxjabyvdws.duckdns.org n12pbnh.top powrhorse.no-ip.org intraders-support.at @@ -120244,11 +122194,13 @@ coinoen.org sheried.com sosyalmmo.net ymd799w.top -arkfvfsnez.duckdns.org +h4ckudown.no-ip.info sgbilgciwkjbmwe.com persit.space mobile-airbnb.site +savaki.duckdns.org formetoknow.no-ip.org +ircnews.wang servicboaservicesupoboa.ga screaminyourcarday.com gbmrnmrn.com @@ -120257,12 +122209,12 @@ seodilair.com lrstnkind.net wouldneighbor.net ressparromi.ru -kimchinikuzims.today g6kz8b5.top ftp.register.ourhobby.com zayd506.ddns.net runtimer.ddns.net monohunovor-mononofunidom-disetanegor.net +onlinestatis.bar thelordofswag.duckdns.org uekuxsyqld.duckdns.org kompleetz.no-ip.biz @@ -120273,7 +122225,7 @@ ausameetings.com apexasset.io danishcent.duckdns.org f6kz8p1.top -n.aoyylwyxd.ru +kstlaspodastezya.space mashallah.at a3jhk2.jpn.ph hiwxuvuponqw.com @@ -120301,6 +122253,7 @@ rotatornet.com cswwuonjvs.duckdns.org aliensaver.in bokkhao.ml +bvdpisnlgvpmlrl.cn 00black00.is-with-theband.com ratsoyo.zapto.org oobgmbiwcu.duckdns.org @@ -120333,7 +122286,6 @@ reworktopper.top siteffd.ml tcpsessionsconnect.com jmmstore.ae -nus.soon.it trbpcynyej.ddns.net qxttfpeerg.duckdns.org yc2q7zd.top @@ -120361,7 +122313,6 @@ md3f38cb827ec5a61d94d67eb332dd7f1a.cc 15s44f.xyz gracenetwork.ddns.net centory20.xyz -ynewnow.net zoyda.no-ip.biz 99rs.myvnc.com bmyylllxki.duckdns.org @@ -120438,7 +122389,7 @@ xjxwrjbsub.duckdns.org lossehelin.duckdns.org jugttfkwjj.duckdns.org dzhacker47.noip.me -thecyclingvegan.com +demsqsfohi.duckdns.org cachejs.com gacykas.com 1beznia.zapto.org @@ -120450,6 +122401,7 @@ xuladas11.myfp.org czcombo.no-ip.biz cdn.javacon.eu pandemi-yardim-online1000tl.com +excvmzxvmxmzc.xyz b8bonus5.com irc.you-irc.com account-loginserv.com @@ -120472,6 +122424,7 @@ shore.kozow.com daemon-update.com 99yueyou.com propertyadvancement.com +zombie123.no-ip.biz applediscussions3827.top wjnudvtngs.duckdns.org photomoa.co.kr @@ -120491,7 +122444,7 @@ falltold.net fprx518.top taraba111.gotdns.ch humanfebruary.net -cypofilanu.info +spend4366.xyz beachimthesheet.no-ip.biz dyrw689.top haxxed.no-ip.org @@ -120541,6 +122494,7 @@ donbwh.com myrappid.com cv9a9ljdwv.com rqzjshkqwu.duckdns.org +unfairpriority.top truefishing.ru haker123.ddns.net nijrathackfunny.no-ip.biz @@ -120559,6 +122513,7 @@ waethysx32.duckdns.org royalhawk.no-ip.org mrsmox6110.ddns.net fphl591.top +wsqqusgiaayeseik.org labelchips.net preparebranch.net 1337host.no-ip.biz @@ -120567,6 +122522,7 @@ march-socat01.xyz z8gamescf.ddns.net zapeurgene.xyz frhometextile.com +qvriysynyo.duckdns.org finderdir.org subakorical-underoruhify-prorolovity.org fgw65kj.top @@ -120605,7 +122561,7 @@ facebokloggin.com cylz79p.top uanvpwuoxh.duckdns.org accbmosol.com -hkrnhsnpiv.duckdns.org +bisjotyzki.duckdns.org 1604771329.httpdsconfig.com timetshinecarwash.com hsxahesychs.no-ip.org @@ -120614,7 +122570,8 @@ booting-trojan201.no-ip.biz sickgoes.net kiyoma200.no-ip.biz dddu3yqvme.com -thenword.net +minemine12.no-ip.biz +api092401.camerac.xyz w6kc8h9.top nazer.zapto.org friendlyaccesstoolbar.com @@ -120631,7 +122588,7 @@ fpgl599.top mlymnbskxk.duckdns.org dabbz.duckdns.org ymb778z.top -control.bloggit.nl +tqikhtnaryobvjv.com spendfeel.net image.todayusa.org none-class.com @@ -120643,6 +122600,7 @@ nonyabusiness1212.no-ip.biz realdogonline.com longdistance.live onedrive.serveblog.net +macrodaxugeth-subiderusist-inanehefure.com ymn766m.top p92pbnq.top youtubehacker.ddns.net @@ -120656,6 +122614,7 @@ zpfgr.com asdfmovie.zapto.org dinholo.duckdns.org carpenter562.xyz +192-129-189-73.sslip.io cycbra.duckdns.org emergentfamily.com nmpeyisndf.duckdns.org @@ -120685,6 +122644,7 @@ vodo.me fpjf592.top lyric0.no-ip.org wronghalf.ru +ehhsgyzhpy.duckdns.org windows-servers.sytes.net logon.firefoxupdata.com richards23.xyz @@ -120727,7 +122687,7 @@ heisonhisway.ddns.net minibazehood-nonokikamen-inesomaful.biz sightthem.net bbjjvrjrulsx.org -leonard-kim.website +vsvdegvgvo.duckdns.org econotas.duckdns.org agvlmjawmta0.top au-ok.com @@ -120759,7 +122719,7 @@ ozonschichtnew.no-ip.org win2012.pw bqvcl.in ikbenpro123.no-ip.org -icebeat.no-ip.org +zusnypqfwy.duckdns.org saveg.xyz bodrim-koy23.net srvmain.nl @@ -120767,6 +122727,7 @@ exad.noip.me jmqbttjmak.duckdns.org qukcmhjvab.duckdns.org api1.wipmania.com.wipmsc.ru +urygksqafz.duckdns.org whitebirds.mefound.com taskmgr.redirectme.com shane90808.no-ip.org @@ -120828,6 +122789,7 @@ receptive347.xyz omglolz.no-ip.org rebhdtasswhmkjc.com cuihbtnhyq.duckdns.org +trfykytxld.duckdns.org zrjzqiyadt.ddns.net node.xmrsupport.co timerdisclaimer.pw @@ -120855,7 +122817,7 @@ lfbfxokvor.duckdns.org gaprigod89.net dosses938.xyz madhdjvqyh.duckdns.org -csplendidbu453.xyz +mighthonor.net dyww687.top oefheahfueghuh.su michexx.no-ip.org @@ -120863,14 +122825,15 @@ cribkel.ddns.net njbjjt.com moussa123.no-ip.info vmpthc.it +lpmxp2019.com agoraadn.ddns.net nc5q6zj.top +dadavipoliop.site tillseven.ru kafejer121.com vwtogfbhnreqnfx.ru 312andro.net 461f1.xyz -ymj725n.top gaoheeuofhefefhutp.co tccbmuygulaman.com fiollool.ga @@ -120887,6 +122850,7 @@ hucywelawulijud.info transoluvisist-subapivogure-transinebian.com sshzwnqabais.com vkorhxbxbu.ddns.net +newdarkhoster.no-ip.info xancc4fp.online kristinadodge.sytes.net ssl-vaeit.com @@ -120895,6 +122859,7 @@ gesofgamd.com dmakfgetyajfbyjs62.com jfgsifrptbirusgs.net fmp.worthhummer.net +evleovgokbeenaj.cn charika.website explorupdate.xyz enubafition-disosaceman.net @@ -120912,7 +122877,6 @@ winydftosn.duckdns.org park-travels.com 5590428449750026.r3u8.com gojoyme.org -wqseoynplkek.com threebones.duckdns.org sheihkcrypterbs.no-ip.biz fpjs592.top @@ -120980,7 +122944,7 @@ tehila.global mysqlserver.viewdns.net toclylene.tk fc2q9zw.top -enterow.ru +javabjyrn.no-ip.org successfulghost.duckdns.org microsoft-updatedns.duckdns.org hack123.hopto.org @@ -121013,7 +122977,7 @@ sempervirens.space rotate222.ddns.net triedtouch.net windows-updates-26351.com -ymm717l.top +nrmipigqgk.duckdns.org trtlu.ddns.info kivawtmjdr.ddns.net offerwing.net @@ -121042,19 +123006,18 @@ beiglwqyca.duckdns.org cdnmsnupdate.com freelanceagreement.in miwecbwvnf.duckdns.org -machinedreamz.no-ip.biz top-backuphelper.com izmirsiber.com xhytyetmrv.duckdns.org qrwlypygphht.ru phcity2090.bounceme.net +hesoyam311-39980.portmap.io servicealerts.site serveranywhere.ga sql.n1hosting.dk cloud-server-updater18.co.za onyenzoputa.tk dl.ac19.am -exukeu.com anilmoni.com sabbu.no-ip.org gaqypuh.com @@ -121062,6 +123025,7 @@ hd5ae3f2dfd05c8e3a6eb2bd2ca61aeca6.so lnexugqwoa.duckdns.org catpitaqmi.net mohmdnor.ddns.net +andalemexico.com cashmaster.xyz rlwmodshgp.duckdns.org cynz22h.top @@ -121090,6 +123054,7 @@ mizono.noip.me kfugogbqzj.duckdns.org seqgs.xyz zrmyhsmvfx.duckdns.org +thaihicaregloves.com 7alati.com mrcsecure.ru blinefm.com @@ -121102,6 +123067,7 @@ rizrphpnij.duckdns.org bat.safalife.com banssa.org ivzrpobcft.duckdns.org +semidapecive.org micorsoft.cc osndjdjjjdjshgaggdkf.com zercihisuld.ru @@ -121115,6 +123081,7 @@ zimeks.com.mk hfnetwork.no-ip.info pop.ros-razvitie.ru fax.canadatvsite.com +cybermen.zapto.org dns4.froikt.ru lulu.no-ip.org robot5327-51204.portmap.host @@ -121125,6 +123092,7 @@ b2038725ddec1e9b1e175bc558bc576fe7.in teemforyourexprensiti.life electrum.ink ifa.wilddreamgames.com +bakipor.no-ip.org jep.no-ip.biz stedmanpharrna.com planilhamsul.live @@ -121158,14 +123126,14 @@ microsoft-store-en.com vvjbbooobb.duckdns.org ns1.xwz.at wangqiao365.com -km8ng96.top +ueejbyariq.duckdns.org spendwall.net ihvnanamzo.duckdns.org septdlluckysystem.jungleheart.com ikenna.duckdns.org mirtos.no-ip.biz uci.securesoft.info -sevenqbk.com +bgecrcwqyt.duckdns.org sandyfotos.com mickeymouse.servemp3.com k2trak.no-ip.biz @@ -121174,7 +123142,6 @@ abcdefg1234.ddns.net nacprint.com flasshplayer.xyz edfgfaanft.duckdns.org -uxsqqzshnd.duckdns.org bgsyg.xyz demiurg.site nc0375.duckdns.org @@ -121229,7 +123196,7 @@ helloking.site yfljumqbkw.duckdns.org ninthservicehelper.com jihkfowhhgczudsks.net -mrjpwpnrkx.duckdns.org +vdcsyoagpmolayc.com 3kreuz.hopto.org hmf8qij2.gq 10valemont.com @@ -121249,7 +123216,7 @@ ambcomission.com masterbs.no-ip.info diamonstar.cn obxz.zapto.org -diyala81.no-ip.biz +jayylxjlvj.duckdns.org wrubyjtvqhxaqkh.pw wxwfniqudy.duckdns.org etyds.xyz @@ -121297,6 +123264,7 @@ nms779j.top ivaserivaseeer.biz ejxrwldqze.duckdns.org wifa.website +cyclefather-hand.com nickdns53.duckdns.org siayzmgvi.com supvmizmgp.duckdns.org @@ -121324,7 +123292,6 @@ download-plugins.co.za redflash.org violon.no-ip.org cbccoborjj.duckdns.org -babazam.xyz y3y3y.no-ip.biz yuqagxddit.duckdns.org ro3obhr01.ddns.net @@ -121361,12 +123328,12 @@ riddenstrike.net cirgfzcxh.com bak.un.dnsrd.com evgjdtfvhtvitxllc.net -qlebrfvtysnwbju.ru 123pluto.no-ip.biz eillhebihier.org herkez20gbnetpaketi.com ciber1250.gleeze.com 1604771641.httpdsconfig.com +pornforyou.in xtremly1323.no-ip.biz tzzyznfrrm.duckdns.org wolftanz.zapto.org @@ -121381,7 +123348,7 @@ deldolo.info cyjz32p.top nvddw.xyz legouscuma.com -americanspecialtyinsurancegroup.com +ifpricloud.cf awfulice.com nexty5870.dyndns.org sitemaindswnrj.nl @@ -121392,6 +123359,7 @@ jaculusan.ru qgwccyckcsuyiuwo.org hzadcu.com apksuepsa.live +upgradesystems.info pnznjyvcbm.duckdns.org assexyas.com brokenbones.ml @@ -121447,7 +123415,7 @@ imnantrape.com serverhello54.com fpjy538.top xytetesunydanyf.info -skyvideo24online.in.ua +yoshibf2.no-ip.biz ftpupload.net stats.charleswbrownonline.com ewhvktipgdwdhcxfv.com @@ -121484,10 +123452,12 @@ jgwoxypgoa.duckdns.org kshacker.ddns.net cymz62d.top 30gbinternet.com +qpgqoevyxc.duckdns.org pziuxxwvlm.duckdns.org fbigov.website thickunderstood.net aa.69.mu +xingyunwl.f3322.net 6s21h.xyz skbviral.hopto.org d6261034c34.placehol-6f699a.c.mswordupdate17.com @@ -121570,7 +123540,6 @@ stats.stopthecase.com plkdyyrjbu.duckdns.org alsalam.ddns.net staterios.com -glwkxqjjutyccmax.com eskikraloldu-yasasinyenikral.tk tvgate.rocks ply.wayreview.com @@ -121585,7 +123554,7 @@ vilayierie.live nmn763l.top o61ulk.top nhsyg.xyz -urmogepkrm.duckdns.org +auxinity.000webhostapp.com dcoobnzmmz.duckdns.org f00.ddns.net qiao1.safalife.com @@ -121631,7 +123600,7 @@ microsoft-update.pop-corps.com blog.3kingsclothing.com losrat.no-ip.info ns224291.ovh.net -ersdgxsse.duckdns.org +muhanned.myq-see.com fevupdate.ocry.com ywertsx323.duckdns.org skalede767.hopto.org @@ -121651,6 +123620,7 @@ ljmmehwhiyee.pk gbumsaizrc.duckdns.org dpzw558.top vistoriabombeiros.email +coyjlosmzq.duckdns.org kc8q2zh.top stoneszx.com qajkwqmnid.duckdns.org @@ -121667,6 +123637,7 @@ sritoosoosd.xyz azmylylxxk.duckdns.org quanticaelectronics.com h12nbnh.top +4igk.pw papayana.xyz anis.zapto.org lass88.ddns.net @@ -121678,7 +123649,7 @@ novapostxx.icu systeminfor.com an7kmd2wp4xo7hpr.onion.sh helicoptersjob.com -macrohukoxure.info +home.x2ws.co.cc aqepnmxbba.ddns.net underbar.zapto.org vt-ne.com @@ -121719,7 +123690,6 @@ vkqkgabhhusseolewjhp.com realloungecentral.com tmwezaytai.duckdns.org hazinyolcu.com -b.ispzsystems.net qmpokwnxnx.duckdns.org playwithme.emailonlinemoney.com asgaage.pw @@ -121737,7 +123707,7 @@ ilias.uni-marburg.edunm.me duniaenewsportal.ddns.net europeclient1.ddns.net ljhqarxrlhstrliluk.com -ticketbonus.fun +cloudfronter.com malokmmc.ddns.net ns2.dnspower.pl biffrost.dyndns.org @@ -121762,10 +123732,10 @@ rubbolt.xyz underlord.space clhosan.biz ns4.valorema.ru -ocsioiuqnu.duckdns.org hassancl.ddns.net sudhir71nda.no-ip.org gxxhbhctnw.duckdns.org +ottappalam.com net-bkuses.com iservicec.com softwar2.no-ip.biz @@ -121777,6 +123747,7 @@ tbcmtrpandemidestegigiris6.com tsunami.hopto.org i86h.com game2015.net +vflpxobdotqf.servecounterstrike.com igivvvapob.duckdns.org wmjeqhegdp.duckdns.org encounterkaspe.pl @@ -121837,10 +123808,11 @@ ksmrgy.no-ip.org schvostwindows.no-ip.biz jizzydark123.no-ip.biz wmjdvuif.limyonly.me +darretlo.net w6kg8p5.top homestrowa.com -izcvqnjlvs.duckdns.org e-aidat-geri-iadesi-formu-bireysel.xyz +snoopy112.no-ip.biz microrobot.fishdns.com asasasqwqq.xyz microsoft1199.hopto.org @@ -121848,8 +123820,10 @@ doody09.4irc.com bqcnyoaiaj.duckdns.org psychotiicbooter.no-ip.info kgrcwlybss.duckdns.org +greatserviceforless.com hovqtwutlxnq.com norababy.ddns.net +install.securesoft.info b5m6f5a21q.com bs-600.no-ip.biz pztnfmrivi.duckdns.org @@ -121873,6 +123847,7 @@ esgm.ddns.net map-foot-radio.com cyjz26p.top m52jbnp.top +gulenterprises.ddns.net km8lc96.top kingdom.no-ip.biz papoperelef.xyz @@ -121951,6 +123926,7 @@ mrdemon.linkpc.net zz-zz.ath.cx cq10470.tmweb.ru kanyx.org +violonchelistto.space dropboxwcdn.com regulations.vizvaz.com mnngecqzvx.duckdns.org @@ -121967,19 +123943,20 @@ indianembassy.djkcc.com absetup5.icu uranium.zapto.org hedahinneaning.online -o07f2c08acd9eba6a6d4170684536dc9ad.tk kuriybypyq.duckdns.org hhbdnrzgri.duckdns.org fid.hognoob.se gpdkzxvtqa.duckdns.org jouiivivvi.duckdns.org client.a1b2c3d4e5.in -m3131313.cn +gbtkequwgb.duckdns.org jxhv.site rothc62.duckdns.org sadkasdjz.no-ip.org ns1.wepy.ru powerkcnserv.tk +g678g.top +wywdbyqnya.duckdns.org topdalescotty.top ilovebass.org pbqftskkdpafhwm.ru @@ -122011,7 +123988,7 @@ hasdgwe65.duckdns.org roselandcompany.com pearlsolutionis.com ywexbx22.duckdns.org -deltaoilprice.stream +chrisrat.no-ip.info fpgs567.top napoli.no-ip.biz vmejbnbykq.duckdns.org @@ -122027,6 +124004,7 @@ pasini.info yojizyvnuk.duckdns.org bsdalastar.no-ip.biz riyanshoppingbags.com +theviestdyjupcafgsvb.dns.army scvhost.no.ip.info mierdrnaga.ddns.net mdformo.ddns.net @@ -122100,26 +124078,25 @@ allthemeanings.top frontonly.ru egvuvqljaz.duckdns.org unorotepize-degekikuward-prevamiful.name -22231.dtdns.net log4jv.info prolvl70.no-ip.org +1604771332.httpdsconfig.com km8rb15.top helpmeiminmytwenties.com lc6q3zp.top ewazgtrzsj.duckdns.org -setixx.xyz +office.com.kz portal-para-avance-activado-cl.gq nyfeqobanu.info union-ayurveda.top uujbbccdcd.duckdns.org againstpolicebrutality.top investice-do-nemovitosti.eu -gobyvojgss.duckdns.org +forsometests.pro peosoe.com die-s.top fullhalfempty.com aadlallame00.ddns.net -monkeysea.su lblpyisayd.duckdns.org app.blackcake.net activrt.com @@ -122204,6 +124181,7 @@ tkqomtjdzt.duckdns.org stepa.asyx.ru zczuiaxbpa.duckdns.org yc1q3zf.top +anynewdomain.xyz blgvxshnah.duckdns.org ali16.no-ip.biz adu0.xyz @@ -122212,11 +124190,10 @@ opera.mywire.org ffsvcttfak.duckdns.org ypiz.net cecilia-dobrev.com -aegse.top ztepomxhsu.duckdns.org -wrongforty.ru kompirisojajca.servepics.com sighttouch.net +ototmooto.com mentiononecommon.com mamillosa.xyz nzxxccxwwj.duckdns.org @@ -122257,11 +124234,13 @@ wolfbahi.no-ip.biz zbanghy0ne.no-ip.org ahmad909.no-ip.biz www-cimer-mobiluygulamasi-govtr.com +lladorxxoj.duckdns.org tccbmpandmemicumhurttr4.com pub5-ne.com theriddler.mooo.com nemty.top d72zbnn.top +fdoeicdtatbclsn.ru shgshgsndynationalobjindustrialatsngpx.ydns.eu minemine.no-ip.info italamp.tk @@ -122273,6 +124252,7 @@ gfcp758.top nbsiu3.xyz dark123.zapto.org xwpcbppcbb.duckdns.org +mintsbox.website lgx32a.zapto.org gxoli.com japarlore10.crabdance.com @@ -122298,6 +124278,7 @@ forconfirmation.gq oysnmczlrx.duckdns.org ahmedfaiez.info mzjcezrylj.ddns.net +urmogepkrm.duckdns.org km8sp56.top 1zkiller.no-ip.org mazingrs07.no-ip.org @@ -122306,6 +124287,7 @@ piloresi.top irofetufy.com lkxyllrssf.duckdns.org candyalways.com +sbgjcvkbaagfchs.cn turkiyecumhurbaskanligi425.com pooi222.no-ip.biz menedion.info @@ -122349,7 +124331,6 @@ ho15sn06i94.ddns.net jupcadvhib.duckdns.org strengthneither.net protazaren-nonohahity-underucofofity.net -gabriel1314.ddns.net stkhoplite1234.zapto.org whosawknee.sytes.net pikaninet.today @@ -122373,6 +124354,7 @@ niaconucil.org ubnuov.com cylz99x.top x6kf8l6.top +evrwqpjehi.duckdns.org heredeire.xyz d62hbnf.top smokin10.duckdns.org @@ -122403,7 +124385,6 @@ nihlhyunjlqliaf.com zwyfmwampb.duckdns.org reugwasrew.ru rattada.no-ip.org -nms767p.top qc9q9zb.top j32bbnx.top bukaguka.com @@ -122412,9 +124393,10 @@ knghacking.hopto.org tccbmtrpandemigiris485.com regionem.ru poiusavid.com +inljdnmsfrynxne.com ometlymgjxnrhloygtts.com waetyhxb32.duckdns.org -huga7gshpk.com +audanmon.com mondaylaptop24.info surtuksun.duckdns.org anonymous2000.no-ip.org @@ -122428,7 +124410,7 @@ hack002.ddns.net ftp.tokyofile.2waky.com ns2.inamb.ru uwynpstidr.ddns.net -utpejbtbgw.duckdns.org +ebo7dnhoakju.zapto.org m678m.top volygyt.com piterdos.top @@ -122443,6 +124425,7 @@ p92nbnt.top dropboxfiles.net isslamali10.ddns.net kanyark.no.ip.info +gidkoxpwgt.duckdns.org army.todayusa.org proceter.net xyz7xyz.ru @@ -122452,6 +124435,7 @@ yyw39kj.top a0480986.xsph.ru transahosipical-remorubidom.info definsearch.org +zinderhola.ddns.net gyhz71w.top kgentle77.duckdns.org eciimwrswhwq.pw @@ -122464,6 +124448,7 @@ f0315145.xsph.ru tundrhack.no-ip.biz mhhs.ddns.net ovkwsycptg.duckdns.org +blackblinkdagger.top arizonacruz.com operater.solaris.nu win-msecnd.com @@ -122489,6 +124474,7 @@ alone.infosupports.com esvqagrynu.duckdns.org qc3q7zb.top mostest-service012505.ru +c0vidupdate.xyz edevletpandemiyardimlari.siyahmaske.tk 451sdz65vg4ds561v56sad1vsdf15sd156.site ztrgitxbtv.duckdns.org @@ -122501,6 +124487,7 @@ wmspb.ru dady.servepic.com thoukik.ru gylz73k.top +staciwyviksbtfc.com projectholos.com connect7.serveftp.com herekeder.best @@ -122523,6 +124510,7 @@ w6kf8y2.top mwwgjckxrt.duckdns.org qfofensmwh.duckdns.org lolgate.mooo.com +ljblxkbwdwuurpp.ru kornet-ua.ddns.net z69.no-ip.org monobolubodom-underacelency-nonodumekant.info @@ -122541,7 +124529,7 @@ qedytoq.com jluxi.dynu.com wskugoswmwomsciy.org gerderax.com -xnjajnqdkx.duckdns.org +vzxydiygyw.duckdns.org blackshadesnet.zapto.org provinciaricaurte.com mo7trf0.no-ip.biz @@ -122575,7 +124563,7 @@ parowheck.ru fpjr588.top bigquksclk.duckdns.org ixa.giize.com -sendmsg.jumpingcrab.com +wfzuufeymc.duckdns.org bsbam.zapto.org multibagenish-devokahood.net unrrwa.org @@ -122600,6 +124588,7 @@ bsjack.no-ip.org rc9q6zy.top touzi1616.com jdzzxxaiwr.duckdns.org +evdekal20gbkazan.com vakifbayramdakazandiriyor.ml elitehackers.no-ip.org fejsbuk.com.ba @@ -122613,10 +124602,8 @@ androdiflashupdate.xyz n.eoifjgjxl.ru dpzm515.top 1drivering1.hopto.org -wifmhdcotl.duckdns.org hery223ss.duckdns.org pnkmwsvpdyev.com -whomusual.net microwords.bounceme.net monomexuly.name remoterandy.no-ip.biz @@ -122629,7 +124616,7 @@ yardshown.net drnorton.dyndns.tv lmzgmybxhi.duckdns.org powerjfnnrjpower.in -vibyxcwmww.duckdns.org +pzkjrqvrcr.duckdns.org qc1q6zl.top zmwjkebqgg.duckdns.org hwjjccqqer.duckdns.org @@ -122672,9 +124659,10 @@ leethaxorz.zapto.org samsung-drivers.xyz uuzrzvmt.org ftp.no.authorizeddns.org -orlenndi.space +transfermychoice.com mnhegss.xyz jaimeporcy2.no-ip.org +cuisine-enligne.com hopasinanaygalibaa.xyz gximxjweno.duckdns.org internettenparakazanma.org @@ -122704,6 +124692,7 @@ cupo-avance-online-cl.cf uglbqhercsgdzdszlfexbirkd.com avhicxlhuj.duckdns.org alhaidarylawfirm.com +fbilly75.com boissy.xyz roiodjfcsf.duckdns.org jnugqhtwcb.duckdns.org @@ -122736,7 +124725,6 @@ prexasikable.org waeytyhs2.duckdns.org microsoftc.servebeer.com cleintten101.no-ip.biz -ymd763g.top zynga-ltd.com fridaycloth.net alltrustedwallet.com @@ -122760,7 +124748,7 @@ pot-f.top loginservice-maintanceserversecurity.gq ougplswmbt.duckdns.org arkallsaintsacademy.com -zdmania.com +blackshades444.dyndns.org newsuntsite.fr m11necraft.000webhostapp.com nabarishispeshil.com @@ -122772,8 +124760,10 @@ ezll.tk cyzz99q.top fpnm519.top blockchainbdgpzk.tk +jaymaximus-61731.portmap.host scdvfnuxji.duckdns.org go00l4.no-ip.info +d3ser9acyt7cdp.cloudfront.net enanafasous-unacaxary.name strkserver077.hopto.org multisebision.net @@ -122793,7 +124783,7 @@ cyzz73p.top aaaaaaaahmad.no-ip.biz d12zbnb.top 173jiasu.com -acer.firefoxupdata.com +wtlsewerza.duckdns.org omyddccbbp.duckdns.org andinhenron.ru c09f015a0875e6b148885e3392c26b4a8f.cc @@ -122808,7 +124798,6 @@ nbedbcfjxc.duckdns.org die-u.top landcareus.com mx.alibuf.com -ymt731r.top sweety2001.dating4you.cn coxaviraward.net idwxjxjomw.duckdns.org @@ -122817,13 +124806,13 @@ spywindowsvbn.no-ip.net ghofhauofeofhla.co h92lbnm.top thegods.no-ip.biz -oftenchance.net mster0102.no-ip.biz imcrafter.no-ip.org pokerchamp12202450.no-ip.biz hierro1.ddns.net gpasmtrumo.duckdns.org pauldenero.ddns.net +zomonedu3.website jg5.5aef.pw linksis.info ftp.un.ddns.info @@ -122838,13 +124827,14 @@ gmsizqmnkh.duckdns.org linuxbasichk.com phartmaster.com free.sytes.net +longline.cyou abbott-export.com -adsymbol.com 2ssabmudaru.no-ip.org office-inf.com bunch-space-tackle.com zeromus.no-ip.biz ymj752r.top +rootaccountadmin.ddns.net ktr.freedynamicdns.org poseidon99.ddns.net globeshippers.biz @@ -122855,6 +124845,7 @@ skmvdrk.ru plugwsdytransportationalexpertsywsfmq.ydns.eu ymf726h.top messenger-service.info +bfagzzezgaegzgfaio.io kirraadd06.top qnrnwnwaas.info bankodamericaser.tk @@ -122865,6 +124856,7 @@ xeon2012.no-ip.org api.wipmania.com.yeloto.ru lfclqskivh.duckdns.org gstat.rayzacastillo.com +guide-pluie.com oi2jidsdjsdd.info 1604771464.httpdsconfig.com contsexcam.xyz @@ -122897,7 +124889,6 @@ update.deepsoftupdate.com networklight10.com kqly.ky80.net lopittelet.xyz -jougmehad.ru wyixgqyrxw.duckdns.org merchantspeedaircourier.com cdn.jestersofflorida.com @@ -122930,6 +124921,7 @@ jingerred2.no-ip.biz yfthrvybfw.duckdns.org z6kr8f2.top bombert.ru +kehrztijaz.duckdns.org pyioepars.com f3h.zapto.org libscaegqu.ddns.net @@ -122952,6 +124944,7 @@ malgs.best ost-341478.info xjmhlkudkpqn.net firedoggy.xyz +runezidldmvfwmpbb.net 332gm.com ymr797j.top etsge.xyz @@ -122962,6 +124955,7 @@ movemark.net managtest.ru 2020pandemidestek.com livesystems.cyou +7wjg.pw bgswe.xyz rqhhhijowwgn.su phnkxvwgek.duckdns.org @@ -123051,6 +125045,7 @@ bla1337.no-ip.org btc-chenger.site hakabser.no-ip.biz ns3.feva.pl +ijvgwxaeit.duckdns.org userarea.in alphadof93.no-ip.org papu3.ddns.net @@ -123074,6 +125069,7 @@ l82zbny.top dg33dg43.ru 20gb-internet-hediye.com scorodosma.xyz +vvgskhptij.duckdns.org fsasafsaf215.xyz raverbaloorat.no-ip.org bowl-secure-mouse.com @@ -123143,6 +125139,7 @@ hayatevesigar.biz moskando.ddns.net mgtgfzwiah.duckdns.org topcinemaclub.com +nyshopxawea.ml transfersevices.net hafiz.no-ip.info evmvdnrbro.duckdns.org @@ -123161,6 +125158,7 @@ pl1.co.vu hehe.duckdns.org jb44185.zapto.org 36s96f.xyz +log.surfeth.com mantruck95.ddns.net fanbcanton.ml zxjfcvfvhqfqsrpz.onion.cab @@ -123169,6 +125167,7 @@ qcviwjwjjx.duckdns.org surdised.com cashbackstep.com mguy2934.duckdns.org +ncjpbnjfnkcnncj.in hospisanjose.publicvm.com hellokasimka.hopto.org bbzgmbe.vip @@ -123263,6 +125262,7 @@ kapfaez.duckdns.org ibmjm.com.br bozro62.xyz declogz2014.asia +vtffseejiv.duckdns.org b.blo.kz ecuremailbestfree.com yoyoben.no-ip.biz @@ -123281,6 +125281,7 @@ carambmaining36.net elitecooks.duckdns.org lymysan.com dpaenhcdqd.duckdns.org +jlmmzaafkx.duckdns.org militaryexponews.com sexiiangel.no-ip.biz tunarivutop.eu @@ -123295,6 +125296,7 @@ meiu.pl veggetal.duckdns.org googleapps.xyz yqnnjohxpnmv.com +onenevadasport.com mybbbaaa000123.no-ip.biz apk36501.flnet.org pjybqpwwppcw.ru @@ -123355,7 +125357,6 @@ wtcp688.top webcache.one km8nj92.top dexifunize-disucexehable.org -traqsuczge.duckdns.org disugixession-disicefopity.net pejustitha.com zig.no-ip.biz @@ -123371,6 +125372,7 @@ inquirerjs.com acount-qooqle.pe.hu senator1st.fav.al wvfuqhaaffkm.com +atxffgbsxl.duckdns.org asdgx235s.duckdns.org microsofttr.no-ip.org wifeshade.net @@ -123379,7 +125381,7 @@ scvorcov.21415s12.edusite.ru dynppafxww.biz atmlukscokbinalar.tk kiiiammmzl.duckdns.org -1603710212.httpdsconfig.com +dkfhqvwhwm.duckdns.org mainfjr.ca appkeys.serveftp.net dpzb567.top @@ -123423,6 +125425,7 @@ eddqqivuhh.duckdns.org bigtext.club 969696.ru fahd20101.ddns.net +nms767p.top pot-j.top rockshown.net fpsl597.top @@ -123435,6 +125438,7 @@ frrolxossj.duckdns.org rokrirr.xyz pickstate.ru soundscripted123.no-ip.biz +cscp528.top yetehoga.com vodafone5g.info v1tj.jiguangie.com @@ -123481,9 +125485,9 @@ awsvirtual.xyz fb-nameserver.com financeiroltda.golf contact.firefoxupdata.com -fdfvvlkgugokws.com lawine37.xyz max220.no-ip.biz +cevda3jvv5oz1t37.online infestexe.com raidenhack.no-ip.org yomka.ml @@ -123521,6 +125525,7 @@ irc.kaiserfranz.cc kehbhjraua.duckdns.org 7stick.biz feltfloor.ru +100-escorts.com westbuild.net acess1.kro.kr a-jsm.arrowservice.net @@ -123545,12 +125550,13 @@ rqgfngjnntoxebovqqfb.com accounted.top f6km8h2.top callmedaddy1703.ddns.net -qutregvtxt.duckdns.org +a254437891.3322.org lxjwjjjvvi.duckdns.org ozyzmzzriw.duckdns.org woil.businessconsults.net gykz63g.top kalevent.no-ip.org +strangetwenty.net flash.yahoodaily.com veryysunnglasses12.xyz bungalowphotographyblog.com @@ -123571,7 +125577,7 @@ j678j.top xeoncomplex.no-ip.org fc2q8zm.top iosnuiwvqb.duckdns.org -linux.0pe.kr +bsigsifrruhhgd.su fqw4q8w4d1qw8.com antigarofite-emirorous.biz bluechipstaffing.com @@ -123579,7 +125585,7 @@ safesecurefiles.com mkjzhddsnp.duckdns.org dbspmumiii.duckdns.org qitdmeksql.duckdns.org -3years.lethanon.net +arhivarrus.com bbbnvkthwbwm.ru summer-watr1.biz pxexdipskg.duckdns.org @@ -123607,6 +125613,7 @@ cbnoioiyaxeajwqat.net znrzdoidxm.duckdns.org keepmesafe.no-ip.org swwmvgnkqv.duckdns.org +hjjsnyi6jes8nj.serveirc.com ninjacheats.ddns.net s3gsd.xyz punkzidentity.zapto.org @@ -123618,14 +125625,13 @@ kerly.ru nnnsxztbkf.duckdns.org cbobvzqelf.com fpwc599.top +linestata.casa waetxhx333.duckdns.org -igiddevelopment.com antigocossion.biz ultracuketh-exopisefy-presufily.name infectiousvision1.ddns.net 1603710311.httpdsconfig.com if90d664e8d0b65455962106ef7e87287e.tk -momolijant.tk bafaejidjaiehfgso.su debra-morgan.com xeaa319173a257aa0ad863c12a9dba0112.cn @@ -123645,6 +125651,7 @@ prorisik.no-ip.biz wfmehmntnw.duckdns.org zowozybesixeguf.info bionicblackshades.no-ip.info +ksgrnxgxymbvbgv.ru n.raqimfebe.ru homevideo4-23b.ml updatecflashplayer.xyz @@ -123671,6 +125678,7 @@ f789f.top dastoperasder.cyou lghacker2015.no-ip.org yleutbvftm.duckdns.org +hit-senders.cn createlist.xyz interabipical-emigebify.net nvrde.xyz @@ -123683,6 +125691,7 @@ fprq566.top tfnpgxdnjz.duckdns.org pache22.com parustaxi.ru +fq1nmopagtirdrq.myftp.biz dvehl.pw once.downloadsite.me 22kungcommunicationtariffsuplierlimthdy.duckdns.org @@ -123698,13 +125707,14 @@ ipv4-microsoft.net bolarie.xyz imycyswppk.duckdns.org pushprice.ru -serveriaos.com hotfix-update.com seguimiento.top qqgadnxcoy.duckdns.org proissvollio.club +ma0e08c024113e46c2a5bef8b3f986b851.cc fprt561.top wmamewnnea.in +irehadehood.net carloswint.com http-securityguard.tk tslkkxykkm.duckdns.org @@ -123714,7 +125724,6 @@ azluisgt.xyz bl2lelel.no-ip.org xtcp198.top cyfz69n.top -marklou1.eu newratti.3utilities.com bladilk.com uidacrtsppxece.com @@ -123733,7 +125742,7 @@ xc3q8zb.top qfjqeonnof.me rbqfzzkntu.duckdns.org cliptox1.no-ip.org -gysz71n.top +nfmkpqsknr.duckdns.org joinaugust.net ymp713s.top nederlandthekings.no-ip.org @@ -123763,7 +125772,7 @@ disbudparporadairi.com ccjbox.ivyro.net 0day.myvnc.com lllf.nl -saidraise.ru +t.sqlnetcat.com ddkrslubctej.in krustpil.top 4xj0nhh.com @@ -123778,7 +125787,6 @@ biggestchurch.ddns.net f123f.top xfcpzfbmjn.com exwelloilfleld.com -missionlost-supermarket.com xxanrglbug.duckdns.org woesachsgo.duckdns.org yqzbuwyggr.duckdns.org @@ -123788,7 +125796,7 @@ kypsuw.pw blackexploitz.net dynamite.no-ip.biz brokenbelieve.net -basel123.no-ip.org +xdvoxjnyxj.duckdns.org happyfacelemon.noip.me apapurevpn.ddns.net ymtznevbis.duckdns.org @@ -123796,6 +125804,7 @@ rsi.stephaniegagne.com jiokekachi.ddns.net eqgugoaseh.duckdns.org dzhacker614.hopto.org +vnrnmlfchnrncdw.com onurlasunuyorus.site oxieqhkwwtub.net ymq792q.top @@ -123805,6 +125814,7 @@ rsbank07.no-ip.org chaindungeons.com cxvkrvcbdz.duckdns.org nkgpogpog.tk +fyz10eijkl03mytjfb.com abionet.com zbtbaazunt.duckdns.org zpxystjxwr.duckdns.org @@ -123814,6 +125824,7 @@ pwwikfyfcy.duckdns.org vmceoirgvr.duckdns.org iyjihylhak.duckdns.org prenukorive-semimelekical-semixuxihement.biz +rcheli.fh.net.nz mor.newsonet.net dhgxc433.duckdns.org iphonesapple.ru @@ -123830,7 +125841,7 @@ jnulcear.no-ip.org 10022020test261-service1002012510022020.space bitsadmin4.space frecarn.co -h4570.csgoblock.com +depnlnoypj.duckdns.org ivqngxlxhocc.ru rakutencards-center.com theref.no-ip.info @@ -123842,6 +125853,7 @@ lafay62840.no-ip.org xcjhb30ton.com fdtynvymrn.duckdns.org xdatingoffers.online +bkkwedding.com cyrz51c.top cem-hk.co transivufuxic.org @@ -123903,6 +125915,7 @@ krguijjweg.duckdns.org cpwy8c.com xbooboo22.no-ip.biz t9876.sytes.net +video.vmdnsup.org ecrocfnoik.duckdns.org tongamer315.ddns.net tftttghttl.duckdns.org @@ -123922,12 +125935,12 @@ ycoglzusgd.duckdns.org feltsugar.ru fullstatistic.com updaater.zapto.org -start.olivebranchmissionarybaptistchurch.org apejack.bigish.net demonpls.ddns.net telected.one skeleton12.xyz chpookle.xyz +benztransport.com mohe.duckdns.org auzonet.net b.adamantsoft.org @@ -123972,11 +125985,13 @@ voiceofislam.info microsoft-upgrade.mobi osniydgcpt.duckdns.org rvxzactfir.duckdns.org +stpbinqmkpbteqg.ru jiuuhhhhhh.duckdns.org q52cbnl.top sharedocumentlogino15.tk coinzre.website elettrico.casa +vyxxlyzlyz.duckdns.org wittyvideos.com bidu.kro.kr disudahoty-ultraxusaness-exutumeward.net @@ -124019,9 +126034,9 @@ impuriywins.bounceme.net teluxeveja.info debain.servehttp.com newrat2.no-ip.org +pkjdyadcaq.duckdns.org i3jsq.com kyivstar-ip.com -dhl-suka.space fttt.developerstatss.ga baihes.com qqxh888.785sou.xyz @@ -124057,8 +126072,9 @@ sitejfn.nl blackshades321.sytes.net api.maxpinezzz.ru sexyservicee.com -cmthsdxler.com +mail-customer-safety-center.hol.es simpson702.no-ip.biz +nybrjwbpsmnlsid.com adbflashplyr.life freegamecenter.onedumb.com iphonelol.no-ip.org @@ -124095,6 +126111,7 @@ pouhui.diskstation.org fptw591.top rkbthfiysckqfbiqbfmu.com ytnxvxnlumzvtdelo.com +ripcnsfjwxgpneh.com f6kx8x7.top xiurogglab.duckdns.org munkma.no-ip.biz @@ -124113,6 +126130,7 @@ systemic.casa veryhelp.net adobeupdater.org nagoor.ddns.net +safbpoqnyk.duckdns.org gspl0it.no-ip.org cheapmonclerjacketsoutlets.com 24411244.com @@ -124120,9 +126138,11 @@ lumragmai.duckdns.org freddyreal.no-ip.info printnow.club tafx.myfp.org +hizhwuksvt.duckdns.org ipbyapudjc.duckdns.org km8my75.top arinas.tk +0nline.pro blackicejoker.no-ip.info rdrgtuuhvi.duckdns.org ablenews.net @@ -124133,7 +126153,9 @@ lhamza.no-ip.org onlybetterdeal.com ssopqulwlh.duckdns.org a4v8cngiue.com +qwepa.com blackshadesratown.no-ip.org +yewlwqxegfofueq.ru electrumflow.com r3u8.com lzmauvjxxl.duckdns.org @@ -124141,7 +126163,6 @@ skiyoresorts.in pdtfvkgnzo.duckdns.org soyo.no-ip.org youtubeclip.org -uhjhhfctxe.duckdns.org neurnzzl.ru humanwing.net bowlkutington.no-ip.biz @@ -124176,6 +126197,7 @@ botcsgo.duckdns.org zied.no-ip.info ana1093.no-ip.biz ht12211212s.no-ip.info +nktdoqocxi.duckdns.org thug-scape.no-ip.biz hc5q9zx.top benchdepend-part.com @@ -124208,6 +126230,7 @@ cykz29q.top lzelaviphh.duckdns.org nollyarstark.ddns.net darkdosser.redirectme.net +fpgw513.top mnhse.xyz dogsandcatsdur.zapto.org biosnews.info @@ -124222,7 +126245,7 @@ fifteenthservicehelper.com ikjsrvjfn.ch offerwall.net grieve.no-ip.biz -be-observant.su +dddoossser.np-ip.org b7b167f0f6db93bd0e5121726278c7b8.in rockerdwe.com resistmagazine.com @@ -124252,12 +126275,12 @@ ajukxaktza.duckdns.org cytz85n.top tidas.ddns.net geros.freedynamicdns.org -liquidmiracle.top minslek.zapto.org chatsecurelite.us.to cebuhan.com ymh737n.top zhszoxeavbhmtkbju.com +vexedrox.zapto.org harmathatmo.com mjd.endowmentsprightly.com komvu43.xyz @@ -124270,12 +126293,11 @@ recoving.no-ip.biz nqbzrvvqoz.duckdns.org hutte.duckdns.org pwaudqxqefkneny.ru -suykvfymutxuatx.net waetsdgxws.duckdns.org bse5s.xyz gfiles02.top servicecustomer.bid -customers-services.info +quicklift.net semimopelure-microcigaty.name dujdinganx.in ndcinformation.acmetoy.com @@ -124295,9 +126317,11 @@ zosos.ru jzinky.com fbithtavcvcfyvbmpsh.com longseven.net +cushbdjuqh.duckdns.org vcklmnnejwxx.pw regiusgames.com eskvortsov.com +vmwywhylft.duckdns.org documento.selltokengarffhonda.com zxvcoupirq.kl.com.ua rutffxffqw.duckdns.org @@ -124315,7 +126339,6 @@ areac-agr.com 7tno4hib47vlep5o.42kjb11.net h6kh8f6.top jorehkn.com -cloudought.net wdnmdhtxrrgf.ru miedafire.com 74816942.zapto.org @@ -124323,10 +126346,12 @@ sqisurekmn.duckdns.org wtrrx.xyz tkcbnnjysq.duckdns.org z2812320551a8de6d1da1225b6d4afcf92.in +strangeborrow.net wcgidetbid.duckdns.org srv.cybesys.com -cohlfzucqx.duckdns.org +a707b708.sytes.net hanghoa.trenduang.com +gaselhrotobhlba.cn c3d189430.com skotaqqnsn.duckdns.org sgdjncbgbxf.duckdns.org @@ -124336,7 +126361,7 @@ wellsfinfpupadet.ga backagain.sytes.net ft6gw.com memo0.ddns.net -pexxota.space +jzhsgriphf.duckdns.org xinrozwwjp.duckdns.org pointer.no-ip.info xjsxlgsfap.duckdns.org @@ -124345,9 +126370,11 @@ qc0.no-ip.info fexxridmvcnfref.com ratka-forum.ru ackln5674.com +dn8.no-ip.info datetimes.cc ns3.icaldns.in dsnsh3.xyz +interedipocency-unevaguhood-iricabusion.com ducksow.ddnsgeek.com nas.drowninmoney.com popadvert.world @@ -124368,7 +126395,7 @@ radioabout.com zobro321.zapto.org transmarine.pw windowsupdate00.no-ip.org -pefyucflcs.chickenkiller.com +dpqmfuzqfi.duckdns.org hbxvjvufuv.duckdns.org tree.ddns.us benzima.tk @@ -124378,13 +126405,12 @@ yesps.myvnc.com xxxdarkxxx.zapto.org ns4.favorpick.ru hdrart.co.uk -evdekal20gbkazan.com -crawloofle.com +sbmzxsaymx.duckdns.org gacydib.com mastermario.no-ip.biz gstat.secundato.com ns1.slowdownn.ru -jtacxyhwjgynyvyxh.net +naszmuigbi.duckdns.org 265g.site i4i.no-ip.biz mostsound.net @@ -124402,8 +126428,10 @@ wsets.xyz frddrrvmej.ddns.net webserverdomainhk.com x6kz8m3.top -mainnchdnsite.tk +tacorat.no-ip.info cycz97r.top +xbshwecqfw.duckdns.org +traveser.net themaster3314.ddns.net greensky27.vicp.net gibbelspidar.top @@ -124422,7 +126450,8 @@ jahblessrtd4ever.home-webserver.de blackshadeshost.no-ip.info dembal.com stoo1.no-ip.info -xtpriycfzy.duckdns.org +wnnclghywu.duckdns.org +ftdhrmkbiehcrwe.cn greatbilal.no-ip.org sinapis.space as9897234135.org @@ -124462,7 +126491,6 @@ drraffihovsepian.com nffiiload03.top ewrydhxsd3.duckdns.org officeopenxml.co -thejacksonfive.mobi pmo.cdn-load.net eaivtywup.net p12.sb1024.net @@ -124522,11 +126550,12 @@ pcp123.no-ip.biz dphc513.top asdfghjl.zapto.org cyqz82c.top -z1l.no-ip.biz +digi-wallet.info subopuvodate.info zmxzbavjyl.duckdns.org wflbqbmunz.duckdns.org pc8q1zb.top +mutex.ru notlocal.no-ip.biz endupload.com pageserver299.com @@ -124579,6 +126608,7 @@ gphndmqvrl.duckdns.org wdtkyctkad.ddns.net javabawylatuqyk.info n.lxbluoryz.ru +yutunrz.afraid.org hyfuvktmig.duckdns.org b22sbnn.top wormslogs.no-ip.com @@ -124589,9 +126619,12 @@ mozillaupdates.us gigatelibertadores.ddns.net mosthappy.ru gdcwcbubvbcx.org +zlzbjnebsj.duckdns.org hilaryreading.com eqqvlizpqq.duckdns.org +fza.marsbrother.com fuckfuck0.ddns.net +6omaaqoulwif4g1.myddns.me esets.club q5zwtdfoe2xr57jfik7pwmns3crjpx2ge6ibmrafjhqld64qyyk7tvyd.onion svyaztu.indoingwulearn.com @@ -124617,8 +126650,10 @@ x4r.no-ip.info for3ooon.ddns.net homesales1.duckdns.org survey2.shacknet.us +ibn.cdn-pak.net w4f6214c70ab671a49680a1159d782990e.tk g5512484.8866.org +rrxekrjcdbsdxbg.cn ocqfamsdr.org triedgoes.net cdn-akamai.net @@ -124629,6 +126664,7 @@ com-servicerecovery.bid actlax.no-ip.info ubt.ubtv.xyz defintelsucks.net +developer-app.xyz blackhorse.no-ip.info edoknehyvbl.us fpsc598.top @@ -124646,6 +126682,7 @@ update.nfkllyuisyahooapis.com cumhurtcbmtrittifakigirisi85.com muchavaina001.duckdns.org adobecplayer.xyz +suykvfymutxuatx.net gahyvab.com proxypaul.duckdns.org us-system89.com @@ -124664,6 +126701,7 @@ nytunion.com e-projebasvuriweb.com ftjxlqjgav.com nc6q5zq.top +api0806.seemonitor.xyz gmail.ddns.net gaherobusit.eu ojlxuwrzuj.duckdns.org @@ -124675,6 +126713,7 @@ bc9q8zh.top wkeujescan.duckdns.org kdhema.ga volygoc.com +lnstagramhelp.nl udobata.tntcares.com knggtravis.no-ip.biz diplomatnews.org @@ -124688,7 +126727,6 @@ aciferhib3larw.com guccicam.no-ip.biz fpcr571.top nyyrvivasn.duckdns.org -antidalussion.name clown.com.tw bkyktgi.in aircovid19virus.com @@ -124720,7 +126758,6 @@ r00ts.online fortheloveofgadgets.com qwxvpprhsj.duckdns.org jumpcast.in -richus.ru rhus.space jessads14.duckdns.org mngskd.org @@ -124753,6 +126790,7 @@ uyhpptmqpone.biz focuscamere.com wellsfargosz.com newxico.kl.com.ua +hxhcamxpjr.duckdns.org ymf721w.top pandemitcbmtruygulamamtr27.com weqeweqqq2012.com @@ -124782,6 +126820,7 @@ sjimagepassion.com ondemandbarbering.com musicshown.net babbleprint.com +insamn.com gluzrhigit.duckdns.org x6km8d7.top sdfgcvnb4.duckdns.org @@ -124800,6 +126839,7 @@ sightgrown.net blackshades1882.no-ip.info mail.file-attachments.ru gmaknhpthj.duckdns.org +sundayform.net jhpalettad158era.com akvaprofy.ru weekdanys.com @@ -124815,19 +126855,22 @@ pxplhwghuvyp.com gillte.zapto.org manioscinetools.ga g6kr8j8.top +lineoe.com verprex.no-ip.org pandemitcbmhuygulama.co test99999.ddns.net +sinkhole-04.shadowserver.org xsbuqy.tk enobonoment-cozotakusion.net dizabcphij.duckdns.org +office-cleaner-indexes.com cumhurbaskanliktr177422.com fbhzpgngea.duckdns.org ns4.serverweb.at norot.at yompmepvyvbxkjvydsxt.com pastsby.com -ldrspace.casa +bgfse.xyz cd.usyahooapis.com blackbotz141214.no-ip.info carlosnarlos.xyz @@ -124840,11 +126883,10 @@ e-de-ss-t-ek-ba-ss-v-uru.com uhojevjkft.duckdns.org bsa17.no-ip.info vibewonfall2.no-ip.org -if3instore4.agency buehler-mechanik.de paladins005.ddns.net ilikeyou.no-ip.biz -nzxt-22848.portmap.io +presentdelight.net vpuroeit.pw myau-pk.com noanonops.no-ip.org @@ -124864,11 +126906,11 @@ dpyjtuctfg.duckdns.org abke.com xvzldnhfel.duckdns.org updateserver.servegame.com +bersupartievi.com goooogleadsence.biz bmw124578.ddns.net weqnext.com kekmlg.esy.es -payibahtokgx.tk webcumhuruygulamasi.ml sbuywfsycl.duckdns.org messi123.ddns.net @@ -124898,7 +126940,7 @@ latestapps.wen.ru hvnjjucwyx.duckdns.org zjhao.dtdns.net changeintoafly.zapto.org -darkarmy.chickenkiller.com +eurysthios.xyz ryvelofyhipinyk.info kishi73.com.br malaky.xyz @@ -124915,9 +126957,11 @@ dnqmnopwot.duckdns.org pleclep.com cloudbest.net humanbody.net +walkwellquite.xyz wicytergo.ru povertyba.com jj.mysecondarydns.com +byjlbyktoacybds.ru brrprnddll.duckdns.org myrestroomimage.isasecret.com usa.itsaol.com @@ -124971,6 +127015,7 @@ ymp779h.top phcc-india.com automobile.x4host.eu fpnc577.top +scotindustrles.com hichamos.zapto.org fortinet-host.cc mscni.org @@ -124987,6 +127032,7 @@ fpnl528.top humanpast.net lexentaazor.me hollas.mooo.com +odllqejlvifrusi.com ufvifsopgbbm.com amlxxkbabb.duckdns.org cumhuruygulamaittifakitr104.com @@ -125066,7 +127112,7 @@ bhsuhgpctoxncij.com inboxinboxinbox.no-ip.org ahamed02.ddns.net fpxt566.top -0ffice36o.com +aypwkpletaqfnjg.com host.ff shortenup.com uploading-neptune2020.so @@ -125082,9 +127128,9 @@ city-pub-crawl.su fardenfart2017.xyz vbvse.xyz lhqoomzstd.duckdns.org -cometcountry.com myhost18244-31939.portmap.io ahmaddadi.no-ip.biz +avmykadfqrygvdk.com esggh554tgahhr.pw ftp.micyuisyahooapis.com fuckthesystem.no-ip.biz @@ -125099,6 +127145,7 @@ dermvalet.xyz noxserver.no-ip.biz yourcontents.xyz com-session.site +wertuest.xyz uaeihefiuaefhuhc.su fvwooobbbo.duckdns.org clients14-google.com @@ -125134,7 +127181,7 @@ oi9.no-ip.info kalakhomes.club cybz37b.top pbuijgwksq.duckdns.org -inigbiseijfji.ru +wdenobvxggva.com pmmyjkywbw.duckdns.org wista-opencup.org rendacars.xyz @@ -125156,6 +127203,7 @@ aeufuaehfiuehfuhfe.top x6kg8p1.top nrjdswyhdkcnpbn.org dt1blog.com +1603709950.httpdsconfig.com shared-login.com kvvxukaruv.duckdns.org nms776q.top @@ -125178,7 +127226,6 @@ ns1.kuvsahilok.at fpmp567.top 841bifa.com goo-gle.cloud -ns2.www.research.pc2linux.com.mx oommaarr11.no-ip.org evoyci.com skype.msz.su @@ -125222,7 +127269,6 @@ uzaoppdvxk.duckdns.org w6kb8r3.top of6283273c2ea5cdd5ce9660d8ac6b0654.hk critichotshot.com -fsyx878.top jmdwnsmripqn.ru discreet210.no-ip.info ts4.no-ip.org @@ -125237,7 +127283,6 @@ playzone12x2.xyz annejoseph643.xyz blaneymarquise.info lion46.ru -petroilimos.su longsome.net periufge.xyz r-naver.com @@ -125266,14 +127311,17 @@ hope.doomdns.org yourdrugsassist.com bxfybypxyu.duckdns.org cocomo7.serveblog.net +sinutqwbiylt.in aegohaohuoruitiiee.top kbqtlylqgu.duckdns.org qgyssssegt.duckdns.org boozdrhyrs.duckdns.org +evz15lmlir03sygmyr.xyz account-user-verify-mail.com xekcxjtizz.duckdns.org buhnuti.bid km8sr32.top +qvoftmbtkputdqq.cn exgk5nzv7m.com marsalmtelmir.tw eyfdcmhiar.duckdns.org @@ -125281,6 +127329,7 @@ s8dd0b64d79c187fc63ddfafa15876d241.to w6kz8r1.top pickloud.net postemovaless-overecasary.com +bsgewwyfna.duckdns.org amazonsprime.duckdns.org muzhikgusei.com messager.cloud @@ -125288,6 +127337,7 @@ suffergarden.net vakantiefoto.mobi brandnewcadillac.top jusqit.com +rpgeaznmix.duckdns.org updatedrivers.org fplh587.top pumatamagi.info @@ -125336,10 +127386,10 @@ yjmpohprby.duckdns.org wentseven.ru serviceupdatter.com asistenzaonlinu.red +lvaxkxuqnv.duckdns.org b9221d148b8283893cd060a4edb65eb053.ws muksokingdom1.no-ip.org spyccsvtlg.duckdns.org -savaki.duckdns.org mopa-bd.cdn-dl.cn angelellis243.xyz rj2bocejarqnpuhm.tor-gateways.de @@ -125347,8 +127397,10 @@ psu.worthhummer.net zotorejuqy.info 5784.duckdns.org phyyhkswpxmn.su +dpfm587.top zetaqeta.no-ip.org khantac.ddns.net +shufflebuzz.net yms716c.top zonsex.online orqdqppbbb.duckdns.org @@ -125429,6 +127481,7 @@ brjakigzvw.duckdns.org deposito.traffic-advance.net aaawpshran.com hntlpmowqodmwj.net +sqyxcphmea.duckdns.org kalambint.com digitalmind.cn gigaster.in @@ -125442,11 +127495,12 @@ monedademil.zapto.org imetopucian.info withinspread.net portportie.no-ip.biz +oijhwkimgy.duckdns.org zzntxlmtac.duckdns.org ctffstfsfs.duckdns.org n.epbdyornt.ru nreycgqhollw.net -fuckthefeds.no-ip.info +30gbhediye.com ns2.poisk1423.ru ipv4.windowsupdate.itsaol.com 178378624527932.myftp.org @@ -125458,6 +127512,7 @@ azik11.top alphesiboeus.xyz nonamehost.zapto.org ii6400.no-ip.org +spjetoetocz9olrms.bounceme.net blackeyen.no-ip.org mukemmelalanadimbu.cc groundzero33.no-ip.info @@ -125475,6 +127530,7 @@ nttdocomo-lu.com exafadify.name websites.3utilities.com turkiye5g-internet.com +aefoahefuaehfu.su lolrat.no-ip.org fpjd587.top fuckyounigger.no-ip.biz @@ -125487,18 +127543,18 @@ eko-logistics.com armadaneo.info temptationone.com simpotex.tk +hvq0jg3f423tdn.serveftp.com i-awazpeople25.pl m62nbnn.top gbrownofontario.no-ip.biz shlomi.zapto.org web01.crabdance.com -gangsterriza.tk yenidonembas-vurusu.com grammar.jkub.com servidor23.ddns.net bgeempniet.duckdns.org kolokolchik.info -magic-delivery.info +fzyx778.top z6kg8f6.top zuwysegewa.info e-dstk-duyuru.net @@ -125532,7 +127588,7 @@ cherlist.com rauafnzgsg.duckdns.org interilicigese-prozelaxern-nonovavopate.name nizarnizar.ddns.net -wentonce.net +migtu.ru theshadow.publicvm.com xebrgrxvbumvxqk.ru 36d23d.no-ip.info @@ -125604,7 +127660,6 @@ login-security-notification.com threemile.net viruoos.no-ip.biz hsbpp.tumblr.com -fiberastat.com playerbox.net cyghfgblzl.duckdns.org wsltjjftuj.ddns.net @@ -125617,6 +127672,7 @@ nrqgjswezw.duckdns.org fpzn528.top increasestrike.net n72sbny.top +ablebone.net shkkpvcykp.duckdns.org evdekal10gb.net pvexgvjqqr.duckdns.org @@ -125625,6 +127681,7 @@ dhlexpress.club hotinfonews.com kvqfkcfamm.chickenkiller.com monokixafution-overuvaxuming.com +eljxatjbxepfcgr.ru blackwidow195.hopto.org ageniconegeden.site taksamall.ir @@ -125643,7 +127700,7 @@ qyxeuybcin.nsbhe.com yazpet.com sfalksaflk1251.xyz x6ky8f8.top -anu-send-bis.com +lxlpfngnbn.duckdns.org host4ever.no-ip.biz deticuhance-underamecage-emodubic.info httpsnc.hopto.org @@ -125660,6 +127717,7 @@ agamat.xyz elzig.no-ip.biz hakimdz500.ddns.net llsykoticll.no-ip.org +mixqegolcaooltr.cn xuladao3.myftp.org m-ynet-bul-ten.net snoopy.safalife.com @@ -125669,7 +127727,6 @@ lymylen.com kazluxraritet.club hlde1.online jerkstore.dk -cyxz89w.top welltrusted.no-ip.com 404projects.xyz dobroaskdfasjdmtf.org @@ -125769,8 +127826,10 @@ eouhoeufhhghufzgag.su uploading-neptune2020.icu quixotik.no-ip.biz patent856.xyz +lrpvtnjtrdpraom.com cypz88s.top br0ckout.no-ip.org +mouthfood.net 06fckgwxqweod06.freedynamicdns.org disk.karelia.pro noiphack93.hopto.org @@ -125814,7 +127873,6 @@ enzooooo.hopto.org njw13kj.top march262020.com b49ealsgrjf63w.info -t95268c089331a10edb335eb588a0a64cc.in sscvl.fcpages.com oaulqnoaqv.duckdns.org l92tbns.top @@ -125844,6 +127902,7 @@ cygz83w.top serveflash.info csob-online-client.in rqqqddcquu.duckdns.org +itspecialist.ro leffersinda.ru xrat.no-ip.biz acegjkbcggjn.bazar @@ -125879,12 +127938,14 @@ anytylzaod.duckdns.org xockqjcvky.duckdns.org longraise.net jenna.no-ip.biz +utalkhere.com p62sbnx.top cytz77l.top hostwiththemost.no-ip.info autof888com.20x.cc bmbtgoova.com zeroislol.no-ip.biz +m3131313.cn anfkmtymqv.duckdns.org insanitymodzhd.no-ip.biz jamesbond007634-36688.portmap.host @@ -125905,6 +127966,7 @@ vjfihlbuqd.duckdns.org kai34.zapto.org adelaidemotorshow.com.au imguploader.no-ip.org +dildos.no-ip.biz storagecdn.eu yeterdedikyerinibil.cyou lxbqncfvelgu.ru @@ -125930,7 +127992,8 @@ googleimg.top premiamo.xyz tyvysvbvot.duckdns.org pjpytsdlgw.duckdns.org -0699abstract6.com +2970.myftp.org +fc2q2zl.top aqbtftnpbd.duckdns.org 6s2h4.top korvetauskmt.pw @@ -125940,7 +128003,7 @@ me.scieron.com gejxlmkuhs.duckdns.org srhost.xyz feltcold.net -cu24886.tmweb.ru +duiqemfxnwcvndtoq.com fppc583.top fpxf567.top bctgzznnno.duckdns.org @@ -125979,11 +128042,12 @@ soypolilla.com engin3worldstdydevelopmentandtechnology.duckdns.org fundelivery.serveblog.net qab26utxb02pquc.com -c82xbnj.top +interilefassion.info gaqypiz.com dalbam.vip marcos12.no-ip.biz wrongcolor.net +sapubtmxkocfbgu.ru gquyjmrhjx.duckdns.org pbcqqvjwwx.duckdns.org ottepel.biz @@ -126004,6 +128068,7 @@ amazon.aliyuncs.cc api.wipmania.com.lotus5.ru static.fasterwall.com cashbackwork.com +realbarbos.life outlook-live-com.tk drdarkhack.no-ip.info seedsofgreen.net @@ -126014,11 +128079,11 @@ geroipanel.site iarirjjrnuornts.us dsfge4537.duckdns.org fourware.net +qdvmstrtkslghpmunuk.com devletonayli20gbhediye.tk infosevicues.info z0diac.no-ip.info whatdafuck.no-ip.org -sinutqwbiylt.in lottiebailony.xyz mail.infosupports.com adobe.firefoxupdata.com @@ -126038,6 +128103,7 @@ sgkcement.in mohd-rat.no-up.biz 10afmercy4.com dkfzxpieeg.duckdns.org +zlbucegdhy.duckdns.org insta.webhop.me wwt.blackcake.net biulkpqpoocw.ru @@ -126050,7 +128116,6 @@ hdydofkbbw.duckdns.org naser11.ddns.net fliptheswitch.ddns.net skidaatl.no-ip.org -ssarknpzvpkteqnaia.com iqdnydarbi.duckdns.org apusa.xyz a0439723.xsph.ru @@ -126065,6 +128130,7 @@ dgoujklzol.duckdns.org zgqqpewrjb.duckdns.org sinkhole.tigersecurity.pro sake.kro.kr +kwxsgvfgkxmhcfi.com pzhmnbarguerite4819.com alxsta.club otgiwlunmg.duckdns.org @@ -126096,10 +128162,11 @@ kmessi.myddns.me deadcloth.net hekel.noip.me knightconsults.com -childrensliving.com +feinrjdize.duckdns.org quasar.cc 12ef8a64529e35a4e55773c2b0ddb02a.se opcjumimbw.duckdns.org +xevggbsulp.duckdns.org sikander.no-ip.biz 1597948830.httpdsconfig.com czdzcxlwxp.duckdns.org @@ -126112,7 +128179,6 @@ culture-listen.com urspgyjksj.duckdns.org owyyqxytvm.duckdns.org hopescape.no-ip.info -quasar123.ddns.net rj2bocejarqnpuhm.onion.lt pmcp178.top icrackbots.no-ip.biz @@ -126135,7 +128201,6 @@ microsoftsecure.myq-see.com mqennmqams.in qekusagigyz.eu scannerantimalware4.com -swb.one optionalblogging.com vojyduf.com tbnhg.club @@ -126147,18 +128212,20 @@ uio.hognoob.se saponaria.space adiumflux.com fphl512.top +a.lmj.su sadosaykodz1.ddns.net newflashplayer.cc -wkbdjbkmri.duckdns.org skrembler.hopto.org hfjjwvihhu.duckdns.org lronaldinho.no-ip.biz wantto.servebeer.com songtall.net modjanozwilxmcpjf.net +oyfdrjqbfu.duckdns.org boobsgirl.cn smarthenry099.ddns.net criticchaireducate.top +qjqywecdld.duckdns.org twlzeeedqr.duckdns.org jk8681oy.oss-eu-central-1.aliyuncs.com pandemi1000tldestekvakti.rf.gd @@ -126167,6 +128234,8 @@ teywa.xyz pvrsbcnsq.fr e51ab0a819beec2b24515f7f99c0ab192e.to sportspotlandfarm.xyz +waxkenrjmgentmp.com +iisusudo.info effortnumber.net recovery-options.site applijp.info @@ -126177,6 +128246,7 @@ qbwevvqlmr.duckdns.org pois333.no-ip.info ghtrive.info dominoduck2080.duckdns.org +kwjwwcpccp.duckdns.org sstguggggl.ddns.net d72ybnw.top nohunmkxab.duckdns.org @@ -126192,6 +128262,7 @@ zakunz.no-ip.biz n4ssh4ck.dyndns.biz vhifghvneg.duckdns.org position-condition.com +tdmxinoscqmifdi.ru doc-fid.com basketdomaines.xyz wc3q7zs.top @@ -126225,6 +128296,7 @@ dippn1996.no-ip.info bartatrion.com httpdsconfig.com cynz86l.top +uljwmlsprcbojvc.cn sport-limited.com tcbmtrpandemidestegitr11.com sujiksxsfd.duckdns.org @@ -126245,6 +128317,7 @@ bukamm.warzonedns.com ndnokblhth.duckdns.org duygularimtertemizkalamazdi.com ljcstfzyun.duckdns.org +miratechs.gq interview-inform.com krypt0nkrypt0n.no-ip.biz ymy725k.top @@ -126253,13 +128326,14 @@ craypot.live cbcp988.top apple-iphonesecurity-icloud.com liquidised.no-ip.org +belt-wonder-project.com qbufbcgwjguv.ru befaniko.no-ip.biz praticompeny.com options.work ukalasey8.com ymn726s.top -dys-10.no-ip.org +visirnex.com vehisdidnsu.ru wyiwedocgw.duckdns.org eithen.zapto.org @@ -126268,7 +128342,7 @@ qetynup.com regivifify.net qxtjokpwkm.duckdns.org kxwwfhlfkj.duckdns.org -huntedx.duckdns.org +fsssjkxxka.duckdns.org c1oudflare.com m82gbnc.top leastother.net @@ -126283,7 +128357,7 @@ nissour-beton.com 2s15h.top 07739354761.ddns.net cwnfixqtxb.ddns.net -shoppingmallz.top +contsfinas.xyz fhrxchwwah.duckdns.org shoprunner.zapto.org estcostpostyes154.site @@ -126314,6 +128388,7 @@ ykxctypfrw.com wgren.xyz timgad1.com hardcorefu.no-ip.info +estateagentwebsitesolutions.co.uk iinjrcwdjp.duckdns.org hockey-news.servehttp.com tcbmuygulamagirisitrs7.com @@ -126321,6 +128396,7 @@ yapmabiloyapma.cyou ymn778f.top zig.no-up.biz adobe.servehttp.com +storefancy.net abeblackshades.no-ip.biz sagan.no-ip.info shiptrack.no-ip.biz @@ -126332,8 +128408,10 @@ nxtfdata.xyz google-vservice.com corona2021.sytes.net emailsclient.com +virusdefender.org uroosgjmlcwr.ru 9507c4e8.com +rickserver.no-ip.info qc1.no-ip.info uuuuhhuuuq.duckdns.org igsfsxxjjv.duckdns.org @@ -126341,10 +128419,11 @@ radiogood.no-ip.org menulator.co.uk zhameharden.com casefirst.net -xhtbgoxwpg.duckdns.org +bullshit.systes.net rhjjwwjzky.duckdns.org ayewhatsgoodbrolmao.duckdns.org -apextech.biz +nnewilink.no-ip.biz +uptime66.com cerbere9889.ddns.net n22mbnj.top antimineful-interanosotion-transulicate.com @@ -126372,6 +128451,7 @@ fryx818.top h6kf8q5.top xn--mutlulukzamansalktedbir-qed16be.com poiwebm.ru +finemineraldealers.co awesomehit.ddns.net lsfebwwmis.duckdns.org nautorern.xyz @@ -126389,6 +128469,7 @@ agent47.vip cdwlsxgsif.com spwryzrcuu.duckdns.org ybjjheqtkx.duckdns.org +mumbai-m.site iutggtsskj.duckdns.org ecodeberzew.best gycz67m.top @@ -126405,7 +128486,6 @@ bbzrjbe.vip unusepogist-undericetizion.org cpiqagvtnz.duckdns.org mysafe.hopto.org -paulstoreyphotography.com blyicxsygoifcud.com normandia.fun subobibiness.org @@ -126428,7 +128508,7 @@ ioperamini.com machination.dynu.com kuysqebjbttaxmq2.onion a3299516270.e1.luyouxia.net -iacain.date +ctjpfkfhiqoxywocmyq.tj w6kw8b2.top prinsgezinde.com enimara.net @@ -126437,18 +128517,22 @@ praleczki.com lemoznet.no-ip.info uuuqfnmqpp.duckdns.org secure1-client-login.ga +kubyjaogkj.duckdns.org +fiexufgkpeuu.su sxmbh.co -dedicate.ml +googledriver.xyz i-have-samsung.com ushongkong.org crazyass77.no-ip.biz scgcgg.com legder.com crude4578.xyz +trimestre.casa fanturn-arrival.com asdfz.ru +scglokeyct.duckdns.org cibonline.org -coretime.no-ip.biz +jeph.earthsolution.org eaeuafhuaegfugeudd.io rzxqelzkac.duckdns.org shiygyffec.duckdns.org @@ -126456,7 +128540,6 @@ gsynojafqv.duckdns.org ebdkjnuwky.duckdns.org best5.short-url20.com test.killwaf.com -api.1gq.ru unwkpmnqdn.duckdns.org sitepbnsrvserv.cn scriptmaxdoudy.ddns.net @@ -126480,6 +128563,7 @@ psychotherapyresources.org security-updates.duckdns.org ns3.trioplnam.at e43.no-ip.info +123043.com fprz582.top frankwhales.shop.co p12cbnz.top @@ -126514,7 +128598,7 @@ iimohhdwev.duckdns.org malek123.no-ip.biz 6s53g.xyz hdvideopleyer42.xyz -zykxkkdfeh.duckdns.org +cloudeasy.ru daedagheauehfuuhfk.su mc8q2zp.top corsa-cologne.de @@ -126541,12 +128625,12 @@ sec-acoaunt.com monotuvafely.info appsystem.ddns.net thisisahost.zapto.org +avidilleneu.com fillhurt.net pottiwell.no-ip.org fpzc516.top fsefesfsel.duckdns.org asdg436.duckdns.org -plagueslave.no-ip.org thegratitudelistproject.org v4.appledownload.ourhobby.com molianggong.com @@ -126556,14 +128640,16 @@ ceosas.linkpc.net posturifage-microkamedom.name hookshome.ddns.net agleniyoniceses.site -i64b74bfbfc2fa39850495601fc9c6517a.to +hwjyuxiqsh.duckdns.org sightought.ru rat.kingminer.club api.molatecta.icu androrat22.ddns.net waluelines.com +profileawareness.com ujaqwdruyp.ddns.net ultravududish-dehisebulike.net +morningchance.net xn--birlikteliimizbizletr-i4c.com madeaugust.net freefiles.myftp.biz @@ -126621,6 +128707,7 @@ deloksqhbp.duckdns.org websolvent.me word-checker.site lutea.space +dpdn588.top kian.no-ip.org takumacakrajaya.com nibiru6.duckdns.org @@ -126656,6 +128743,7 @@ murikos.in jadhis.camdvr.org lvanityy.no-ip.biz aliiydr.xyz +1597948862.httpdsconfig.com x6kf8m7.top bakri.isasecret.com sabifati.linkpc.net @@ -126674,6 +128762,7 @@ llohutwpphii.com iniburiful.info alhaji.top fpxl556.top +dfcaod2lgavd.servecounterstrike.com art.yfieldrainasch.com cloudwore.net psev.duckdns.org @@ -126684,10 +128773,8 @@ babbobo214r21o125.com hlihxikbzy.duckdns.org juliet.no-ip.info turkhavasahasi1.net -die-d.top grlo.tk elturbo.no-ip.biz -rkyda-unik.zapto.org harpercollins-okta.com mouad.no-ip.biz memory221.no-ip.info @@ -126703,6 +128790,7 @@ zannews.com cnboariufeng.com trqqqccpbt.duckdns.org nvidiaupdater.ddns.net +coolgoogle.duckdns.org lookthrew.net ydormoyylrpjnj.com updated.linkpc.net @@ -126740,13 +128828,16 @@ emikudion-interazelage-monorubifation.name k9b7661bddc7a8c1d4d2984582816ad69a.cc informaciones.estr.es rzuzeqycxi.duckdns.org +20gb-hediy-e-internet.com kvfupjszrw.duckdns.org iawlqeyzlw.duckdns.org hackerkurda.duckdns.org outsidebelieve.net linemus.com cloud-analyzer.com +hoodmice.com sbibd.net +ssed.ddns.net claudiafen.dynapoint.pw indigo22.publicvm.com swkylddqqq.duckdns.org @@ -126814,12 +128905,13 @@ ncdebbobqmyi.net wcnclfbi.valve-ms.ru roodan888tools.atwebpages.com cb39666.tmweb.ru -kppngarut.org +dedrh13.top ddterror.no-ip.biz test-service012505.eu hackerrr.no-ip.org smkladryginichedkezya.today loveableart.com +444blue.com caseought.net cemal334.duckdns.org wegwtwrw4t4.xyz @@ -126837,9 +128929,11 @@ auto-fx.nl yunforworld.xyz f6kz8x8.top popyti.com +cumhurtr-destekuygulamasi12.com bf8a8987e.com deesr.zapto.org friltopyes.com +griqy11.ddns.net sauronn.host mail-newyorker.com hfisthebest.no-ip.info @@ -126878,7 +128972,8 @@ ytw23kj.top update-help.com hpnairportinfo.com fionades.com -host-serv.xyz +vrlxowhbcx.duckdns.org +cloudmarry.net dpdm537.top eth0test.7host08.com refinery-yaroslavl.su @@ -126886,6 +128981,7 @@ glqvoiolhq.duckdns.org xdigital.zapto.org wjdlnzbscf.duckdns.org testmysserver.com +rathackattack.zapto.org ng1lz2fzd.mdutmdu.in gghxzocjyc.duckdns.org postocavary-probutaxable.com @@ -126897,7 +128993,7 @@ user79917.7ci.ru nitengystdylunatsthj.dns.army truecryptrussia.ru usereneventheg.ru -greystoneexpress.com +htiobrofuirwkgn.com electrumopen.org m3ninfna3r.com n22zbnp.top @@ -126908,7 +129004,6 @@ hawse33ts.duckdns.org sales.eu5.org fenerilaclamasifeyzi.net sabreeelrefaay.net -1603709942.httpdsconfig.com d72sbny.top fpzr531.top f0bic.no-ip.org @@ -126932,6 +129027,7 @@ webcdelivery.com atcproje.com cutddos59.codns.com cyqz95j.top +postjpc.com gbisz44qi75kw2ygbisz44qi75kw2ygbisz44qi75kw2ygbisz44qi75kw2y.ydns.eu minimalprojectscm.ddns.net scan.blockbitcoin.tk @@ -126954,7 +129050,6 @@ uplearn.top ipxgqtdsao.duckdns.org vockl.bigish.net updateplayernow.win -888rat.hopto.org merostomata.ru ewfgksnedcbc.su mywebsite.no-ip.biz @@ -126983,7 +129078,6 @@ trojan.no-ip.biz outlooks.firefoxupdata.com snowypix.hopto.org westvalleyhospicecare.theworkpc.com -interedipocency-unevaguhood-iricabusion.com trichopodus.xyz 20gb-hediye.net uzoowalter.duckdns.org @@ -127030,6 +129124,7 @@ synssl.dnset.com hairfeel.net nffiiload08.top loldevs.com +fqcopboonn.duckdns.org javarun.no-ip.biz xulevil.asia archipszhy.site @@ -127053,7 +129148,6 @@ decikatuward-eximatite-macrotitatous.name 88mu.cc 3xpl0itbotnet.tk www-saglikbakanligi.xyz -unitedyfl.com km8ks69.top pb.enewslive.org mental786-38988.portmap.io @@ -127091,7 +129185,6 @@ hxonqlmrgeuq.com fbccsjlota.duckdns.org ablegodbless.hopto.org toniblackshades.no-ip.biz -zc9q2zh.top 1604771230.httpdsconfig.com powertrip.top f6kw8s9.top @@ -127099,7 +129192,7 @@ maisondessources.com nartsokb.com duxvzkmuxs.duckdns.org gygz61f.top -arm-reward-medicine.com +fc1q2zj.top cmkgelpqnfmymprcl.com uhxaiqhjwv.duckdns.org bilbobaggins.comxa.com @@ -127185,7 +129278,7 @@ webcodez.com km8gz78.top d370.cc dartions.info -flashsgame.ru +llllklxjon.duckdns.org genxewm.com musik-oretus.ddns.net finance.yahoodaily.com @@ -127198,6 +129291,7 @@ dc123.no-ip.org gycz27l.top n12mbnb.top exieverhiltur.ru +genconnectmentor.com fpnn562.top b.vatriokl.at uhoh.youvegotshemale.info @@ -127206,7 +129300,7 @@ volke.pl list.dx673tg.info kd67.prmhohzsl.top soft.thehealthmood.net -rerozvi.best +oayuopajdi.duckdns.org wrongtell.net wrongaugust.net 1604771482.httpdsconfig.com @@ -127218,7 +129312,7 @@ cheeseontoast.no-ip.biz flurmy1.no-ip.biz update-adobe.dsapq.com w9fd0afd180c8906b22094d9d0bb961add.to -style.fontstaticloader.com +baryote.com bgcffbe.vip dopegood.no-ip.info plutoniy.hopto.org @@ -127256,6 +129350,7 @@ bilalchawi.no-ip.biz gyqz79d.top player-force.com cikoniko.no-ip.biz +loaep.zapto.org zlejuiwcbs.duckdns.org wq01.ddns.net ktcttovfdhvjd.net @@ -127267,13 +129362,12 @@ westallow.net philsa.ddns.net galypyh.com ddos.0pe.kr +fmycgowqkk.duckdns.org 2000tours.com aftzwhcjk.info hxzstvwxcd.duckdns.org -robinmmadi.servehumour.com rockwedge.net fridaypaid.net -alex.mycnc.com deyrep24.ddns.net yardreach.net xhhqzkppxi.ddns.net @@ -127286,13 +129380,13 @@ jadrkhpdev.duckdns.org pandemi-sureclerinde-desteklerimizwebtr.net tmfilms.net skyppee.com +luxjewelleries.com vxhspy.biz vfsv.tk overagofadom-disedumance-nonababifion.name ymc769w.top advisorgoetia-dns.xyz creativeforwardings.cf -basskiller.no-ip.biz mackcollier1123.xyz rlpeooweod.duckdns.org ffwofonaxw.duckdns.org @@ -127326,6 +129420,7 @@ winenferno.no-ip.biz emumxmnydv.duckdns.org wwebapps-mpp.com injprivateserver.ru +rj2bocejarqnpuhm.onion.cab qutoxz.no-ip.org km8mk98.top yddhrqqsuk.duckdns.org @@ -127341,6 +129436,7 @@ scumtroll69.no-ip.org goonozwqlf.duckdns.org ftp.nttdata.otzo.com pilafirefighter.top +gluconid.ru shahramdj.no-ip.org nsnuh2.xyz daltbjkbgk.duckdns.org @@ -127373,7 +129469,7 @@ dynacero.net softh.blogsky.com lbcxgpwjjy.duckdns.org vip-xost.ru -cloudss14.info +phoneysoap.com blackmat.zapto.org urulvtffwoq.xyz ahghabsgop.duckdns.org @@ -127420,7 +129516,7 @@ ivan085.no-ip.info 1231231231231.no-ip.info malwarehunterteam.bit d.fioesr.at -office365.firewall-gateway.net +1603710169.httpdsconfig.com iamj033.no-ip.org mail-msrgr.info darkdick.duckdns.org @@ -127437,7 +129533,7 @@ mediacentr.space socialdaddy.no-ip.org tugunhey.ru haloxss.no-ip.biz -entrycache.com +theredearmovie.xyz main36.hopto.org twetxb223.duckdns.org mhhealthcare.es @@ -127451,7 +129547,6 @@ kvendwlnvi.duckdns.org w6kq8c8.top lygyfex.com f12nbnf.top -optima-se.ddns.net yms751r.top babana.wikaba.com 1jrn5dtpucvgye7zksav.icu @@ -127472,16 +129567,16 @@ km8pn65.top caci2.infosupports.com securitytestt.ddns.net pdgpkwbmys.duckdns.org -s2.abcvg.ovh maimouna.ddns.net apple.defensewar.org -nootpositivo.xyz +scocigbvpt.duckdns.org asnjisukwi.duckdns.org shark13powa.no-ip.org docteuur13.no-ip.org pamabbosff.duckdns.org russchine2loganxmenischangedtonewperson.duckdns.org q62zbnp.top +api578.m4a1.pro zvomdjvmwn.duckdns.org telesport.mooo.com balanceonwater.com @@ -127494,6 +129589,7 @@ law-case-record.com bo-dycam.com utiwfdmqpv.duckdns.org sitekcnfjrpowerfjr.nl +rgnypkrfiuts.com server1bo.exodus.connexxa.it scret1.ga bf6iiclnwkvhupl2fbqi.icu @@ -127514,13 +129610,12 @@ presisiontestprep.com safehosthttp.no-ip.info astrogonk.top lashsecurities.ddns.net -dns.chk3.eu hellohello.ddns.net dox.2006.ddns.net sadhfcxs3.duckdns.org duglazo.info ebgilaznkcxa.myfw.us -wawrgrtjcdr.com +animeonline.net hualxncttg.duckdns.org directitfast.com jtyhcqsxgz.duckdns.org @@ -127529,11 +129624,11 @@ refireads.com czpplrevxhocanmtg.net qedh.earthsolution.org cypz52g.top -redbulicenbalonbaligi.com dbag40.no-ip.biz alien4socket.gotdns.ch adamroy.hopto.org q196vbd21.dynu.net +qabbanihost.com lohit2011.zapto.org biki.no-ip.biz nixoyt.linkpc.net @@ -127545,11 +129640,11 @@ kcnikj.in tmpxctl.com lowtechinternational.com farsson.com +okkkkxxkxk.duckdns.org xdhttdpizf.com jx668.com huehue69.no-ip.biz sub.submitfda.co.vu -tcbmuygulama222.com bobzhctvsu.duckdns.org winhost.myftp.biz wtesn.xyz @@ -127587,11 +129682,12 @@ megaconnect.io rat4gold.bo-ip.biz jumploud.net drivegoogles.com -adobeflashmanager.online +hrsson.no-ip.info aeghkkbeihkn.bazar hitmansever.no-ip.biz m32lbnl.top -inbtbtmaok.duckdns.org +unaxytalxsnrjil.com +residencehunter.com gynz25k.top test-service012505.tech hlbuzevamg.duckdns.org @@ -127620,13 +129716,14 @@ e-govtr-karaname.net rymdinlfty.duckdns.org mmnzzzzzzl.duckdns.org buy-youla.ru -dsgwezxdb.duckdns.org +dpazqsqimy.duckdns.org aspens.publicvm.com stratbuks.icu update.ddns.ms q1q1q1.ddns.net grddjykkxc.duckdns.org financialtimesguru.com +f.saithingware.ru lanjayn.ga r6zhyjiytkramynl.onion libre-crash.myftp.biz @@ -127652,7 +129749,7 @@ futurasky.no-ip.biz ns4.folsecer.su nshy3g.xyz udclntpnzo.duckdns.org -hostgatr.mrface.com +fpzx587.top xofguhypjgvxrm.pw pjhkzkgcse.duckdns.org securitywindows.3utilities.com @@ -127684,7 +129781,6 @@ lieetkhryy.duckdns.org threefloor.net cdrjqsfmyq.duckdns.org marcusisawesome.zapto.org -a-jsm.infobusinessus.org ugthuiaann.duckdns.org puryjil.com hierodula.online @@ -127716,6 +129812,7 @@ clubfrontenisnaquera.es ckdmywmdlb.duckdns.org riddenreport.net nestp11.com +pmxrzxicai.duckdns.org dgyhywlznf.duckdns.org meeidu.in fsx9.no-ip.org @@ -127726,7 +129823,6 @@ morulk2sa3l.site ilous.ru ubsntlhrdo.duckdns.org webxpo.us -fntkbzdcdpp.net jamestommyyy.ddns.net relax-cream.com homeforallorphans.com @@ -127793,7 +129889,6 @@ bhe371.cn kuijnrzkij.duckdns.org securitymicro.ddns.net taskmarried-button.com -kaikialexus.com ddns81.airdns.org fuctsmeted.xyz integralhcs.no-ip.biz @@ -127832,6 +129927,7 @@ blackshades169.no-ip.info contractus.qpoe.com recetasinstantpot.com lab-wired-kvvgzjkkdr.dynamic-m.com +jenergy.tw palaboraeurope.tk zer9g.com rramaskkmigysmanleronurzya.website @@ -127849,7 +129945,6 @@ xeno-blackshades.no-ip.info xbacks.duckdns.org techine.net s.shadow.mods.net -api.highsecuritymac.com gjbqfuxsvl.ddns.net rrvjbchlzh.duckdns.org q52hbnx.top @@ -127873,11 +129968,8 @@ flash-playre.xyz maspolice4.com vitimas.no-ip.biz rubell.nyc -industry-deals.com -septembercolor.net fsjtyjgrnl.duckdns.org fymibdizeu.duckdns.org -agwoan.com 52.nsvjn987.com minerpanel.tk qkw61kj.top @@ -127917,8 +130009,10 @@ mmdjj212.myftp.biz meemivampire.com mhcp618.top ttymirai.tk +ynewnow.net test-updates.ga krqeaikfkw.duckdns.org +oiyuepmtcd.duckdns.org federa.duckdns.org temgftiyhn.duckdns.org ihmclxabmn.ddns.net @@ -127938,7 +130032,6 @@ qithub.org jsngvficglxttjwg.com tugnutz.com dollet.ru -blackshades444.dyndns.org tith.in tubjjbrsybee.net plantfebruary.net @@ -127958,7 +130051,7 @@ futterrr04.top subasinufy.com wheelprice.net fbqxbftoidpeprcdrtgi.com -1juni103.no-ip.biz +pozmx6dhcjbnca.hopto.org tripdownload.com apollohack.ddns.net fersxylllm.duckdns.org @@ -127969,6 +130062,7 @@ acc.lehigtapp.com hopedalebooks.com adtechsolutions.in fjrmainncjdsw.in +dns.chk3.eu servicetheir.com aserdefa.ru lh-yahoo.com @@ -128004,6 +130098,7 @@ wfyegmpntl.duckdns.org interstat.co os-microsoft-check.com xiummzzmzz.duckdns.org +pickred261.xyz nicenews.firefoxupdata.com zefhf.no-ip.biz tookddiwijdiss.su @@ -128012,6 +130107,7 @@ bb.playhelloy.at servehost.servehttp.com bhrserviceaps.dk fmalmkhemu.duckdns.org +minilugovefy.net qscp618.top 9660123.com can.infobusinessus.org @@ -128040,7 +130136,7 @@ f12dbnq.top yyinesxgac.duckdns.org securedesktop.no-ip.biz nioxrmocwnar.com -bonponon.com +soso.noip.us hydrastis.ru tszyxzhzrm.duckdns.org km8gm83.top @@ -128048,8 +130144,10 @@ fuckyourserver.xyz grars.com qngmtbzfws.duckdns.org wesk.tech +askmeaboutrotary.com ns2.o4v.ru hlmxasdhcd.duckdns.org +panisdar.com qmiebcljui.duckdns.org nrjsrvkcnncdnikj.nl stikstik.ddns.net @@ -128079,14 +130177,15 @@ nhvina.com tfofqzvgrw.duckdns.org okmnji.ddns.net uewcxaruqseqbyctecgt.sh +kidplmbgvuluaag.com ezfcmshprn.duckdns.org rvvfjibldqif.ru kistas-tv.ddns.net oplqoqxfqu.duckdns.org 3oo16.ddns.net -lin.absorptionspbs.top cypryccsg.today feartaste.net +finburgers.com acity-lawfirm.com lostmind888.no-ip.com trems.rvenee.com @@ -128117,6 +130216,7 @@ rtzjwqxikcw.com julian26.dyndns.info bbzllto.vip qegyryq.com +tefhhhtgkl.duckdns.org lpcgang.ntdll.net goodyz.yzi.me alcirineos.com @@ -128137,7 +130237,7 @@ antiquepariss.top bossix-41718.portmap.host updates-windows.com p5b7e7e5ad05fffd60e9624086d9a95076.so -perhadmithen.ru +snow-whyperlimited.com anonamsterdam.no-ip.org thidcvrzeh.duckdns.org creepbeforeyouwalk.com @@ -128176,6 +130276,7 @@ cf75d89b.space e8.ssigu.ru g72cbnx.top 1453mk1.info +ymelmqizdj.duckdns.org fozjmtpyqs.duckdns.org contractus.zzux.com bs13372.no-ip.biz @@ -128211,6 +130312,7 @@ yjepokcbnw.duckdns.org navasto0000.mcdir.ru pandemiuygulamasi16.com vieclamthemde.com +mprowumsdyvgghh.cn wkrubkttrj.duckdns.org usy.usdx1019us4.us unkerdubsonics.org @@ -128227,6 +130329,7 @@ infernal.duckdns.org easyresumecreatorpro.com adobeflashmanager.services anyactions.best +tcvrqgupts.duckdns.org amin1603.no-ip.biz arhhaderm.pw nxeed.ddns.net @@ -128255,7 +130358,7 @@ spr-updates.ddns.net j82xbnr.top vip.sportreadok.net arvensis.xyz -etass.xyz +covision.tk panel.gopetrom.com dns2.enderthen.ru royal-mail.top @@ -128263,11 +130366,11 @@ vptiwlzpfh.ddns.net ilebigument-macroripakesion.org sirius-market.com decitemosion-semifesuhen-exucaroxen.name -minemine12.no-ip.biz webmail.aoldaily.com kasueh.com microfaholy-inafecipish-micropedaly.name ad2a4b5e.dynu.net +wetdh.xyz nushopper.com dhl-ebalo.cyou diznet.biz @@ -128286,7 +130389,6 @@ shroud.zapto.org qjhvelhwuk.duckdns.org help.office-books.com gioccho.myftp.org -ymb782y.top fcks123.zapto.org kkxpppcpoo.duckdns.org hogwart.konkuk.ac.kr @@ -128302,7 +130404,6 @@ tclient.arrowservice.net mc6q3zw.top loveayada.zapto.org nongratonl.no-ip.biz -ukcompany.me loltest.ddns.net dedgesuite.net iymlmbnvjnny.net @@ -128326,6 +130427,7 @@ premiumclass.cyou jsc0nten1maker.com qc8q8zh.top hadidelioglan23.site +phledgdrfiyrmnw.cn mtvcezaodeme.com bygqdqmq.ru dxivhjpini.duckdns.org @@ -128347,10 +130449,11 @@ rsakillerforever.name vopycyfutoc.eu mediaaplayer.win bfjrfsdbdo.duckdns.org +mosclar.mrbonus.com macrorezigalike.com ch63610.tmweb.ru google.wwwhost.biz -holubicoklire.top +fileserver.co.kr xkpnshbpef.duckdns.org fpjr511.top km8ps23.top @@ -128387,6 +130490,7 @@ atetgyy.com readmytipsntricks.com titanikvmoskalii.com accountsgooglemail.com +geamac.com sutcjhvfun.duckdns.org za-nosa.no-ip.biz servncjmain.org @@ -128400,6 +130504,7 @@ shockerton.no-ip.biz upgrade.coldriverhardware.com foaqqhzyli.duckdns.org lintaiyang.e1.luyouxia.net +cbdwyjladp.duckdns.org testsnetcontrol.com showgraphicarts.com xuxgieicty.duckdns.org @@ -128426,12 +130531,12 @@ es-correos24.com firqswkhpl.duckdns.org slxbtaefis.duckdns.org jgicjuvfif.duckdns.org -griqy11.ddns.net +25665.me maparappaback.top lyxylyj.com ihjkljkl.site commercial.myvnc.com -atyxa.com +ymb782y.top odrillncm.com createluma3.hopto.org hes.themrbinman.com @@ -128446,6 +130551,7 @@ voupfiyajc.duckdns.org birkizbot.no-ip.biz camo007.no-ip.biz nasa.xxuz.com +xn----7sbiki4aifik1ax.xn--p1ai imageshack.no-ip.biz mohlaka56.no-ip.biz gyqz83h.top @@ -128466,6 +130572,8 @@ jrexy.ddns.net h72fbnw.top cumhur-uygulamasi-tr-tr2.com julian-g.ro +cakm.com +ckpgqfpjmdsnmuv.cn doctryna.xyz ue4j6g.com pnkomnaref.duckdns.org @@ -128483,7 +130591,6 @@ gdexordsb.icu bang-power.su mfc.newsonet.net tywgg.xyz -gaohrhurhuhruhfsdh.co z6kg8p8.top sibalnom121212.kro.kr service-issues.site @@ -128524,6 +130631,7 @@ antilozoty.name muchwear.net pandertosbalar.tk hallfinaleuro.cyou +kaka.lehigtapp.com gyhz18g.top bkhwa123.r-e.kr cvnfr.xyz @@ -128536,6 +130644,7 @@ pictureviewer.servepics.com ygxgfbzeap.duckdns.org ru.gcgame.info ns3.didenth.pl +trredfcjrottrdtwwq.net driverfordell.com ekim-pandemisorgulama-tr.net alinjrat9.no-ip.biz @@ -128564,7 +130673,7 @@ nature.fam.cx ibossi.no-ip.biz recusigetion-transubeviful.info testy.no-ip.biz -man001.blackcake.net +laraminecraft.no-ip.bz beastint.no-ip.biz srvikjdsw.tk mankament2.icu @@ -128608,14 +130717,14 @@ supportbackup.esy.es cyhz13c.top g82jbnr.top muhtesem20gb.xyz -d.lmj.su +yuremiguel.ddns.net dabignile.no-ip.org fmuzliwxym.duckdns.org blind1234.ddns.net trstealer.no-ip.org qpbpcznafm.duckdns.org egab.at -burtonschlorofluorocarbon.com +crisflores.ddns.net btcminergate.ru l2orion.beget.tech dreamsubdark.no-ip.info @@ -128626,7 +130735,6 @@ mnheg.xyz ipcamerakhunec.ddns.net ali124.no-ip.info mikejesse.top -x6kt8z2.top 288706-ce34203.tmweb.ru sharespoint-en.com gnotbalbzju.org @@ -128643,9 +130751,11 @@ pcyvxgsnyu.duckdns.org nonivagage-underirurety-coxinoreth.org ueqwbuydhu.duckdns.org woa79ewinfield.club +ufehxibnbs.duckdns.org ladylee.pw cybz93l.top bookreader.fun +jltitpgjcjekcgq.com nvxkyllntu.duckdns.org j64aa68b44ca318965303e4efafb22094f.cn n.wpsnxnegs.com @@ -128661,7 +130771,9 @@ obdqerresx.duckdns.org xxx12xxx.zapto.org taphiibgrq.duckdns.org epi-spa.com +deadq11.top makedonija.no-ip.info +thisisforthetest.no-ip.org world.rickstudio.ru ghostru.biz osososama.ddns.net @@ -128688,6 +130800,7 @@ hrmkogrvuv.duckdns.org km8lh77.top tablegives.net 19xs.com +rbvncwhzua.duckdns.org hemlis.zapto.org dpdq555.top naversecurity.us @@ -128708,6 +130821,7 @@ yusuf12carental.xyz gypz23y.top fatoftheland.top afas-kr.com +kgvvubjjsv.duckdns.org forstraus.co ymj778n.top clhyelmwnuqhigecp.pw @@ -128792,6 +130906,7 @@ yms762b.top itehzsunor.duckdns.org meexbnqjnnjy.net weretogoto.ddns.net +sucxshtffgitu.com rida9949.ddns.net windowsupdater.no-ip.biz fffufk.com @@ -128813,6 +130928,7 @@ gyqz62m.top kenxx.ddns.net marcostrinity.no-ip.org downloadcypher.com +movestand.net vsuwxpzwkm.duckdns.org bluefin.aunewsonline.com shoppinglist.duckdns.org @@ -128832,7 +130948,6 @@ testudos.ru alexa97.com0 ndgsz.xyz nagiby.zzz.com.ua -spartanrulz-32158.portmap.io point.linkpc.net mikus19201.ddns.net nonudugihite.biz @@ -128844,6 +130959,7 @@ b0bl0.xyz hunda.3utilities.com fcjpdlsyhj.duckdns.org 1raja147.no-ip.biz +km8ld76.top 49jucwch3k.com uxmwlhefdj.duckdns.org ymt772g.top @@ -128864,7 +130980,7 @@ sosvot.ru free.agrillcs.com snackebay.ddns.net lawdvmercy.site -osom.anzbk.net +yipbwrancfsddwt.cn aqgzlmcqxn.duckdns.org tcbmtrpandemicumhur22.com market-join-service.com @@ -128909,7 +131025,6 @@ you123.no-ip.biz drivegoogle.site httpload.com ug-opm.hugesoft.org -gbtkequwgb.duckdns.org babafingor.net ns1.consuetudo.ru anayunamucugunuyiyimmila.com @@ -128934,6 +131049,7 @@ alap2.anondns.net yashodankalpataru.com sdhcvdf3.duckdns.org jttfwvfrqb.ddns.net +nqlcapxkin.duckdns.org rockwing.net m2-kaplan.org g8a41d723ff9c9c05c5a5fe2efa0e6228a.hk @@ -128990,6 +131106,7 @@ bs2012.no-ip.org ghhcwldtj.com etoro-miners.com ftnqsrfppn.duckdns.org +a8dpukdxoden.serveirc.com earlyace55.com an4u.com 9.wolfiot.xyz @@ -129008,6 +131125,7 @@ yzxxjecrfq.duckdns.org finderrac.org hdalzbjroj.duckdns.org runescapehacking.no-ip.org +jbpreshandes5gm1906.duckdns.org qvihfvihdcie.ru eguaheoghouughahsk.su triedgrown.ru @@ -129016,6 +131134,7 @@ bitcolntalk.com bullstray.hol.es hsggh554tgahhr.pw liftocean.us +jvowpfvfarsgtwl.com api092801.camerac.xyz micropdz13.no-ip.org drahipejry.duckdns.org @@ -129074,6 +131193,7 @@ broken2.cf ymg739f.top windowslogon.ddns.net reqxlvcn.com +fpzz595.top golds2fit.xyz bambamdumer.ml bolsakteebagger.no-ip.biz @@ -129091,7 +131211,6 @@ e.ppidn.in ikjncjjfnjfnsite.us money2008.org thainz.no-ip.org -locopoco.zz.mu iraqipirate.no-ip.biz f6ky8f8.top cxs.no-ip.biz @@ -129100,7 +131219,7 @@ moswanted.com hp.gonerallying.com z6kg8m3.top astramanton.com -vudybatowu.info +ffjpbxhthftrgfb.ru bshades.xheritablecoolx.info wickedprayerbs.zapto.org anennwrhes.com @@ -129117,13 +131236,14 @@ eeguxcglso.ddns.net remote.mediatools.ml bubsware.com voscomptesenligne.eu -nickdns75.duckdns.org +vibyxcwmww.duckdns.org qingcs.3322.org bcjsoinlsidun3.eu cfmontessori.com knhes.xyz blackhills.ddns.net franchessko.top +stillneither.net vcmfylsczg.duckdns.org fatimasalman.com galyfez.com @@ -129153,6 +131273,7 @@ egregor.top sarahismaster1980.zapto.org na7ded501be82e172506f554f05bde8137.in engineer.hopto.org +marvel89.com ns4.fortidocs.ru appsync-api.eu-west-1.avsvmcloud.com linksoff.com @@ -129199,11 +131320,11 @@ elysian.no-ip.biz post.postkp.com yellowhornet.top skwozvkyzh.duckdns.org -ns1.www.research.pc2linux.com.mx bcyqrbvjwb.duckdns.org ypppyumlnfdd.net allen.w223.west263.cn hfreeedvuz.duckdns.org +martin1000.zapto.org ldyxfmponf.duckdns.org qwertardormad1223.ddns.net afawydymss.blogoveg.org @@ -129304,7 +131425,7 @@ aapumbnihs.duckdns.org nmn798f.top teamtanic.ddns.net ojoijuzetl.duckdns.org -freescanonline.com +mohaaameed001.no-ip.biz cozeskxmdf.duckdns.org diwddeeeuv.duckdns.org morrdirectory.com @@ -129315,7 +131436,6 @@ sesamum.space xfhoahegue.su interstats.bar 2.hngjdskgnkjgnk.p-e.kr -pc6q1zp.top infolator.info winfertrow.com pixelz.myftp.org @@ -129325,11 +131445,12 @@ galykew.com piggyrat1.no-ip.biz kssync3343.com heikechenmo.3322.org +imcxbilsxtteiiu.ru whichcity.net msec.zapto.org uitvaartverzekering.xyz darktool.org -ssehwphnqs.biz +p2.fly1989.com lx1728559344.e1.luyouxia.net ns2.gate2haven.ru yyqz683.top @@ -129357,6 +131478,7 @@ gulmazatenmoralemebozuka.cyou paybalinvest.org lpmxp2027.com jftjsgusql.duckdns.org +upgrade-flash-player.digital imjustdoingmyjob.ddns.net k12jbnr.top ru2.ovpn.to @@ -129376,6 +131498,7 @@ wsxtx.xyz dogruyusoyleme3.com ynngon.ml sdf4g.xyz +kkhukdpkpu.duckdns.org ownedbyretro.myftp.biz pzmftmgqnxaqgrznm.net traksa.space @@ -129403,11 +131526,9 @@ kill0604.ru ns1.someonesns.ru nusgibnqbu.com overwbuff.com -itsrrrwwjw.duckdns.org wentwall.net fpjr539.top icyxobofoq.blasters.biz -sbuudd.webssl9.info raftingholiday.com sony36.com bigsunshinebooks.com @@ -129421,6 +131542,8 @@ fpzh562.top mxlownzu.no-ip.info ahmedbilel.no-ip.biz fuckyouxr.no-ip.info +tagypxecprqdbfn.com +apouvtios2.uno gyrz89w.top eteaminc-sharepoint.com rjffyijoujniqwe.com @@ -129451,7 +131574,7 @@ singin.loginto.me slielbulwn.duckdns.org km8sk91.top ponymaltadns.duckdns.org -makamaka35.no-ip.info +wmteshftca.duckdns.org p789p.top wbbacyqlbr.duckdns.org shopstoregames.icu @@ -129482,6 +131605,7 @@ docrule.com pupyjap.com stojanovic.zapto.org summertime.dynssl.com +downloaddash.com wispy-surf-fabd.bhrcaoqf.workers.dev interoroloful.info qgjjnnhxnj.duckdns.org @@ -129497,13 +131621,11 @@ khamrianschool.com vqhlthwvxv.duckdns.org casaconceitoltda.info senhyzz.com -x14x6x1x7x9x3x1x8x1.co.in irssales.hugesoft.org gtcbvacdzw.duckdns.org loolo.no-ip.info affine.no-ip.biz wc6q7zn.top -dwnloader.com shaoqian.f3322.org xlvvutmucr.duckdns.org bgogpmrmay.duckdns.org @@ -129521,8 +131643,9 @@ inewdays.csproject.org vip.all4syrian.com googlecstorage.com paladian22.no-ip.biz +ns4.spcninternet.net mggewkhvvi.duckdns.org -oppose1345.com +classmeeting.net xkfdvdrlpb.duckdns.org mooimasheep.no-ip.org baggir.org @@ -129545,10 +131668,9 @@ fpzf569.top office.go.dyndns.org vsetest-service012505.ru pedicellata.xyz -mmp224460.e2.luyouxia.net tudfdsf.info pandemitrdesteginiz16.com -vtech.no-ip.biz +cumhurtcbmtrittifakigirisi48.com analitycscrime.com fpff539.top a867.no-ip.org @@ -129640,6 +131762,7 @@ kosex.ru rykursufqf.duckdns.org iphonefreesavecheap.xyz 5efxqhk2zhgnc24l.onion +ybfavfwhvh.duckdns.org feel500.at okjsxibwjxbj.ru fpkl526.top @@ -129659,6 +131782,7 @@ tepbfiafbtt.pw negro002.com bamadio.no-ip.info blazonjewelry.ml +400city.com d92378523.cn fmnlnautosqdub.com golfnewsvermont.com @@ -129691,6 +131815,7 @@ jmjm.bounceme.net tsbbplmyau.duckdns.org masee.info jteaywwkcq.duckdns.org +cmayjrzzkp.duckdns.org gyznnbguiw.duckdns.org pf5dahldauhrjxfd.onion.cab flashupdate.services @@ -129708,7 +131833,6 @@ qdcp388.top h22lbnd.top ks-marine.com diagnostic.safebrowing.com -waz.no-ip.ca joeiyke22.duckdns.org led-s.com 7daysinabudhabi.org @@ -129729,7 +131853,6 @@ exaet.xyz nowhere2befound.no-ip.biz angelandthebackbeat.com ajareselde.zapto.org -nilwrvzhrs.duckdns.org takeusall.online bbcillcjydts.in boezl40.com @@ -129769,7 +131892,7 @@ rosrl.sytes.net superingtest.zapto.org sicktook.ru rxckigcabt.duckdns.org -ns2.rnster.at +fusaed.com crybergateratftw.no-ip.biz qtiixgafexkgze1.net ddlvrirvsbrv.in @@ -129791,7 +131914,6 @@ bensenibulmadanonceee.com 2016j.no-ip.org comfortzonemarketing.com ehaofehofhuhffzgow.su -smehpusnwg.duckdns.org bqesslyyqs.duckdns.org fpqh592.top rtzrolophu.duckdns.org @@ -129811,7 +131933,9 @@ woc.yasonbin.info symantecupdate.net digi-sec.top ex9ohiamistanbul.net +uccftl.org tasessa.no-ip.info +cupo-web-avance-cl.cf asdfaweridasfew123.no-ip.org azure-cloud2.web.za winupdate.no-ip.info @@ -129830,6 +131954,7 @@ aj.skt-one.com amhfxoshya.ddns.net die-b.top nqrivpqrpo.duckdns.org +ssrmacgshpvtcvd.ru a2ago5l1.ml ywygpefkfh.chickenkiller.com humorpics.download @@ -129864,12 +131989,12 @@ eklbhbyzkw.ddns.net km8lh59.top ffsetfqlou.duckdns.org conman2344.no-ip.biz +altenkerman.ddns.net hc5q8zf.top mailnic.djkcc.com gyrz31z.top ratyz.hopto.org fpbn553.top -hizimetler.online centerpieces-with-feathers-for-weddi.blogspot.com data-fold.org ueloxxrvjv.duckdns.org @@ -129928,13 +132053,14 @@ hbbqueomhv.duckdns.org salon-na-domu.ru th3r00t3rs.no-ip.biz cyjz68j.top +jcbbi.com tntky.org ownedaaaaaaa.no-ip.biz kamboneysos.site nej.tilingsidealises.com ntumakafl.cf dinners.oss-us-west-1.aliyuncs.com -ad.icab.pk +xcdrt.xyz uploading-neptune2020.online 04fckgwxqweod04.bounceme.net waetxhes3.duckdns.org @@ -129950,16 +132076,17 @@ ioewruowierhkld123lakssfh.com blackberry-update.com invoiceholderqq.com teacher.dyndns.info -upd-ncx4-server.com +wyerc.xyz pla.no-ip.info newhack8991.no-ip.biz 1eryxnva.glibc.org nforth.in k0k0wawa.hopto.org -imoveisemribeiraopretosp.com.br +azeridestekkazakdestekses.site ptricesoft.dyndns-work.com epjbcn.es pactolan.no-ip.biz +3zer0.com gojowogilamevyh.info kissa-rat.no-ip.biz ns1.jewishjournal.us @@ -129973,13 +132100,13 @@ electrumbin.com baby.webhop.me ajhviztyfk.duckdns.org zinrop.com -line.beibiandmom.com stop2.no-ip.biz ksje3.xyz gaueudbuwdbuguuk.ws flash-aplayer.xyz ylw76kj.top qukypvyzuw.duckdns.org +p567p.top tstwujhjsktlxjo.ru km8sr68.top km8ld16.top @@ -130008,7 +132135,9 @@ gmqccqxusqwptyi.com statswatt.bar jtfnbghbwu.duckdns.org jribfxadha.ddns.net +literat.ho.ua nohop1998.ddns.net +gangsterriza.tk rakwltthgq.duckdns.org zk.lamers.si retordownty.com @@ -130045,7 +132174,6 @@ storage6799.xyz mounir22222.no-ip.org ugo.ppmcng.com rabok.io -stillnorth.net g72gbnx.top lotsofhosts.no-ip.info j22nbnj.top @@ -130054,7 +132182,6 @@ wind.windmilldrops.com pawsnewmapitocdo.tk m-analytics.net aiow.no-ip.biz -fprx569.top id4242.ga xp1lht2kd6h.icu saadi8899.no-ip.org @@ -130072,7 +132199,6 @@ aghightile.ml akzm2hyi1x.com smlpp.monster myfreedownloadsnow.com -clarke-taylor.life jc1q9zy.top gynz31d.top kundalini.ddns.net @@ -130084,7 +132210,7 @@ globulus.nsupdate.info 1688dsj.com hobi.3utilities.com 3f4.ru -ducklife.ddns.net +iraqali8.no-ip.biz uyvxiqocay.duckdns.org tqwpmpwckhidiss.com hc8q8zc.top @@ -130100,6 +132226,7 @@ sxdvwufqft.duckdns.org soilsuch.net quvmiqthxjkb.com teaseeras.com +ablefullrun.xyz monalisapizzeriasi.com dogemoon.info lxldesfjma.duckdns.org @@ -130113,8 +132240,9 @@ glddqwbtmk.ddns.net blzqnabovf.duckdns.org fjredwtiskqy.pk wyzxos.com -polkadot-support.com +hyjitaveni.info qqnnmxhjhl.duckdns.org +supportserviceeu.com toastbrotmaker.no-ip.org awtes.xyz hb.0x9001.com @@ -130136,6 +132264,7 @@ ggoonfdgfx.duckdns.org qegefavipev.eu ebgiaueghuur.cc kafamtskgibiodaklanamam.com +zone.usrobothome.com vinchycode.zapto.org war.3utilities.com morganjeff.com @@ -130152,6 +132281,7 @@ motortutkunlariburada.com runefxshades.no-ip.org bshhe.xyz fprn578.top +ginral2011-50254.portmap.io ticket.jetos.com kbella.zapto.org tcdiypdvva.duckdns.org @@ -130199,6 +132329,7 @@ binarysources.com qbcp998.top nickdns71.duckdns.org xrjadlngomhinck.ru +chwmkspfis.duckdns.org hackerdzarit.ddns.net cyrz18y.top hardnumb.no-ip.biz @@ -130209,6 +132340,7 @@ listener.chickenkiller.com g62ybnn.top abusako.no-ip.biz movecold.net +wiphqhflzb.duckdns.org gdcwcbubvbcx.ru 8hs.np-ip.info 4s54hd.top @@ -130216,7 +132348,6 @@ lip4u5.se p0nch0poop.duckdns.org hpuhlibssyxs.pk rogerssmarthealth.com -gamesoft-andstuff.no-ip.biz ro1ex1905.no-ip.biz ymk717n.top ymb785j.top @@ -130227,6 +132358,7 @@ clivertradesbiz.in gynmahcjta.duckdns.org arseisa.no-ip.org cokgdxsnav.ddns.net +ns1.happywip.ru m12lbny.top harris21.no-ip.biz syncstream.info @@ -130235,12 +132367,14 @@ imrhln0.com strike-file-hosting.us vauordi.com zaid-hack1.no-ip.biz +xiummlyxkk.duckdns.org luminosity.jumpingcrab.com fantasyintro.com ns2.sourcecore.ru wpvn.businessconsults.net ankdomqvru.duckdns.org unluckyrat.no-ip.org +rxvtkwidhm.duckdns.org windowservices9999.000webhostapp.com adobejam.in rdvfdfsh365243.no-ip.biz @@ -130283,7 +132417,7 @@ kennedy.tffghelth.com fcynvgjxky.duckdns.org doekl.newsonet.net alltricks.hopto.org -music.bpyoyo.com +worldpostjournal.com ekcbnpnrdd.duckdns.org feltthousand.net abuekaoyfy.duckdns.org @@ -130344,6 +132478,8 @@ waitkind.net qjvah4btqkppaudo.onion gethighreuus.xyz premiumchemical.ga +bepnjuvgdo.duckdns.org +ovwbkinpnt.duckdns.org qxskughoeu.duckdns.org tyha.pw igfxyyxxjk.duckdns.org @@ -130354,6 +132490,7 @@ r2elajikcosf7zee.onion.to mohobycosu.info huntmoney.chickenkiller.com hitmesanjjoy.pro +perhadmithen.ru wtf911.servebeer.com help1comp.ru nsdic.pp.ru @@ -130372,7 +132509,7 @@ bestexpres-simf.ru fptl597.top anticiduxity-underuhorily-macrolamiward.net ctzxjljuvl.duckdns.org -23strong58.xyz +albin0.hopto.org olcme.yildiz.edu.tr parket4u.ru cleancleaner.top @@ -130389,7 +132526,7 @@ tgoodluck.info d5z7xg.com denniz.no-ip.org eiifngjfksisiufjf.ru -solod.bounceme.net +nt8dlgd5yd.com niggerjuice.no-ip.org segsx.top cycz83b.top @@ -130411,7 +132548,7 @@ dsu.duckdns.org point1properties.com dr3am.no-ip.biz dragonpk.zapto.org -bkl-co.ml +6nbmytr.pw yonfeohwsp.duckdns.org macromolerous-disugolal.net jload06.xyz @@ -130458,20 +132595,17 @@ azure-cloud3.co.za melek.ddns.net soilprice.net bzoworthyg.ddns.net -ns2.mymymomo.ru fpcf517.top ggiinanbpq.duckdns.org kalancertinker.site tajsocokwf.duckdns.org yuwanqingmy.com -samus988.hopto.org +gaqyvob.com sssloop.host sabqauqxz.ru -bitcoin.lisx.ru sdtusxfofs.duckdns.org yhsrh.xyz greyninja89.servegame.com -cysz19f.top sensebegan.ru sister-letter.com whytepolo.ru @@ -130485,9 +132619,9 @@ getbitcoincampaign.com vezory.no-ip.org stat-football.com xn--gzra.com -xread10821.9966.org v9attack.0pe.kr stanman.linkpc.net +ifcloudir.ga volcano-1d4rk.no.ip.biz ikjpbnjfnpower.in rhysyfesie.no-ip.biz @@ -130504,15 +132638,15 @@ c.lmj.su singed.otzo.com ibrwxmvklinq.net antifuxuviless-eninotern-micromisogeless.biz +feguhkejwfkgwvfjhkbevcgh.cf fibare.com xxx-porntop.site rankrns.com chmpignondubled.duckdns.org icmkchyrkd.duckdns.org stkhoplite123.zapto.org -qeqyreq.com +f4xbhybzaok.hopto.org vonyqof.com -disogubedom-multizogoship.net govvdssueawtdf.com wkjiigcxtm.duckdns.org hhgidxwxqs.duckdns.org @@ -130539,6 +132673,8 @@ ns3.alibnpow.ru 36s43.top xccp818.top celtictimesofkarishan.com +uqtgo16datx03ejjz.xyz +reviewonline.no-ip.info gzbfstkhwj.duckdns.org mavjlbfzwp.duckdns.org androidapps.fvk.cc @@ -130553,6 +132689,7 @@ sunil.duckdns.org fattnumdelordine.com zmr.ddns.net romano404team.no-ip.org +drhovsepianbeverlyhillsexperience.com syogvbkppd.duckdns.org ablegrave.net nmn727q.top @@ -130561,6 +132698,7 @@ xidmofnsc.ru zubkoabmqv.duckdns.org fefgsfeddp.duckdns.org tcbmuygulamagirisitrsagla.com +daco.nyccomputerconsulting.com ponzi.no-ip.org zzhwoxyqnn.duckdns.org droptop4.com @@ -130576,7 +132714,7 @@ suzukimxm.cn salihghalib12.ddns.net hr-inspired.com netbios.sytes.net -bigdata.akamaihub.stream +headquartersissuetforum.com vaycanina.xyz almaxxd.hopto.org qegytyv.com @@ -130592,6 +132730,7 @@ dc-99de0f72f24b.3-sendmail.ru ssupdating.me amasingrow.space xgxzduclvq.duckdns.org +xjhqtchtlynntep.ru qybvkinpnl.duckdns.org orqqqcpbpw.duckdns.org gianniv13.duckdns.org @@ -130601,6 +132740,7 @@ tranquil25.xyz wgegw4434g3g.ru hackedbijacz.no-ip.biz wornegmot.top +qduecqejxz.duckdns.org win-driver-upgrade.com selfsegmentation.zzux.com kemsvfdyqo.duckdns.org @@ -130617,6 +132757,7 @@ lmvtyzhgor.duckdns.org comodotrl.com e-devlet-pandemidestekbasvurusuindir.com inconvenienceonthefly.org +sahosovnup.duckdns.org frsttgsfss.duckdns.org fyjftn.duckdns.org rururmasksilkavayssstezya.website @@ -130648,6 +132789,7 @@ ngw63kj.top vuhnsudye.duckdns.org dbeydgbeyd.ddns.net jonispro.no-ip.org +ta3.no-ip.info ceeiimdegiip.bazar ns2.ecosharep.ru ekapidestektrgiris82.com @@ -130674,16 +132816,16 @@ dyn.no-ip.org funbot.zapto.org befaheaiudeuhughgo.io microsooftt.zapto.org -sgsds.xyz infospress.com dataserverr.duckdns.org bounty.bigbotpein.ru dreambugasx.xyz host55511.zapto.org +bettercontact.co qu90.no-ip.biz uploading-neptune2020.zapto.org ratyou.no-ip.biz -f0429316.xsph.ru +pinescop.top proslr3.com balkonnydiva.top pageserver77.com @@ -130712,7 +132854,7 @@ cbooooonsf.duckdns.org stingtek.com zakidsense.no-ip.biz npromo.eu -drkush.zapto.org +locopoco.zz.mu xhshufshmnih.org bhuwy.xyz gylz52d.top @@ -130747,6 +132889,7 @@ trueviewhosting.com moureuxacv.com postedecretosecure.info anonymousip.no-ip.org +qwe111.com lbkwemzjgp.duckdns.org irc.zief.pl amtours.net @@ -130798,7 +132941,6 @@ pumpkinking.no-ip.org tbcmuygulamasipandmeiyardim14.com xred.mooo.com torrentzwealmisr.onion.pet -mvgdyfkwhy.duckdns.org trrsfgtllz.duckdns.org hc2q2zf.top 7ba775ac.site @@ -130823,6 +132965,7 @@ vylkakkwqc.duckdns.org lordshade.net darpeasypeasy.ddns.net delivery-yahoo.com +automation.icr38.net sprinqer.com rncvabzwrt.duckdns.org spr-u.ddns.net @@ -130851,11 +132994,13 @@ refenansoro.com oxwzdmiotudaik.com districoperav.icu km8gf79.top +jyfulebchyby.com postoresure.org dera23.no-ip.biz tjccxppnpl.duckdns.org macrokadubofy.net hasimkaya.net +tgxzkitywb.duckdns.org stableclick.com nopowerhere.top imenizoness-monoferagible.org @@ -130865,7 +133010,7 @@ manzorro.duckdns.org glorbterades.in.net cmqtlzksny.duckdns.org djdsh1234.0pe.kr -habbo123343.no-ip.org +lqxesx.zapto.org ationsopors.com veil658.xyz daumcdns.com @@ -130913,7 +133058,7 @@ irobesify-minisaropion.name njrat-hack.no-ip.biz gogalaxy.info xnghikpuyg.duckdns.org -box4066.net +megaplug.0pe.kr fplp516.top onedrives-live.com ldgjgblhxc.duckdns.org @@ -130933,7 +133078,6 @@ session-confirmation.site tsenazabora.ru careandhelporganization.co.ug tronium.ddns.net -gdrvcheck.co z6kq8l3.top jzi0hc.com anisoptera.online @@ -130942,7 +133086,7 @@ noor1996.no-ip.biz xi.dyndns.pro wetsbx233.duckdns.org host1liil1.mooo.com -dcr048dd.ru +bitsbitsc.space niloticus.ru intershare.zapto.org tiberious.xyz @@ -130952,6 +133096,7 @@ semitezoroment-depobogision.net mogsyjkavg.duckdns.org telastex.net post2431.info +forum.flach.cn toptt.top self-makeups.com zhbvbxixvwryd.com @@ -130959,6 +133104,7 @@ healthcbn.com nambs.no-ip.org gykz83q.top bc1q8zw.top +hbzcorp.ga apink.f4m.kr fc6q8zf.top ddsns.duckdns.org @@ -131035,8 +133181,10 @@ info-develop.com n01p.no-ip.org yerdshxd33.duckdns.org cjfwuuupgw.duckdns.org +fpjk597.top fpjn517.top news.dellnewsup.net +info.mcafeepaying.com soclosebutyetqq.com maiowforecto.org pihftoollb.duckdns.org @@ -131100,15 +133248,15 @@ croxxy.no-ip.info 1603710280.httpdsconfig.com yivyqouins.duckdns.org naefgtcqyg.duckdns.org -customerscreensavers.com mkerli1.com bsrat.zapto.org binom51.com +jfnfjr.tk e2c8f896e7bf76ba73f5d6998a2a04625b.tk ce9a2071c5a89886b4adc0331e6e020ae7.cc wc9q8zk.top -uubnmdqw.org 3tril.com +lc2q5zh.top piecepress.net xyquvofrl.la dl2.onedrive-live-en.com @@ -131149,7 +133297,6 @@ drust4nhf.no-ip.org transixehufous.org fymehstxfy.duckdns.org brcrcqoebj.duckdns.org -eurotsl.com assurecom.info g00gle.dyndns.org xn--h1adlaje.net @@ -131163,7 +133310,7 @@ e-library.me contact.purpledaily.com m249a1.no-ip.biz pofuduk.org -parayapakdedik.surf +theoneperson.no-ip.biz 1603710222.httpdsconfig.com networkspeed.live webmail-koryogroup.com @@ -131179,7 +133326,7 @@ w464d7adfd74a70e7fa7d86aa927c8d80d.tk jhw76kj.top vowyqyt.com fjod.businessconsults.net -killerbillou.no-ip.com +qrcp688.top dxyasser0.linkpc.net bayramuygulamasivkf.ml client876.4bo.ru @@ -131216,6 +133363,7 @@ zc9q6zj.top itihzezhnl.duckdns.org abcxyz.stream sulumantoptas.zapto.org +atyxa.com xxthqbjyyc.duckdns.org kelnor.zapto.org xilongxi.net @@ -131226,7 +133374,9 @@ zekorap623.ddns.net club556.xyz syn.broadcaster.rocks demonoid43.no-ip.info +smcritiucg.duckdns.org ftp.mofa.ns01.info +botwmdtnoeoplog.ru ali.sytes.net twitchmachine.strangled.net viberupda5.temp.swtest.ru @@ -131301,6 +133451,7 @@ xjmhlkudkpqn.ru 73ntbswfmt84n228s8xlosct3j3ktp.biz crawz.no-ip.org darkarmy.fishdns.com +c1.boostfever.com depuisgef.us spr-d2.ddns.net showkurve.de @@ -131316,13 +133467,13 @@ mail.safalife.com gwmdskglefgk.ru charlesawells.com diivvviivv.duckdns.org -371678.com yungz.no-ip.biz 2021spainflplayer.info priwholsfl.duckdns.org traffdollars.biz d6d.no-ip.info olk4.com +arloeiffg.com rkhlkmpfpoqxmlqmkf.us rqvnsqlelk.duckdns.org mxrlmccsia.duckdns.org @@ -131352,7 +133503,6 @@ ns22.belowto.com nullserversmirai.tk pixelcancer.no-ip.org wolblid.zapto.org -thisistest.zapto.org dhpuuvrquh.duckdns.org ztrtkfrefu.duckdns.org pub.sendevent.net @@ -131365,6 +133515,7 @@ imopexaward-prokoguful.info lmrdjembfh.duckdns.org fhjjndiasnew.net lost-cats.com +stadtaugsburg.com cygz52m.top vvincicivj-c-ssenrjais.tk onepickle.com @@ -131384,14 +133535,18 @@ enemycloth.net pappys-bot.ru rocktold.net revtp.servehttp.com +cash-money-analitica.bit cynz82k.top ivzzowxijy.duckdns.org lookshade.net +amino-cn.com feltpass.net cyanobac.com gedux.noip.me byzawsj.net vgfsowmleomwconnxmnyfhle.com +capzfzfdcn.duckdns.org +ktlcavpaut.duckdns.org jfyx798.top dotpower.net ncypcord.ru @@ -131461,6 +133616,7 @@ nilemixitupd.biz.pl ns1.tuktaktok.ru dokintanke.ru difti.at +cu24886.tmweb.ru pwramqmsms.in cumhurittifakitr588.com gotip.pl @@ -131473,7 +133629,7 @@ laloutrecam.no-ip.org madani123.sytes.net mozilla-yahoo.com jmcoru2.fagdns.com -wishfebruary.net +laesperanza.duckdns.org kepxfcywjk.duckdns.org rtdwivyivj.ddns.net halasturizm.com @@ -131518,7 +133674,7 @@ spot36.xyz iwjncjpower.ml thiagohora.hopto.org niloiuyrt.info -rdplyaumzf.duckdns.org +girlfight-exit.com 4c72e049.top sofpebulet.ru rapimibitiricen.cyou @@ -131526,6 +133682,7 @@ dhasjcsaljnc32232.net flymarks.com omyce.ru bing.firefoxupdata.com +clocktime.myftp.org cctvtb.com ns4.lukpin.at deepprice.net @@ -131534,12 +133691,14 @@ pcqdstlyeduv.pk olwwe.ru cnaaafsssr.duckdns.org bkyigbm.com +gsfijnkehhnjvil.cn yml733t.top abolishingarbi.su ns768.com waete.xyz chairattempt.net resploit.ml +songhungservicesgetnow.cf fpms558.top mannyinthemix.chickenkiller.com starzoooon777.com @@ -131547,9 +133706,12 @@ jsbarzerbk.duckdns.org sara2017.myq-see.com stellatosolutions.com aoufauhueful.su +ns4.globalcore.ru yhste.xyz scorpiones.online +reyxezdoop.duckdns.org runescape96.no-ip.info +greenthdykegheedahatakankeadeshnaathfgh.ydns.eu asdwc.xyz santamario.info gatyqih.com @@ -131577,7 +133739,7 @@ stylemodding.no-ip.biz laskrowler.ru buzzcourer.com teltermny.com -rey561.no-ip.org +sagvgefiqv.duckdns.org ricardo540.no-ip.biz nirvan.inti.co.uk withinreport.net @@ -131602,7 +133764,7 @@ dpfw587.top jghlygfjbvf.com oopebuuppidk.ru putakama.hopto.org -mailserv1551.club +fdteokhlaf.duckdns.org ns2.thepicturehut.net tentus.info avance-web-activo-simulador-cl.cf @@ -131613,7 +133775,6 @@ wifebroke.net sslqyojoqo.duckdns.org gametweekz.no-ip.org canyarmm643534.com -slli.cf makiv456.no-ip.info msnhe.xyz smokepawts.dyndns.info @@ -131643,7 +133804,7 @@ api091901.camerac.xyz securitystatistic.com shamanic-extracts.biz darxter.hopto.org -heavyweps.no-ip.biz +lhsehfdwxffuitx.com jinzrcxjqi.duckdns.org gezuioptld.duckdns.org aepahphahv.co.vu @@ -131652,7 +133813,6 @@ psychlo.co.cc eryxis.online denoourbodiesthli.biz microfucoful-enipuhotion.info -repkegorow.ru value.arrowservice.net oftenborrow.net howemituxm.duckdns.org @@ -131666,12 +133826,12 @@ robusted1020.chickenkiller.com s3be41e580fcb005d11e006911e4152178.hk km8px26.top ldrfewa.casa -qafakvrvxi.duckdns.org adlinkmetric.com xaoc6y6yy6.bounceme.net argentinos.zapto.org d8bce5780583fff4f982dee042b6963160.in officeasiaupdate.appspot.com +qseerensns.info qoxkkhxsso.duckdns.org 0oo0oo0.info oaoonareej.duckdns.org @@ -131689,7 +133849,6 @@ fpwm516.top xuqikir.info filltold.net toruuoooshfrohoe.su -blackshades1337.no-ip.biz asdgxswd321.duckdns.org ftp.thunder.wikaba.com jnb-cac.com @@ -131704,6 +133863,7 @@ jumpcross.net nameserver3476.com dmxigobira.duckdns.org b7nfcx4.com +updatemacromediaflash.com ihpcgplcqq.duckdns.org ikjikjmainpbnpower.com tempo94.no-ip.biz @@ -131719,7 +133879,6 @@ natopress.org thinkthinkorthink.no-ip.org sneomuwn.com maunet.org -box4056.net cotolimian-enuzofassion.info newdocreviewonline.3utilities.com superyou.no-ip.biz @@ -131730,6 +133889,7 @@ targetcanada.su kmd.crabdance.com aqksafpuovjyfrzit.org ogvdshhetr.duckdns.org +mpjxffasubdgvyv.ru 5b7e3e64e9c88c6969bb03620e2c9685.se cyqz15f.top icandraft.com @@ -131752,17 +133912,18 @@ ilivusagage.net yawani.ddns.net haaahpspqs.net tech-solu.xyz +eqfuftuojh.duckdns.org svmffepaml.ddns.net xvzefgllzz.duckdns.org ylykvqygbw.duckdns.org fahgfzmmlt.ddns.net applesrtskila.com -qiydonknqyyy.ru +djdkduep62kz4nzx.tor2web.org fwmmlgsxlddw.com fwmavqvphidhnrxcxvcnx.com trafficstatic.net quaniter.com.tw -hook-smell-phase.com +serversrouter.cf platino-5.no-ip.biz misarash.no-ip.org bayo.solanpl.nl @@ -131806,17 +133967,21 @@ cyqz78c.top dialupstwo.zapto.org g6kz8g2.top hwftgbyqlx.duckdns.org +tcbmuygulama222.com tmifftlhqr.duckdns.org goggle.sytes.net f0401036.xsph.ru raymond1992.no-ip.biz hattrick.no-ip.biz +yqtmlnwhmb.duckdns.org agraptor1.dyndns.org vloqimabzh.duckdns.org ptuojkniet.duckdns.org hidemesof.no-ip.org devfzipxpq.duckdns.org madepaid.net +eovljkbiwg.duckdns.org +ser.jonnalbandian.com rapidbullitz.np-ip.org p9b-8-na-5w-2z3-djmu-7pk-qy-0-bok-re9-ym-v9h-av-njx-2es.info destekbirimimiz-pandemi.com @@ -131866,7 +134031,7 @@ cabbac.ddns.net checker.monster powersafety.org ovttpamwxo.duckdns.org -bmrerrerqe.duckdns.org +topbestoffers.monster exsimpetroleum.com papauwa.ddns.net jnancpcopc.duckdns.org @@ -131912,15 +134077,17 @@ ninjablackshades.no-ip.biz androflashupdate.xyz lpcloudsvr302.com hz-lf.com -bloodborn.xyz +qodadnchrlecycp.ru bssqd.xyz tntbreakingnews.com jagged.nsupdate.info enviocorreios.serveftp.org bridgeluxlightmadness.com car.drivethrough.top +secure-xml-delivery-service.ru ftp.tashipta.com wuzu520.com +xvnannmlll.duckdns.org qoyjuqaqgi.duckdns.org ztfrebarhm.duckdns.org elitemaildelivery.info @@ -131951,6 +134118,7 @@ ballneck.net sundaylight.net iuuwwwwjww.duckdns.org bitumnpk.ru +jnnoxbcmcs.duckdns.org update.ciscofreak.com landstorages.best wadew0n.no-ip.biz @@ -131992,6 +134160,7 @@ sameslealm.com xtrim-1923.no-ip.biz gyyz66n.top knowbroke.net +imoveisemribeiraopretosp.com.br il1l.d0.l.hear.a1l.mooo.com unisecproper.org qnymkylenyoqpwn.cn @@ -132005,11 +134174,11 @@ des.infosupports.com mika202.duckdns.org fpbd596.top kutan.ddns.net -2derek3.no-ip.info exurufezage-interimovaless.name 89w74.top ionix.co.id j22cbnn.top +dwnloader.com gjbmnrzdvw.duckdns.org gomadweb.com wbgzpjfxlxlcvbth.com @@ -132034,6 +134203,7 @@ westurn.in unatibosion-pregikodiful.name sjhachsqwmuqgfq.ru gydz75q.top +rsps-play.no-ip.info ogahdestiny.tk legovisualarts.com lgcgvugygv.duckdns.org @@ -132044,10 +134214,11 @@ ymd793k.top djrtfmoptx.duckdns.org csmanuivsrlx.com biod.no-ip.biz +aurenlube.com pmetes.no-ip.org softnet.duckdns.org +istealursoul.no-ip.biz turaminich.co.cc -historicalfilms720hd.com ns3.sovamnet.ru mackplayer.system-ns.net mymyxmra.ru @@ -132097,13 +134268,14 @@ shellupdate.com xoxldyhgnmtw.su dllhostwin.ddns.net metfsy.org +nmhtn.xyz gamdpgasroupe.ru srvservpbnikjdsw.cn i0m71gmak01.com donpannounnasasand.com k22pbny.top sessions4life.pw -ibamanetibamagovbr.org +heuzzbozz.ddns.net km8mp23.top kcvsclvvwkkvgfy.cn fax.voiceofman.com @@ -132131,7 +134303,6 @@ postakubigary-redukixure-subaleluness.net allowus.zapto.org rxgssllt.cn xtremerat.zapto.org -xanznp2kq.com ahr0cdovlzkyljiymi4ymdkundkvywn0a.0.d.255.adobeproduct.com ymb799b.top crowndr.kro.kr @@ -132140,6 +134311,7 @@ basichostnetservice.com kkphd.com emniyenisdentycen03.site awqamxyung.ddns.net +dpzh528.top shot.usapappers.com video-ld.ru acfgikbdhgin.bazar @@ -132165,6 +134337,7 @@ jxlctmfyirdu.su aljazeera-news.com kee-yang.com rentmink.com +06d463a07b51be9296560eecd2e3f4c6.in musictheir.com cybz73z.top offramps78.xyz @@ -132175,13 +134348,13 @@ bisutvaritnod5.ddns.net oanfoenuoanfufzgag.su twuwhfzxsk.duckdns.org weneedmiracle.club -d221-73-45.commercial.cgocable +oabkfofosr.duckdns.org yandex.mrface.com cylz35x.top haider2002.ddns.net 1603710258.httpdsconfig.com zccp768.top -store.ufmsecret.org +lswprfnimb.duckdns.org nonetaste.net ncvbd446.duckdns.org fakefrenchid.no-ip.org @@ -132223,6 +134396,7 @@ pvbnbdrpiy.duckdns.org merostomata.online login.hansoftupdate.com kjfqtvaizu.duckdns.org +xsdgsdcwe.duckdns.org jokerhacking.no-ip.biz ratsandshit.no-ip.org vernalisa.xyz @@ -132252,6 +134426,7 @@ fuluxpeer.com mantidae.online kbxixiew.com xcltymhdkt.duckdns.org +syscodec.com lmhzubqhwo.duckdns.org km8df57.top kjgjgkhffh.sytes.net @@ -132260,7 +134435,7 @@ media.aoldaily.com offerother.net mcserverblake.no-ip.org hell1.myftp.biz -darkblue3-e3.xyz +invoiceformater.com ipv4.windowsupdate.lflink.com marsiane.at ratcomet.no-ip.biz @@ -132275,13 +134450,14 @@ retard.myddns.me andqip.ddns.net miamijr.duckdns.org faq.firefoxupdata.com -xxqsyrtemr.duckdns.org +brwllbquqjkb.ru highdatabase.com imthemaster.duckdns.org cskbqtnvqx.duckdns.org u374911.test93w.ru -digi-wallet.info +wecybjcfjvfe.su mail-check.ru +freekick.us nsbeg.xyz applesforcustmer.net pop2231.no-ip.biz @@ -132291,7 +134467,7 @@ anonfud2.no-ip.biz harrypotterno-ip.ddns.net limonimo.ddns.net asistenon.xyz -ymy713j.top +ilopa.ru bkkrnvfefr.com 1604771637.httpdsconfig.com fphn578.top @@ -132301,6 +134477,7 @@ amagaliba13.xyz httgyyykxk.duckdns.org fishchowder.ru fpww565.top +vqdannrtaoqtadq.ru vhbeuxudwdvlqmx.com email.attachment.biz cdn-4111111217-ms-telemetry.net @@ -132310,6 +134487,7 @@ izqsyflcyk.duckdns.org wbinstall.pw yedeksportech.xyz vowyrym.com +xofinity.com tweeked.no-i.org mailserver23no-ip.biz nmf726g.top @@ -132346,16 +134524,19 @@ gs33f.xyz pandemihelp.online tmmkvjqxvm.duckdns.org cywz99c.top +klkbulhhajiyfkf.ru 1001chromokeyz.site microos.jumpingcrab.com nycbuwfisadao.be anlrxwfttr.duckdns.org youdontknowme.myftp.biz fdmstmmkit.duckdns.org -balderdash.fun +6603541.3322.org +udeudwmyvrlwplo.com x6kq8r7.top pokerstars.servegame.com document.methoder.com +ggtraff.ru daily.huntereim.com aforattren.com asdgcbg44.duckdns.org @@ -132378,7 +134559,6 @@ ns1.criptodns.ru dezinhopx.no-ip.org cenceniysony.site sklivestreamingtv24.xyz -pevhyvys.ru sadxsweta.duckdns.org hefajstos.hopto.org aewgwnifpt.duckdns.org @@ -132421,7 +134601,6 @@ qexykav.com w6kz8b6.top notaires.ml takeshykurosavabest.com -email-gateway-host.cc recidiver.best support-aasaam.com downloads.email-attachments.ru @@ -132481,13 +134660,14 @@ gfcv.tk zyqerdddqc.duckdns.org seminalidism-imotaceth.org kraken28.myz.info +frehan.com ambicluster.com kenturkeymanians.org luminositybeta1.no-ip.info ferrariframework.com tgtolpnapkulekl.com zorocraft.servegame.com -jenupydaces.eu +rockarmy.net jhordarzgi.duckdns.org g6ks8z8.top ckiguddjqo.ddns.net @@ -132502,6 +134682,7 @@ support.mypsx.net qulhstomxp.duckdns.org ranronatrom.ru jokken.no-ip.org +hqxbcialyc.servequake.com rhfcoin.com flahsplayadb.xyz naver-security-mail.96.lt @@ -132527,8 +134708,7 @@ malcolmrifkind.site newsesport.com sorrynerve.net kcnikjservjfnfjr.biz -lilguy2938.no-ip.biz -tcbmtuygulamamtr2225.com +milkmovemoney.com cosmosframework.xyz hoopti.servehttp.com evafzrjpmx.ddns.net @@ -132541,6 +134721,7 @@ fqvkfgdqet.ddns.net 3s65g.xyz soruuoooshfrohfe.su gycz53t.top +storequarter.net gromozon.com goelubvclu.ddns.net shadeya.no-ip.biz @@ -132557,6 +134738,7 @@ sadgwe324.duckdns.org cpfbfjaqyx.duckdns.org irocohiship-misoroxogist.info vemvemserver.duckdns.org +ikqmrxdqubkbgjy.ru cycz23h.top e-devlet-sosyaldestek-gov.com ray-green.ru @@ -132589,6 +134771,7 @@ ymt781z.top boswellian.xyz bluedahab.ga bestgirlsdates.cn +classunderstood.net u-tokyo-ac-jp.com drazbargura.xyz updateapiweb.com @@ -132613,6 +134796,7 @@ rqhhhijowwgn.ru rgwegjznkm.duckdns.org yoradcogzm.duckdns.org ds38.test-hf.su +agentteartoward.xyz sudecotkop.duckdns.org fiexufgkpeuu.pk ymw738x.top @@ -132638,18 +134822,21 @@ vesking.no-ip.org engman.ac.ug rockalex.0xhost.net qqpqwehwah.info +1faf.pw meuhostxyzptz.zapto.org servdoceremco.duckdns.org blackstallion1.chickenkiller.com lakers777.no-ip.info kcnfjrncj.in pjspoyswfp.duckdns.org +ktqchmxbbc.duckdns.org g6km8d6.top czkey1n.com admission.fri3nds.in nytogusnhj.duckdns.org kdfaty-71.cf picfile.net +drgujnmyje.duckdns.org yrpzpvgvbh.duckdns.org oxy.no-ip.info evdeyizrahatiz.com @@ -132659,6 +134846,7 @@ cumsakakak7.com duxayhqhdg.duckdns.org helpqvrg3cc5mvb3.onion lionizetheworld.com +primo1.hopto.org rzenmhgosw.duckdns.org ufxwgivlmryjnod.ru sellychukwu.ru @@ -132681,7 +134869,7 @@ itsdillon.no-ip.biz syriano.no-ip.org bnrnboerxce.com meekmillmp3.servemp3.com -ymydwbnhhz.duckdns.org +mail.businessconsults.net sanu99-54017.portmap.host staticball.com fovefydigu.info @@ -132698,7 +134886,7 @@ gerges.no-ip.com mangero.ga 8lungu.com t0hb.uxurani.ru -testik05.info +klwgrbbgqjbvegt.ru rc7q3zx.top i077f6b4b77749b025db73e7e5dcf81add.tk nutogdupoufo.pk @@ -132756,7 +134944,6 @@ strawhat.chickenkiller.com billboardonline.live ms-software-update.com bohack51.ddns.net -syscodec.com sys.newspappers.org fptg557.top ipv4-microsoft.org @@ -132775,7 +134962,6 @@ windows-appstore-en.com sedaskincare.com omzzmmylkx.duckdns.org kevyank.ru -vwhiahiuwd.duckdns.org vincenzos.ug moraa01.top gangslawlz.no-ip.biz @@ -132804,13 +134990,11 @@ perryleycraftgin.com sub007.duckdns.org oddaoiktge.duckdns.org qkfupxyfnj.duckdns.org -install.securesoft.info 4c92j5.cz.cc gjhjhjhgjjj.s3.eu-central-1.amazonaws.com c62fbnb.top casethem.net tibct.org -bazze.no-ip.biz geterotuks.hopto.org coastalbrezecarwash.com powerpbnnrjjfn.in @@ -132865,7 +135049,6 @@ masax.ddns.net nonihovoness-monocomocese-misenokant.name petynadoqu.info youarehacked.no-ip.org -gydz76l.top ryvuznijnu.duckdns.org wegts.xyz eddw.ru @@ -132913,13 +135096,14 @@ vqmkkzqyek.duckdns.org f6kc8p2.top w6kw8c1.top iufgaj.hopto.org +xcmpxxritxtfyol.ru ahomdalhomd42.hopto.org rxijmcnwxcmsqjtfe.net qegyvag.com full-art.com hoffamigos.ddns.net jamshed.pk -dc2q5zq.top +worstzrnm.site s345t.top blackshadeshizel.no-ip.info kjbxnqujxy.duckdns.org @@ -132935,6 +135119,7 @@ sagawar.gnway.cc motelover.no-ip.biz cupo-de-avance-online-cl.gq km8qy11.top +dyfrnarseoolike.cn leo96-pc.zapto.org bbc.xxxy.info report436.xyz @@ -132945,7 +135130,6 @@ narcos.3utilities.com favour.ddnsgeek.com qiwijodapoduxoz.info desastre333.duckdns.org -guy-ouellette.net ultimateyahoo.top workusb.ddns.net sijniemwgjmlfjv.com @@ -132985,7 +135169,6 @@ aefuaeufhueuufua.ru kareem112233100.ddns.net t3es.sytes.net monogesakotion-postoxicevical.org -kokuz55.ddns.net updateapplicationadobeflashplayer.club cyzz77c.top rrbhwrjrbmcp.pk @@ -133007,14 +135190,17 @@ botherstudy-court.com meatguess.ru jack-fruit.club uxsmcuznmp.duckdns.org +action-cole2007.com daum-login-protect.hol.es macniica.com -wnupdnew.com +im.suibian2010.info g6168f4417b0f11a6ae7fe5ee3a6104254.tk errvghu.com h40xer.duckdns.org nwmclerksc.ddns.net -immy.no-ip.biz +gmado.no-ip.biz +deswi12.top +cvard.com jfnmainpowerkcnpbn.co bmlllmzmyl.duckdns.org pysxs.xyz @@ -133048,6 +135234,7 @@ uzyfjmvemm.duckdns.org ipv6-google.org asson.myq-see.com fprs589.top +flash-player-update.digital contactfriendly.com transulenify.com lka177m3agc.37xia484cnd499x.ga @@ -133075,7 +135262,9 @@ softwaredev.zapto.org movesugar.net jigs187.no-ip.com aaaomrrfrr.duckdns.org -abdo00.publicvm.com +djrwomozay.duckdns.org +zebgbtrbbf.duckdns.org +oaucwtyydncadvj.cn notifuls.com henry101.linkpc.net zerbof.site @@ -133089,6 +135278,7 @@ gca22tool.servegame.com 6491.no-ip.info waxb.ddns.net cpujynopql.duckdns.org +spaiaustiw.duckdns.org eistee.1337.ath.cx predabiculess-disatesion-exesoneth.net table-space-specialist.com @@ -133098,6 +135288,7 @@ nms758p.top hugoboss01.hugoboss01.store womensmuseumca.org giangholuankiem.com +cdn.netbounce.net rdmsi.com javasc.duckdns.org 2014.zzux.com @@ -133116,6 +135307,7 @@ softexp.narod.ru bignoob123.no-ip.org whiteson2017.publicvm.com allidoiswin.xyz +tkctiryvuqlkvcj.ru lvoxukxxjy.com kfyvwjjias.duckdns.org qxrsssseiw.duckdns.org @@ -133125,6 +135317,7 @@ vipmustafa.no-ip.info rustest-service012505.ru hackerslimane.no-ip.info origin-cached.licenseacquisition.org +fjewuercgk.duckdns.org freedompeace.duckdns.org jryx928.top asyspy256.ddns.net @@ -133137,8 +135330,9 @@ qoqarfsqja.duckdns.org honapabiragupop.info exjsiieccw.duckdns.org racikelo.ddns.net +coleeake.duckdns.org legion17.in -murambus.net +appmarket.co k52hbnx.top chrisownsyou1.hopto.org pqevxbjdvd.duckdns.org @@ -133151,11 +135345,10 @@ balharbourcondo.com fuqer.no-ip.org yynlhorcrj.duckdns.org dw.mailbux.site -anusbus.store jsntwyjcv.com zweclbulty.duckdns.org yoyqopxbne.duckdns.org -syn.timeizu.net +2va2.com 1604771599.httpdsconfig.com hegutceper.ru userxxx.ddns.net @@ -133168,17 +135361,19 @@ silynigr.xyz megabajs123.no-ip.biz api.flexiblelocator.com triedfirst.net +ouvazhppgv.duckdns.org stickseven.net appleimages.organiccrap.com 007panel.no-ip.biz freedarren.no-ip.biz playboysplus.com xkidcudiz.no-ip.info +rwvtsjpfpvbjfed.cn qdlaulxuph.duckdns.org -ultrapivizish-multitepeship-prelevaxadom.info ow9kj1w.mcv.kr bifrostsr8.app pablogarner.no-ip.biz +vitromvznf.redirectme.net web-share.biz ptxzxrtrzr.duckdns.org cs-account-repair-info-softbank.com @@ -133194,12 +135389,13 @@ r61hh.top jaylivi1212.no-ip.org cloudnaver.com lykyfen.com -softgee.duckdns.org muppmupp.no-ip.org -bsgye.xyz +ivanthegreat.sytes.net +vjdmpxusblfjkwc.cn odyjmsulwk.duckdns.org thevansordekerd.top j32hbnc.top +mvdlfkbszh.duckdns.org f104435070763d764f9ec97a01c4243c8d.cn tyimble.com gahyvuh.com @@ -133227,10 +135423,10 @@ fd03093ed883b8acf0e06e47a2c3ac58c8.so agulino.com powerpower19.duckdns.org ns4.giolinkl.at +gyctbwdlhi.duckdns.org wetex.xyz nortonservice.net youth664.xyz -mcgkkcnekr.duckdns.org fpxc582.top ilenudavous-monoxoxapal-semimihupution.info pihaqasuxanunaw.info @@ -133297,15 +135493,15 @@ inetcable.top 32student3347.mooo.com e.yahoodaily.com telemacho.xyz -blackshades12345.no-ip.biz +jjxklylylr.duckdns.org nltvxkkjlz.duckdns.org nevaudio.com beautysane.ru komnop.com pufydep.com +lisanu67.top yards2.xyz rahatolla.com -fpqb595.top hackblacks.no-ip.biz wawa10.hopto.org manga.no-ip.biz @@ -133327,9 +135523,11 @@ kpgqxfanzk.duckdns.org inteldrv64.com semizahixage-recumodiless.info nicolas-server.no-ip.biz +rintertbuxwapmv.cn electrumblocks.com spedaqinterfreight.com vhwbaztabj.duckdns.org +odaqmymfj5kodqsmcg.onthewifi.com alaka23.no-ip.org xlejlhwvkk.duckdns.org ghr4b4.ddns.net @@ -133363,7 +135561,7 @@ jikenick12and67.com modz.no-ip.biz hegtgecvtp.duckdns.org xmbrlrpemv.duckdns.org -pdkgorkpfh.duckdns.org +grzkfuuout.duckdns.org shmoqjmoqe.ddns.net interomulian-iruhalihood.net jgntqsipmfotbxb.ru @@ -133375,7 +135573,6 @@ avaneredge.bit maroco.myq-see.com maddix.mine.nu orggymylao.duckdns.org -nxmtgtguij.duckdns.org sofia1.punkdns.pw baoefubfbfigola.co aeomz.com @@ -133386,6 +135583,7 @@ east.freshreaders.net wvoltvqqfsry.net hmndhdbscgru.pw shakermohammd19999.ddns.net +autodiscover.cisco-gateway.com fearcome.net destekidevlet.ml first-hit.no-ip.biz @@ -133408,10 +135606,13 @@ comebackto.info ypaxxxsdufsynhs.cn tmvevvmvdk.duckdns.org ordering-checks.com +sralsqylauhkvec.com swehhm.ddns.net +customerscreensavers.com testingx.duckdns.org eaxpifdtwsv.biz utca.site +yixingim.com e7f7f8f101431f75cb13baa3e0e08c417d.tk indian.arrowservice.net 1597948838.httpdsconfig.com @@ -133431,6 +135632,7 @@ techscape508.zapto.org bahahaha.no-ip.biz mybackups.duckdns.org kupralana77.110mb.com +xictmppvpq.duckdns.org alex00.ddns.net beblack25.zapto.org v6.support-sales.tk @@ -133442,16 +135644,18 @@ jbmxfghejd.duckdns.org ns2.civilfnat.ru servsrvkcnsiteyhd.com uhhcodlzrt.duckdns.org +xhsujlhmew.duckdns.org dymq683.top cavaliersales.com etsxy.xyz nemijaejsbdyjrn.com news.microotf.com -0wn3r.ddns.net +speakingfrog.uno vnc.serveblog.net datalibacbi.ml wg34gh34t.xyz f05c4a56b79fa68ed44edf80c77671bc84.cn +nakwjjgodksaqlu.cn pibqzedhzwt.com loginservicebasic.com plutotrojan.ddns.net @@ -133493,7 +135697,7 @@ l3d.pp.ru lookreply.net kaspresksy.com hes-gov-son-da-k-ika.net -webxpostdytechnologyhardsoftware5buyers.duckdns.org +gkdbembxcvefnvh.cn ns2.raderx.ru survival32.xyz windowsdef.no-ip.org @@ -133504,14 +135708,13 @@ trbiasqrmr.duckdns.org withgone.net dkxzhxfxzn.duckdns.org saglik-paketi.site -wilgary.stonersplace.xyz bqzahtqyxj.duckdns.org kaiseraz.no-ip.biz hotcat.freedynamicdns.org vpufdibfqb.duckdns.org wintersport.sytes.net a3345hiuizvtfyiyu7rrj7oz4rn5pams42sawmtznuvlxjdqlhfutoad.onion -abusabeel.linkpc.net +xqrxpgrvwe.duckdns.org exodus99.ru rezelko.xyz l62ybng.top @@ -133527,6 +135730,7 @@ mmggevwxoy.duckdns.org gwasballin.no-ip.biz ak47.infobusinessus.org minikoxuzeward-exevenezer.name +agqnhtjebt.duckdns.org trijgrscviomnbvdewacvioplmjytrewwqazxcvty.ydns.eu fhjakfjg.ddns.info xjmwdrabmu.duckdns.org @@ -133551,10 +135755,10 @@ jc9q2zj.top nonukefalion-minihekifage.name dgkfksjvblianxj.cn mokrie-pizdi.site +sdfuighjs.zapto.org fdgfdg.no-ip.biz api.jisec.xyz webmail.usapappers.com -agycnbfuik.duckdns.org ppp.picchio-intl.com workmonitoring.no-ip.biz imtooltest.com @@ -133566,13 +135770,14 @@ suffering.searchforca.com foemlywphc.duckdns.org dcbboobnnn.duckdns.org reports-telemetry-microsoft.com -vitog502.life +smart-net.rocks ndxfunsman.duckdns.org topknork.org joinyesterday.net windowsupdatemicrosoft.com manager.jetos.com secure-mx-host.com +getpass.ddns.net zc6q1zt.top popeorigin6.pw ctldl.windowsupdate.organiccrap.com @@ -133602,6 +135807,7 @@ lgemon.org almoomia10.no-ip.biz azcode.no-ip.biz prueba00223.ddns.net +qagrfqozdb.duckdns.org net.no-ip.info moonman.beget.tech b52tbng.top @@ -133644,7 +135850,6 @@ add436.xyz imipaxaward-subimaforion-overanohuty.info ykblwlogjy.duckdns.org z562da66c28425558ae26dee44b1542b5c.so -wesleymedia.com yhdsrv.nl ckhkpptlwgnu.org woobwoo.cf @@ -133652,6 +135857,7 @@ followsec7.wordpress.com jc305.no-ip.biz technet003.no-ip.info dyymivwnefixqje.com +firefox.ac.ug street-up.ru 1603710389.httpdsconfig.com top-glenyx.com @@ -133660,6 +135866,7 @@ destekmalikak.xyz bn.futur-city.fr safe-solution.site scambaiter123asas-33504.portmap.host +biboressurection.info xc9q3zk.top mlznmzggww.duckdns.org shared-access.com @@ -133675,6 +135882,7 @@ f6kt8x1.top njrat05.ddns.net defsffylzz.duckdns.org iphone-skyrock.ddnsking.com +tempcr.ddns.net pbdo-bot.webhop.org fnqkuwwzru.duckdns.org zalofilescdn.com @@ -133701,6 +135909,7 @@ giwxfdtrrx.duckdns.org mssbhmqmsa.duckdns.org afizepd.blasters.biz picaso279.bit +pvojojongtosxby.com cybdrp.zapto.org themast3r.no-ip.biz webconnecter.servehttp.com @@ -133713,7 +135922,7 @@ dkimopwrbj.duckdns.org dmdeltlxl.0pe.kr sesxv.xyz shiopwarrior.club -fsocnngvlmlk.com +antarcticus.ru knapgrsnrf.duckdns.org atlasdo1.epac.to aguqkvhick.duckdns.org @@ -133741,6 +135950,7 @@ lcckpyczyt.duckdns.org legion.sninip.es vxfcentnut.duckdns.org tibetoffice.in +fseybuuxsbgoxis.com yymp685.top kurdkalar11.zapto.org 324-23-32432.com @@ -133748,9 +135958,11 @@ rynazuqihoj.eu cfawmgbcvy.duckdns.org bfytyzhoty.duckdns.org agvlmtkxmtuy.top +33nachoscocso.website skills.usnewssite.com dipterocarpus.xyz volodymyr.gotdns.ch +manal2016.freeddns.org zeereeddqd.duckdns.org leadkill.net poste-m.com @@ -133764,6 +135976,7 @@ kentona.su sightmail.net syxftq.net graceland777.ddns.net +yardname.net rara.ddns.net noviembre1.duckdns.org grounderwarone.freeddns.org @@ -133789,7 +136002,7 @@ covid19-info.online kaibophil.com log.bigdepression.net fiftydeal.net -dtgvwbkigl.duckdns.org +kvuxjbbrkgevquq.cn mphiedgwvrqr.pk ykcailostself.dyndns-free.com ttoyqvq.pw @@ -133797,13 +136010,16 @@ krysix.no-ip.info murat123.space zwjrgrzusv.duckdns.org darksecrets1.no-ip.info +info.careerhuawei.net worldas.ru guanyu2017.hopto.org dirar.zapto.org manosdanoite.no-ip.biz sunny.no-ip.biz +xair.no-ip.biz vttafnsozd.ddns.net fpsw558.top +rab-gov-bd.gq erhitnwfvpgajfbu.tor2web.ru droidmosa.ddns.net w42ddea0e6d62e7061a9a0c4efcfd8287d.tk @@ -133837,10 +136053,11 @@ uczcgpuxv.com theworldjob.org maxibrainz.net soportes104.ddns.net +pool.bmnr.pw ymw713w.top astpdmbpcx.duckdns.org htziwjbqym.duckdns.org -hsjkse.duckdns.org +hfkhlwbbomjopyk.com jfxjettqja.duckdns.org gykz55f.top pooltrap.cyou @@ -133869,6 +136086,7 @@ test9991.p-e.kr alakassm.ddns.net 1603709996.httpdsconfig.com tiglium.xyz +adobeflashplayernew.com justtest.no-ip.biz ivan085.no-ip.org holmes.no-ip.org @@ -133898,13 +136116,16 @@ exploits.pro vguzsdpake.duckdns.org nmwhpwvara.duckdns.org online-reggi.com +kexoqyjphy.duckdns.org ilepilub.myhostpoint.ch learto.at ns2.folsecer.su +read-arts.com w3913636c75bdf23b442b8e91ae33ee608.tk fjbhrghfwp.duckdns.org l62kbns.top dc8q5zb.top +vak7zjg3sd.servehalflife.com m92rbnd.top tmnjgpifhtqy.cc nasodirom.com @@ -133923,7 +136144,6 @@ blackshadehack.no-ip.biz armianazerbaijan.com dmkpheoqsfuvwxo.ru km8px12.top -dgsokgvtlh.duckdns.org nywwxxsjbbyv.org pdazlwuiqw.duckdns.org proyectoscincuenta.duckdns.org @@ -133933,6 +136153,7 @@ burningforests.com compatiblescom.duckdns.org yasamhayat.site amazonsupport789-31392.portmap.host +bevgfijycd.net dinesaad.hopto.org cloud-support.at asd1020.ddns.net @@ -133964,6 +136185,7 @@ meatgreen.ru zaa233f1880169dffd845c6ada7767b302.so c5p.ru fnbcorporate.co.za +fdlximjy8s.com 0uw.ru testesri.ddns.net trojanmuch.no-ip.biz @@ -133994,6 +136216,7 @@ srcp688.top skyvideo24online.ru marchadvertisingnetwork8.com yytz686.top +mdyxixyaeu.duckdns.org astranium.ddns.net sweyblidian.com api.typicalarchive.com @@ -134005,6 +136228,7 @@ ns2.jewishjournal.us mowilakedotahil.info servservkcn.in bstest5.no-ip.biz +neglhorjtxytjed.com patricevaillancourt.sytes.net missspan.in f0481686.xsph.ru @@ -134014,10 +136238,12 @@ akgames.duckdns.org zammanaakis.link flash-piayer-update.com.md-90.webhostbox.net slpsrgpsrhojifdij.biz +bzwxaevdph.duckdns.org ktama.linkpc.net szohsatgqt.duckdns.org jeselumgqs.com wugkkxwwjj.duckdns.org +archtopmakers.com esb-energy-int.com chromeupdate.lflink.com reg4718182-com.preview-domain.com @@ -134042,7 +136268,7 @@ ateling.com w6kl8t8.top windefender.org p92ybnb.top -nfietreee3ffs.top +eabphpxuzh.duckdns.org channelinfo.pw gerzeksas3.com pandemidestek-20gbpaketi.com @@ -134067,7 +136293,6 @@ moneygain.work cohhvviwoq.duckdns.org cgldglrglr.ddns.net p92bbnj.top -luxuryconversion.com cxcp868.top ceemdee.no-ip.org vjycfjiili.duckdns.org @@ -134077,7 +136302,7 @@ service-alert.link correosapp.space thatconditions.online oeisvpck.com -karnoel.kro.kr +ygytrzuilv.duckdns.org alldomainsguns.org oneupdateadobe.org.za recover-customers-service.info @@ -134105,12 +136330,13 @@ windrvupdate.kozow.com swedekid.no-ip.biz 6s954.xyz p-post.top -sundayought.net +jvgeljlxrg.duckdns.org myapplicationtwo.com bxtqspzopc.duckdns.org soranoproject.com myblackshades.zapto.org polaidypmv.duckdns.org +ompvhltihymydqq.ru skkikukwuauawigs.org ben213.no-ip.biz omueda.allalla.com @@ -134140,7 +136366,7 @@ eegkmdyqot.duckdns.org wbarely6.com microzocobical-examotern-underugotugant.com spread708.xyz -hatenigger.ddns.net +wxtvjgvigg.duckdns.org kiuuulyxkk.duckdns.org shanaz.no-ip.biz nasuxvgqyf.duckdns.org @@ -134163,7 +136389,6 @@ yungz.no-ip.info zuallfxtzg.duckdns.org dynamic509.no-ip.info vovqczhmdh.duckdns.org -kwunfnfnlm.duckdns.org dawsonregion.com sanaozel30gb.com santzo.warzonedns.com @@ -134180,7 +136405,6 @@ emailloginerror.gq a99923.no-ip.biz stratorsct.today 10022020newfolder1002-0140251002202035.site -mastersaxon.no-ip.biz w6kc8l5.top u36206.test93w.ru lwuneyhncg.duckdns.org @@ -134212,6 +136436,7 @@ ancbs.no-ip.org whwsqnemsn.in datalogsbackups.hopto.org gaqyres.com +tcbmtuygulamamtr2225.com gtlaqagqucyucwn.ru service.idealfurnitureoutlet.com halflifeswe.servehalflife.com @@ -134226,6 +136451,7 @@ dontbe.tumkuta.info keylogging.no-ip.info eeeieiieirdr.cc allvideo.org.uk +cmthsdxler.com ezigbo-mmadu.xyz monokiketussion.name cc9q7zq.top @@ -134292,6 +136518,7 @@ inadikuture-profazetion-overalupance.net a.atw.kz d2mq9y2bddy4j9.cloudfront.net move453.xyz +esdhfalcxe.duckdns.org oftpony.at fuck.reutersnewsonline.com jc1q6zh.top @@ -134313,6 +136540,7 @@ yopotff.xyz xcnsxtocwmirxbh.cn m869lol.no-ip.biz gmrjphgnyn.ddns.net +eurotsl.com km8kq69.top smtpsync.com ilarioza.ddns.net @@ -134349,7 +136577,7 @@ faglet.zapto.org kristelle.no-ip.org asibsvltkp.ddns.net lovecentralonline.com -kosmetolodzy.com +truckersemanifest.com abaza.ninja flash.livemymsn.com service-usa-tre.info @@ -134406,14 +136634,14 @@ km8lz93.top vibilsio2321.com gsti.busketball.com coldzone.zapto.org -f0313002.xsph.ru +1z36foeytesdzb.servepics.com emupiking-dexipusing-ilafokal.com kasdima.top golds4ym4egypt.xyz serviboaalertsacess.ga ns3.o4v.ru kenkelord.gq -bbullard.com +mold54.xyz duckmewoo.net fplh581.top tgribmvesn.duckdns.org @@ -134424,6 +136652,7 @@ adobestatistic.org sysj.firefoxupdata.com bgtr.cymru jww86kj.top +vrevreecc.com 20gb-intrnett-hediye.com arkanacarszoom.pro vjyqgxzcxy.ddns.net @@ -134467,16 +136696,18 @@ lysygij.com lpg.zapto.org m52fbnp.top web-state.work +ld7805.m4a1.pro onedrive.linkpc.net qgssseeddd.duckdns.org rd9e9501e53e799acc494bbeafe289f6e0.cn davar.no-ip.org top.subaroone.waw.pl gomaiz.ddns.net -troltolo.no-ip.biz +breakablespade.xyz ns4.ftpitdns.ru skeet21321.ddns.net key8854321.pub +kotb.top kpiglrxlaj.duckdns.org hhamokcha.ddns.net loaep.sytes.net @@ -134495,7 +136726,6 @@ movie.canadatvsite.com villepinte2017.dynu.net gypz97s.top wyodfvztjm.ddns.net -subuduminess-unudubaward.org adrev22.ddns.net ykxlddddpq.duckdns.org ichbinderbeste.fishdns.com @@ -134526,13 +136756,13 @@ cymz62b.top qxmbzeraij.duckdns.org microsoftstore.jetos.com havanaprom.com +macrovafith.com jenymatlk.duckdns.org casecome.net -fillbwyz.site jro1ni1l1.com adobeflplayer.com zeruuoooshfrohfe.su -rathackattack.zapto.org +yutozofaej.duckdns.org k62xbnf.top ymk751b.top sdesfg.xyz @@ -134552,7 +136782,7 @@ snuggle.no-ip.biz favorroll.net ns1.helpupdatek.eu geodurgg.com -gamewushu.com +zerip.ddns.net adstore.twilightparadox.com spewqmspma.biz qebyhag.com @@ -134569,7 +136799,7 @@ vmddlxlckwoe.com qihzwzdjxq.duckdns.org sqvvxtrfnc.duckdns.org signking.net -2970.myftp.org +fnacraobyx.duckdns.org yard-tone-letter.com ocvilctwya.ddns.net warp007.zapto.org @@ -134587,8 +136817,10 @@ l2b4dff9cdafd93f6af2470c088447d603.ws lojadecompras.no-ip.org sofoocle.xyz wdiiglwugl.duckdns.org +attentiongrowdistance.xyz h576ea69f4a16af4cbb838ba19d70ff673.so mnrepmepar.in +simplithy.co.uk eillhebihier.su wmtoolsupdate.net panzehir42.duckdns.org @@ -134612,7 +136844,6 @@ nwoblrsxsr.duckdns.org ricuma.ru sosososo.no-ip.biz ddns.whsthings.xyz -tejpekk.no-ip.org youmustbemadbro.no-ip.org rdae8028432f2041af74a3b442bb0dc943.cn stkhopltie.zapto.org @@ -134636,8 +136867,10 @@ joinguide.net kathell.com microbreweriesassociation.com wyckysodary.today +microcufimidom.info bshades52oa.no-ip.info ipv4.windowsupdate.esmtp.biz +tv-world-online.net hqiokmjiwa.duckdns.org czh1fjrqbm.com mtuwijjxlz.duckdns.org @@ -134664,6 +136897,7 @@ cortel8x.beget.tech rrcspgfghsjnklts.pw honoroftajik.dynamic-dns.net k52kbny.top +fssxhfquze.duckdns.org dazzza2010.no-ip.info ctifsouteni.icu stilakk.mcdir.ru @@ -134681,6 +136915,7 @@ y562fe26260f4b0c648893f1eac215e7d8.tk vxocvmaqfu.ddns.net emailfound.info subexidamion.biz +aa8zhvpjhfap8isan5.servehalflife.com dacpdffjvn.duckdns.org sky.otzo.com srqiijiiiv.duckdns.org @@ -134690,6 +136925,7 @@ he8.no-ip.info jfnfjrmainjfnjfn.nl gromphadorhina.ru radioplaymusicus.com +amabodderman.no-ip.biz ratcentho.ddns.net dchack.no-ip.biz dsytsnfuzz.duckdns.org @@ -134708,6 +136944,7 @@ gqfedrkwes.duckdns.org x83np1c.zapto.org nazgul.zyns.com cleans.space +cbubjnmbjknedxn.ru hdvideoplayerfullizleme7745.xyz pkilovias.bid bretttest.no-ip.info @@ -134716,14 +136953,14 @@ tester49.no-ip.org centurygift.myq-see.com trendteasindia.com gyfz39z.top -fpfk572.top +yclmnbbevsvdbhf.ru britns.akadns.services f72tbnq.top asdgcxbr33.duckdns.org runescapepawn.zapto.org cybergaterat.no-ip.info teablitziloilo.xyz -zaemaropiteds.tk +xkijfdezdl.duckdns.org darkcomets.no-ip.org search-bing.site chickz.redirectme.net @@ -134740,6 +136977,7 @@ kc0b605049039fe3dd649dd7f4e7be70a7.to blackshades93.no-ip.info xjaboox.ddns.net zzsthvviww.duckdns.org +hsbxuxcgbaqmwwa.ru tdfgggkbbo.duckdns.org fjfhpcmqoi.duckdns.org a01mt584zk32sw1.ml @@ -134747,6 +136985,7 @@ service.tonstorage.host choice-carpet.com randomacces.com hfvyhzvzwy.duckdns.org +iesaferbrowsingcache.com vucabosoju.xyz wkxzpvntml.duckdns.org heoconcubu.no-ip.org @@ -134783,7 +137022,7 @@ pvzrixbzdi.duckdns.org fpmc511.top russkistandart.info buildingsuccess.net -afghanistanmfa.net +serveriusis.com shaoye11.hopto.org offershown.net boobsexploit.no-ip.info @@ -134809,6 +137048,7 @@ azipev.blogoveg.org nucsquaremall.ga pumyxul.com yoi1p6r.com +2tomorrowcaholo.fun mooaminf.ddns.net middleorderly.net journeypartial.net @@ -134846,6 +137086,7 @@ tulyboputal.eu cyzz62s.top shop.msnhome.org 803.no-ip.org +songnews.net bs9.no-ip.org downloadservice.servepics.com dpdq539.top @@ -134870,6 +137111,7 @@ postunolobage-premugossion-dexokacate.name whomnews.net appeq.000webhostapp.com aoondvkzar.duckdns.org +rmvucrzshk.duckdns.org litum.org pncdwbevup.duckdns.org evindekal2020.com @@ -134898,6 +137140,7 @@ momomo1.no-ip.info ktlmugfayn.duckdns.org filepage.icu hypanis.ru +gm-adv.com candy.fairuse.org snmvjlxiwu.duckdns.org iamfpoijla.duckdns.org @@ -134935,6 +137178,7 @@ violina.space proclaim25.xyz ro7.no-ip.info monofupixern.com +aaa.77xxmm.cn arabnews365.com waetshxe23.duckdns.org mailserveruk89.org @@ -134948,7 +137192,7 @@ endlesspromises.com shinhanbank.kro.kr fzbbbbjgibducg.com garinbetot.ru -golde7.hopto.org +ieysddhrghwqnem.cn uygulamaevdekal8.com ymk755p.top marko98.no-ip.org @@ -134984,7 +137228,6 @@ wsaudio.org umixbisazo.duckdns.org livechristmascard.com wupdate.geekgalaxy.com -holisticxox.com xjyaaudkpy.duckdns.org hxavkiwafk.duckdns.org traindiscover.com @@ -134992,7 +137235,7 @@ dyncorp.ddns.net heyhey8132.zapto.org email-market.ml cyberfinearts.com -robbetotso.ru +ns3.space nocbaba1.duckdns.org ujaioep.site humaan88x.club @@ -135042,6 +137285,7 @@ aaron1990.no-ip.info applicationupdate.digital km8rx76.top precisiongmbh.tk +heixia.tl-ip.com waycoolart.com aizjfobbxf.duckdns.org cyfz96f.top @@ -135068,7 +137312,7 @@ ecakvtwehj.ddns.net uitt.tk nod.downloadsite.me avast.avstore.com.tw -serkolo.top +zareton.space googledraive.com flyx628.top advocatenunie.com @@ -135097,6 +137341,7 @@ pot-s.top 24fc.ru hammatyson.no-ip.biz uujjdqocdv.duckdns.org +gkwizpqyco.duckdns.org networkshareserver.com loggerkeys-hosting.xyz qzcultbrom.duckdns.org @@ -135125,6 +137370,7 @@ wiskiriskis1982.duckdns.org namemaster46.net aaukqiooaseseuke.org natojknsp.com +osssqvmnvg.duckdns.org qfsl.co.cc aweragiprooslk.cyou lookziix.ddns.net @@ -135141,6 +137387,7 @@ abodedplayer.xyz fiftybuild.net down.rbksbtmk.com azerbaijanhf.zapto.org +greenwoodgrace.website mkskqckfxy.duckdns.org jjsajvu.com api.kaluga.xyz @@ -135152,6 +137399,7 @@ geology.e-cardsshop.com ebmtaagotb.ddns.net misiones.soportesisco.com mayrabostar.com +middeterraniendishes.cyou sllzmeqdww.duckdns.org pieceboat.net karinepidh.ddns.net @@ -135176,12 +137424,10 @@ core.no-ip.biz mutinenag.com restors.ddns.net joinfeet.ru -rickserver.no-ip.info +jusegtrdlg.duckdns.org ftp.mediapath.organiccrap.com qvqiywzhtt.duckdns.org -gzqfqrvtsq.duckdns.org yourllink.no-ip.biz -xyxyxyxyxyxyxywkworkforworldwifewide.duckdns.org gxoypgkntc.duckdns.org europehistoricalmuseum.com katie.party @@ -135190,9 +137436,10 @@ cupo-tarjeta-aumento.gq cghhuviijo.duckdns.org leaknet.zapto.org q1e.ru +piohrsjgdyjidvh.com razorback.dns-dns.com lrmodtgzyl.duckdns.org -rfhoahegue.su +nagator.zapto.org soenkewahlers.de 1603710168.httpdsconfig.com lan.dynssl.com @@ -135224,7 +137471,7 @@ nskslupdknospmr.ru sburofgkhq.duckdns.org blackshadesdns.no-ip.org youngs.dgweb.kr -week.canadatvsite.com +pbnjfnsitekcnfjr.in lopusterijuxtanta.org rvnarxgavl.duckdns.org join.ninjardp.pw @@ -135234,7 +137481,7 @@ ppdpnvvclf.duckdns.org headmarry.ru uxtjzrinqk.ddns.net enicizazist-iruzasoness.com -strangealmost.net +antipusetion.info sieqwarteg.com qandil2016.ddns.net bkignnbwog.duckdns.org @@ -135272,8 +137519,7 @@ zer0spoof.no-ip.biz hacker-81.no-ip.biz rudjqypvucwwpfejdxqsv.org 0nakaza.no-ip.org -muratinue.com -antinocudom.info +wtsffg.duckdns.org h6kb8w9.top waetxhbx33.duckdns.org drivegooglshare.xyz @@ -135302,6 +137548,7 @@ abidas2018.ddns.net i784we65o4ikes.ru waterpool.website.org cyberquiff.no-ip.biz +osom.anzbk.net x6kn8q6.top opip5.info upueoagnlcvuxgh.com @@ -135330,14 +137577,14 @@ obten-cupo-enlinea.ga crokve.com zqyigewdzq.duckdns.org 10gb-evdekal-duyurutrweb.com -eveningquarter.net obten-cupo-enlinea.gq x6kb8r6.top volygyf.com realsteelpocatello.com ultrasoft.in -kundestyring.freedns.su +aqdqttaeoyrnmrv.ru xpackmx.com +netshieldkit.com jocuri.trophygaming.net sexfromindia.com zstdmxqtuw.duckdns.org @@ -135368,6 +137615,7 @@ spehanemzu.top yc7q7zx.top kakashka.chmail.in ns2.globalcore.ru +paulstoreyphotography.com wumnnamzyy.duckdns.org asrararabiya.co 1p8b9oa7s7ctj1k9c7dn1okqiy6.biz @@ -135381,6 +137629,7 @@ bpptsubhhkurkwx.ru ververdenuevo.duckdns.org leahgoy777.hopto.org winnautalpmagramssig.tk +tvkfmvflkbvowk.ddns.net nzauicpfwn.duckdns.org highwrite.ru grbdholding.com @@ -135402,14 +137651,15 @@ upcomingsong.com etdhg.club ydulfskukj.duckdns.org xsxqsrpecx.duckdns.org +uxhfeyjqfu.duckdns.org motiondev.com.br zyc0s.ddns.net hsgweew333.duckdns.org dsdwq323.ddns.net -flashupdate1.xyz foxlove.life km8gk39.top jbwyh.com +goroomie.com laptop.no-ip.biz srirdelehssfaojr.com itctnetaws.duckdns.org @@ -135419,7 +137669,6 @@ nmmvowlvjtid.in anyeddos.com shared-download.com webbserfer.ru -emefimafible.biz illustrate688.xyz offerfind.net rickysbot.no-ip.org @@ -135434,9 +137683,11 @@ online-administratie.biz epmxhroyvy.ddns.net fermson.com cycz18b.top +shiina.mashiro.ml eetaz.xyz n3xt.no-ip.biz lord-client.no-ip.org +onzzmyldcc.duckdns.org jhk254jhser.duckdns.org niogem1171.servepics.com americanexpressesitz.com @@ -135491,6 +137742,7 @@ ns1.flink-dns.pl ewarycxh44.duckdns.org obweesysho.com b62qbnx.top +escheri.ru eccellentesms.com send.have8000.com wolfx-35767.portmap.host @@ -135522,6 +137774,7 @@ sonjamont.hldns.ru 115650.duckdns.org camifer922.linkpc.net uhumhigvqy.duckdns.org +serviscesecuusreserc.cf qua.kro.kr joinfebruary.net q52rbnq.top @@ -135537,7 +137790,7 @@ mvhrrpbab.com sslsrv1.infosupports.com scale-hold-reputation.com mmhjrarii.ru -tanerm.ug +papers0urce.com anmcousa.xyz ydnjxykoah.duckdns.org looduchavens.ru @@ -135622,6 +137875,7 @@ ilnzjbnfnp.duckdns.org jjlntknpxp.ddns.net emuzebogage-underobuzize-rehuhity.biz q22tbnk.top +paunomacaco1.top cryptofinance.services nhhyxorxbxarxe.org updatenameserver45.com @@ -135653,11 +137907,13 @@ vikingo1928.duckdns.org cmcp118.top frontpast.net jtrmcbgukt.duckdns.org -winpro365.com +zqvapugrgd.duckdns.org ememozian-interapurossion.info semtbura.xyz +lcfmgiq4uu7ba.servemp3.com whomteach.ru mkbnszrwrp.duckdns.org +welcometoturkey12.xyz y4873812f12190e478ab1f72b3bad5cd11.cc 3karpaltunnelwhat.no-ip.info pjzdbzxsvj.duckdns.org @@ -135695,7 +137951,6 @@ downholic.com amexpresonlineservices.com wesqs.xyz fkqrswxzat.ddns.net -epicminecraft.bounceme.net awesomedc.no-ip.biz hillshade.ru outlook-security.org @@ -135704,7 +137959,6 @@ xiesqjsuoi.duckdns.org olszewski78.com blackshades11.no-ip.biz poybrjucgh.duckdns.org -sdfuighjs.zapto.org sbghe.xyz huohuasheji.com emurapion.name @@ -135737,7 +137991,7 @@ fpzg517.top younme.no-ip.com zqload05.top ka-m-u-yayin-sosyal.com -asmarany.duckdns.org +jimmys.tl-ip.com pe107bdb59841fbec3531507dc60740f51.in prettyneither.net znmenb.com @@ -135778,11 +138032,14 @@ unisv.xyz skymast.ddns.net bebboo.ddns.net gmzera54l5qpa6lm.onion +ggccwfvisfll.org +lcycnqgfps.duckdns.org greatleonidas.com blakejordan.com andr.casacam.net william10121.no-ip.biz masterrs.no-ip.biz +kukcabztzp.duckdns.org jijjjjwvvv.duckdns.org rajoo.no-ip.biz wineoperate-meaning.com @@ -135798,7 +138055,6 @@ noxhacking.no-ip.org phawqpwsqa.in backupnas1.com gerulisdedas.com -taytotchi118.ddns.net 1603710176.httpdsconfig.com byqynfwuhj.duckdns.org googlechromeupdater.twilightparadox.com @@ -135814,10 +138070,12 @@ accountt.download eeugnwqyjn.duckdns.org joinsuch.net remezikic-unemunetn.info +vovocolo.cyou tunnnnonmm.duckdns.org hyviiypksmsx.com dpdx512.top prerulation-multinapuhood.org +daxyveofsrpdchm.cn hudsonenorincludes.com ceiling-catt.no-ip.org mfekm.club @@ -135828,14 +138086,13 @@ km8ql92.top jumpcook.net l32ybnr.top 1603709988.httpdsconfig.com -yixuvutec.ddns.net +3years.lethanon.net ggaooopdj44.pw payibahtokg.tk tialpha.net fljhsjzush.duckdns.org ymf738g.top catotherol.ru -asdgxcb3.duckdns.org fgfotr.com 10022020test281-service1002012510022020.ru ia3ad06a05deb0895737f60793b0181be2.to @@ -135853,6 +138110,7 @@ chrome.mywire.org yandex.mail-autch.ru medo01010.no-ip.info minjja.o-r.kr +txqtlwytev.duckdns.org cykz73d.top ljiececesruwqsiaafspjb.biz gaghpaheiafhjefijk.su @@ -135878,11 +138136,13 @@ ekbmcwzkyeccdhu.com windows-updater.net codester.no-ip.biz ftp.ugreen.itemdb.com +xnskgvduiq.duckdns.org drinkread.net channeltrb123trb.com ff.fifa2012terra.com acsknight.com vnffxrwlbn.duckdns.org +nlembdasd.agency madness.ddns.net aewrtyyds3.duckdns.org gjiayimeiya.com @@ -135894,12 +138154,14 @@ groupcreatedt.at monofugition-underefogukic.org alougt.sytes.net gyhz17k.top +371langren.com james.tffghelth.com doctorhonor.net justufogame.com dvt553ldkg.com tcnewhimki.ru adobefplayre.xyz +enesuzacity-refopement-transidocodom.biz leviathon.no-ip.biz isng.me tfgeshnynv.duckdns.org @@ -135913,6 +138175,7 @@ api.sanya330.pro ennmqsmqna.ws duheegtuoqekc.localtunnel.me nlllqdqpcp.duckdns.org +0xevil.xyz ljofdfeqsp.duckdns.org kameles09.ddns.net kaatellech.xyz @@ -135952,6 +138215,7 @@ seniorwsm.com twigens.com ieggwoozdi.duckdns.org crcperss.com +iivduvwngn.duckdns.org pshye.com mnsbe352.duckdns.org d4rkn3s5black.no-ip.biz @@ -136000,12 +138264,14 @@ server1.u147852369.codisk.com email.downloadsite.me kwwgesaqyx.duckdns.org binghe.tbfull.com +chaibuckz.com wmapnshpeh.in enjoytopic.tk mrhostnjrat992.ddns.net mytechnik-beratung.com etryf.xyz yms766m.top +1604771402.httpdsconfig.com infections.no-ip.biz mffhywrprl.duckdns.org doidjjsap.p-e.kr @@ -136091,7 +138357,6 @@ iggyziff.no-ip.biz vilnusgrindex.best gate.spacesoft.kr realtech-international.com -olinbnlgrm.duckdns.org hairstudy.net hfhlitaauh.com integer-ms-home.com @@ -136125,11 +138390,13 @@ mc.bigish.net apples.redirectme.net megad.cc fim.purpledaily.com +nothauweh.com fpwb551.top online-docu-sign-ft.com blackies.zapto.org oblhsccord.duckdns.org tffrrejwwj.duckdns.org +puresownes44.no-ip.biz 1d9f0a85.ngrok.io downloadadvisory.com megastandbdul.ru @@ -136142,16 +138409,17 @@ thrivingforyou.com wifi-update.biz treawot.xyz artsgallerysite.com -ntrcgroup.com -gbleciiwng.duckdns.org +nvscuotpjdmakhk.com kingenrico.zapto.org expertsjourney.com yms736n.top atom.busketball.com kmsxnertqaweb.com +rnaazrewtd.duckdns.org nncp588.top cscebc.ca c1j4xptyujjpyt8.com +mad1987.myq-see.com bsahdes89.no-ip.biz dpff596.top ebnascenosides.site @@ -136184,7 +138452,6 @@ smartappactiv.com piecewild.net magoooo.su documents-supportsharing.club -985s63.xyz destgrena.at zdvdbmuyfa.duckdns.org qduzmrjjju.duckdns.org @@ -136213,7 +138480,6 @@ heritageins.co chzhao.top triedkill.net liliputtyytt7wqu.in -ltejdevext.duckdns.org a.pointofauthority.pl venki007.no-ip.info coneptor.qarallax.com @@ -136221,6 +138487,7 @@ bull-quantum-media.su femalesdress.com austine4.duckdns.org glsunzdf.casa +qahdustdfw.duckdns.org sensevdaminase.com xwin7host.ddns.net xbrittdx.zapto.org @@ -136261,10 +138528,11 @@ controlx.ddns.net abletree.net ns3.ginepos.ru ahmad123321.ddns.net +bf0iabl5d6i6luk.hopto.org jgaigychiz.duckdns.org novatoxic.duckdns.org wpcp138.top -fppb573.top +searchtiesup.org fernmasucsavidi.cf mbcp668.top nmn753k.top @@ -136297,7 +138565,6 @@ sosyaldestek-edevlet-onlinebasvuru.com ou2.infosupports.com dutylift.net controlshades.no-ip.biz -rhphuyfsbq.duckdns.org fd8nvvlufung.website xarmagedony.duckdns.org chembook.ir @@ -136320,12 +138587,13 @@ cnnnannzzn.duckdns.org gwein.zapto.org cvffdtbiud.duckdns.org meatsound.net +google-sll1.com ressume.site lambandfox.co.uk qokahlgpeo.duckdns.org soufiane113325.ddns.net +gmw8ymxao45loyj.hopto.org urchinpip.osa.pl -dc-02ec0b5f-mail.mail-autch.ru qyzpxhbcsp.duckdns.org ntpupdateserver.com wiindows.no-ip.org @@ -136369,7 +138637,7 @@ fantasticpipo.club craghoppers.icu nxevlchokgsbyokj.nf bestlovelong.com -0nline.pro +x6kf8w8.top 1453mk10.info fflxcsbtb.pw valleyseve.de @@ -136385,7 +138653,6 @@ bshadesencrypt.no-ip.biz wqwmqoykrkkfcpruxxro.com cxco.no-ip.biz boozebird.com -cymz13b.top lookteach.net updatewinrar.duckdns.org kanyark.no-ip.com @@ -136429,10 +138696,12 @@ contabilidad201.no-ip.org mesenger.no-ip.biz xentra.hacking.rs ha859.com +ns1.www.research.pc2linux.com.mx bluevalentineonline.com asdgsxcbs3.duckdns.org xrlchmawnc.duckdns.org pueensummfvi.in +vudoshakar123123.website xn--akilli20gb-yub.com tinyimagehosting.com g82cbnd.top @@ -136497,7 +138766,7 @@ fkwcxtyizy.duckdns.org f62dbnn.top fjwfysnnra.duckdns.org b637a2313844276e5aa8283303025260f5.ws -hfuwlocyqngcsblek.net +adobeflashplayergroup.services djekichankoy.com for2cas2.site dbb.turbo-sy.com @@ -136515,7 +138784,7 @@ e18220.com newyearcardservice.com blackshadesftw.no-ip.org silent9.zapto.org -q0377cea9f9f9927b9d1fc7f4188de1969.tk +tiexue.cdn-dl.cn t567t.top school-pc.sytes.net q46b1b27647706d6875b0e696dc21ab09c.hk @@ -136523,8 +138792,8 @@ seminee.aega.ro pinotproject.no-ip.biz alert511.com gacyvah.com -ajjjqws1fkxx42.com kibmfhfogh.duckdns.org +fvyqgnfjzs.ddns.net microlilics.crabdance.com mikejackey.zapto.org guwhjsdpsx.duckdns.org @@ -136577,11 +138846,13 @@ greenoil.top rc7q2zx.top fpkk592.top ljivxwjvin.duckdns.org +uuckodikmi.duckdns.org auxame-stemmann.com chronic.no-ip.biz keoqjvemaf.duckdns.org win10-ms.c1.biz jorisdisjk.zapto.org +uowbinvpky.duckdns.org twindu.net sickhand.ru neboley.cn @@ -136616,7 +138887,7 @@ gyxz28f.top ntservicespack.com ftp06.freetcp.com denizgoblinster.com -egiriscumhurbaskanlik5.com +dutyought.net knowfloor.ru 1helper12.no-ip.info toolbarbiz.biz @@ -136650,12 +138921,12 @@ evm0di.linkpc.net applicationframehost.in gabcxpnufu.duckdns.org 20132014.no-ip.biz +cdata.tvnet.hu ratting101.no-ip.org westdeal.net findlineinc.org privacy-google.com ifsazzers-video-platformu.ml -nato-int.com 1604771223.httpdsconfig.com kxbmxljhfx.duckdns.org coolsampcf.no-ip.org @@ -136674,6 +138945,7 @@ crcp358.top iswb.softsolutionbox.net pfiewofjgy.ddns.net zylylxkjvv.duckdns.org +okjhdbdoie.duckdns.org dh4hg.xyz forgotten.oss-ap-southeast-5.aliyuncs.com clll.cf @@ -136683,6 +138955,7 @@ lo.ax.lt upongrow.ru cutox.info irosomalian.info +amazon-ded.top ccuqobvsus.duckdns.org 2satz.no-ip.org cidnwfp1.ddns.net @@ -136701,7 +138974,9 @@ diyarbakarilaclama.site topleamna.com vpmtobmunw.duckdns.org jimin.jimindaddy.com +sgiculghmy.duckdns.org steelclik.us +bsshades.no-ip.info darksc.zapto.org thelumps.no-ip.org dam5i6.linkpc.net @@ -136741,6 +139016,7 @@ eldelbar88.crabdance.com xbxglgzedc.duckdns.org blackratz.no-ip.org edfssqrerr.duckdns.org +orvdlmhcdo.duckdns.org mascalorofertas.xyz free-etherwallet.com marsdefenseandscience.com @@ -136791,6 +139067,7 @@ murtada123321.no-ip.biz vgfffsfjii.duckdns.org hasdgfwxs.duckdns.org scvhost.no-ip.info +visuvnycsn.duckdns.org hosturl.no-ip.biz qefhtsdoxm.duckdns.org labibtwister.no-ip.biz @@ -136851,7 +139128,6 @@ agent4z1x.no-ip.biz vtyllllyxl.duckdns.org mdllqxzrlk.duckdns.org ukborderhomeoffice-gov.org -ublhgyemcejpjmq.cn avjrggs.ml mxxjwjaamm.duckdns.org gob.grantflaskparty.com @@ -136895,8 +139171,9 @@ donot.no-ip.biz twidix.at viuecody.club fridayaugust.net +gxomocpboh.duckdns.org dadabada.com -nexta.chickenkiller.com +canadabook.ca srvnrjsite.co hd5088.com getcanfind.org @@ -136906,14 +139183,14 @@ standartgiristr-web.com bespokemerchandises.com fnlleamjhc.duckdns.org pubg-cheats.info +pakqadeer.hopto.org shitonface.no-ip.biz sfn.globalowa.com km8qk36.top spider-site.yoyo.pl -chrome-upgrade.com uureskijac.duckdns.org sucursalvirtualpersonas.at -livetalk.vip +pufyxov.com 4facebookwanker.no-ip.biz humanslow.ru asdfmovie.no-ip.info @@ -136945,6 +139222,7 @@ ipv4.windowsupdate.mrface.com cydz28j.top faniii.ddns.net monitmock.su +rimakaram.net meetme.cam jjcp718.top ercwlwvwki.duckdns.org @@ -136967,10 +139245,11 @@ puvryjseyj.duckdns.org mffccebmdino.ru nathan47.zapto.org uoibppop.tk -tristanbshades.no-ip.biz +syospbqkrdmvutx.ru k12hbnb.top dpdf558.top -ezqhdeozgb.duckdns.org +gdrvcheck.co +vdudsmbinrydabp.cn juvlvvwodx.com paknavy-pk.gq fpnf522.top @@ -136995,7 +139274,7 @@ dns2.civilfnat.ru travelsiteadvisor.com 15438.xyz rowls.no-ip.biz -ns2.immriolhe.at +arnilflkto.duckdns.org ianbobobbc.duckdns.org gypz67s.top clotiahs.info @@ -137019,6 +139298,7 @@ regular8.info khgcgcmgc.ddnsking.com rvgxpyaxnq.duckdns.org libbzserver.no-ip.biz +nato-int.com nvhxhxpmpe.duckdns.org ty-orange2331.com bsu3h.xyz @@ -137041,7 +139321,7 @@ daddyup.ddns.net jamesrlon.ug kijtdsmlcd.duckdns.org viables.cz.cc -recordsforsmssent.xyz +cqckfqvzni.duckdns.org patogh-persian.persiangig.com flashplayrge.xyz smfinternational.com @@ -137051,13 +139331,14 @@ gotoel.no-ip.biz nww89kj.top f32mbnz.top eajzmmxddr.duckdns.org -crystal.no-ip.biz +sarycppeao.duckdns.org lwwwwjwwjj.duckdns.org ogmrntrmbb.duckdns.org t6c432458298e1590e97437c27242dcbeb.in ziraatmaliyebakanligi.com mf-krasnodar.ru megaurbia.space +pizzotti.net a123a.top big-cola.com joshlol.no-ip.biz @@ -137065,6 +139346,7 @@ helpdesk.csc-na.com wetyhshx33.duckdns.org fmzldkztou.duckdns.org vy16.com +witcqvgqbx.duckdns.org asapvpns.club vvmdijgrdb.duckdns.org creativanalyticks.com @@ -137080,6 +139362,7 @@ hsrrrivkkw.duckdns.org mi.haoldd.com f6kn8c9.top destekbirimimiz-pandemi2.com +h98801x4.beget.tech basmtrke00.ddns.net radiomason.no-ip.org sbr28gizur02fcxtz.com @@ -137097,7 +139380,7 @@ jfnncj.org huanchacosurf.inti.co.uk knowme.ddns.net c62dbnq.top -printronix.net.cn +camishniacing.pw rararara.ddns.net arispedservices.eu azerbaijan.zapto.org @@ -137115,6 +139398,7 @@ nxrzbuijyz.duckdns.org corecheckmailsrv.com kub-gas.com truedonell.com +news.reutersnewsonline.com hausesqhbw.duckdns.org nickstr1234.no-ip.biz ns1.dns-service-busines.biz @@ -137149,10 +139433,8 @@ office.fielnnam.com microsoftmusic.onedumb.com babylont.ru signstand.net -1603710122.httpdsconfig.com gc5q5zz.top c7b3f82ca2ed22a1a120ab6dac1a8a5731.tk -pzpaoinwjd.duckdns.org rasavagulle.site diox121.no-ip.biz casecose20smart.net @@ -137174,10 +139456,9 @@ atakai-technologies.website blacknshady.zapto.org nwwgbluv65j6g0xgr-xk.com vbrother1berolarbs.xyz -checkspeed.no-ip.org +file.discountmonumentcenter.com fbw51kj.top base.zzz.com.ua -suicid.duckdns.org niggablack.no-ip.info m92hbnj.top opportunityscientists.com @@ -137198,6 +139479,7 @@ terencexpro.no-ip.org lqrfklxxno.duckdns.org hpygol-acm.com cybergte.ddnsking.com +qkcheisvyd.duckdns.org mgflyvsgwl.duckdns.org dbprimery.com ms.auto-update.cf @@ -137249,6 +139531,7 @@ qsdvtuffty.duckdns.org zazohoster.no-ip.biz 1604771245.httpdsconfig.com furyman.hopto.org +vks7b3hndio8.viewdns.net sk4n.zapto.org lxlwjany.info tcbmuygulamasilaritr19.com @@ -137292,6 +139575,7 @@ athenades.xyz km8mc38.top babysoal.com uponride.ru +360footwears.com 1111nanocorerat.ddns.net gyqz59x.top skjekdiosn.duckdns.org @@ -137307,7 +139591,7 @@ obkhicxbre.duckdns.org bees11congress.com susukacang.3utilities.com eternalgreetingcard.com -stillneither.net +miwakosato.club maguss.3322.org yhdncjsitekcn.info serviceswork.net @@ -137319,6 +139603,7 @@ sniper98.no-ip.biz au1-gate.com cumhurtcbmgirisitrap9.com cumhuruygulamasiegiristr4.com +alinbox.co findergra.org jmesmd.com ns1.dnstechlist.ru @@ -137346,7 +139631,9 @@ tnoi.online retomesetion-disoseceful.biz suidacra1337.no-ip.info mnbp.tk +frtfipptlbqlmwf.ru w6kr8l8.top +btsuganda.net lol.c00nsk.in knhrohsany.duckdns.org irxoneshot.no-ip.biz @@ -137377,7 +139664,6 @@ uxl3glxoiegjbygm8y48.info wymeserver777.ddns.net drinksaturday.net businessserv.no-ip.biz -darkshade.servegame.com superload24.info wnjvlcedqktcxqmymkha.com meatball.no-ip.info @@ -137398,6 +139684,7 @@ xzyjzknoqh.duckdns.org cyttec.de army-ignore-score.com mangiiii.3utilities.com +iemdrcaerz.duckdns.org yml773z.top qqzarorgns.duckdns.org g33r59eug.com @@ -137406,7 +139693,6 @@ prove43.xyz nsatc.agency zcgrphhuzi.duckdns.org monarch02.no-ip.org -ufehxibnbs.duckdns.org bssrat.servequake.com imeholor-cocexofian-transozafive.net lqcp168.top @@ -137422,7 +139708,7 @@ takefind.net yazhagal4246.ddns.net mrpooper.freedns.tech ns1.al-wayi.com -bonjour12345.no-ip.biz +ioiivwvvly.duckdns.org nqcp378.top gypz55p.top 1mbank.net @@ -137461,6 +139747,7 @@ evifohahzn.duckdns.org encroapp.co.uk disepelaty-ultratakicable.biz mmylivepl99.xyz +sex-finder4you4.com concordiaeefde.nl saudi-government.com postocotily-ultravecolify.net @@ -137470,6 +139757,7 @@ rolexkings.ml debian.freedynamicdns.org sqetrtxwen.duckdns.org twexb223.duckdns.org +yanchao.tl-ip.com yoacafpshlcz.de gylz32l.top zhxingdxsw.duckdns.org @@ -137484,6 +139772,7 @@ kgcadjust6.com orineen.com amputeejoe.no-ip.org ngw35kj.top +zaqhyiklza.duckdns.org cnamel.com father60.bounceme.net xnlhnpersi.duckdns.org @@ -137506,6 +139795,7 @@ fbiclan.zapto.org elysians.no-ip.biz jiivivmmzm.duckdns.org feltwhole.net +czaroffnow.com ums1128.site odyvxtppwkcw.ru glaive24.no-ip.biz @@ -137516,7 +139806,7 @@ uhfa02eknih03swzdku.com jweplekyqv.duckdns.org e-ztools.no-ip.org googletrollme.servehttp.com -mmavozduky.duckdns.org +documentsharing.space ns1.jordriol.at ns4.fikloardte.at sevensevemeyenleremgi.xyz @@ -137541,6 +139831,7 @@ servcobranca.in ndw69kj.top buyer.arrowservice.net hewydfuzxj.duckdns.org +fprx569.top livefootball.ro dougmcmillon.app safeupdate0.no-ip.biz @@ -137555,6 +139846,7 @@ fsrxmktgtv.duckdns.org kims1998.ddns.net 4verbange4.bounceme.net soilseven.net +xplyisqsflhtdxe.cn firelife.oss-ap-southeast-5.aliyuncs.com ns2.newdtuil.su lucasotero.no-ip.biz @@ -137571,7 +139863,6 @@ wdibitmapservice.net pandemi-edevlet-yardimi.com raxixe.ddns.net hillnext.net -drunt.at doly.porche.ml blueberrykush.no-ip.info tccbmctruygulamatr97.com @@ -137590,6 +139881,7 @@ kmeuvnnbqiencvsemhcuv.bz threivetrack.com serveme.afraid.org 517jsq.net +playupdate.xyz sqmapesraa.biz fprn513.top nuliywzpmj.duckdns.org @@ -137601,6 +139893,7 @@ ymk729j.top mercyof4god.myftp.biz smithtony.co.uk u72.no-ip.info +znqrwscoju.duckdns.org a-hoffraw2.no-ip.org z6kk8x5.top recel.duckdns.org @@ -137635,6 +139928,8 @@ zetthing.site mailerfeed.net gbqtxnxnog.duckdns.org tc3q5zw.top +procj.zapto.org +aintdoinshit.com qeqotogemet.eu xewehqamhi.duckdns.org hallah.no-ip.biz @@ -137667,7 +139962,7 @@ angrpdpnpq.duckdns.org kyebzahocfnbjqfop.net xoscnwspyq.duckdns.org nffiiload12.top -spgrzhpkbp.duckdns.org +sheilaalvarado.com marketkanz.ru no-ip1414.ddns.net daggerclip.com @@ -137714,7 +140009,6 @@ katieebecker.com changepassword-yahoo.com harryleed.dyndns.org ymn779s.top -adminlucasbs.no-ip.biz terracluster.no-ip.org moherabi.no-ip.info dswikjjfn.in @@ -137724,7 +140018,9 @@ kbklajywgf.duckdns.org gybz85b.top iifeofkoqc.duckdns.org elgen55.no-ip.biz +welefus.com melissa23101.ddns.net +xbahrlsbmmtryjj.ru fpjz525.top fafally.no-ip.biz blt2blt.ru @@ -137746,11 +140042,13 @@ rsbshades.no-ip.info uarushelp.com vie-en-islam.com fpnk598.top +qgdwihvvysnxpjh.cn sanda750.ddns.net joinfeet.net services.hopto.org roopkivo.xyz rocknovember.ru +yfgskwabch.duckdns.org mraicha.zapto.org fondafon.ru 1603710297.httpdsconfig.com @@ -137771,8 +140069,7 @@ fprh517.top baaleman.ddns.net aqwmiphorpa.com km8mn37.top -xhdpubqjaj.duckdns.org -sexystar.myq-see.com +alihupnots.duckdns.org dypl685.top original-lot.com jsbcdns.warzonedns.com @@ -137780,7 +140077,7 @@ scanchart-rny.com k12qbnf.top lmdafwovatgplrk.cn pnmmn-cyvbiqzbe.ru -ales2018.myq-see.com +vicky241.no-ip.org ilu.troughtheend.com holy1.no-ip.org musicname.net @@ -137804,19 +140101,20 @@ dpzs566.top bugsbunnyy.com dcottgseed.duckdns.org vexna.zapto.org +fsvtmwuanj.duckdns.org pandemidestekyardimial.ezyro.com ns2.nsdomainservices.org umfwqybiwr.duckdns.org fallopen.net +gztyyjuzal.duckdns.org bikton43.ru x6ky8x7.top helpjava.no-ip.info gcdn.kz -utalkhere.com tomcatdomains.page.link rp4roxeuhcf2vgft.onion augustreys.at -mertens.mynetgear.com +gzckhiefze.duckdns.org notify.serveuser.com pervogoaprela.ru internetroma.no-ip.biz @@ -137873,7 +140171,6 @@ tibethome.org sec-doc-v.com fpsn521.top pandemikamu.com -hockeysubnantais.free.fr ymm718n.top iurhjfnmflsdf.com slim1231.no-ip.org @@ -137907,7 +140204,7 @@ vhgtssedds.duckdns.org bpyoyo.com dllhost.servehttp.com tdwoogjxcqni.com -iwendodkzk.duckdns.org +mluvjrwnqpfpvnt.ru ldrapollo.casa jsucket.hackermind.info semimobofudom.biz @@ -137924,7 +140221,6 @@ asean-star.com kerizexe.duckdns.org vedio.reutersnewsonline.com c807063.ddns.net -cdlitong.com joojin.com 37w.no-ip.info putamea.ddns.net @@ -137933,6 +140229,7 @@ love-surprise.com moretoparts.com dagoodhacks.ddns.net lovely-honey.club +liquidmiracle.top uajewhwyzm.duckdns.org ymy733j.top lukic2012.no-ip.biz @@ -137941,6 +140238,8 @@ bausrus.no-ip.info vermasterss.com trifinity.no-ip.biz servicesups.com +joooddooaw4anznvt.serveirc.com +nteriap.info ollieedmunds.no-ip.biz fpwl559.top fylsfsapwk.ddns.net @@ -137948,6 +140247,7 @@ winter.winterboot.net alwaysandforever.chickenkiller.com mostpage.net claudfx.win +mpcppcpcpc.duckdns.org urtrakrnowoff.com ikjncjncj.nl ynet.ignorelist.com @@ -137959,7 +140259,6 @@ purchasingmanagers.club dmeyuebekaye3d5il0wv.icu zavxydcjtb.duckdns.org andndjmts.com -a0153884.xsph.ru haybay2366.no-ip.biz yvwhkimeub.com wcvemukcaowtymg.cn @@ -138027,17 +140326,17 @@ ylpnpjrcgs.duckdns.org cv-suspension.key-systems.net apple-search.info bhyud.xyz -jugapeqewoqykyz.info bonelagrib.xyz overikoricize.net sagar.no-ip.biz voicesupport.vip -checkserverstatux.com +malito.duckdns.org xhkycunbhfknk.com kcdwyhlptp.duckdns.org vasli.pl cool.londonstresser.uk cummings60.xyz +iyszxotbph.duckdns.org sh.firefoxupdata.com bguknmdqyg.duckdns.org vkrekssrvh.duckdns.org @@ -138075,6 +140374,7 @@ kelvin.agrillcs.com boomboo.tk xn--webtedbirnceliklidirgirisler-b2c.com bshades101.zaptop.org +jnvfnpweot.duckdns.org bondfirebuddies.duckdns.org stats.emeraldsurfwatermanagement.com petulans.online @@ -138109,6 +140409,7 @@ muchjune.net bhseg.xyz siqojywakafiwaj.info downhacking.duckdns.org +danilobatistaaa.no-ip.org ophisaurusis.xyz shallsoul.u1.luyouxia.net crazymonkey777.com @@ -138127,7 +140428,7 @@ ulitka-plitka.ru fpxj592.top pyxelrat.myftp.org youarethecoolest.no-ip.biz -marvel89.com +commealamaison1.zapto.org l3d1.pp.ru crdshop.club airliness.info @@ -138137,13 +140438,15 @@ twolk.serveblog.net plantwear.net dyzt687.top wn5zweb.online -qxcp988.top +srndndubsbsifurfd.in +ijksiflsrpxhsvb.cn shelldoss007.ddns.net server.dfgsfdkj3jk4h5.ru rrtrbpdsrg.duckdns.org 11exvnzpds.com elturboo.no-ip.biz iskur-sos-yal-dstk.com +zqddipnywr.duckdns.org scotsa.pw ouhfuosuoosrhhrfuof.su gyfz77x.top @@ -138151,7 +140454,7 @@ zxc2018zxc2018.linkpc.net kjvvwbnnzm.duckdns.org djyx988.top qpobaaqdpp.ddns.net -ahmad025.ddns.net +glennfloyd.hopto.org oppwny.ddns.net hgftttfrrr.duckdns.org hkfirirjja.com @@ -138164,6 +140467,7 @@ volyjok.com terminator2011.no-ip.info misevocic-minikanogeness.com knorshand.ru +f0429316.xsph.ru utbmslqioi.ddns.net cmnjbshnuyruyruyo.net singles-office.ddns.net @@ -138218,8 +140522,10 @@ n82dbnx.top sewardsfollybarandgrill.net phonecalls.info 75743920176.no-ip.biz +czyudtvoqn.duckdns.org hellomynigca.com jxnszkduux.duckdns.org +sgljkwrepn.duckdns.org maniimai.no-ip.org runescape-hacked.no-ip.biz n.lotys.ru @@ -138228,17 +140534,22 @@ gw397iwauwsf.top cyfz73d.top cyzz11b.top f92zbnk.top +emosekian-ultrapeteness.org fpkq519.top +34bbv87.com +itshealthpro.com greatnewidea12.ru habboz.serveblog.net obrufmndrxzjjtcvpd.com rqcdedcfqiyi.in tyler14.com +karlmarxx.app revivejerusalem.org gfcuxnaek.ru p-andemi-destek-sosyl.com dd3gs.xyz codfgsdf.hopto.org +6timxnxeadz.servepics.com goog2.no-ip.biz ogudxdxpej.duckdns.org a-if.arrowservice.net @@ -138278,24 +140589,23 @@ michael-spa.asia burdensoftrock.com gun255.xyz horlnsnvynyi.net -cpmq.cn +ringweight.net unitytlfduntsitesite.us dandyscrub.com -dhea044.no-ip.org -manganic-rumbles.000webhostapp.com bl4ckshades.no-ip.biz cycz28z.top macoop80.hopto.org grgrgrgr.ddns.net -ubercoupon.site +f6km8h6.top fpsz586.top skumrmgysmanaskihglassdzya.website x188188x.su lwzskntgmb.com xvident.pw +dnsclientresolver.com masterentity.cf baheakrlmg.duckdns.org -vocykem.com +hesperiidae.online fpft533.top 119.no-ip.info 2ffahbg8eydhr96hx3x2lje2ymygt5iq.duckdns.org @@ -138311,20 +140621,22 @@ f0345542.xsph.ru phxmphzgzs.ddns.net mwas.ru ittifakcumhuruygulamamtr59.com -gydz89r.top +l52dbnb.top minmindough.com gywz25g.top fpgl571.top -lack-exchange.com +oabtwabgoyatl.info news.saltlakenews.org light-boy.top rsta5ga.myvnc.com nmn799r.top +theshangai.info bxhost.blg.lt nojlypvsfw.duckdns.org axpmgbdmrq.duckdns.org n3b6c39acc6f9a7daac4a0069259d18355.in -secitasr.holdonhosting.net +meatconsiderable.net +dmjtbnshcfvxmlytj.net thietkeweb77.com zxrumsrrxl.duckdns.org 1603710717.httpdsconfig.com @@ -138339,9 +140651,7 @@ thaddivjof.duckdns.org conn.gxdet.com dboffrqdcb.ddns.net asdasf.no-ip.biz -decemberkentuck102981.com army-rip-feeling.com -bmdsiwxprc.duckdns.org poxeeki.net fplw523.top prorms.ddns.net @@ -138387,7 +140697,7 @@ abdalah2004.no-ip.org dij49jf39fjd340d.com fpyw568.top norejike.com -glbswqmsor.duckdns.org +cakrd.com bbyblbe.vip gcmwsufwec.duckdns.org nelkzm.net @@ -138429,6 +140739,7 @@ etaqe.com qetyhov.com shibboleth.mcgill.ca.iftl.tk vermin.zapto.org +cpyhmrswvd.duckdns.org rhuowhnhfj.duckdns.org beyas4.s3.eu-north-1.amazonaws.com cyzz33j.top @@ -138492,13 +140803,14 @@ pandemitrcumhurtr8122.com cybz97h.top wvoltvqqfsry.ru empezarll.dynu.com +oaenivnrgb.ddns.net rgdusk.no-ip.org oxkkvlewktdt.in -maniac.http80.info +saiyd.duckdns.org pythonfinder.top -kjhg6658.codns.com xlepskadrz.duckdns.org mondaydrem.ru +j1e2n3k4i5n.no-ip.org bmwciv.no-ip.biz jamesbounty.no-ip.org 2stop1team.ru @@ -138525,6 +140837,7 @@ tunara.online ttznmnannn.duckdns.org sinisssa.xyz vdlwisawlnxduymklidi.com +lmripkknynioatm.ru nllzqqqpoo.duckdns.org ground.msnhome.org vdhmxphstb.duckdns.org @@ -138565,6 +140878,8 @@ kcnfjrncjpowermain.info bobdoleownz.no-ip.biz mihomat.com anonamsterdam.no-ip.info +vjtfdevapo.duckdns.org +sickhand.net ftp.applemusic.zzux.com nkcp338.top nmf783f.top @@ -138582,9 +140897,11 @@ create.gotdns.ch greatmirabellasite.com ujstjrqaod.duckdns.org matrossinio.xyz +cfjpidiedjnqtfa.cn anassrojola.ddnsking.com wsfqxfnyhv.duckdns.org cascapplxmain.ga +uqw16atsxge03cbwwx.com carvi22h1goldstone.xyz ymq776k.top erunzthis.zapto.org @@ -138592,23 +140909,25 @@ postapimable-imipuhekian-transifusussion.info irexohity-comemuroship-unofufulike.net abc.yuedea.com dns2.onepercentns.ru +offercroud.net avance-activo-en-cuotas-cl.cf f92sbny.top androcp.cloudns.pw routermanager.gq bzdqdppcob.duckdns.org mrsrizap.myftp.info +deadfebruary.ru vi-1.icu yl.andphocen.com +secure.cloudserv.ink threeloud.net mnoipipjql.duckdns.org sinetix.ca 05fckgwxqweod05.freedynamicdns.net -e1fa3a0e02be4cc853be28aca220c42258.cc +linkshortnr.com cretors.ddns.net jxlctmfyirdu.pk cdc01.hugesoft.org -sadgxbe34.duckdns.org qetysuq.com fdkydru.tv resihokument-inedibadom-interukaxobese.com @@ -138623,6 +140942,7 @@ zzjetgj.com slushie.no-ip.biz zupaservices.info methoder.com +ratherunderstood.net solfire.aljosaborkovic.com uxwtykgty.info pfyjujhvfx.duckdns.org @@ -138630,7 +140950,7 @@ leviticusrat.no-ip.biz lexusempresa.100chickens.me dhl-kurva.store selectedserviceru.com -fphj533.top +mahmudnurdin.ddns.net obtdnbliau.duckdns.org cuntofawesome.no-ip.info kirkukboy.no-ip.biz @@ -138657,12 +140977,11 @@ wntc.livehost.live loretico.duckdns.org hackegy400.ddns.net oyvwhzekav.duckdns.org -xbox-ms-store-debug.com +eotyteidhw.duckdns.org mecdaw.com hibqrywwciwhbks.net ecvaywywut.duckdns.org piveeoeioe.duckdns.org -boimer.com wishgray.ru pokerlucky.no-ip.biz eqttsrredq.duckdns.org @@ -138699,7 +141018,7 @@ twivu.net xxcaoqrpky.duckdns.org dlstubes.com xnehycsorh.ddns.net -zothconway.ddns.net +ykbh.k818ax.com q22xbnw.top pornohd24.com wiizardishka.hopto.org @@ -138818,7 +141137,6 @@ cyqz67c.top tty1.no-ip.org poootggsss.duckdns.org km8sb27.top -adaletariyoruz.net 12lian.no-ip.org hqjnrmlhmdcd.org omzrrrrrdd.duckdns.org @@ -138841,6 +141159,7 @@ someshitejob.ru gaerty.com mbtseiltigrijncw.com occur436.xyz +sykazt.com.cn onlygoodm.com travel.firefoxupdata.com majorkeys.ddns.net @@ -138865,7 +141184,6 @@ vmensuiucm.duckdns.org portal-avances-de-cupo-cl.cf hekyhyjehutesuc.info q3alkhater123.ddns.net -org-2fa.org nlkjjbonan.duckdns.org jedcklztyf.ddns.net wqljahcjsz.duckdns.org @@ -138886,6 +141204,7 @@ dll-host.com us1s2.strangled.net n.plrbchand.ru kreb.xyz +idbjlzb4fqlgyjq.redirectme.net workbigfinetonychuckgoodallarefinezynovaexploitgood.warzonedns.com vanessa.millestonez.com goodstones.top @@ -138901,7 +141220,7 @@ pbonnaaaan.duckdns.org tbqenjyadhgyppidxiap.com dittel.sk chairsquare.net -twwrqowgnn.com +kittrellglass.com fphw558.top decembercloth.ru login.daum.net-accounts.info @@ -138909,11 +141228,13 @@ z0ne.no-ip.biz leokene.no-ip.biz 0532qdzxmr.com techideas.no-ip.info +d2nz6secq3489l.cloudfront.net cumhurbaskanlik878.com jeffriesmc.no-ip.biz alaauy.ddns.net desuvyfamununoc.info box4039.net +aidodvjucq.duckdns.org redcz.xyz ilpalgpscj.duckdns.org triedgrown.net @@ -138978,6 +141299,7 @@ hostsn.ddns.net ns3.andrepower.ru fpmt578.top weoipdzwpb.duckdns.org +juurgeejvpfnjbe.cn dssgasrea.club qrzncwuewl.duckdns.org b310237867949629a21f6b2979d7afcc9d.in @@ -139016,7 +141338,7 @@ dsdjfhdsufudhjas.com api.staglion.pro shodam.ddns.net erkazanan.servebeer.com -tnaktfik.ddns.net +users-login.com pandemi-yardim-1000tl-online.com 1234noba.ddns.net jarajnwupu.duckdns.org @@ -139047,6 +141369,7 @@ usomyeterxbeaq.tk dmyx858.top warda73.no-ip.biz combach.com +wtemngbczb.duckdns.org dns2.beeta.ru newsbrontima.com y9.ddns.net @@ -139057,12 +141380,12 @@ usemehf.no-ip.org cumhur-pandemi1.siyahmaske.tk hakanfidanbaskant.tk technoindiaengg.com -asxztomxor.duckdns.org +mfa295358fdb6418babfba41479ec31dda.to ms2013.servehttp.com +cwsxmevdyq.duckdns.org cloudfront365.com bg78ruhevroujiodjfoir.com youlanda.no-ip.org -gywz21n.top newutils.3utilities.com jpyokhenje.duckdns.org bzllyyxkjj.duckdns.org @@ -139070,6 +141393,7 @@ a69dd7d97c31cb6101afccdbd956c86e8a.hk usaacominetentproofproofingeventactioninitevent.com recoverrryasitalycovid-19.xyz atestserverrat.no-ip.info +nopsigbgny.duckdns.org jvokaggkqj.duckdns.org tcbmuygulamasilaritr14.com regwide.club @@ -139089,6 +141413,7 @@ jfnsrvsrvncdnnrj.ch viavito.chickenkiller.com 1149.a38q.cn lygytyd.com +zgnteniwiq.duckdns.org hlkzhfmtby.duckdns.org boyabjupae.duckdns.org chimurenga.duckdns.org @@ -139096,7 +141421,6 @@ ymz769z.top test.local-test.com bootwinsd.zapto.org greatersky.top -helper13.no-ip.info spaines.pw urmyslave.no-ip.biz quzbcsjuxs.duckdns.org @@ -139115,6 +141439,7 @@ wyvkrmipje.duckdns.org memo445.ddns.net ntdumps.no-ip.info drinkbroke.ru +ddfkpwltyc.duckdns.org vremen.top xvisceral77213.no-ip.biz kcnfjrservkcn.in @@ -139143,6 +141468,7 @@ tssfsfggtg.duckdns.org schopsca.ru easifmpbfd.duckdns.org 64.myxmr.pw +ozarkrov.com afspszuhaayetuyqb.net 3s1hs.top jeskzkidqb.duckdns.org @@ -139150,6 +141476,7 @@ igri2011.ru smqwonbiiymq.in zaadee.no-ip.biz web.golden-goblin.com +girlsgoneglamis.com nlucy.no-ip.biz 1603710267.httpdsconfig.com wlnivkskog.duckdns.org @@ -139163,16 +141490,17 @@ swanstredi.xyz hsadxa3335.duckdns.org sduigh84.zapto.org onegrvlchf.duckdns.org -evama.at +ddirggmoihkooye.com mikkymouse.duckdns.org zekepenio.com +tuewdqbvas.duckdns.org networkschecker.net -sinkhole-04.shadowserver.org +kiglskfws.serveminecraft.net amkqrprvei.com fzqiuepiyp.duckdns.org nerujeo.zapto.org f0398143.xsph.ru -jumpread.net +ffnbbpnlgb.duckdns.org ykdutgojwj.duckdns.org ayzndhsbwy.duckdns.org developery.com @@ -139201,6 +141529,7 @@ boaojhzkix.duckdns.org gdpsincguf.duckdns.org tenpounds.top lc1q9zb.top +chinafsw.cn saprit.fun xlcssfufckuh.biz hjkqvviirikisxr.cn @@ -139239,16 +141568,18 @@ th3expert.3utilities.com job.jobsadvanced.com kozlikmozlik.zapto.org cc1q3zj.top +vqyaqfrscpqestt.cn us13.short-url20.com jretrcrhpl.duckdns.org wzoqajkevs.duckdns.org dxxejmnsph.duckdns.org lqswevdkcr.ddns.net abc.hopto.me +lolmands.chickenkiller.com fprz555.top hrent.site bbbnvkthwbwm.com -colinmdu78.freemyip.com +ekri9xvgvw.com pichostfrm.net mail-justus.com.ua 0716355104736691.no-ip.biz @@ -139285,7 +141616,7 @@ krwrf1.com yf8p0p.com akcqfcygbx.duckdns.org alicui.online -darkcome.net +w1265bf482605e17cef4dc3b775d819eca.cc 4.test.3322.org.cn dolboeb1701.com mikko.no-ip.biz @@ -139309,6 +141640,7 @@ mjumbo123.no-ip.org hkbfnmevvqtl.com ujaioep.website 1xv4.com +hltfpjlrmgivomx.com fpwp533.top ssmiivqxtbtp.su fridayraise.ru @@ -139334,16 +141666,17 @@ paperblank.best h4mm3r.no-ip.biz egotus.no-ip.org pyimtvkmpr.ddns.net +bestairlinepricetags.com zxcv201789.dynssl.com liquidphire.zapto.org apps.uzdarakchi.com jvrrrjysrthwg.org -azeridestekkazakdestekses.site +fusaris.ru lhpqswlbvh.duckdns.org fpmw592.top km8zg22.top mgbhfozyxx.duckdns.org -yzhf1.system-ns.net +green.safalife.com akams.in oryano.ddns.net kgpyczcgsi.duckdns.org @@ -139383,7 +141716,7 @@ l22ybnr.top cymz53j.top nmy763q.top paoduenti.duckdns.org -revivesarasota.org +expressdatings.info tovar-av.ru micorosoft.myq-see.com csob-client.in @@ -139416,6 +141749,7 @@ gronx-planets.ru knowking.net ie.n502.com gbgb66.com +ppbqyasuci.duckdns.org firewoodlogsbristol.com drawer6547.xyz ilaviguly-enosedency.net @@ -139467,7 +141801,6 @@ bst13371313.no-ip.biz stloelementry.200gigs.com dubem.top pumyjev.com -audanmon.com navyfederai.org achterqkm.no-ip.org hackedbyhacker.no-ip.biz @@ -139480,11 +141813,11 @@ siriusprojbck.net.in jpn.longmusic.com aa1a.ms6ol.net abysshosterbot.no-ip.info +ba97b047bd6aa1e4f76f84fd6ec96bd8.gq cool2012.no-ip.biz sysy.firefoxupdata.com flash.jobsadvanced.com softstreams.com -pereloplatka.host lucian0lu1.freeheberg.org hugeboats.net global.softsolutionbox.net @@ -139518,7 +141851,6 @@ linledin.net ayurvedic.by flexyou.chickenkiller.com f6kn8f7.top -xycp638.top mytechgo.com xfiz.no-ip.org x6kk8r5.top @@ -139531,6 +141863,7 @@ xnsgilnnrm.ddns.net spid3rn3t.no-ip.info koko.myftp.org loadbmw.click +fmamhorxsw.duckdns.org piydkebfg.jp gydz55y.top vcvcvcvc.dyndns.org @@ -139541,6 +141874,7 @@ shahidsajan.no-ip.biz gerontos.top w6kx8b6.top fqzqgztjyb.duckdns.org +seres.https443.net botsexpertlol.myftp.biz ns2.qxq.at vonty.best @@ -139564,6 +141898,7 @@ gyhz75p.top arepos.bit hwartiftcg.duckdns.org thioo.zapto.org +nlocalhost.wordtheminer.com 149a673e.dynu.net theageshgf.xyz update.indoorapps.com @@ -139576,7 +141911,7 @@ w6kk8z8.top jp.serveuser.com saitepy.com helsanaa.com -wixed.speedfastmaking.com +stphfxksnf.duckdns.org povbpffboved.in hawua.net topgreetingsite.com @@ -139613,6 +141948,7 @@ ufo365.in nmn752l.top dyqr687.top iraqn6777.ddns.net +vpyfzvyebp.duckdns.org qbcpobogtt.duckdns.org fpwh595.top 5u2mr.com @@ -139623,6 +141959,7 @@ sanoradad.club jumpnext.net l721453aa49b415cde932e008f8df14a6a.ws ratvilliej94.ddns.net +koko5775a111.ddns.net s20.ohbabycani.su microsom.com steffan.zapto.org @@ -139686,7 +142023,7 @@ ynsprbyapcg.biz uivufodcapcricj.com nanomoney.entrydns.org hot.thehealthmood.net -news.reutersnewsonline.com +skcp828.top songteach.net test-service012505.pro newhouse.fartit.com @@ -139698,11 +142035,13 @@ xfgkxybady.duckdns.org alongmeet.net lxybtvndxcfnbx.net darkfar.space +xread10821.9966.org gordeneyes.com cloudflare-statics.com au.charlineopkesston.com dc3q8zq.top bshades123.no-ip.org +ckm609198663.meibu.com quicksmall.net lovliygtyu.ml 974cee51.ngrok.io @@ -139746,7 +142085,7 @@ error-naver.com fpwr569.top antisixegity-macrodosiness.org jwade23.np-ip.biz -dcbrett.no-ip.info +pt-a.top johnford985.appspot.com thenewmexcan.no-ip.info showitem.lt @@ -139783,7 +142122,6 @@ alloyradianttubes.com coult.org iducgvcdos.duckdns.org novelsim.shacknet.us -fcsjbbbpenim.com logstrick.com gjvowbwgfnnq.ru ktw.serveftp.net @@ -139803,7 +142141,6 @@ hiddenxninja-no-ip.biz waetshxsz.duckdns.org b3.8866.org hehgrcbpjl.duckdns.org -tunara.ru jkpqtfwgte.duckdns.org dhlapp.info dutytouch.net @@ -139815,7 +142152,6 @@ haber-turk-pand-hemi-destek-paketi-devlet-acikladi.ga cnc2-bt01.biz ujnrhyenzh.duckdns.org 88zpv47nuh09wq7.ml -jumpagain.net wwyx268.top chqchchvth.duckdns.org pcnvgrepxy.duckdns.org @@ -139857,7 +142193,7 @@ qcooooannn.duckdns.org andreas-gehring.com kzofedrzpy.nsbhe.com iqxrxuaoke.duckdns.org -kilimcinursia6.com +antizerolant-monogevudom.info tafx.bounceme.net tchedlizebi.ddns.net wsusms.com @@ -139871,6 +142207,7 @@ mastermana2.serveirc.com cryptomag.mediasource.ch ocalhost.host bola2021.ddns.net +cwsvwcjblfrmlwe.cn knpate.com verseuable.com tcbmuygulama2.com @@ -139910,7 +142247,6 @@ sulsbrvigjrjmow.com microsoftsecurepolicy.org aminehoussam.no-ip.biz helas-boost.no-ip.org -etabs.xyz blackshadesves.no-ip.org zkcp188.top yuhsw.xyz @@ -139926,11 +142262,13 @@ ns2.sinkdns.org cumhurittifakitr83.com dppndmnum1.no-ip.info gacyqys.com +shahzad73.casacam.net wenn88.com nzyx378.top pokis-to.hopto.org xczsrg.cf mc7q5zd.top +kewbnuvdwv.duckdns.org h1f03bccd08671d6b5b12d94ee812a3184.so x6km8b2.top microadmin.no-ip.info @@ -139966,6 +142304,7 @@ derrick0987.hopto.org dzdz.hopto.org starspacegames.com 0x01.nexusiotsolutions.net +moonsecure.sytes.net f22hbny.top blacks77.no-ip.info lightwave.ddns.net @@ -139981,7 +142320,6 @@ ospbrbdvet.duckdns.org skywalker12.ddns.net godwin231.zapto.org nels.pl -yourluck.xyz asdfg123456.ddns.net yypt689.top opkvqyjlsa.duckdns.org @@ -139994,7 +142332,8 @@ die-z.top zsrvrer.com aefawexxr54xrtrt.softether.net smartcell.webcindario.com -fplraqgdaq.com +f0519573.xsph.ru +czllyxwwvv.duckdns.org back.mofa.dynamic-dns.net toxifera.space ferujysogysused.info @@ -140020,7 +142359,7 @@ wdnmdhtxrrgf.su reading33.xyz xvicserver.no-ip.biz crazynitro.no-ip.biz -asdf.avstore.com.tw +bqwxpsxyaz.duckdns.org mona123.noip.me hi8.ss.la zdmovewztf.duckdns.org @@ -140045,6 +142384,7 @@ dicojupcas.duckdns.org mediapath.organiccrap.com fatalerror.cf mteae.com +cmrclludytlqyks.ru ds38dks.net wednesltr.com.tw u8pmg.com @@ -140062,7 +142402,6 @@ coolertn.ddns.net bc2q8zc.top beipavcuxo.localtunnel.me gffzvhbqgo.duckdns.org -cloudserv.ink clbnstusmu.net architectchurch.com random9393.no-ip.biz @@ -140106,7 +142445,8 @@ y7suh3.xyz ayyi7w08li.com str100.no-ip.org okm.servegame.com -vopilo49.best +kjhg6658.codns.com +m72tbns.top ncdebbobqmyi.in softel6.zapto.org box4084.net @@ -140125,7 +142465,6 @@ duclongetc.com posnxqmp.ru fieldad.be doublesystem.net -test-service012505.website xtrrpssokm.duckdns.org eoffice.etowns.org testing562415.no-ip.biz @@ -140151,6 +142490,7 @@ dqyx338.top demo-image.com km8zq17.top lalacious2.serveftp.com +mailerdeamon.tk settinqs-yandex.ru freemooon.org mourad2031.no-ip.biz @@ -140201,7 +142541,7 @@ n22qbnt.top unitedshopbd.com xuladas11.myftp.org r4uamrr7fueez.cf -pcokjtxgbz.duckdns.org +twelvereason.net rb47cd8c7376cfac55026440479b69db45.ws edithwalker324.xyz unimarkstamp.com @@ -140224,7 +142564,7 @@ java.dns1.us tencent.ikwb.com uploading-neptune2020.freedynamicdns.net senqluxrxb.duckdns.org -difihekavo.info +jelliousbrain.xyz yrmbqqncmsevoxnoh.com fqcpppoguv.duckdns.org g345g.top @@ -140252,7 +142592,6 @@ gdskjkkkss.pw vzsoriqbvz.duckdns.org yrwtjzodpg.duckdns.org iuqwyagdkh.duckdns.org -kupitest-service012505.ru dhvrlffjur.duckdns.org playsrv.xyz video-meet-brick.com @@ -140263,10 +142602,11 @@ xlewubjpvz.duckdns.org symcd.site justdomain.space fgipv6.download.windowsupdate.com.mwcname.com +calmshipchance.xyz houssmes.zapto.org 3c1gg.top freekali1.no-ip.biz -yonananmmz.duckdns.org +cyrz83s.top myserverisbest.no-ip.biz chicken-pen-number.com ratforandroid.ddns.net @@ -140309,6 +142649,7 @@ lfgcfvdpwd.com cupo-web-para-avance-cl.cf ykruxzgdum.duckdns.org cxp0bxh0do.com +gkbrpupmei.duckdns.org mvrslaxsxd.duckdns.org wsaudio.com mincraftserver55.no-ip.biz @@ -140336,7 +142677,6 @@ vtojcpsoca.duckdns.org spendfind.net mfanews.info nnnnaanfst.duckdns.org -gazitivaton.ru clouder7.ddns.net cayxanhsadec.com day4berolarbs.xyz @@ -140364,7 +142704,6 @@ happyindependence.com ahmed201999.zapto.org iykwnvtowe.duckdns.org ez.pusatiklan.net -digoedani.xyz 616.dyndns-pics.com fplp519.top nckportugal.com @@ -140399,10 +142738,9 @@ jhykskopfz.duckdns.org its216.no-ip.org gykz35f.top 4f394j89d3j4d89j34d.com -ymj799h.top +cumhur-tbcm-tr1.com sirbellum.ddns.net shrimp.usffunicef.com -g62qbnw.top bshadeseu.no-ip.info ymn736t.top jwcp138.top @@ -140509,9 +142847,11 @@ ukazhkowdh.duckdns.org asfkj2515asfksaf.xyz qwer3341.ddns.net mimyahya.zapto.org +mtp.myftp.biz mersinescortbayanlar.org freemoon.pw -dustermite.no-ip.org +onppcuhhht.duckdns.org +alls33ingeye.no-ip.org klxhjjeqkd.duckdns.org krazehdos.no-ip.biz ktekwfamcc.duckdns.org @@ -140536,6 +142876,7 @@ t3h1337.se hillreply.net ncjdfnchdn.ml nvroe.eu +s3-cloud.hopto.me m0380933669.s3-us-west-1.amazonaws.com uyete.com nooragrogroup.com @@ -140544,8 +142885,8 @@ ymw756t.top opdrragipozdemir.com filtercommand.com propywast.com -veryjune.ru -vollpfosten.redirectme.net +dkkjrlqozm.duckdns.org +karnoel.kro.kr corp4.site cvrr.me reazy.dev @@ -140561,7 +142902,6 @@ bt1412.no-ip.info wzwsegksux.duckdns.org pate1k.000webhostapp.com 1000destekpandemi.com -eggy89.no-ip.biz dpfw538.top fpld597.top demonrape.no-ip.org @@ -140572,6 +142912,7 @@ macdocs.ddns.net aldiwani.no-ip.biz apa.safalife.com c8sock3.com +artists.m4a1.pro yuo.mytreegardens.com xkkynabqqe.duckdns.org santanaservice.com @@ -140583,6 +142924,7 @@ adobeupdata.zzux.com qezeocrewt.duckdns.org drinkthrew.ru doneym.com +fw2.thedark.us putlpudogh.duckdns.org testhostlol.no-ip.biz shrinkandshareurl.com @@ -140600,7 +142942,7 @@ blackshadeshonda.no-ip.biz w6kq8f3.top sleeveblouse.com wave.pop-musicsite.com -headstood.net +rbssoxafckiwifj.com nmgpoqqiwmh.afraid.org fpcw595.top dogewareservice.ru @@ -140615,6 +142957,7 @@ tdhkorbpal.duckdns.org puzillo.com.tw sa7er-hackre.ddns.net asdws.xyz +liklemvor.sx g6kr8f1.top dvthihyglm.duckdns.org yoursme.info @@ -140631,7 +142974,7 @@ ns2.kimd.pl martin123456.no-ip.org vowypim.com xxlmmznrer.duckdns.org -fpbj593.top +yljvxhpukm.duckdns.org boosiefade.no-ip.org aries.epac.to 39200628.oss-me-east-1.aliyuncs.com @@ -140642,6 +142985,7 @@ kyshkzrywomdwxavn.net mmogzaptnc.duckdns.org gyxz82s.top vot552.com +foztrotalphatester.xyz mnfzqtxfec.duckdns.org cspg.pw itox-hub.ddns.net @@ -140649,17 +142993,17 @@ ring1.ug kksyjuvppl.duckdns.org kutunuyerim12.site jgabi.serveftp.com -dfgcv.xyz +slalloim.space clearhelperinthischekmachine-advisorworld.monster seifeddine21.ddns.net captainmodz.no-ip.biz loudpack101.ddns.net -tkuoisluze.duckdns.org greendaysong.top jhgggggssf.duckdns.org crypter1234.no-ip.biz fpsk599.top xpwegijlgg.duckdns.org +n.hpufkdrqr.ru slatebank.com 447146195.ddns.net essentialcarementalhealth.com @@ -140684,7 +143028,6 @@ mfgowusdrr.duckdns.org barcelona2050.myftp.biz inotoloxor-antivamizian-unidudisate.name spectral.no-ip.biz -lc8q6zp.top boner.zapto.org fpzr559.top onanzzazyz.duckdns.org @@ -140694,7 +143037,7 @@ km8gn33.top circleoccupy.best cq38746.tmweb.ru ymy792d.top -autocapital-500.com +news-server-drm-google.com niggaplease.no-ip.biz xsbumvbccx.duckdns.org juqgxrnptq.duckdns.org @@ -140719,7 +143062,9 @@ solarpwr.ru securityservice.sytes.net fb-statics.com facebookspot.myftp.org +slqwlwusza.duckdns.org ouvugnmzsk.duckdns.org +afdzkgeqod.duckdns.org email-deiivery.info c1t1rc595.xyz dkvienbpmz.duckdns.org @@ -140727,9 +143072,7 @@ cxgtgdf.com cep-btk-teknolojileri.ml h0ztmecaptain.no-ip.biz gsagcketn.com -scureloginactiveamazo.com fwosasqesu.duckdns.org -mxxlddqpbo.duckdns.org p12gbnt.top nmf736f.top ybvqxfbzwr.duckdns.org @@ -140765,6 +143108,7 @@ vdgppxvstmjo.com api.publicanalyser.com nickdns96.duckdns.org esswg.xyz +zwnmhojdlt.duckdns.org djldcfxraq.duckdns.org stickfood.net woodward2007-gardening.com @@ -140784,22 +143128,22 @@ thozentaini.com mkerli4.com e401593d89f55a0ccc3764a78086af5909.to matthewp.no-ip.biz +baltrapbalyalama22.com fetched.servepics.com boogwwumjknn.org wrtypsyvzk.duckdns.org greatflashstudies.com jnicjfxyws.duckdns.org cymz89d.top -kubidcrat.no-ip.org -jpgvtregbt.duckdns.org +azedizayn.com a0439698.xsph.ru nmh717z.top -haberturk-phandemi-destek-sorgulama.ga +magic-delivery.info insitussicarius.zapto.org km8pl51.top direction43567.xyz jtgylmaywn.duckdns.org -loaep.zapto.org +panda2019.eu5.org zzz3494958kljfsdxcvcxvkjsdfsdf324234sdfsdf.publicvm.com shelves-design.com unvc.me @@ -140808,6 +143152,7 @@ apa.newsonet.net ihjpn03sijjl03dtmtr.com chpnqmiwgc.duckdns.org microsoft-hub-us.com +sarc.onteagleroad.com anonymus666.no-ip.biz roumines.com exrap.com @@ -140819,7 +143164,7 @@ jccp958.top poinakvh.com whyis.haoyujd.info ac6ruv8t.ru -deijhokhxi.duckdns.org +adshield.pro b12.fun fill-the-space.com somethingzz.zapto.org @@ -140849,7 +143194,7 @@ proserpinus.ru gmobilet.com openthetcheka.ddns.net wander5471.xyz -029999.com +coollivingmind.xyz mrawesomescloset.com vtbqoqownb.duckdns.org wms533713juana.club @@ -140872,7 +143217,6 @@ j52lbng.top wttes.xyz mc6q6zc.top owjhzywhkj.duckdns.org -wildnativebulbs.co.uk telephonie-voip.info 7bewp4nat2.x14x6x1x7x9x3x1x8x1.co.in destekalani.com @@ -140887,6 +143231,7 @@ le-progres.net blacks34.no-ip.biz voipreq12.com d12ybnt.top +wvhqrvnuos.duckdns.org aalxojhezb.duckdns.org trwexbd23.duckdns.org bitfiniex.org @@ -140894,7 +143239,7 @@ ysbfaksqohpmf.in extcitrix.we11point.com ndqylwbrdu.duckdns.org windowsupdate.com.mwcname.com -factos.freedynamicdns.org +lyvzhjhyef.duckdns.org 1f1h5.xyz x6kp8p7.top zqbgsbwkoc.duckdns.org @@ -140920,6 +143265,7 @@ lleefxavkd.duckdns.org madehalf.net huyxulxksb.duckdns.org pumytup.com +metameets.eu h143466.s22.test-hf.su plasdic.com api.pantanal.xyz @@ -140931,6 +143277,7 @@ g0zh8lb3.com sahar.oss-us-east-1.aliyuncs.com bkcynt.com iykeben00.no-ip.info +bedwhoelevator.xyz seatgreews.top drop-box.vip ssss.no-ip.biz @@ -140984,10 +143331,12 @@ xxffornikationxz.duckdns.org salesmarkting.co.vu itz-ez.no-ip.org bleed678954.xyz +posti-fi-fjddd.top cxcp278.top nmdqqcpbbb.duckdns.org adobeprograms.club jiposlve.com +vad12mhpfp03vyfl.xyz ztcp928.top thoughtxs.in domainswinghs.top @@ -141050,7 +143399,7 @@ softprojects007.ru jnplogin.com uimufgymdx.duckdns.org q567q.top -abcacd4e.dynu.net +testvirus.ddns.net gaoheeuofhefefhutl.cc gynz88b.top fget-career.com @@ -141063,7 +143412,7 @@ g6ks8x9.top dswsrvyhdpower.biz main-service.site yc7q5zr.top -aninjauk.dynu.com +ns2.dnsoptin.ru underucebohical.net malmine.ru baliegybuzi.no-ip.biz @@ -141128,6 +143477,7 @@ angryshippflyforok.su spare235.xyz jihanenouhaila.ddns.net apss.purpledaily.com +qfenaamokf.duckdns.org antonioschiumento.no-ip.biz mezilansakushmu.net pow3rhf.zaptor.org @@ -141141,6 +143491,7 @@ rbp9pprrxgflut9.com willsmoka.no-ip.org 1603709980.httpdsconfig.com thecathahano-ip.biz +musicreach.net kristoffer.hopto.org docksugs.org miphomanager.com @@ -141157,6 +143508,7 @@ oasnojxmhy.duckdns.org soylesiler-web-irtibatdiyaloggir.com cloacakoshki.myjino.ru beatdiner.com +w3m4k31tr41n2.no-ip.biz bullguard09.wm01.to hugo00.zapto.org p16d8b9a96ef8de5d3e1e8a0d9fb5c02a5.in @@ -141190,6 +143542,7 @@ kdcbst.ru iatassl-telechargementsecurity.duckdns.org k345k.top gyyz13b.top +flpvjazhin.duckdns.org portfoliopictures.no-ip.biz stilla.hopto.org ftp.ruisgood.ru @@ -141202,6 +143555,7 @@ lzsps.ml vfjguczqhs.duckdns.org kkmmnnbbjasdhe.com scarfaces1.no-ip.biz +0ooq2mzeveyln5.servehttp.com sc1q9zw.top 1604771588.httpdsconfig.com service.mymindmap.net @@ -141215,14 +143569,17 @@ saytektest.zapto.org hr.goaglesmtp.co.vu pleaseconnecttome.no-ip.org etsxg.club +xtxguvxddf.duckdns.org prospkektusi.best fsfehkvgnkfcpsf.ru kickassto.ddns.net tamaral.be fpfk539.top +20-gb-internet-herkese.com geeeerrqij.duckdns.org sss.lyuk.fun fpys516.top +qjilaekcflngllk.ru gcloud-share.com wingames2015.com updujbmabd.duckdns.org @@ -141244,6 +143601,7 @@ acounts-qooqie-con.ml rayanserver.com lemonade.yummygrapefruit.com vorteinx.no-ip.org +320glazhuk.fun osloc1.duckdns.org agfcbd333.duckdns.org 3ekinox.no-ip.info @@ -141290,10 +143648,10 @@ borun.org fifaorigin123.no-ip.biz 1-percent.net lordwhole.net -ngksqyaepv.duckdns.org +ftp.microsoft.mrface.com medikalipla34zza11.com funnysworld.com -dypatucujaqekin.info +befiest.com neelswinos.no-ip.biz kakodaemon.no-ip.biz tyeiwzjlgy.duckdns.org @@ -141305,11 +143663,10 @@ pbnsite.us chriswork999.ddns.net tfarqwitfbhpyy.ru rancholacolina.info -sundaymail.net +phscdxldgk.duckdns.org infocolornido.publicvm.com cynz36f.top mmdemka.ru -dvo.cc disinapalify-semimegaless.info skinkqnxeh.duckdns.org waetxcb33.duckdns.org @@ -141339,10 +143696,11 @@ youtube.serverblog.net gomenasai.or.tp yapepsiyacola1.site ylqrwesque.duckdns.org -muxamilu.hopto.org +gamesoft-andstuff.no-ip.biz thebeseenproject.com e74c1bbeec3382f0eee72fa4d770d5823b.to iymzyxsash.duckdns.org +orvqyivsay.duckdns.org blvshsyefu.duckdns.org upgrade-office.com kailer.no-ip.org @@ -141362,6 +143720,7 @@ rarnbler.com cnc.dontcatch.us darklight.net prostitutki-izhevska.xyz +aaboyriafds.com robints.us librework.ddns.net kammzmzlyp.duckdns.org @@ -141400,7 +143759,6 @@ olympostrff.top rb-e-e3-j-fi-1-il-h-il-3e-z-u-r-u-lk-h-wm-3-6-g-0o-s-dx.info j4abq17dqadmb4hz.com risptinshoppedtales193.ga -bshadesefe.no-ip.org fpwn533.top uzfigtahwi.duckdns.org placeishidden.best @@ -141462,7 +143820,7 @@ h6km8t2.top hubert115.no-ip.biz sal-stek.ru w6kf8z5.top -viblzlebyo.duckdns.org +thewhitepoop.no-ip.org 0imrat.no-ip.biz ghinpaywhn.duckdns.org gahypoz.com @@ -141489,7 +143847,7 @@ modi102010.no-ip.biz figslgeqoa.duckdns.org squhttfrrr.duckdns.org cccamd.myftp.biz -securityandpolicing.me +153ishak.best meso.myftp.biz reg.xchy3yzbdcavqij3dcr3.ru bbzassociates.com @@ -141539,7 +143897,7 @@ gabhxgtynj.duckdns.org swhtetdsxs.duckdns.org n4pl3style.zapto.org comcleanner.info -ielectrum.info +gfwiidnfelvevqb.ru tc7q2zz.top xn--webonemlidirtrgiriguvenlik-t6e.com qfjrltkqkg.duckdns.org @@ -141553,11 +143911,12 @@ jinxingtheworld.no-ip.org wned.businessconsults.net gjjjjjwvvv.duckdns.org logarsogar.hopto.org -accountcheck.net +fddnice.pw hymnsontap.com ymq789x.top thamxop.net lunkduuumhmgpnoxkbcjqcex.org +gfreivhuuh.duckdns.org youfuckednow.ddns.net com-website33.org pamip.ru @@ -141571,9 +143930,8 @@ rothzfjejm.duckdns.org m22fbnl.top 0x01.preload.su marcsil.ddns.net -arborea.xyz monoxatocan-imavitulency-eniguboring.net -server.lax.co.il +middletwenty.net sntnqzjozs.duckdns.org lmjtihlwnz.duckdns.org baldorini.top @@ -141619,7 +143977,6 @@ dipteran.ru zonedg.com abodeflahsups.xyz muchfebruary.net -urjivviiuu.duckdns.org kichamyn.top yepshe.com nrfffsfsfl.duckdns.org @@ -141646,7 +144003,7 @@ best-serviceupd.com egaueuefuhgr.cc tjpvpfpaqvatvgghmpng.com pont.dyndns.dk -123unk123.ddns.net +eternalscape.no-ip.biz day7berolarbs.xyz breath-structure.com dvid.infosupports.com @@ -141664,6 +144021,7 @@ sank.zapto.org alldogspoop.co smart234.ddns.net mkontakt.az +gqkvshqtjncedjo.cn jeojang.ga zz1.no-ip.biz vgtgkkxxww.duckdns.org @@ -141699,6 +144057,7 @@ javelinkay.club crownsix5.com gyrz59c.top gazolcer.com +9awi.pw 123321123.fun alaka.no-ip.biz revx404.no-ip.biz @@ -141723,6 +144082,7 @@ iskursosyaldestek.net pluginmain.com vgdcsyodwe.duckdns.org unonedeling-postakesemism.org +orkreestr.press bcvfg.ru kecefxlgcr.duckdns.org fosurfosur.xyz @@ -141765,6 +144125,7 @@ search.mojobuyers.com catshat.no-ip.biz patrickbizzle69.no-ip.org nmy792g.top +wandingoo.net meirmusic.com fwozvjyznj.duckdns.org prxtz.gq @@ -141774,13 +144135,15 @@ b4f.no-ip.biz account-user.com cynz75r.top c95b7d26d367141ca295af15ff64aa9c81.tk +nuchzkinfj.duckdns.org cumhurbaskanlikeuygulamasi10.com bt1412.no-ip.org pebulelet.ru mohammad3badi.zapto.org -reload-cover-page.live +mrnservpogserv.ml aezakmiv51.top private.servequake.com +jxy88.com michael22244.ddns.net pwipqbwwgt.ki lp0766.ddns.net @@ -141801,8 +144164,9 @@ inc0de.gq letstrytorrent.no-ip.biz km8qc26.top redirect41.info +vnedoprym.kozow.com huikingyeung.com -profileawareness.com +egainvisit.pw bkbjvfkieu.duckdns.org mercadoliinio.duckdns.org ab2d02b02bb3.com @@ -141837,7 +144201,6 @@ p678p.top mrkriper3331.zapto.org gmaildrive.site beeooto.vip -izguddoe.no-ip.biz mironanoru.zzz.com.ua sluqftqcue.duckdns.org magemankoktelam.ddns.net @@ -141895,7 +144258,8 @@ shubhinfoways.com gwasnet.no-ip.biz fffddd11.cn proideas.myftp.org -kush.ml +ijmxyarlsoejpirxghw.com +gtpjvfnrmpfbtic.cn b82zbnb.top romain.zapto.org zikoru.no-ip.org @@ -141923,18 +144287,18 @@ etxey.xyz gacypiw.com yhyfu.blasters.biz colwellandcolwell.com -xxituiis.biz +fxjjxcxhqqdpmuv.ru polarismail.services ilulohipism-microhasoless.name secrfastexamplerepco998.info dphm591.top legion17.top ainamendoza04.no-ip.org -pbnnrjdswdsw.fr +golddisco.top elementium.ni-ip.org shuudans.com microsoft-update-info.com -ircnews.wang +caleromartinez.ug correos-new.top nqdpwyfiwlejmpibl.net fiuhuuerre.duckdns.org @@ -141953,13 +144317,13 @@ wizardside.club gyxz32w.top seguroparaviageminternacional.net swizzthegod.us -appfw.info mrm2.ddns.net theseagree.net ccbohvkvck.com joinslow.ru euztkyxxyp.com pwnooswimhyy.pk +servicealerts.club qottlh.com officehomems.com blah5678.zapto.org @@ -141972,7 +144336,7 @@ mscdrlomjobatk.ru caaobbnnnn.duckdns.org nt101.cn on-dr.com -cushbdjuqh.duckdns.org +olsabmwjup.duckdns.org yblyziyyke.duckdns.org zambosslave.no-ip.biz lorenzo7622.ddns.net @@ -141983,7 +144347,7 @@ cdn1.mysearchresults.com misokubish-macroledofy.org fpng577.top webgeos.info -lnstagramhelp.nl +kimchinikuzims.today imbaxqxq.org jetsetnet2.no-ip.org iuxauxcpmu.duckdns.org @@ -141998,15 +144362,18 @@ bankooferamerico.cf qfw77kj.top farfetchedproductions.com manage-invoices.info +sipmptomsledy.top pickmile.net cyb3rjunk13.no-ip.info outlookexchange.net yurmaufat.ddns.net +atbstroy.com step2me.net promolniyaropsstezya.space l234l.top wra60.aojjse1r7bwl.re chasingredford.com +ivmwoaemnttecjj.ru n72pbnj.top socks5service.cn tougn.com @@ -142026,6 +144393,7 @@ zc2q2zh.top stops.no-ip.biz adhath-learning.com cycz38b.top +khlwtesnhf.duckdns.org orstgtaaob.duckdns.org yrpkpoejec.duckdns.org minivibugusion-irahuzihood-semihavebure.net @@ -142038,7 +144406,7 @@ qc1q6zk.top servebaidu-echo.servecounterstrike.com qiao8.bigdepression.net 58302.no-ip.org -bb82sec.dyndns.org +gemalto788.ddns.net caper.no-ip.biz ns4.chatuloik.at xyzeeeee.duckdns.org @@ -142067,6 +144435,7 @@ ananzrfree.duckdns.org ikjservncjpower.info goldha23.xyz ydgsecured.zapto.org +sinanaderi.dyndns.org fdjetbtomb.duckdns.org km8gq38.top portalafter.com @@ -142088,11 +144457,12 @@ teslaghane.com bedava-host.com hjhcgrmwty.duckdns.org get-housesecurity.sale +g82wbns.top dnslocation.info me.busketball.com +gtgyzcq.net mkbmohjuya.duckdns.org staticcghostt.no-ip.biz -leslascarsgays.fr asustechnicalservice.com sipkzjoogf.duckdns.org 1cyberx.no-ip.biz @@ -142139,6 +144509,7 @@ malio-tv.hopto.org singsing.ug life.blackcake.net vmqtdefphp.duckdns.org +cumhurittifakiuygulamasipandemigirisitr4.com puffyabeg.zapto.org gc3q7zy.top ghyhpruhft.duckdns.org @@ -142159,6 +144530,7 @@ mizarstvogregor.si analogrostter.cyou fptf512.top account-log-user-verify-mail.com +hilus.ru ghostman98.no-ip.biz gcccee635f7cd15c48107b64d69755b608.tk iriseseward-prozuraful-postuxicage.org @@ -142166,6 +144538,7 @@ glorymolly.com bc2q3zw.top da2d7bc8.dynu.net malselsilo.pw +rj2bocejarqnpuhm.onion.nu tbkwezqozl.duckdns.org bobhy22.zapto.org brpghiqoppbe.org @@ -142229,6 +144602,7 @@ perfectroundcookie.com j1120688.myjino.ru asmep.biz leeri.xyz +teherani.uno blogicstatus.com septemberfree.ru jewuqyjywyv.eu @@ -142260,7 +144634,7 @@ mrxxz4.no-ip.org geleceksa5.com paytordmbdekmizq.onion johnortega79.no-ip.org -tsysz.xyz +helper13.no-ip.info zerosugaraddonexploit.duckdns.org mariadbstatist.com macrecon.no-ip.org @@ -142268,11 +144642,12 @@ v3f.no-ip.info jdbutler331.no-ip.biz chinamobilesms.com whtthuoggg.duckdns.org +nfeztopqoa.duckdns.org worldpoliticsnews.org km8gh66.top dido600.ddns.net popryapxzx.duckdns.org -aeifaeifhutuhuhuse.top +fpsrilglpq.duckdns.org snapbackhf.no-ip.org picopoco.no-ip.biz unfaithfull.mine.nu @@ -142282,7 +144657,6 @@ domain.arrowservice.net qaraja14.ddns.net nsgkmvcecp.duckdns.org bigbobxxx.ddns.net -xzcp228.top uill.cf evdekaldiyebedavanet.com dope-scape.no-ip.org @@ -142354,6 +144728,7 @@ user2332.royal-hosting.ru ymd758n.top uprhsznxgf.duckdns.org v4x99v.com +techmachine.no-ip.info iahnxczuxo.duckdns.org exilobish-enifululess-multizabotoship.net cypz32y.top @@ -142378,6 +144753,7 @@ w6kw8g7.top mohamedsaeed.ddns.net omqotbjgfp.duckdns.org yhlhjojhva.duckdns.org +egeqshfnoe.duckdns.org elektropedi.com sa7an.sytes.net lodafert.hopto.org @@ -142448,11 +144824,11 @@ lvyapoxser.duckdns.org roprwxwwoc.duckdns.org 365msoffice.com kcnikjpower.info +subsnet.duckdns.org kerbosim.com coffee.kamagraexpress.com glicolikop.best dyare.no-ip.biz -omplexm45.xyz wishfree.net anondz97.ddns.net nlll.cf @@ -142493,6 +144869,7 @@ revengerx218.sytes.net gnoqovijds.klontrek.org fqncpheas.ru olqyjhzdgf.duckdns.org +plspngmpqc.duckdns.org tomskeeone.no-ip.org win-update.no-ip.info vzv.no-ip.info @@ -142528,6 +144905,7 @@ royalgroup.ga zhcjrjolbeuiylkyzx.com kayblenewsmax.in hasoneking753.ddns.net +anyjzklfnb.duckdns.org localgeoip.com mphp.hopto.org dskdsajdsadasda.info @@ -142571,7 +144949,6 @@ troianosvks.hopto.org bannerspot.info benswanklelel.no-ip.biz colormixcomaback.info -eppcpdppgt.duckdns.org boelongo.com chrome-dns.com nlddnsinfo.https443.org @@ -142579,6 +144956,7 @@ fpjc587.top southtear.net cbnedoalfq.duckdns.org easyneti.com +uyeco.pw awertdhdsx.duckdns.org brytonwilliams.ddns.net pommann.zzz.com.ua @@ -142626,6 +145004,7 @@ jwyx158.top installsilver.com nufusayardim.site axisr0x3.no-ip.biz +thickreason.net fc9q8zw.top 0349ssss.cyou drummel.redirectme.net @@ -142729,7 +145108,7 @@ ysthyjqaee.duckdns.org yourtold.net kroberzra543vebercak73.xyz worddirect.in -ixoodz.no-ip.org +blth32serv.net acuvtecqxr.duckdns.org fpdtmiripiwy.pk dllinjector.no-ip.org @@ -142793,17 +145172,18 @@ isa10.no-ip.org trendzs.club sonnensteinwasser.com freamsahub.online -musicreach.net +avescanter.xyz semifozussion.info zxcw.duckdns.org dc-oc-01.org.ru dailysanitations.com inunepern.org 1yousufshah.no-ip.biz -todaynewscentre.net +vfbnedrf44.duckdns.org ns1.brunvenus.ru pcrqpeyyxume.pk donksitgood.no-ip.biz +giftedaroundtheworld.com mqltyqiwks.duckdns.org hackhoundpk01.no-ip.info dcdcdc.no-ip.biz @@ -142880,7 +145260,6 @@ explode221.xyz interekafible-procotarency-misuvekiness.com onk.newsonet.net dphy588.top -km8zf95.top electrumware.org daedagheauehfuuhfl.cc ujhlbqlwsp.duckdns.org @@ -142912,11 +145291,10 @@ onebulletl3ft.no-ip.biz shnf-47787.portmap.io jgncdfmupx.duckdns.org adrenalinescape.no-ip.info -melebet.ru +imzefvtowo.duckdns.org gloryhour.no-ip.biz boby62.no-ip.biz magicalmoods.com -ecbbonnaan.duckdns.org yardhurt.net 4pal.net suffer2379.com @@ -142933,7 +145311,6 @@ awek.no-ip.ca 8bkzpgdyky.com kou92.no-ip.biz cytz93k.top -wobada.com cyfz16d.top zfwvllpbfe.com dropinbox.host @@ -142983,7 +145360,6 @@ hinurs.org mtutorials.no-ip.biz riftitos120.ddns.net deadhurt.net -kik-com.com vhcbpepayh.duckdns.org fpgd561.top ahmedstar45.ddns.net @@ -143028,13 +145404,12 @@ sabrina122.ddns.net zotaniduhuqidip.info fpgd583.top nedrrqqpcp.duckdns.org -sncbuilding.ddns.net backup.darkhero.org km8dg72.top tr-dijital-btk-duyurular.tk virosjfmgmdf.site alkkyymmyy.duckdns.org -alls33ingeye.no-ip.org +chrading-reading.at ns3.esriolter.at msperformance.hol.es personal-stereo.com @@ -143052,7 +145427,7 @@ iomnywymkv.duckdns.org sksgusukmqqomysk.org snowwhiteorchid.zapto.org woodlandsareareview.com -b591.com +win.updated.dns-dns.com zgypkmcvzh.duckdns.org mlls.globalowa.com technican.w.interia.pl @@ -143064,6 +145439,7 @@ lemejepmzk.duckdns.org nmt762t.top njhost.hopto.org slingly.zapto.org +chuansongm.com lysyxar.com wananas.ddns.net yidongguanye.com @@ -143078,11 +145454,12 @@ panama-moter.com cnzznfaeyqjbgcpim.net iralushina2017.hopto.org ryejhcgssu.duckdns.org +xxqsyrtemr.duckdns.org shalala.niex.cc qyhiniwagi.info haxer.freedynamicdns.org stubbackup.ru -fc2q2zl.top +iugmnbobbc.duckdns.org justwhatyouwant.no-ip.org cixi-bar.web.app cysz31m.top @@ -143094,6 +145471,7 @@ betsrekorsennde.site cozifipish-overetobovetn-irasefahood.com gt4study.com campuslinne.com +ocsioiuqnu.duckdns.org underudezusancy.net sharedriver.pw vmpobjxouc.duckdns.org @@ -143130,10 +145508,12 @@ azadtravels.co.uk hasdgwetw.duckdns.org pas3g.xyz eahcdvbnc3.duckdns.org +pjwlqsxfdc.duckdns.org covidfinder.uno nfbmameaab.duckdns.org gygz23w.top bbooboboss.duckdns.org +xbhywk8fiva7j.servecounterstrike.com fpxz588.top gqaemhubcq.duckdns.org mgsong12.0pe.kr @@ -143145,12 +145525,13 @@ diamondfo.atspace.cc xwdrrrffvj.duckdns.org ns1.colos14klo.su forgotpassword.no-ip.biz +sendertips.ru lyasuvlsarvrlyxz.onion mail.bigish.net z77300259582fb903f4c786e058806e785.so bvdgfsdwsdfxc.ug fourthservice-developer.com -lglistjnb.com +robinmmadi.servehumour.com baitegevzr.duckdns.org olimpian.org candle-even-river.com @@ -143180,6 +145561,7 @@ fpdd528.top qlox.duckdns.org jaiwuimyvt.duckdns.org sinensisa.online +ycqqqoozye.duckdns.org ims.trust-update.com crpasky.sytes.net wetsdgx323.duckdns.org @@ -143191,6 +145573,7 @@ vlad-sosun.siteme.org bxswa.xyz mycdqqqdqd.duckdns.org ehkzskmlxg.duckdns.org +thecyclingvegan.com rybhbdmkndk.com widewiderangers.fun 7stick.info @@ -143209,6 +145592,7 @@ jfcp598.top iduawhxgiw.duckdns.org ovideloo.zapto.org fekmnzjiuq.duckdns.org +fpfk572.top luwaqrhutl.ddns.net kalor.zapto.org emisucosion-prohosexite-imorekusion.net @@ -143218,8 +145602,9 @@ xfcp318.top chima.spcllt.com vis3od.ddns.net angeltearz.no-ip.info -behnamhack.ddns.net +drqrhekwucdkdby.ru fpgh521.top +lszutxivpa.duckdns.org krister.no-ip.biz ameghpukktmcpvr.cn lopback.com @@ -143285,6 +145670,7 @@ privatimail.com adm7.bit cumhurittifakitr6088.com mianingrabted.ru +a7s85g.xyz ssvetleitef.today mitty1.freemyip.com shortener.icu @@ -143309,6 +145695,7 @@ egtch.com sdgcn346.duckdns.org cownzhackr.ddns.net cremeroloe.com +hnfh3.xyz ypqqqdpppc.duckdns.org d2pm03h7avw356.cloudfront.net xsmith.no-ip.bi @@ -143316,7 +145703,6 @@ kjlptvujok.duckdns.org gxffs.net swiper15.no-ip.biz relative-happen.com -bsshades.no-ip.info gdrives.best windonwcorpo.duckdns.org gewe145.myftp.org @@ -143367,6 +145753,7 @@ dysl685.top asfpindia.org servers34.no-ip.org yomxdkpztl.duckdns.org +oxgixdqijv.duckdns.org nyueoszmcs.duckdns.org fpzz539.top toekie.ddns.net @@ -143382,26 +145769,27 @@ dnbfgwiirpznywcmb.net ogftjawvsj.duckdns.org champkit.tk jerrysautosurf.com -describe.toh.info +dinywbtxpk.duckdns.org kldbxiqicq.duckdns.org 2otoezi8ft.com rapidbullitz.no-ip.org jagged534.xyz n.tsmdeqpxz.ru -police-mobile-stop.com +lvoejsfiguknkhk.com 19rs.myvnc.com hiddenmyftp.duckdns.org crucism.com service-essential.com pkttdxgcqg.duckdns.org +lxtcqcnegv.duckdns.org vf2ae8264804ba4793d1b2f597233e0b89.so giba1.hopto.org cc3q7zs.top +hqeskotnlm.duckdns.org g6ks8z5.top h52sbnn.top roruuoooshfrohle.su 94lirek.zapto.org -zombie123.no-ip.biz prvdxwnsgb.duckdns.org 8evknfk.puanp.ru aamerika.site @@ -143409,6 +145797,7 @@ ccloudflare.com bswza.club cymz66m.top 174.no-ip.info +ovinoidbgy.duckdns.org headroad.net yms727r.top integratedidea.com @@ -143434,6 +145823,7 @@ jfnncdnkcn.com reklama-network.ddns.net 3hilltopstudio.com cbm-lb.com +transmissionbt.org cymz28q.top kcnnrjyhdfjr.in pxznalihhh.duckdns.org @@ -143458,6 +145848,7 @@ sellfree.net aeifaeifhutuhuhusl.cc vpmcujvlht.duckdns.org mnhug.top +pgfbyywnen.duckdns.org tonishl.ml ipsoftwarelabs.com dfsg4s.xyz @@ -143477,11 +145868,13 @@ nrjyhdfjrpowerncj.in hekyhecqsv.duckdns.org ultratuzitify-nonagabary-postukecoty.biz chineseartsonline.com +yms751c.top news.eng-defenseadvisers.com rrhkpckjfb.duckdns.org vanilla24.no-ip.org asem889.ddns.net recoverydata.merehosting.com +5tvstar.cn df86c2c4b65d12fb2dbf40adca094823d5.cn d52qbnz.top mixiricameleca.ddns.net @@ -143518,13 +145911,13 @@ cykz96k.top rataskidhost.ddns.net naffa3.no-ip.biz km8pc93.top -spend4366.xyz pnweb35.duckdns.org +paradisedealz.securedns.xyz spyroiscool.no-ip.biz mainnrjsiteikj.nl sticktoday.net g6kn8p5.top -rrrrrreport.com +sohsgdlwdcwgdfo.cn zinebzina.ddns.net fflyy.su alex2395.no-ip.biz @@ -143535,13 +145928,16 @@ utorrentlaucher.duckdns.org ceoseguros.com count.b12.fun fptw572.top +lowashemterle.top fphp526.top +krfgidrfzm.duckdns.org vpvytwhgog.duckdns.org darkcomet-124578.no-ip.info smtb-kkl.com cyqz26k.top lock-domain.vicp.net litse.ml +ont.concentratedwindsurfers.com identifier-service-verify.site wbcddresst.duckdns.org aeoughaoheguaoehde.top @@ -143561,6 +145957,7 @@ nittnsypay.duckdns.org gegnacheckwebtiyclin.tk wwwt.infosupports.com vgfffjjwiw.duckdns.org +yenfwhpqxm.duckdns.org plutospacerapid.com o6c09382528bdf81e36fc9411761a38cce.tk fpcs583.top @@ -143570,10 +145967,12 @@ user-assist.site cyhz13q.top offersome.net f0390199.xsph.ru +knpqyuikugosbag.com hyivdrvgbz.duckdns.org no-ip.isexiiangel.no-ip.biz j62bbny.top uuviuiuuuu.duckdns.org +fbi.sexxxy.biz visiondesicion.casa batarijaru.hopto.org fpnq521.top @@ -143611,6 +146010,7 @@ newlogiq.com zmcp298.top dksjdhsjda89j.info globaltechengineers.org +ncldqibuhl.duckdns.org ntfbfhkbhe.duckdns.org ztvxvopabs.duckdns.org pawiiedqyo.duckdns.org @@ -143635,7 +146035,7 @@ publicanalyser.com blaken.duckdns.org dtlofntdpoub.ru pf5dahldauhrjxfd.tor2web.org -lazfjstnei.duckdns.org +qvjygecnmr.duckdns.org veryfind.net 93345fdd.libertycolegios.com imbiipxzlv.duckdns.org @@ -143652,6 +146052,7 @@ dqldugazhroylorhipjbubyqyti.org decembercroud.net 114477.ddns.net misho9494.ddns.net +22i5b37672.51mypc.cn daworkinmex.no-ip.biz blabla234342.sytes.net tupacsyrian.hopto.org @@ -143682,6 +146083,7 @@ fulsum.no-ip.org findoitaliafattura.pw qekylag.com hosting187.no-ip.info +agkhazmozj5.ddns.net canoedaily.com dsrlzxauwc.duckdns.org mzaky.com @@ -143700,12 +146102,12 @@ drhaggizblonde.no-ip.biz dcbpcbdpcd.duckdns.org cartagenacity.duckdns.org avance-cupo-diferido-personas-cl.gq -gyhz75k.top +fbnncxxwwyls.pk double-minded-elect.000webhostapp.com pooling.cf jmcoru.alcatelupd.xyz wuap.hopto.org -xxbbgunxx.no-ip.org +yourrighttocompensation.com tcbmtuygulamamtr2835.com dqoyekiuwi.ddns.net yms728x.top @@ -143729,11 +146131,9 @@ kid.dyndns.org kramerleonard.com nmy716f.top hgagw.xyz -glqcodojbw.duckdns.org gmcp528.top nc7q2zd.top -reeeddedqd.duckdns.org -ns2.der.kz +pexxota.space vp9codec.com vmgtxxstci.duckdns.org xdkzjnizwz.duckdns.org @@ -143745,10 +146145,10 @@ qbjokgftio.duckdns.org dkyx698.top familynetwork.no-ip.biz x6kh8y6.top -kxbyzkcafg.duckdns.org midosamy201991.ddns.net kk123998.no-ip.biz -movementconsider.net +kqw58kj.top +iporumuski.fun tc3q3zs.top shib.york.ac.uk.iftl.tk kremotevn.net @@ -143779,6 +146179,7 @@ kvm1.j963289.n5zdn.vps.myjino.ru scyrobrcnhlo.pk giegux.net forever95.hopto.org +asdasfas28d82da.digital hunterhmd-38353.portmap.host freechristmassite.com zsghuhtgdp.duckdns.org @@ -143788,6 +146189,7 @@ nj92.ddns.net 3aecfe5cc3595deada536d595f1dd387.se qhusfplaqitswle.cn time234wa234rper346465432.ug +kzydmcnyum.duckdns.org flashplayerupdaterd.xyz kvhuvhuutt.duckdns.org ivdeqbshkb.duckdns.org @@ -143810,13 +146212,13 @@ sivem-34288.portmap.io indomieboy.duckdns.org wichoperea2016.ddns.net shadowed.zapto.org -j1e2n3k4i5n.no-ip.org bsor1.no-ip.biz 1234561234561.dyndns.org entersandman.jumpingcrab.com yml771r.top arabworld.biz camilo6541.pdns.cz +bmoyobnrhxicpqb.cn domainlocalhostinguk.com xdanx2.no-ip.biz tabibmadical.com @@ -143865,6 +146267,7 @@ fclbxbrjaa.duckdns.org aestk.system-ns.net aervrfhu.ru section235.xyz +kush.ml hardproblemsmoney.zapto.org mailsnaver.com cumhurtbcmtrgirisi32227.com @@ -143892,7 +146295,7 @@ hyfubbtpiu.duckdns.org qhzdgolilk.duckdns.org f12xbnt.top lupingol.com -d12fbnd.top +onlinesypoi.com myzoomia.in ymf755g.top blackshades.no-ip.net @@ -143958,6 +146361,7 @@ omg.lol.no-ip.biz 33333333333-1301476296.cos.eu-moscow.myqcloud.com belcineloweek.ru placestostart.club +thepriest.no-ip.org kwbbawplbl.duckdns.org gingles.ddns.net 225551.duckdns.org @@ -143966,6 +146370,7 @@ onlinetribun.com quaryou-31933.portmap.io fdqssfsere.duckdns.org chinatrible.best +niawjsysgtwcdwl.ru nixseevjju.duckdns.org ftp.na.americanunfinished.com ryfnrivoav.duckdns.org @@ -144007,7 +146412,7 @@ host-windows10.publicvm.com zwdvrjboty.duckdns.org smpatient6.com nqulimbwpt.duckdns.org -g82wbns.top +cheaaaaa.no-ip.biz spyzdns.pro fpck581.top ylineqaz-y25ja.crabdance.com @@ -144020,12 +146425,12 @@ greatstr.com google-llc1.ddnsking.com pmgfncjdahnswyhuw.pw 1603710400.httpdsconfig.com +us-west.com jjewjymufkfn.org oceasndata.com aliasdqwert-29456.portmap.host ylonnsalonchicago.com eztt.tk -down.msnhome.org vca1a3c882303360a7f517441931a9e98f.cn ulianaradko.hopto.org fobeno-42652.portmap.io @@ -144069,6 +146474,7 @@ kmpmofrbute1ff5.cn yy67184.e1.luyouxia.net overipugoful-interizihing.org shootie.no-ip.info +nylpscgnkglaosv.com baberdon.top valorantstuffspoof.ddns.net 2018bless.duckdns.org @@ -144121,10 +146527,10 @@ trakkwmyps.duckdns.org rrthgcchzn.duckdns.org ondjftktan.com desktest9.xyz -sacjllw.duckdns.org +uhuua.ru rzjtuseeep.duckdns.org ultranafukoship-misiliducion-macrobukakehood.com -web.thehealthmood.net +jfawkimrwo.duckdns.org jdjjegellowd.duckdns.org uaddftfuha.duckdns.org gydz62b.top @@ -144156,7 +146562,8 @@ ronchin.duckdns.org pop.miyazakihousou.com naver.com.mx megascor.no-ip.info -ns1.ecosharep.ru +bibmbkjvelox.net +torbgswzec.duckdns.org ra408589824e44df159a4ac5f6bc9be99e.in bhmxinvwuf.duckdns.org rgowkwjjld.duckdns.org @@ -144170,7 +146577,6 @@ cheeservice.com b3cksisgut.no-ip.org bigbots.cc mkbbbnbbna.duckdns.org -lastcost2020.in 9s65g4.xyz ktxhome.com eplarine.com @@ -144245,10 +146651,9 @@ mkrbherzmf.duckdns.org fpyp586.top bshadesfucker.no-ip.biz godsrevo.no-ip.org +parsha.no-ip.biz bvqbdsrdkc.duckdns.org -dra1177.no-ip.org oxyhwuz.net -a.adoyou1understandme42.com shallaugust.net uhyuzkldlw.duckdns.org mehmetcomet.duckdns.org @@ -144324,6 +146729,7 @@ accounts-web-maii.com kzauuhhhui.duckdns.org taki.ddns.net nrcjjwxsaa.duckdns.org +wesleymedia.com anhack.no-ip.org.ovh.net myeverydaylife.net sondres1.ddns.net @@ -144336,13 +146742,16 @@ km8mb88.top asdg346xv.duckdns.org wolfkurd.no-ip.biz service.issnbgkit.net +evdekaldiye20gb.com stevanoooze.sytes.net redin.redsla.com rbbs.ddns.net +aciwqgxdgjowgih.cn periskopeboos.icu akcwxmqhkmelvktni.net qqrjgsopbcmk.ru ultracitihood.net +m1.uptime66.com familyneeds.serveblog.net ceahipsmtl.duckdns.org ns1.cdnmsnupdate.com @@ -144357,7 +146766,6 @@ himym.space ndacxlqehz.duckdns.org sup.mefound.com ozjdmnlyqb.duckdns.org -wed52bccf951f2f1f1d691c1fed1298bb0.hk fireequipment.website.org 1603710320.httpdsconfig.com rjhax.no-ip.biz @@ -144366,7 +146774,6 @@ nikaka-ost.xyz zed-rat-2020.duckdns.org vpiojuxzjd.duckdns.org ethat.xyz -themodules.ru relos.bbsindex.com mrhunter3x.hopto.org greatvalentinepoems.com @@ -144396,7 +146803,7 @@ r651f246924c7042d81ad097fe5a9ebc05.so urxmhdyanv.duckdns.org km8qw65.top troyamylove.gdn -vyffojtfi.net +kackdelar.top microsoft.system-ns.net ayhuma.no-ip.biz thenewupdatee.redirectme.net @@ -144449,6 +146856,7 @@ invesuccess.com selfdrivingpractice.com cumhurbaskanlikislemii9.com iphone88.no-ip.info +resgisupdatex.com newtabletmall.com nature.arrowservice.net abnpymosux.duckdns.org @@ -144464,9 +146872,11 @@ leribis11.top dolfeeen.ddns.net philipsenderos.no-ip.info milk-survey-wind.com +45s2g.xyz noqljvopqrry.com icloudsrv.com joindare.net +nruvwrpnhz.duckdns.org filedownloaderserver.com sxqjjcdfgb.duckdns.org tiger.gamma-international.de @@ -144480,16 +146890,16 @@ gomen.ninja sindeali.com fmlqjebrwuvuil.net blockme.ug -zorbeobus.kz +wnaabopbbc.duckdns.org +tq6oc69awg.servehalflife.com smbc-cardo.com gygz37z.top tesering.no-ip.info win-msecnd.org -35d41.xyz +qwwqqwqwqwqwxaxa.xyz aiyixujqxo.duckdns.org globalmailru.com c678c.top -vbckvhfvfds.com cumhurtruygulamampandemitr5.com xdanx.no-ip.biz armarat.no-ip.biz @@ -144507,9 +146917,11 @@ host560.no-ip.info jvvkckhbzk.duckdns.org apusi.xyz zlcjhaojca.duckdns.org +umkcwrmvsvkpahu.cn npflohkbiht.com ilenezossion.biz rockhurt.net +atrocity.xyz fa-z.top internationaltravelconsultantsinc.com mefqbicivg.duckdns.org @@ -144565,6 +146977,7 @@ zxcvb.hopto.org microsoft-shop.com xflinitrix.no-ip.biz en-marche.co +serveriaos.com sirmemereseklesterneksillers.net craigsvoice.soxx.us kijqhvjbvx.duckdns.org @@ -144579,9 +146992,10 @@ kjmtdckngo.duckdns.org afehjlamghjn.bazar gphwvuomaupnmslpukki.com kakar5.ddns.net +bphnopydih.com adgwgwnclj.duckdns.org enofelary.net -slap1432.xyz +ftbjqbwufx.duckdns.org hostestreitr.ddns.net m52wbnp.top tioq.ga @@ -144597,8 +147011,9 @@ straubeoldscles.org anayaoeventos.com zxihxjbsac.duckdns.org basementofdarkness.ddns.net -cocoserver.xyz +hxqntwlkrh.duckdns.org km8mc82.top +wixcfdiiue.duckdns.org riftrafter.no-ip.info merloyrat.no-ip.biz k-amazon.top @@ -144609,7 +147024,7 @@ rulerykozu.info h4ckpk.no-ip.info indicasativas.com edhttqdldx.duckdns.org -second.photo-frame.com +maimai.ddns.net antivirback.net pickcould.net janewagtus.com @@ -144633,10 +147048,10 @@ mueksaogvb.com ns1.floujorjnska.su wtauevdgrp.duckdns.org markmackoart.com +qekyvav.com https.progammerli.com qexylup.com gtxnb.no-ip.org -ydg.zapto.org scifi.pages.at jaguartest.duckdns.org betetbe.vip @@ -144651,7 +147066,8 @@ darkcomet.hopto.org mthoflppdn.duckdns.org nanosleepss.net livelifewithnocoronafearforcountry.duckdns.org -domniforworkinsidegoodohmarcywitmeohjah.ydns.eu +pound.su +paladingrazz.xyz khmqwwteun.duckdns.org vpfrfurpkh.duckdns.org unoppocdedgh.net @@ -144660,17 +147076,18 @@ mnrsrvrer.com blah.murdox.net brutik.no-ip.biz gdocshare.com -w3m4k31tr41n2.no-ip.biz +bitcoin.lisx.ru paypal-sign.myddns.me vladmir4545.no-ip.biz luxuryboutique.top -xqpupbzusybgfgvvx.net ns2.sugarbucket.us nmn715d.top apple-safe.dyndns-office.com nulldoesnotexist.duckdns.org +tslserver.duckdns.org ujkiol45.cyou urqjgvljfl.duckdns.org +spywareshop.info eynwbgafge.duckdns.org x6kt8m2.top nfjwdccursdd.space @@ -144694,13 +147111,13 @@ rfgzb.com justritepharmacy.com m82hbnr.top kizilayhelp.online +uxtop.ru nationalgeografics2020.duckdns.org avastavg.zatp.org dns2.chion.ru smtp.odogwugroup.icu vocycuc.com cuert.com -globaleco.no-ip.info gohaiendo.com x6kc8b6.top uofdwoxezbdujgadioqvy.net @@ -144708,9 +147125,8 @@ xnwpdolyxj.duckdns.org giengaserg.xyz gethetripar.ru cs2-yahoo.no-ip.biz -superdigitalprices.com gynz16g.top -exozuvafy-subixicived-disaduroxern.net +lvpqvttkla.duckdns.org ncjservjfnkcnpbn.info 1604771354.httpdsconfig.com aaskmee.com @@ -144759,6 +147175,7 @@ moraa05.top krfiwnclsn.duckdns.org nxpu.site xn--birlikteliimiztrkuvvetdoartr-b1do.com +hangforty.net hackerona.no-ip.biz fpxp555.top dhioantswo.com @@ -144789,6 +147206,7 @@ androidflashplayer.net.ua viagenestesom.com.br nj.servegame.com baklaysinc.com +greatobamaonline.com nsizbvzirm.duckdns.org almojahid071.no-ip.biz tcaqrjozrv.duckdns.org @@ -144802,6 +147220,7 @@ barabarahah.ddns.net tpuflalchcqjgo.co.uk execigath-unelimefy-exiroting.info fuckarab.no-ip.biz +vice.hopto.org joinhurt.net gfsomiaokd.duckdns.org valc.pl @@ -144817,12 +147236,13 @@ sptnjvctmt.duckdns.org constructor-word.ddns.net psdlafcqzy.duckdns.org jordanella.xyz +rumpel.ddns.net pastinwest.com jdemkqhjfds.com new.listenmusic.pw androidn.ne sourcecodecenter.org -nmhtn.xyz +mexglrjjot.duckdns.org orcushack.ddns.net fpmk537.top ijrocmzzyt.duckdns.org @@ -144838,18 +147258,18 @@ usarmy-mill.com brc.media.zapto.org univ.red fpnx511.top +cikva.com cxlufryaeg.duckdns.org semipipedom-deginaship.com 566ffe6b82fba0c9e9e3debbd5c263cc.se drupboxedsd.agency serviceralertsdecuom.net steerdemens.com -podertan.com +icebeat.no-ip.org prenet.xyz wifb.space lordthan.net antiruhuxodom.biz -dcxcs.xyz a0149740.xsph.ru lilalurajo.info bc8q8zt.top @@ -144876,10 +147296,10 @@ ftp.eric-averyanov.wha.la svvgyjweurxn.click lmggnzypcs.duckdns.org 33jjyy.com -fbyx138.top -dfs54r.no-ip.org cpajwood.ml zakpacha.zapto.org +rummbumm.zapto.org +gohorghosrsohgsri.ru throbbing-leaf-e96d.gtech.workers.dev duckclack.com anderson4375.xyz @@ -144925,12 +147345,11 @@ p52kbng.top blackmagic12.no-ip.biz 100myr.com lordfruit.net -uejbjvotry.duckdns.org zakifr.no-ip.biz uaxjrvkaom.duckdns.org 59055.cn snaider.hopto.org -blendiiibash.duckdns.org +izrnughgsv.duckdns.org update.huobibtc.net ciscoupdate2019.gotdns.ch longshown.net @@ -144945,13 +147364,15 @@ yengenevdemixxx.xyz regsvr32.kz cyhz27r.top sixenn.no-ip.org +recordsforsmssent.xyz lallahome.in tragromert-c2.net +gjyywhgnur.duckdns.org korelev.no-ip.org coreck.suayay.com asxhe.com -evellemusic.com -consideration56.xyz +bufundsmlqtoaen.ru +januarytins.ml popupads.hopto.org hoaxcalls.pw ublqiyfjui.duckdns.org @@ -144972,6 +147393,7 @@ morentok.top warlock1337.no-ip.info hc1q8zm.top kuku79.herobo.com +asmarany.duckdns.org telecommichigan.com bbysg.xyz cyzz98w.top @@ -144980,7 +147402,6 @@ fishyshit.fishdns.com omar800.ddns.net imedazancy.name fangs.zapto.org -obabxembiu.duckdns.org riselimnetler.site marson42.netau.net qomega-street.ru @@ -145011,7 +147432,6 @@ curcuma.xyz ccjc174911.no-ip.biz mypandacleaner.info d.heheda.tk -imarekian-underuvexical.net fxopzdaamx.duckdns.org sc9q8zm.top hasfwexsw.duckdns.org @@ -145043,10 +147463,11 @@ avance-aprobado-cl.gq hakabser.np-ip.biz katepwndyou.no-ip.biz 2004para.ddns.net +vmzmnnretg.duckdns.org irunucudor-macrogocudern-comoxizish.name pescador14.zapto.org combinaparts.com -ns4.lortejbr.at +jasamjebenadomena.com l32fbnf.top waetsg3434.duckdns.org jdawgpryehptdoy.com @@ -145068,21 +147489,22 @@ libt.ml nalefqosnv.duckdns.org 0743.hopto.org fjrmain.co -wsqqusgiaayeseik.org insidecontentsp.com d.biomuders.at via.blackcake.net musiclady.net +rxo.ddns.net mhfzanpkjy.duckdns.org f6kb8f9.top n.bvjbygkhq.com plw61kj.top sy3gg.xyz nileloqistics.com -reepwiyiiool.ru +gxtvnhdach.duckdns.org gotask.at williher.buzz thefrench.duckdns.org +morella.website kins.no-ip.info lonelychurch.top m72dbng.top @@ -145110,6 +147532,7 @@ mfe13a03ea6298c928a214f7523e6e04c6.to yigitlernalburiye.com.tr ovqnugraep.duckdns.org rcxftgsdox.duckdns.org +boplsroaqlbcy.serveblog.net bftfhfpduc.duckdns.org globe-trotterltd.com n62xbnj.top @@ -145118,6 +147541,7 @@ bxnhd.xyz heisenberg777.ddns.net 01aa352830d06a5e4656ff8035906a6e.in rat-hit.no-ip.org +aeomc.com nasastrategymontopa.com aqrrzdsmuc.duckdns.org acegjmbcggjp.bazar @@ -145138,6 +147562,7 @@ watchtreamingtv24.xyz uerjtnpljy.duckdns.org trackroffshop.com gymz12h.top +china-zhenao.com tviewer.ga agent.wizztrakys.com migration-info.com @@ -145167,7 +147592,7 @@ macrolifation.name update-apk.net swunytrkea.duckdns.org ocsilgzldm.duckdns.org -thaihicaregloves.com +scoparius.xyz 30gbwebdestekpandemi-indir.com onregcan.com sinkhole-01.sinkhole.tech @@ -145219,6 +147644,7 @@ galyhiw.com blackmades.no-ip.info oxijoinedsite.site ejwcveeefw.duckdns.org +a846578461.gicp.net mail03.rhbhv.com strongantivir.com cumhur-sizee.com @@ -145257,6 +147683,7 @@ korbins.zapto.org vb.roooo3.com hydhbywvbb.duckdns.org ypybo.klontrek.org +mltswjeccqkvcwj.cn xfhoahegue.ru narpatbose-53191.portmap.host ludlrxcmat.duckdns.org @@ -145268,15 +147695,14 @@ ns4.nftiopg.at aligamer998.ddns.net bqanuvppil.duckdns.org otuqznwluc.duckdns.org -ultralurohood-emebutify.info +km8nt36.top sharjatv.com foukdoula.ddns.net -bitsbitsc.space km8gy59.top arglobal.49b56c01.to xzaixewtml.duckdns.org gmail.skypetm.com.tw -cysz91b.top +qzkiwyptbj.duckdns.org mobile-content.info kd.dynamic-dns.net ynqjjpfsqd.duckdns.org @@ -145291,16 +147717,15 @@ vbca.no-ip.org dixgw7.no-ip.org aplikacjeplay.com nbktpipfar.duckdns.org -wdenobvxggva.com xwkkppppoc.duckdns.org ywetsgxs.duckdns.org alifmedical.shop zxjfcvfvhqfqsrpz.tor2web.org ahmad00.linkpc.net -ug-irpf.hugesoft.org wsdychnesqudusisabadassniggainthe30wmg.duckdns.org x6kk8g6.top vhhiaaammz.duckdns.org +fpnh531.top rikkoba1213abgeldi.site abdouoahmed.ddns.net 3fdope.sytes.net @@ -145313,6 +147738,7 @@ panelonetwothree.ga noducks.duckdns.org pop3.infosupports.com adobearm.com +gydz76l.top xacgmfhzva.duckdns.org vpn.softsolutionbox.net pandemidestek-sosyal.com @@ -145354,7 +147780,7 @@ blgslmao.ddns.net flyingtaco.no-ip.biz teamahma.no-ip.org g6kt8l9.top -fwldzdzeqi.duckdns.org +zicrfgalmk.duckdns.org timewer.space nmgymda2mjc.top iphoneservicecenter.co.uk @@ -145364,7 +147790,6 @@ hc58.msns.cn reziludom-ilorilument-minisitekion.info gmjmouacne.duckdns.org hjyhxlkhel.duckdns.org -agiffrovoa.duckdns.org g6ks8c2.top pfqzppffro.duckdns.org servicesbooster.org @@ -145398,10 +147823,12 @@ ggcqwbtcjp.duckdns.org l82xbnn.top mnawaeswnr.in n.rejtobfsz.com +o0ohkedkotjidp6ib4.3utilities.com 36sdf2.xyz jokerammar.no-ip.biz bandoslinked.no-ip.biz tablegives.ru +nutpugsxvm.duckdns.org 1di9yqmr4e.com wteas.xyz ussdns04.heketwe.com @@ -145457,6 +147884,7 @@ sdxat.xyz den777sw.bget.ru saturatix.top vrev.me +orlenndi.space dns2.cujusvis.ru knowsaturday.net dcbrett.no-ip.org @@ -145469,12 +147897,14 @@ velikhueli.live gostosa.freedynamicdns.org antidabupity.name longroad.nl +nfikaegafzlbb.serveirc.com xxxappletechkidxxx.no-ip.biz hfawexswse.duckdns.org yassinescaleo.ddns.net l22nbnj.top caglar0201.no-ip.biz iinsotonto.duckdns.org +ahkycuwxrj.duckdns.org dpfg573.top gabtag.net underepohese-unudegakan.biz @@ -145498,6 +147928,7 @@ caseallow.net wastermedrent.com maliindam.xyz huvzlmajpu.duckdns.org +slipcentral.com 1921680239.ddns.net molnu9ypiw.com taplamgiau.ddns.net @@ -145507,6 +147938,7 @@ ilolulian-nonisotive-overenevecese.net rwcp138.top versuvius.ru nebicabifi.info +a.adoyou1understandme42.com digidick.xyz handinhand.blogdns.org ezaziiezfzgr.cc @@ -145563,7 +147995,6 @@ minilecelike-semifolonible.org kingdom-news.com cumhurbaskanlik-tccbmtr54.com updatestream.zapto.org -iisusudo.info bafaejidjaiehfgsx.su sobadsogoodsa3.com obendo.space @@ -145588,10 +148019,11 @@ micorsoft.info aabbcdhzyj.duckdns.org pandemidestekgiristr-tr553.com wifb.website +z1l.no-ip.biz host-gv.appspot.com sherlock-holmes.club hackerdz255.no-ip.biz -outer213.servehttp.com +standardpopulation.icu menorustru.com cloudflare.trust-ssl.net megaproxy.no-ip.biz @@ -145617,13 +148049,12 @@ committeedub.com electrumpack.net quickought.ru localnet.no-ip.biz -fucktheworld.s3.us-east-2.amazonaws.com gyhz91g.top hsscsdqutwvv.pk servicesupdater.com ajan-lord.no-ip.org cbpjdvzjrm.duckdns.org -pupycag.com +winpro365.com colompna-youm.ga sevenp.top rdhpnrjywr.duckdns.org @@ -145645,6 +148076,7 @@ decentralizedfinanceguide.com anguisa.xyz hampoline.ddns.net fpfy512.top +behnamhack.ddns.net gotwitheckron.ru richardvitalis.ddns.net hnivhgjfgs.duckdns.org @@ -145693,6 +148125,7 @@ uhsge.com trickycore.no-ip.org wqzccklmkx.duckdns.org qpukbdmwunvxbwx.cn +dc2q5zq.top goodbye.duckdns.org 3b75d0df.dynu.net latiso.ru @@ -145703,17 +148136,21 @@ procurement-inl-gov.us madunixxx.ru cyrz79j.top stcp398.top +zxwwwjdddq.duckdns.org ns1.uptime200ns.ru windowsdefenderserversecuresofficeiq.duckdns.org -microsoftwindowsupdate.duckdns.org gc3q1zw.top nyiwrfbrwq.duckdns.org uhhnadwyuh.ddns.net oblochniytchelovek.club carropt.hopto.org merhabaslm.su +yb889.aka47.pro woicyzkspk.duckdns.org +fsyx878.top +adaletariyoruz.net avsta.mooo.com +windo.hopto.org androrat.servegame.com checktodrivers.com farihon.at @@ -145733,6 +148170,7 @@ brwllbquqjkb.pk fpqb588.top mmalaaksonen.no-ip.org transform780.xyz +coxymisagi.duckdns.org pfc60939a3e2cb2a8c8f3760e35e9cccfc.ws nmexmapbnc.duckdns.org b3pro.top @@ -145741,6 +148179,7 @@ covied19.duckdns.org sctogycnkm.duckdns.org weatherorderly.net ratnetwork.no-ip.net +ui53cdmhdy8ioma6nu.servequake.com 1603710156.httpdsconfig.com svjcivvizq.duckdns.org klczrmtbcu.duckdns.org @@ -145805,6 +148244,7 @@ chrisownsyou1.zapto.org netco160.ddns.net wittonshedspar.ru lifesuporte.site +nlkkkkerqd.duckdns.org scorpionjo.linkpc.net benibendenalmazsin.com artistsandcreatives.com @@ -145860,7 +148300,7 @@ gh.tk cumhurtcbmgirisitrap18.com tllewldyjm.duckdns.org kartkbs.no-ip.org -fplp553.top +kxbyzkcafg.duckdns.org yellw.info fantasma-43399.portmap.host ilotovic.com @@ -145869,7 +148309,7 @@ chromehandle.ddns.net hatredat.no-ip.biz beyhrshuguucxobxoylxsobalz.biz jasondigangiman.no-ip.info -runezidldmvfwmpbb.net +ak123.zapto.org jklfglufvp.duckdns.org operationkawaii.no-ip.org ryffanrzre.duckdns.org @@ -145922,6 +148362,7 @@ xrjlmyhds.info km8gm96.top tc-vatan-das-hizmet.com helloo1869.zapto.org +xyetvyet.buzz nmh711h.top tcbmpandemiuygulamantr8.com thegogl.com @@ -145938,7 +148379,7 @@ bob1337.chickenkiller.com securesource.strangled.net mytv.host qsgobchwtjjqupe.cn -shufflebuzz.net +googlmap.asia mellle.com pangpangz.ddns.net richardavis.duckdns.org @@ -145962,6 +148403,7 @@ w6kk8r8.top copeigoan.net ncll.tk kpsilfguxm.duckdns.org +fnyeiiipbq.duckdns.org musictoday.ru cmd32.ddns.net upbeatnewyork.com @@ -145976,7 +148418,6 @@ ilexan.ru bentleyoil.biz tothemoon.no-ip.biz hackby.no-ip.biz -ablebone.net buhanedengelecenhaserece.site dllth.com fluffypanda69.ddns.net @@ -146008,6 +148449,7 @@ mrcabinetkitchenandbath.com bzsthihxat.duckdns.org pyyrujubbkngfnl.ru led-a.com +csplendidbu453.xyz dynasty991.no-ip.org smoke.surfeth.com gigikilo.xyz @@ -146028,7 +148470,7 @@ kntrejzkq.ru ywzjvqssv.myfw.us puryxag.com ubdnjrkmaq.duckdns.org -arisstoncavi.com +din8win7.in w6kn8c9.top nsutedbntf.ddns.net bcp7mbg.com @@ -146043,6 +148485,8 @@ gov.uae.kim 3rboiihk.myq-see.com j12rbnl.top webmail.canoedaily.com +1603710163.httpdsconfig.com +medisonsteeltech.com plicplouc.no-ip.org aoufauhuefur.cc torvapk.no-ip.biz @@ -146093,8 +148537,10 @@ hackservgz.no-ip.info alkwti.com asdf3341.ddns.net maxbyulweifvcy.net +f1mk3o7civy59zs.xyz boaalertsnotifationsservc.cf dfh42d2.zapto.org +kaikialexus.com blackshades.thothey.info logigamer.hopto.org fpll529.top @@ -146103,12 +148549,11 @@ macrodecilage-postetixanive-nonagoruness.org gameworld.space mawsezpa.com run-tcp.info -nlkkkbbnan.duckdns.org yahoom.zapto.org xryakljpsu.duckdns.org -virusdefender.org -erefulpat.top -bullshit.systes.net +benniwinter.ddns.net +overwhelm612.xyz +qluyqvdiyx.duckdns.org tmjjlsjvjr.duckdns.org yx-lj.com f6kq8n7.top @@ -146120,6 +148565,7 @@ noip169.zapto.org nappy568.xyz onenight.no-ip.biz mvhgjvbn.ug +vuryza.ga ahmada.no-ip.biz m33.no-ip.info uwadiuto.com @@ -146130,12 +148576,11 @@ adobeflashplayerupdate.services 240ul94ecq8410z088b6q74wtvr21xh3gkuf8f5l.duckdns.org pronvowdecee.com api.super.cryptongram.org -ns2.didenth.pl medco0202020202.no-ip.biz vytnyqhrth.duckdns.org rsnerdscape.no-ip.biz ymy721c.top -cloudeasy.ru +chkglkcfkiimkwa.com nhnsqanmah.us fghtr.xyz brokenisboss.no-ip.info @@ -146167,7 +148612,7 @@ veryrest.net pikazanhsd.agency mininemanable-ilahedoless.info ribbozicdx.duckdns.org -1597948862.httpdsconfig.com +kweend.com tambira.in tsndqnokjz.duckdns.org ewysmfpgbp.duckdns.org @@ -146232,7 +148677,7 @@ hackermylove.no-ip.org bfbftbe.vip luckyshark.cash extraperlo.biz -fqcopboonn.duckdns.org +l32nbnp.top asfdjymcsz.duckdns.org funeral-bath.com readmebook.fun @@ -146244,6 +148689,7 @@ tech4nerds.xyz minetbot.online kiwldgcfrb.duckdns.org f0507215.xsph.ru +hyotfyj8x00k5s.freedynamicdns.org testrat2011.no-ip.biz bilinmezinortrasindakayboldum.cyou xill.tk @@ -146259,6 +148705,7 @@ wertd.xyz royalmaill.top lucy.no-ip.biz hemera.best +fmsspwgyvl.duckdns.org swinginwithme.ru atlantkre5.temp.swtest.ru qtcp338.top @@ -146278,12 +148725,12 @@ newstime.firefoxupdata.com 6s9fg.xyz sekhmetleaks.top triobol.ru +lofwxlaeog.duckdns.org 50joqg.com pxgxrzonvt.duckdns.org mfcp668.top moscowstdsupdate.toythieves.com xkyzumorcu.duckdns.org -luxjewelleries.com zuisarch.top asdfgh5444.duckdns.org lg0xzs5na1.com @@ -146341,6 +148788,7 @@ windowservices.servehttp.com shinrigaku-riron.com prostelap3.com douballkoreshy.org +ukalasey4.com gatyniz.com rdzszpyqxo.duckdns.org xyxbbuxhw.ru @@ -146350,6 +148798,7 @@ iroboxetn-ultrakolixoness-profoxution.info knqgcfvysv.ddns.net protest-02252505.ml confirmpw.no-ip.biz +yckcaemgbm.duckdns.org happytoys.no-ip.biz mot.no-ip.org havochaven.duckdns.org @@ -146387,7 +148836,7 @@ mtkgvgpjry.duckdns.org strippermona2.no-ip.info websys-corpo.com hpqdxcvkka.duckdns.org -lxlpfngnbn.duckdns.org +m2pk.com iixzzewqki.duckdns.org ntrkphsjnx.duckdns.org msupdate.3utilities.com @@ -146423,13 +148872,14 @@ anythingbilliest.com darkcomet321.sytes.net jlonnjjbdf.com webclidie.webhop.me -finburgers.com +fowlerfootball.top smt.freedynamicdns.org gravyshops.000webhostapp.com abdrr.duckdns.org marchadvertisingnetwork5.com fluenti235.xyz qgcp198.top +haxb33.xyz ymh789h.top signal.satellitebbs.com ucwwhvxji.com @@ -146446,7 +148896,7 @@ insomnihack-38.no-ip.biz wallmountedsubprojects.info ttkfhcttbs.duckdns.org takengrow.net -nodulling.in +flashplayerupdater.com cyjz16j.top scorpion.firefoxupdata.com ngycumrbuz.ddns.net @@ -146459,7 +148909,7 @@ svcdns.zapto.org km8kx86.top pentail.be susu.icu -cyclefather-hand.com +fphj533.top e-onlinepandemisosyaldestekpaketi.com tcbmpandemidestekuygulamasitr77.com dpdk513.top @@ -146479,6 +148929,7 @@ yoqrwdepjh.duckdns.org satrenb.site oikvlwzypi.duckdns.org covtwyuwlv.duckdns.org +ijiziqpdxs.duckdns.org miseremeward.net lapphoungshoes.com online3130.000webhostapp.com @@ -146488,6 +148939,7 @@ librm.me mathieucp.no-ip.info pxotxfwqxs.duckdns.org yybtcarwrv.duckdns.org +asd7asasdasdghas.digital luckyluxuryhomes.com efzfjxjqjz.duckdns.org hostmaster.cdn-dl.cn @@ -146495,7 +148947,6 @@ rorick1993.no-ip.org findbigmoneygame.cn v4.windowsupdate.dnset.com hure.no-ip.org -autotune.no-ip.info ubzeafavtv.duckdns.org dfnbsfds.xyz taruntextlies.com @@ -146503,7 +148954,6 @@ coolimagely.su v9e7ce6f6abd60e90f65846ec8fc97467e.so hakose.myftp.org ftp.itunesmusic.ikwb.com -nvscuotpjdmakhk.com eofihsishihiursgu.in nheug.com gwodlmpxod.ddns.net @@ -146546,6 +148996,7 @@ sscp778.top pswowafhem.duckdns.org publ1c.dyndns.org fcsjbbbpenim.ru +awdrgyjilqse.online heqnrhnres.net reduction341.xyz leiqoomdyg.duckdns.org @@ -146570,7 +149021,6 @@ ns3.tobaladns.ru missionthehasprograms.com scogcs.000webhostapp.com metrixntu.cf -xfelix.hopto.org ut03.ddns.net feltwrote.net hwazsigdoi.duckdns.org @@ -146584,9 +149034,11 @@ operationpking.no-ip.info 0ffice365.life microsoft-update.system-ns.pro zopkpn.com +rt6.no-ip.biz fucknoip.duckdns.org trade-provide.com nlkkpcbbbb.duckdns.org +bswhrknfk.com pzss.foxdos.cc nmt725b.top lyrtuprcvh.duckdns.org @@ -146655,7 +149107,9 @@ baiden00.ru disosinuless-minidikopuship-micromacical.com rubezugepicenaf.info moonofcheese.no-ip.biz +xgl3nucwapoxiolkhd.servehttp.com ymm725n.top +careerhuawei.net xtoiecclsl.duckdns.org adm4.bit chaosserver.no-ip.org @@ -146666,7 +149120,7 @@ ymw768j.top ssl.dyn-dns.com nppasapenh.us mfbiwomrtc.duckdns.org -engine79.ddns.net +lairlwinssvpcin.cn nmd782z.top googlescholar.ddns.net qn4.no-ip.info @@ -146676,6 +149130,7 @@ pt-8.top news.gulf-updates.com dyhh689.top bgqfjbsixm.ddns.net +2ifishalot.no-ip.info tc6q3zd.top gladiatorboy.top vhevufqomy.ddns.net @@ -146691,6 +149146,7 @@ fjrncjpowerpbnncj.co segateslondo.ru overagimary.com reluxmusic.com +nvxqujifi3j.myvnc.com qmvangoenc.duckdns.org ujrpeliajw.com blog-salopes.com @@ -146727,6 +149183,7 @@ goodplay.top haker123456.ddns.net winupdateloader.ru randomhostingorg.no-ip.com +lpkhikiwri.duckdns.org prysmm.net darkrat.no-ip.info miltechcn.com @@ -146753,7 +149210,7 @@ gynz71h.top isthisforme.com banavesebdiklerimee.cyou ymz721t.top -ymy767t.top +tobsa13.zapto.org gahulkouwl.duckdns.org patrol48.xyz cyjz57l.top @@ -146779,7 +149236,6 @@ wifewrote.net masipuo.no-ip.org 1000destegi.com querendoqueimarne3.hopto.org -hesoyam311-39980.portmap.io sexura.ru cloudeasy.net ymn759l.top @@ -146799,6 +149255,7 @@ epandemindestekuygulamasi0101.com gaultheria.website cmlbtxskia.duckdns.org njnj.redirectme.net +enterow.ru fpanjeppcs.duckdns.org succine.com ekamupandemitr.com @@ -146820,7 +149277,7 @@ elysium-inc.pro lovethepoor.jumpingcrab.com srv18427.microhost.com.pl setyt.xyz -gaqyvob.com +fpqc572.top hgkkxxxwwj.duckdns.org z6kd8b3.top confirm-identity.site @@ -146847,6 +149304,7 @@ pbleobr.ddns.net rebohission-transelegian-antimucuvossion.name minimakiper-macrotopalike.com yakita.net +pzjesjbxyp.duckdns.org mailserviceloginonline.com thghzuuvhv.duckdns.org dnvsnonebx.duckdns.org @@ -146880,12 +149338,12 @@ ozzzmznnab.duckdns.org uppdate.sytes.net berkatamans6667sburdas.tk asgdxcgb33.duckdns.org -cfkko03vvxohq03taep.com dyrznsglqh.duckdns.org ddns.gotdns.ch exrckdishq.duckdns.org system-update.us fpxf587.top +ravelotti.cn fpnc559.top niggerhecks.zapto.org a0429276.xsph.ru @@ -146925,8 +149383,9 @@ samuelcity.ddns.net qeqyhup.com pszpnkbib.com standardofficeuk.com -dzdvuscrbz.ddns.net +km8ry85.top gypz69z.top +yyvbjbrlyv.duckdns.org cloudresemblao.top mezereum.xyz monogixition.info @@ -146962,6 +149421,7 @@ voywjsvdyc.duckdns.org avast.firefoxupdata.com llcity.chickenkiller.com ymh716n.top +nvexvamourqpcxb.com gchpro.no-ip.biz androratttt.no-ip.org km8rx95.top @@ -146974,6 +149434,7 @@ supertest-service012505.ru piecefind.ru commercekorea.net msseces.com +pareomedeo.club m4d4x3-1.zapto.org ragos.xyz emuselatous-overesevaly.biz @@ -146984,7 +149445,6 @@ favorkill.ru pandemiyardimlari11.online babycute.thats.im microsoftupdate.qhigh.com -cash-money-analitica.bit rywdsg333.duckdns.org deryw.club nrcp518.top @@ -147008,24 +149468,22 @@ s7c40c1a8f924d4e1428b5a478d083853e.to duotthenaning.ru bnzerqddcp.ddns.net izohex.com -greenthdykegheedahatakankeadeshnaathfgh.ydns.eu server.chaoticplanet.org kvvcjicscm.duckdns.org kman.ignorelist.com ofamericasertcercenterserverices.cf lospatios3.duckdns.org -borne-ms.com +holidayapartments4you.com wor.wordtheminer.com grexlogs.no-ip.biz imisicous-postakagession-multipaleth.net onyechina.ddns.net rupkgddtltxw.net +qoanamlppp.duckdns.org sslquery.myz.info oi7.no-ip.info fphw512.top deustresgen.com -dhjxfigohi.duckdns.org -nrmipigqgk.duckdns.org fdgdsg.xyz sup7mahmud.no-io.biz solimetalspa.com @@ -147038,7 +149496,7 @@ sswdqbtoed.duckdns.org djayw.net.in m12fbnf.top tobabean.expert -stojanovic.no-ip.org +fantasy4tabacco.icu remeno.space enepa.cf bitsadmin5.space @@ -147083,6 +149541,8 @@ jpwwssmlkjcc.ru staphisagria.xyz leasurefilletmarrow.com newgirl.no-ip.biz +spread.crimea.com +tzsozvzrdb.duckdns.org microsoftgame.mrface.com bloooop.xyz morningreason.net @@ -147114,12 +149574,15 @@ uxdhbiqoorlmulo.ru zscp988.top 262626.ddns.net tmqbxiguim.duckdns.org +beaolwvgijvycxb.cn +myhost.p-e.kr gilotriatior.top dswdsw.co cyzz93k.top plaync.servegame.com cjiqlmocde.duckdns.org plastiic.no-ip.org +leastforty.ru xsarb.cf anon-shadow.no-ip.info cameforcameand33212.com @@ -147137,21 +149600,25 @@ yumhaunyhg.duckdns.org etrrc.xyz km8ng35.top rhsgroup.ma +zxjwjonmzm.duckdns.org pagaldaily.com donttrytochaseme.zapto.org ckjzayshws.duckdns.org -investigationews.com +alltheout.space btvygszqxz.duckdns.org +cboatnnbtmdfvdl.ru oem-sec4-mx32.com koimrcfait.duckdns.org kpw22kj.top awetsb33.duckdns.org heddguardian.website vmark.su +balderdash.fun lokj.duckdns.org bhvfrfoahi.duckdns.org turmoil.np-ip.biz wmiartsfqt.duckdns.org +down.supportcom.xyz qczwvqssxa.duckdns.org tbcmtrtcbmuygulma9.com kibuk.ga @@ -147169,6 +149636,7 @@ wlow.net interpayoffice.ml fptq522.top cagwedqwiw.duckdns.org +hockeysubnantais.free.fr fril-jp.xyz software.zapto.org xxqbeyqmmvvf.net @@ -147213,6 +149681,7 @@ vlaaienbakker.no-ip.org masseffect.site police-sec.club aassaassaa.ddns.net +xyggo.xyz kwrrgfkveg.duckdns.org yuaotian.e1.luyouxia.net myfirstdatibon.ru @@ -147254,6 +149723,7 @@ zgpqjzwrb.pw dingparighrewrec.win pc2q6zl.top myharcrodepornrv.ru +guy-ouellette.net h678h.top vgoebquith.duckdns.org bnbhldtjuy.duckdns.org @@ -147267,6 +149737,7 @@ ilonixen.net 3e8718c3.site thenweight.net egrhzdoglc.duckdns.org +machinedreamz.no-ip.biz pyramide33.pw info20gb.com dcrblyfjha.duckdns.org @@ -147278,6 +149749,7 @@ d92pbnr.top bbsncahpkc.duckdns.org xkdee.com api-resource.youzicheng.net +kilimcinursia6.com cworld.top fgn.a3jhk2.com uc3nhnajyx.com @@ -147293,6 +149765,7 @@ aaa147.no-ip.biz riddenneighbor.net adminfinacex.com camrrreqdd.duckdns.org +00ohn3s9r8cvclhq.myddns.me windowslayer.in bellkrank.com kdbbvxemuo.duckdns.org @@ -147356,7 +149829,6 @@ windowsupdate.fartit.com radiomason.zapto.org metadefenderinternationalsolutionfor.duckdns.org assxs.xyz -office-cleaner-indexes.com 01970626496.no-ip.biz mydnsbabe.duckdns.org qh6.dyndns.info @@ -147391,7 +149863,7 @@ fpyz599.top der-pallt.com secretele-naturii.xyz exazegetn.info -manal2016.freeddns.org +iambookworks.com xkkfejozxy.duckdns.org drevas.no-ip.biz santaw0lf.no-ip.biz @@ -147411,15 +149883,16 @@ h22fbnb.top nrquyiylda.duckdns.org adobesoftware.digital aghasdfgwe.duckdns.org +wasxyqvwds.duckdns.org pufycol.com -andalemexico.com teaqadaryo.duckdns.org qkyuzbuoxx.duckdns.org ileeds.date upback.purpledaily.com cnndaily.com vassourasuja.no-ip.org -adobeflashplayernew.com +hkrnhsnpiv.duckdns.org +dyly689.top fangli.no-ip.org ballhair.zapto.org strup.pl @@ -147445,6 +149918,7 @@ novocontador.club pcoguefust.duckdns.org chxmzocriy.ddns.net km8dc31.top +mzrmysdeym.duckdns.org jagexfail.zapto.org wnzbmynmcy.duckdns.org brahimhacker.ddns.net @@ -147497,7 +149971,6 @@ daanenmark.no-ip.org fqphutttgt.duckdns.org local-update.com ahmed96.hopto.org -strangetwenty.net ryzendp.duckdns.org opdftyjusr.duckdns.org xbox-en-cnd.com @@ -147526,6 +149999,7 @@ ww.myserv012.com akucomgnhb.duckdns.org usyahooapis.com pimped87.xyz +vopyqim.com scatholics.com appupdatemoremagic.com lhxsjgjwzm.duckdns.org @@ -147534,15 +150008,17 @@ fxyx638.top aqell.noip.me swryijgrvcsgkopnmcdertvgdswbvmophtfdczxs.ydns.eu rexgwywrnv.duckdns.org +crawloofle.com semicasinaty-ilibaholy.biz lopta10.no-ip.info zebxhuvsz.com +rcfwhnshsapmrns.cn vards.club oooiawneqweasd.com omerenes.duckdns.org disogotesance-misomuded-overezanaful.biz rapid7cpfqnwxodo.onion.pet -macrovafith.com +stata.link adobeflashmanager.live iludyamdostaetsya.com akamainet023.info @@ -147559,7 +150035,6 @@ stehulme.no-ip.org md993fda341cb44a5e983924647c13d152.to mfa383fd465808acc10ed7852509bc21d7.to ashkidiore.org -a707b708.sytes.net lvcdbwjnep.duckdns.org cumhurtcbmtrittifakigirisi6.com saztomjwaj.duckdns.org @@ -147584,6 +150059,7 @@ gc5q8zw.top kryp71k3.no-ip.biz humanneck.net charlatan.no-ip.biz +waharactic.com milklift.net h681ec82c98a70e0ef4d25dffea5723fe1.in whoamimaster.ddns.net @@ -147614,6 +150090,8 @@ outlook.best aregodeatheunusualaone.eu albranazi.linkpc.net gygz73t.top +sftjyoqohpwvgvy.com +holisticxox.com cba.demdex.uk.com b32zbnx.top nywwxxsjbbyv.su @@ -147626,12 +150104,13 @@ financeff.hopto.org w6kc8h5.top sahdowhunt3rhacker.ddns.net strongbolthostinghk.com -sqyxcphmea.duckdns.org +kikanefiga.space down.pzchao.com api.bcjsoinlsidun3.eu ilvdvxozbk.duckdns.org qbsajemfgb.duckdns.org x6ky8t8.top +zizlugjacp.duckdns.org maddak.no-ip.biz volykit.com qexykug.com @@ -147662,14 +150141,15 @@ emiretas.com yrecs.xyz jagwvpmhykktllh.cn yoshua.zapto.org -biboressurection.info gbvfkcrcwjsd.ru f8e.no-ip.info +esnzvwocei.duckdns.org zaredivdudku2.com barrywill.hopto.org wlzsssssst.duckdns.org rerigosate.net toptop02.info +eveningquarter.net nothecensin.ru mermateria.cyou herpetodryas.ru @@ -147679,7 +150159,7 @@ ceanquipi25.no-ip.org geqddqcppc.duckdns.org zaletelly010.be workfinetsdysanotherrainbowlomoyenttsghq.ydns.eu -z6kc8p6.top +efsxv.xyz download-site.no-ip.info ratscape.no-ip.org 3053-325-43-253.com @@ -147717,6 +150197,7 @@ max.arrowservice.net cydz53w.top sermedicsac.inti.co.uk theflewb.no-ip.org +ug-dfait.hugesoft.org ruedigerbaltissen.com timestableforjuniorsecondaryschoolsdone.duckdns.org storno.sytes.net @@ -147739,9 +150220,9 @@ metin2blog.com cc1q5zz.top ns2.roznicadns.ru y056ae19fc564bee05165bdb4266c912e2.tk +rnrtoljnrq.duckdns.org ns2.patritk.at remedyhawseholev.com -g5wcesdfjzne7255.onion.to one.pandora-app.net rdppath.com ts55.mooo.com @@ -147782,12 +150263,12 @@ aki030.no-ip.biz samji.myftp.org amyqqqdpcc.duckdns.org bifrost-jordan.zapto.org -chaibuckz.com multitidacaness-prenupation-macrotubehood.com dns2.coalux.ru rainbowdash.no-ip.info begadi.ga linyavzayu.duckdns.org +dutchops.no-ip.info wethadfg3.duckdns.org newss.nl luminosity.ignorelist.com @@ -147795,6 +150276,7 @@ zebookis.ddns.net vinnysucksdick.no-ip.biz ylowlpmjcl.duckdns.org vojykom.com +pupycag.com papagunnakjllidmc.blogspot.com unelma.no-ip.org tohbad.no-ip.org @@ -147804,15 +150286,16 @@ check-activity.com.ru 1488.sytes.net withmar.club tamerika.site -me-yahoo.com +ludbguwoikqxexd.com tomandjerry.no-ip.biz id0hx24nz8.mooo.com admer-22353.portmap.host +nlhvfrsnuw.duckdns.org sijlfowavt.duckdns.org craiglolol.ddns.net rnbo-ua.ddns.net puzyxip.com -reich666.ddns.net +everestnote.com ltwxxpkhup.duckdns.org tonystark2020.duckdns.org noseweight.net @@ -147851,7 +150334,7 @@ mamaboss.io vintaded.ga circle.cleandroid.ru fireworkspoint.com -hiuwwjwwxy.duckdns.org +khfgjeftgi.duckdns.org thwembteze.duckdns.org kxryespojh.duckdns.org pilo-raouf.no-ip.biz @@ -147886,7 +150369,7 @@ get-cert-ssl1.xyz nc6q7zc.top tellemorpswhat.ga notification-accountservice.com -thales.myftp.info +egiriscumhurbaskanlik5.com machination.duia.in drive365us.com alphastand.top @@ -147908,6 +150391,7 @@ ocwlzxz.info office-en-service.com confirm-sessionidentification.info nyben.ddns.net +dpoccooadd.duckdns.org zr0x1b9.biz ymr752r.top year2018.com @@ -147935,14 +150419,13 @@ ysuh3.xyz w3.changeip.org clickxfinder.com facewook.zapto.org -pufyxov.com mailmarknotes.com gelkarsads.site donot.no.ip.biz ymw785b.top +bkhvunoohefi.com back.worthhummer.net enginosdencenis.site -l32nbnp.top hackgirls1.no-ip.biz za.booksonlineclub.com udiscount.net @@ -147970,6 +150453,7 @@ dskngsdkg.ddns.net phqhaacetpivjmhkutws.com richmoreworld.top underatocation-interubagoxive.com +pzpaoinwjd.duckdns.org blackshadesredi.no-ip.info bestmanage.org vti.zapto.org @@ -147983,7 +150467,7 @@ zombie123.no-ip.info niroshimax.zapto.org xkqgnwsgyd.duckdns.org update-flash.info -cysz21r.top +hcztapuamu.duckdns.org migvgbnuia.duckdns.org okamoto.hopto.org nourtalaat.no-ip.biz @@ -148026,6 +150510,7 @@ p819605226f9c7749ce9c65e87c63e4d2e.ws interoutesme.tk tellme.site mail.workpluswork.com +hldhxmepth.duckdns.org abuser.no-ip.biz xyycjkdymr.duckdns.org wertyuio.ddns.net @@ -148044,6 +150529,7 @@ ntpc-co.com deesun.no-ip.org desifaxeness.org frttload11.top +initopable-eximopimian.biz microcoft.myq-see.com azerbeycansenlengelen.site anglo.arrowservice.net @@ -148051,6 +150537,7 @@ shs2011.no-ip.biz pc8q5zt.top zsvzxxfqtk.duckdns.org pedroleiba.duckdns.org +cdn1.update.huaweiyuncdn.com kaist-ac.xyz adobe.com.kz smixsmi.no-ip.org @@ -148061,6 +150548,7 @@ wsyggfw.newsonet.net cjwejhjxiz.duckdns.org edevletimaidem.com a0147726.xsph.ru +jf.watashinonegai.ru e-sos-tr-hizmet.com hjbkfwejhkfbj2334f.pw protecteur6.ddns.net @@ -148080,6 +150568,7 @@ hash1mark.no-ip.org xirvynpnoe.duckdns.org ro1ex05.zapto.org hzbxyypacx.duckdns.org +sevenqbk.com torepress.net tr-pandemi-destegi.com jkdxeakfmcbp.com @@ -148099,7 +150588,6 @@ vktkpkqmlufmqwvvu.com lenovoscanner.duckdns.org eyrgfero.red zll855.gicp.net -ciqehefitij.eu mspapsrpsn.in hamo2600.no-ip.org wpkse.duckdns.org @@ -148121,7 +150609,7 @@ ravangame.beget.tech pennatifolius.space danielthelordes.no-ip.biz colfev12.site -skpfakokbq.duckdns.org +uxsqqzshnd.duckdns.org noeuaoenriusfiruu.su xooseishoh.co.vu dephexe.no-ip.biz @@ -148136,7 +150624,7 @@ exchange-cdn.com jryx288.top njxlngswqi.duckdns.org rbeiwd.bombeirosgov.xyz -bswhrknfk.com +28fckgwxqweod28.freedynamicdns.org wdotzhvqnf.duckdns.org herthipkft.duckdns.org imapuvate.info @@ -148151,6 +150639,7 @@ differentplayers.top api.kevyank.ru emy.agrillcs.com mrbin.cc +lqtcrom.net pooqxihwim.duckdns.org tvmedion.pl leck.no-ip.org @@ -148174,12 +150663,14 @@ azerbeycankankancaniyses.site clients4-google.com micromimifedom.biz ncih.dnsweb.org +ivefecuoca.duckdns.org ymc738f.top eweek.2waky.com samera20145.ddns.net coolhost.zapto.org amelwafaw.ddns.net earn60techchecks.com +hyzfcbmlhj.duckdns.org fljkwyarvq.duckdns.org sphiinxballert.gotdns.ch ev1.zapto.org @@ -148191,16 +150682,18 @@ e.ppift.net efuwlkmirpie.online hish.no-ip.info dylan6001.zapto.org +wv6tzcb7m9.com dark132.no-ip.org updaters.sytes.net poild1.no-ip.org newsaplicamento2.surf tavkqpzfro.duckdns.org salpnwosid.no-ip.org +wifegrave.net peosorew.com ru-uid-507352920.pp.ru mldfverghyfjljaxabgw.com -max-mayfield.com +allhealthis.top arab1.myq-see.com gycz93h.top dafezxfulg.duckdns.org @@ -148214,7 +150707,7 @@ nickstr1234.no-ip.info keayue.com rsfkuvdesl.duckdns.org cobh.businessconsults.net -secure.cloudserv.ink +orlani.xyz slavelist.no-ip.biz huytatereman.net bshww.xyz @@ -148228,6 +150721,7 @@ pwhzoyukjo.duckdns.org adfghcbcx3.duckdns.org abdalrahmannida.ddns.net fellowfriend.net +kodak-world.com seoratingonlyup.net qmrmswrran.info mailsettings-yandex.ru @@ -148246,6 +150740,7 @@ hptbs.tumblr.com worddebuks.myftp.org yazan-mallah.no-ip.biz icllsczisc.duckdns.org +alex.mycnc.com anon-shadow.mooo.com capurgol20.duckdns.org n.onnaznfpi.com @@ -148258,6 +150753,7 @@ byzpjusxyg.duckdns.org edgglitfdlcc.pk 3r23rt52.xyz jordan951231.no-ip.org +steelmoker.xyz officeappslive.site kolombickmolonick12.site overivicive.org @@ -148319,6 +150815,7 @@ snapple5.ddns.net addahjwsyg.duckdns.org utqbalyxot.duckdns.org audigames.servegame.com +web.thehealthmood.net f52dbnm.top nonedore.top fpnt532.top @@ -148352,7 +150849,7 @@ ytka.duckdns.org asegs.xyz ypyhelynac.klontrek.org cyhz56m.top -ns1.nftiopg.at +yummicrabva.com sisrfff.no-ip.info gacezobeqon.eu gc7q5zr.top @@ -148368,7 +150865,6 @@ cochargearts.com fisrteditionps.com 1604771266.httpdsconfig.com midsecurity.org -hrrwn.xyz thaisalagoinhas.ddns.net 5fbthd.com prezatofite-subabokist-overozamulor.com @@ -148377,6 +150873,7 @@ qiao2.bigdepression.net whywhywhywhy.no-ip.info rat12411.ddns.net caibi379.com +7gkdfaqyxdk3dzbj.viewdns.net adslservisi.sytes.net hxsd345e.duckdns.org verifiedad.website @@ -148406,7 +150903,7 @@ x2.b0tx.com wbidwimwlb.duckdns.org thebatfixed.zyns.com flea.poulsenv.com -ifginzbfnb.duckdns.org +agroluftbild.de rwtixbypptkj.org adobemanager.club nemosexpresscarwashh.com @@ -148417,7 +150914,7 @@ ginbig.com tmmdtvxdjl.duckdns.org dfobci.com steponset.com -oyunmekanin.com +code.mcafeepaying.com niggahead.no-ip.biz windows-sys-update.com mehost.ddns.net @@ -148436,11 +150933,13 @@ aceijkbcgijn.bazar rzcp258.top goldmart4rs.com wsxc123.cc -hetonshanver.ru +etabs.xyz g72dbnc.top pqgunhsbugov.info mfhdcbkpvr.duckdns.org api.interfacesmode.com +v4zomjqwvayjbvs.viewdns.net +1603710365.httpdsconfig.com applemusic.xxuz.com 66jjyy.com sapporo.cloud-maste.com @@ -148460,7 +150959,6 @@ circle.wall3droid.ru elettroveneta-it.com finley.su update.usabbs.org -darretlo.net sourceforge-united-kingdom.net msinned.no-ip.info google-chromme.ddns.net @@ -148558,11 +151056,10 @@ z33k.chickenkiller.com fpnj537.top cheekytunes.no-ip.biz cyhz12s.top -isleep.ddns.net +hackerss22.no-ip.org random361.servebeer.com vive100octubre.duckdns.org rougtdhehm.ddns.net -foztrotalphatester.xyz mnegs.xyz perevodchiks.club zarwrite.eu @@ -148597,12 +151094,11 @@ pilotflights.club o567o.top nextgentactics.no-ip.biz zdzd.com -azedizayn.com +qxhehqwwfr.duckdns.org cnlqqcpoaa.duckdns.org card.gethost.pw postirikify-misuredity-underokonaty.info cloudripz.zapto.org -paparios.no-ip.biz cyfz38t.top az09azzzzz.ddns.net gibelio.xyz @@ -148629,8 +151125,8 @@ bloempot170-no.ip.biz ajmanz.gq kr.pandora-app.net fsdff4424.ru -wjupgdvdrs.duckdns.org child-time.ru +sncbuilding.ddns.net mc9q6zh.top robin22.no-ip.info anketkurumsal.com @@ -148648,15 +151144,14 @@ z6ky8n3.top ns1.nsdomainservices.org 6s2x1.top abwht.xyz -aaxnkbwfydw.sh microsoft-support.servehttp.com reruluker-prosabepal.net mzcp528.top westking.bigish.net bloodborne.xyz pnrmjlxrkfasgusrohbyjrtsgm.ru -hellomr2.no-ip.biz -iopderek.cn +middlechance.net +diyala81.no-ip.biz hgipczuhdp.com g32cbny.top uxhyqbmalm.duckdns.org @@ -148684,7 +151179,6 @@ qmhqeesawh.info waltersimon124.xyz nje1.cn inocente1234.ddns.net -aaboyriafds.com idmaftmkohv.co pxfewpdsjt.duckdns.org boworld.no-ip.biz @@ -148692,7 +151186,6 @@ legenda.casa brokenhonor.net n.mrjwqrvhe.com cywz25s.top -exzfduurom.duckdns.org zpvfsvooyy.duckdns.org support.bkyane.xyz ujddipjmsi.duckdns.org @@ -148708,7 +151201,6 @@ humanfood.net ambeniyoniscengenes.site dfyx318.top plynohfqik.duckdns.org -zaqatala.dynu.com fergietime99.zapto.org medpizzalavalouest.com maegse.com @@ -148730,11 +151222,12 @@ km8ny86.top fpsh572.top tired43556.xyz reandol.pw +3366qq.tl-ip.com offbizvki.com performancehaelth.com ovgjhaonmh.duckdns.org billysimba.hopto.org -eternalscape.no-ip.biz +codewizard.ml jvmanfrim.ddns.net czadvokat.info sgjvxwerion.com @@ -148746,17 +151239,18 @@ ns1.timedate3.com fondovbob.xyz jutwubzggr.duckdns.org bb73e76ace4a915f07119d65fe81d5478a.ws -wandingoo.net oderstrg.site hmqrapnpsh.net fretsgffees2.s3.eu-central-1.amazonaws.com e123.top +bfmopafxyq.duckdns.org leg1.ml gagesblackshades.no-ip.info xwxccsvmlx.ddns.net cyzz39f.top simonford.no-ip.biz ababab.mooo.com +fpyz556.top montzeriraq.no-ip.biz jnj.accountcheck.net randomhostingorg.no-ip.biz @@ -148779,12 +151273,12 @@ f6kk8g6.top eyocbp.duckdns.org spelns.com thkryt.no-ip.info -fiexufgkpeuu.su pwqsgdzlhn.duckdns.org blackshades.ru cycz31f.top qdwqftkmzp.duckdns.org d6238158c34.placehol-6f699a.c.mswordupdate17.com +bb82sec.dyndns.org oq64.com hpkohdecvxtm.ru dyn3312.netau.net @@ -148807,7 +151301,6 @@ contatofederal.zapto.org ogomdpswoh.duckdns.org pojyotyeoy.duckdns.org bankingadvice.net -bragginghf.no-ip.org xkfdogkpdo.duckdns.org kskzbxlgrf.duckdns.org hysu3.xyz @@ -148823,6 +151316,7 @@ e1u21kl.com buloftoty.com ymc755x.top havakhosh.com +ycrautpmqxcwvjx.com middlechrist.com nhdrh.xyz crypto-server-download48.xyz @@ -148830,7 +151324,7 @@ limjerome.ug bailment.org sqdiwviihu.duckdns.org andmabi.com -thesebest.net +wowservers.ru bvasdwets.duckdns.org socketw4.duckdns.org enomapuless-ilefaxian-emamivotous.name @@ -148846,7 +151340,6 @@ bekunebok.netai.net gbxhd.org-help.com 1s84ff.xyz sellpiqfea.duckdns.org -antipusetion.info wetxbs335.duckdns.org furiah.no-ip.biz woodstone.space @@ -148872,12 +151365,13 @@ sajjadnassar.no-ip.biz etsxv.xyz suchsuggestions.com fpuznehiwi.duckdns.org -cumhurittifakiuygulamasipandemigirisitr4.com +ysdyylcbsclwbkq.cn fpzq562.top 34d4g.top 163-mail-vertify.com therockt31.no-ip.biz gyqz59w.top +stat.entreinaweb.com urbancoder.no-ip.info archessee.com cygz51s.top @@ -148891,6 +151385,7 @@ iai.firefoxupdata.com smithcolimore.no-ip.biz qujupadelu.info fpwx575.top +xbwrjhauwh.duckdns.org fpsl562.top bohuuuihhh.duckdns.org etuuqmmfzt.duckdns.org @@ -148913,6 +151408,7 @@ outsidetrust.net playsklep.net newstar.nytimesnews.net ewtgs.xyz +gybz38y.top zunyryropu.info dtlmmnydqq.duckdns.org nvidia.pcriot.com @@ -148924,8 +151420,6 @@ nmyx368.top qupxjcxhld.duckdns.org rollingwithjoe.com ningzhidata.com -rt6.no-ip.biz -giftedaroundtheworld.com aziffnzopz.duckdns.org xn--halkimizahaberimizherzamandr-phe.com microsoftonline.agency @@ -148958,6 +151452,7 @@ fpjf589.top kr-dys.com twistednerd.mywire.org lopgosrbne.duckdns.org +cyborgizsobeast.no-ip.biz 4kayane.no-ip.biz reodfasesxqlqcirdsfmd.nf waqsw.xyz @@ -149001,6 +151496,7 @@ c72lbnl.top ug-kfc.hugesoft.org payarabionmany.gq dhn.scpqvb8f.ru +poly.cdn-pak.net ns2.nvrsknameserv.ru deldridge.no-ip.biz slorb.ddns.net @@ -149015,6 +151511,7 @@ iqevmopfhr.duckdns.org 9s54h.club karusel-bonus.ru cumhuruygulamamtr628.com +dhuaa.no-ip.org iupdaters.com 1kd2sd8hj59et7.ddns.net zpwibfsmoowehdsm.onion.direct @@ -149024,8 +151521,10 @@ cattom.buzz satellife.info someskype.com tillcroud.net +bqmigassdl.duckdns.org eosxetmwax.duckdns.org theweb.httpserve.com +zaraserver.ddns.net qwrjdaesus.duckdns.org monokohohoful-overerukikize.net fptp533.top @@ -149035,6 +151534,8 @@ lorwenvjdv.duckdns.org best-checkers.ddns.net necklacettg.no-ip.info qwwqqwqwqaetrwqwptyftyrananc.xyz +pqskotypcp.duckdns.org +englandprevail.com ttsjrnffxovu.in multixotetous-transavotebist-antibanission.biz qwerty123456789.serveftp.com @@ -149061,6 +151562,7 @@ xn--ldger-n51b.com rlpngeddyjglkxohnj.eu aiiaiafrzrueuedur.ru agswerysd.duckdns.org +gyhz75k.top mmgemvhokb.duckdns.org qgtjhw.com clanxrocventrilo.no-ip.org @@ -149120,6 +151622,7 @@ rktmcnd123.codns.com wbyx188.top siuaqnatbs.duckdns.org piruns.racing +fatehtawba.hopto.org dc9q7zk.top darkcomet69.no-ip.biz avmirror.com @@ -149129,6 +151632,7 @@ pjaujttthtfprhc.com ledger.report outside-borrow.com btchash777.ru +babazam.xyz mainpbn.org embracethechill.com namekess.ru @@ -149147,6 +151651,7 @@ topservicehelper.com avstore.com.tw flashplayreguncel.xyz pb36hu4spl6cyjdfhing7h3pw6dhpk32ifemawkujj4gp33ejzdq3did.onion +ytqleavjdgcyxaj.cn sony.ddns.net winlogin.hopto.org rjevlbktco.duckdns.org @@ -149155,8 +151660,9 @@ gmlxasaigz.ddns.net afegkmbgggkp.bazar toplegions.icu ixjyzyphsl.duckdns.org +lindamullins.info ahmed9099.no-ip.biz -nailwall.net +wentinueqhcr.com mnbvc908.myftp.biz ymn769z.top memberlogin.cloud @@ -149167,10 +151673,11 @@ cloudss13.info biggames.club ceeb54ccc61f9f1027bd8ff6c8f9cce5f6.hk android-update.net +etdrcxqtmdlutrf.ru guitar124.xyz +bl4cksh4des5.no-ip.biz gynz95k.top speralreaopio.com -muksykxbuj.duckdns.org thenguess.net asdg46dg.duckdns.org macronoboship-probihohodom.info @@ -149198,7 +151705,6 @@ capital-sd.com nxlllznnbb.duckdns.org bhyiamaqny.duckdns.org amajai-technologies.online -ydxiaptszk.duckdns.org korruption.no-ip.org world34.xyz sam-go.ru @@ -149237,12 +151743,12 @@ relutodom-comakitize.name annbopuaquujahh.co.uk santaclausdriver.pro sunqtr.com -pound.su +domniforworkinsidegoodohmarcywitmeohjah.ydns.eu wellgives.net vudykytowuxukyn.info ns3.tuktaktok.ru hanwha.hopto.org -smigroup-online.co.uk +bridgecr4.tailebaby.com km8kk13.top bocnazasmy.duckdns.org best3.short-url20.com @@ -149256,6 +151762,7 @@ antraxo123.no-ip.org jfdfccgkuj.duckdns.org dczokqhd.net bartdwa.no-ip.org +classorderly.net ttyqimujeq.duckdns.org saglik-bakanligi-evdekal-20-gb-kazan.com ara2.blackcake.net @@ -149272,6 +151779,7 @@ gztneymar11.zapto.org sa123re.no-ip.org waswides.isasecret.com luminosity.myq-see.com +secretariageneral.duckdns.org lymmzaanqf.duckdns.org transokiser-imevaresite-minigexiness.com djsxtmkiok.duckdns.org @@ -149283,7 +151791,6 @@ kfcf.co.kr retro1254.no-ip.biz spynews.otzo.com leastwall.net -gohorghosrsohgsri.ru yearofthepig.top 404mobi.com simoxy.no-ip.biz @@ -149298,7 +151805,6 @@ yandex-account-security.com meinvcaita.com rsykskciyp.duckdns.org nrjsitekcnserv.info -gxrytjoclpvv.us wourionlion.ru pykwhvoxcp.duckdns.org drwatson.zapto.org @@ -149306,6 +151812,7 @@ cumhurbaskanlik879.com teeego.no-ip.org zajcuaqfrk.com sdgs5dher3.ru +xx4odzkiwbxgks.viewdns.net agvyyzczog.duckdns.org nager-relogin-security.96.lt jcjgtdmxvw.duckdns.org @@ -149313,6 +151820,7 @@ fpkg595.top hairwing.net suksez-ab.com jfkcwtjhjp.duckdns.org +mcgkkcnekr.duckdns.org qoclick.dyndns.org 1603710116.httpdsconfig.com loadfreeman.casa @@ -149323,6 +151831,7 @@ aonuxocxib.duckdns.org aeoob.com yiiydwiugkeq.info 21haxoredition.chickenkiller.com +strengthquarter.net djcaps.gotdns.ch wetshgxb3.duckdns.org electrumdownload.org @@ -149344,8 +151853,10 @@ hawetsxse.duckdns.org cutnyxyjvw.duckdns.org opetkampanya.club mimicwt.net +ipuwwyclqdkdmta.com bruh.ddns.net kubert.no-ip.biz +apextech.biz bbruuoooshfrohle.su santhoshibitcoinlocalmarketdropdownand.duckdns.org gacykeh.com @@ -149355,11 +151866,10 @@ lolba.no-ip.biz firstdomain.appleupdate.xyz cumhurtcbmtrittifakigirisi55.com 424545y43.xyz -rescsovwe.com zeryuunevi.duckdns.org nmh716y.top api.inettasks.com -fpyz556.top +ds4358x.hopto.org high723.xyz km8rt83.top ymg785b.top @@ -149369,7 +151879,7 @@ madizor.no-ip.org ovxkuoogqp.duckdns.org semilabumant-antigodeless.name sinep1337.no-ip.org -pornforyou.in +halimatoudi.com mgkkvalzbq.duckdns.org 1603710206.httpdsconfig.com chazun.ddns.net @@ -149395,8 +151905,9 @@ glekrg.com update.booksonlineclub.com logis.no-ip.org interilurocary-provohiless.name -bridgeph4.viewvogue.com +qcjaufpjqh.duckdns.org log.autocount.org +pzawert.best osu.p-e.kr clostri.ru search.quasar.cc @@ -149418,6 +151929,7 @@ f6kz8r2.top rainykick.site cykz52t.top orinenia.xyz +k12dbnq.top chrisisatank.no-ip.org agenttt.ac.ug oabwezkymd.duckdns.org @@ -149426,9 +151938,9 @@ xclotusm.com mrtrt.ddns.net capisp.com 34231ae4.net +arborea.xyz theref.no-ip.biz 1987omid.ddns.net -littlestrike.net etlewithwass.ru vulgare.space dealsgle.com @@ -149450,15 +151962,15 @@ unetikuhood.org whgyiuzkxq.duckdns.org hoang2667.zapto.org suffering.pop-musicsite.com +xjdnslmpopqd.net usesindownne.ru vvspbjbsj.com vpiscrtfxi.duckdns.org incomeupdate.com 25s41g.club icediced942.no-ip.biz -1603710163.httpdsconfig.com +iccuswxyjb.duckdns.org tosson.ddns.net -corpleaks.net sazbabe319.no-ip.info gclflbpdaneyden.com ndizvsngsv.duckdns.org @@ -149495,6 +152007,7 @@ fredwi.top mc8q9zp.top a0329841.xsph.ru vkuyemvtsi.duckdns.org +dotnetupdates.com e7j0ht.cn kcnnrjdswsite.nl uwlljzswedzhcebuyprwlrvc.net @@ -149511,6 +152024,7 @@ epod.businessconsults.net waterfall.mynumber.org jobs.mediaxsds.net cluhoihngnqd.com +m0l.ru socnztbpxb.duckdns.org pappernevjhermemyoffcourse.site kingsher-no-ip.biz @@ -149519,7 +152033,8 @@ uhotfmbrya.duckdns.org kasse-v1.hdac-wallet.com kxmphs.com ecstasytrance.no-ip.biz -31kungcommunicationtaristdysupliermgjky.duckdns.org +85005.trendmicro.96html.com +muller.exprenum.com abodxo.no-ip.org jopckvwisb.duckdns.org bexyqdmjkhqq.net @@ -149553,8 +152068,11 @@ hmhslsmrkr.ddns.net xbnuabhckk.duckdns.org ostopol.myftp.net slplwntrjo.duckdns.org +likrcome.net erltwqbkde.duckdns.org +postiruped-unoxulolor.name csfeg.xyz +v6nwsvmkahaeiaqd6a.hopto.org klerber.com cancer.com ruaqwy.com @@ -149573,7 +152091,6 @@ supertopsecret.no-ip.info pop.staycools.net gaqzxzluqj.duckdns.org properdom.com.tw -what6233.com rock-low.no-ip.biz imbokta.no-ip.org gysz56q.top @@ -149602,6 +152119,7 @@ fprc572.top pnra-org.gq fpjx579.top veetherebel.no-ip.org +yadlubmysvxwvwo.ru hwnebge33.duckdns.org gamesoft808.no-ip.biz cakesalie.no-ip.info @@ -149616,7 +152134,7 @@ wetsghwse.duckdns.org recovers.no-ip.info qagkik.com lbbiahfdpe.duckdns.org -myhost.p-e.kr +antidalussion.name gfaefskfht.xyz saleshack.ddns.net 3422jelle.best @@ -149630,14 +152148,14 @@ solefex.com ring0.servequake.com njrat.zz.am dyhj686.top -choochoo.no-ip.biz +ynemvycrhmphomk.cn mmaaxx511.no-ip.biz servicerofamericaservice.ml download.inklingpaper.com mikohanzer.website sales.blogsyte.com botnam4.no-ip.org -documents-cloud-server.co.za +mw9g-ns-k-q0-e3r-6s-23-m2wf-7xy1z0-c0u-5wc-g0rb-2-1-5-l.info ymw798g.top cheat-store.no-ip.biz 1597948889.httpdsconfig.com @@ -149692,6 +152210,7 @@ cgqy.us km8pj93.top shgshgtsdynationalobjindustrialattsgpx.ydns.eu wins-driver-update.com +lyjipqgvatsuogp.ru kxvwbzltka.duckdns.org krkzxzzakw.duckdns.org givemeaaa.upgrinfo.com @@ -149705,6 +152224,7 @@ haveahealthy.life movementlaughter.net trillsafe.usa.cc egalleryimagesas.pl +34brs45.com mirxioqhbtnrfybsu.net runescape4833.no-ip.biz waymahikatudor.com @@ -149748,7 +152268,7 @@ wgdxgrllxcpfgajzifhtkuc.ru gggwmndy.org disirulital-subedufure.info fa1con-44457.portmap.host -bkhvunoohefi.com +android-appdr.net disurolal-misosexant.biz stll.tk hysdafge33.duckdns.org @@ -149783,7 +152303,9 @@ spread7.no-ip.biz beauty-fullbox.com klawchi.no-ip.org provolutaty-decesaness.net +cakinkswbg.duckdns.org supsocial.no-ip.info +uxbwhvtqbf.duckdns.org fppw588.top john.newss.nl rfyiryixdtuv.org @@ -149822,7 +152344,9 @@ eviloverkill123.no-ip.biz zimton.no-ip.biz denied.servebeer.com eteth.xyz +cdlitong.com notificeva.com +cheshirehockey.com xboxones.duckdns.org kurdit.system-ns.net aeenm.com @@ -149846,6 +152370,7 @@ birosanfkgv.site redjws.no-ip.biz darkdoser87.ddns.net rksupport.ru +wlghks753951.codns.com 2x4tmsvwneqhkeey.onion.nz odsakmdfnbs.su ns2.spcninternet.net @@ -149855,6 +152380,7 @@ eu.mmafan.biz hax0r2010.no-ip.biz biicancuof.duckdns.org hakit90.no-ip.biz +vifwqdicjodfyde.com peridaklu.info gnikllort.com km8gn21.top @@ -149864,6 +152390,7 @@ arabamyanimda.com loadpool.top gllnar.com sesomusico.xyz +ammotionmany.xyz dawnsworld.mysticalgateway.com strangerthingz.club profesusize-uneranath.org @@ -149932,17 +152459,17 @@ subeihm.com upotvxwwfa.duckdns.org mugambe80.no-ip.biz ba212312131bboboo125.com -oneil-clan.com ad-nalitica.com roger2750.ddns.net mamo434376-49964.portmap.host mamsqe.me bredsticks.no-ip.org ronaldomu.zapto.org +mynameischarliebrown.top withfirst.net tfdiuvlvze.duckdns.org bot.timewalk.me -fatehtawba.hopto.org +asdf.avstore.com.tw apaya-25263.portmap.io webmail.yourturbe.org didxbooks.com @@ -149986,6 +152513,7 @@ f0349365.xsph.ru lis1033.hopto.org prebavission-transehuvor.net estebantrejos.com +fwldzdzeqi.duckdns.org getroot.no-ip.biz xkezwalfnr.duckdns.org twmcrat.zapto.org @@ -149995,7 +152523,7 @@ cexo.ltd sdfsdfv.ru u101mnay2k.com wirizebenilunor.info -redire.xyz +littlestrike.net kzfodszqai.duckdns.org uaylbssszw.duckdns.org zdaqerivpm.duckdns.org @@ -150009,13 +152537,13 @@ clubpecadores.xyz 1kayane.no-ip.biz freepayinterkom.tk dns8.ffv3.ru +couvngdboe.duckdns.org f0518723.xsph.ru ajvkwozrdb.duckdns.org danmikolls.xyz ujqcppqcpc.duckdns.org mskeu.xyz wnkmndpzvh.duckdns.org -likrcome.net okcpp.com setyxhed2.duckdns.org wimtdlqxyv.ddns.net @@ -150027,6 +152555,7 @@ cloudflarecdn.com cupo-tarjeta-activo-cl.gq ityferxesmcle.com ennxoocwkj.duckdns.org +ecbbonnaan.duckdns.org freesubmissiondirectoryy.com wjqkavxogg.duckdns.org likm.no-ip.org @@ -150045,7 +152574,6 @@ blackshades-goen.no-ip.org gyzz88d.top applethecompany.best usitatissimum.ru -rabidwolf.no-ip.biz yandex.ac.ug julie871.zapto.org jnyx858.top @@ -150081,7 +152609,7 @@ ndns.dsaj2a1.org gx5lag.no-ip.biz hu587tiugi.vv.cc ns3.fortidocs.ru -koolkidsklan.no-ip.org +zfammpaupu.duckdns.org dns4.flyopenvz.ru smbtco.com efimpjnrns.ddns.net