Showing preview only (6,397K chars total). Download the full file or copy to clipboard to get everything.
Repository: MarkBaggett/domain_stats
Branch: master
Commit: 759c52c84c8b
Files: 24
Total size: 6.1 MB
Directory structure:
gitextract_9kf6vrpr/
├── .gitignore
├── COPYING
├── Dockerfile
├── MANIFEST.in
├── README.md
├── domain_stats/
│ ├── __init__.py
│ ├── config.py
│ ├── data/
│ │ ├── domain_stats.service
│ │ ├── domain_stats.zeek
│ │ ├── elasticsearch.zeek.domain.pipeline
│ │ ├── freqtable2018.freq
│ │ └── top1m.import
│ ├── domain-loader.py
│ ├── expiring_diskcache.py
│ ├── freq.py
│ ├── launch.py
│ ├── network_io.py
│ ├── rdap_query.py
│ ├── server.py
│ ├── settings.py
│ └── utils.py
├── overview.drawio
├── setup.py
└── start.sh
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
build/*
domain_stats/__pycache__/*
dist/*
*.egg-info
.vscode/launch.json
.vscode/settings.json
*/diskcache/*
*/*.db
cache.db*
================================================
FILE: COPYING
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
================================================
FILE: Dockerfile
================================================
FROM ubuntu:18.04
#docker build -tag domain_stats_image http://github.com/markbaggett/domain_stats.git
#Configure the container choosing your hosts path and port
#docker run --name domain_stats_container -v /<a path on your host>:/host_mounted_dir -p 8000:<port on your host> domain_stats_image
# Install all the tools
RUN apt-get update && apt-get install python3.8 python3-pip -y
RUN python3 -m pip install setuptools rdap pyyaml flask diskcache gunicorn requests python-dateutil publicsuffixlist python-whois
RUN mkdir /app
COPY . /app
RUN cd app && pip3 install .
RUN mkdir /host_mounted_dir
CMD ["domain-stats" ,"/host_mounted_dir"]
================================================
FILE: MANIFEST.in
================================================
include domain_stats/data/*.*
================================================
FILE: README.md
================================================
# domain_stats2
## Introduction
Domain_stats is a log enhancment utility that is intended help you find threats in your environment. It will identify the following possible threats in your environment.
- Domains that were recently registered
- Domains that no one in your organization has ever visited before
- Domains with hostnames that appear to be random characters
- Domains that the security community has identified as new (**Pending ISC Integration)
- Domains that SANS ISC issues warning for (**Pending ISC Integration)
## The Old Domain_stats support
This version of domains_stats provides a number of benefits over the old version including performance, scalability, alerting, and isc integration. It does focus on born-on information which was the primary use of the tool and achieves its increaces performance by not processing the entire whois record. If you are looking for a copy of the old domain_stats which rendered ALL of the whois record rather than just the born-on information please let me make two suggestions. First, that functionality has been moved to a new tool called "APIify" which can render any standard linux command in a json response for consumption. It also has improved caching and scalability over the old domain_stats. You can download [APIify HERE](https://github.com/markbaggett/apiify). You can also find the old version of domain_stats [in the releases section](https://github.com/MarkBaggett/domain_stats/releases/tag/1.0).
## Special Thanks
Thanks to the following individuals for their support, suggestions and inspirations without whom this version of domain_stats would not be possible.
- Justin Henderson [@securitymapper](https://twitter.com/securitymapper)
- Don Williams [@bashwrapper](https://twitter.com/bashwrapper)
- Dustin "cuz" Lee [@_dustinlee](https://twitter.com/_dustinlee)
- Luke Flinders [@The1WhoPrtNocks](https://twitter.com/The1WhoPrtNocks)
## Ubuntu system preparation:
On Ubuntu you usually have to install Python PIP first. At a bash prompt run the following:
```
$ apt-get install python3-pip
```
## Install published package via PIP
```
$ python3 -m pip install domain-stats
```
## Install from latest source via PIP
Alternatively download the latest build from this github repo and install it as follows. Use PIP to install domain_stats rather than running setup.py.
```
$ git clone https://github.com/markbaggett/domain_stats
$ cd domain_stats
$ python3 -m pip install .
```
## Configure and Start
One the package is installed, make a directory that will be used to for storage of data and configuration files. Then run 'domain-stats-settings' and followed by 'domain-stats'. Both of those programs require you pass it the path to your data directory. The first command 'domain-stats-settings' creates or edits the required settings files. If you are not sure how to answer the questions just press enter and allow it to create the configuration files. The second command 'domain-stats' will run the server.
```
$ mkdir /mydata
$ domain-stats-settings /mydata
$ domain-stats /mydata
```
Here is what that looks like installed from source.

## Optional Load of top1m
**With the server up and running** you can use ```domain-stats-utils``` to enhance the domain stats data. For example, to use whois to patch records that RDAP was unable to resolve you can use the -f or --fix option.
```
$ domain-stats-utils -f /path_to_data
```
You can also avoid the initial (likely to be terms of service violating) volume of request to RDAP when you first start your server by prestaging a group of roughly 35K records from domains taken from the Cisco Umbrealla Projects top1m domains. **WARNING: By choosing to prepopulate these domains in the 'seen database' you will not be alerted to the "FIRST CONTACT" when someone visits them for the first time**. That said, these are from the top 1 million most commonly used domains and you likely don't care about first contact with them. To import these you again use domain-stats-utils. These records will be tagged with "top1m" in the "seen-by-isc" field.
```
$ domain-stats-utils -i domains-stats\data\top1m.import -nx /mydata
```
The -nx options tells domain_stats to never expire these records from its cache. Without this option it will use its default behavior and the records will expire from the database when the domain registration expires. For the top most commonly used established domains this will prevent you from unessisarily looking up the domain registration date every year for these sites.
---
## Install and running in a container
To get a container up and running with domain_stats `docker build` passing the git file as a url. The `docker run` command must mount a directory into the container as the folder "host_mounted_dir" and to TCP port 8000 so you can access the server. In the example below port 5730 on the docker server is forwarded to the domain_stats server running inside the container on port 8000. Run docker run once with the -it option so you can go through the setup questions. One change you must make for a docker configuration is to change the default port from 127.0.0.1 to 0.0.0.0. Otherwise, if you do not know a better answer then the default just press ENTER. When it is finished run the container again with the -d and --name options as shown below. After that you can `docker stop domain_stats` and `docker start domain_stats` as needed.
```
$ docker build --tag domain_stats_image http://github.com/markbaggett/domain_stats.git
$ mkdir ~/dstat_data
$ docker run -it --rm -v ~/dstat_data:/host_mounted_dir -p 8000:5730 domain_stats_image
Set value for ip_address. Default=127.0.0.1 Current=127.0.0.1 (Enter to keep Current): 0.0.0.0
Set value for local_port. Default=5730 Current=5730 (Enter to keep Current):
Set value for workers. Default=3 Current=3 (Enter to keep Current):
Set value for threads_per_worker. Default=3 Current=3 (Enter to keep Current):
Set value for timezone_offset. Default=0 Current=0 (Enter to keep Current):
Set value for established_days_age. Default=730 Current=730 (Enter to keep Current):
Set value for mode. Default=rdap Current=rdap (Enter to keep Current):
Set value for freq_table. Default=freqtable2018.freq Current=freqtable2018.freq (Enter to keep Current):
Set value for enable_freq_scores. Default=True Current=True (Enter to keep Current):
Set value for freq_avg_alert. Default=5.0 Current=5.0 (Enter to keep Current):
Set value for freq_word_alert. Default=4.0 Current=4.0 (Enter to keep Current):
Set value for log_detail. Default=0 Current=0 (Enter to keep Current):
Commit Changes to disk?y
$ docker run -d --name domain_stats -v ~/dstat_data:/host_mounted_dir -p 8000:5730 --restart unless-stopped domain_stats_image
```
Once the container is running if you would like to change the settings or use the domain-stats-utils to import domains you can launch a second terminal process in the running image. For example, here is how to import the top1m domains. Always point domain-stats-utils and domain-stats-settings to /host_mounted_dir/ when inside the container.
```
$ docker exec -it domain_stats /bin/bash
root@8f6561dc0766:/# domain-stats-utils -i /app/domain_stats/data/top1m.import -nx /host_mounted_dir/
root@8f6561dc0766:/# exit
```
or
```
$ docker exec -it domain_stats /bin/bash
root@8f6561dc0766:/# domain-stats-settings /host_mounted_dir/
root@8f6561dc0766:/# exit
```
---
## To Run domain_stats as a service
If you are not going to use a docker you may want to run domain_stats as a server. After installing domain_stats as described above you can set it to run as a service on your system using the provided .service file in the data folder. It will be necessary to edit the domain_stats.service file and change the "WorkingDirectory" entry so that it points to the location you are storing your data. After editing the file add the ["domain_stats.service"](./domain_stats/data/domain_stats.service) file to your `/etc/systemd/system` folder. Then use `systemctl enable domain_stats` to set it to start automatically.
## SEIM Integration:
This varies depending upon the SEIM. The web interface is designed for your SEIM to make API calls to it. It will respond back with a JSON responce for you it to consume. Since many SEIM products are already configured to consume ZEEK logs another easy option is to add the ["domain_stats.zeek"](./domain_stats/data/domain_stats.zeek) module to your zeek configuration. Check the zeek domainstats.log for "NEW" domains and check for alerts such as "YOUR-FIRST-CONTACT".
### Example Zeek Configuration:
Assuming that zeek is installed in `/opt/zeek` and you don't already have custom scripts configured you can do this:
- Place domain_stats.zeek in a new directory called `/opt/zeek/share/zeek/policy/custom-script`
- Add `@load ./domain_stats` to a new file called `/opt/zeek/share/zeek/policy/custom-script/__load__.zeek`
- Add `@load custom-scripts` to `/opt/zeek/share/zeek/site/local.zeek`
- Make sure curl is installed. This is a dependency of zeeks ActiveHTTP module. (try `apt install curl`)
- If you are running zeek in a VM you need uncomment `redef ignore_checksums = T;` in domain_stats.zeek
- Start domain_stats server
- In zeekctl `deploy`
- Confirm domain_stats appears in loaded_scripts.log
## Using domain_stats
When LogStash or any other system makes a web request to the system it returns back data relevant to the domain queried.
The request is in the form ```http://ip:port/domain``` For example:
```
$ wget -q -O- http://127.0.0.1:5730/sans.org
{"alerts":["YOUR-FIRST-CONTACT"],"category":"ESTABLISHED","freq_score":[6.2885,7.9696],"seen_by_isc":"RDAP","seen_by_web":"Fri, 04 Aug 1995 04:00:00 GMT","seen_by_you":"Sat, 07 Nov 2020 17:19:49 GMT"}
```
#### Here is what the response fields mean
- alerts - A list of alarms associated with the domain queried. This can include
* YOUR-FIRST-CONTACT - This is the first time you have every queried this domain
* SUSPECT-FREQ-SCORE - One of the two freq scores is low
* LOW-FREQ-SCORE - Both of the freq scores are low
* Other - Other alerts may be added with ISC integration
- SEEN_BY_YOU - This is the date this domain was first seen by you
- SEEN_BY_ISC - This may be one of a few possible values
* RDAP - When in RDAP mode this will contain the word RDAP
* datetime - When in ISC mode this will contain the date and time when the domain was first seen by the ISC
* top1m or other name - When domains are preloaded into your database with domain-stats-utils the name of the import is displayed here
- SEEN_BY_WEB - This is the date when the domain was first seen on the internet (ie the registration date)
- CATEGORY - This can be one of two possible values
* NEW - The registration date is less than the configured "established_days_age" (Default is two years)
* ESTABLISHED - The domain is more than "established_days_age" days old
- freq_score - This contains two values measuring the "normalness" of the domain letters. If these numbers are below the thresholds established in the settings it will generate alerts.
#### In addition to requesting a domain the following urls can be used to check on your server.
```
$ wget -q -O- http://127.0.0.1:5730/stats
```
This will show statistics on the efficiency of the cache and rdap. This also runs a consistency check on the database and repairs any issues. The database is locked while this is running so don't constantly hit this url.
```
$ wget -q -O- http://127.0.0.1:5730/stats-reset
```
Resets the RDAP failure and success
```
$ wget -q -O- http://127.0.0.1:5730/cache_get?domain=python.org
```
This will retrieve the record from the cache if it exists.
```
$ wget -q -O- http://127.0.0.1:5730/cache_browse?offset=1&limit=100
```
This will retrieve the first 100 record from the cache and display them. Adjust offset and limit to see others.
## Configuration
To change the settings run the tool <domain-stats-settings> and pass it the path where your data is stored.
```
$ domain-stats-settings /home/student/mydata
Existing config found in directory. Using it.
Set value for ip_address. Default=0.0.0.0 Current=0.0.0.0 (Enter to keep Current):
Set value for local_port. Default=5730 Current=5730 (Enter to keep Current):
Set value for workers. Default=3 Current=1 (Enter to keep Current):
Set value for threads_per_worker. Default=3 Current=3 (Enter to keep Current):
Set value for timezone_offset. Default=0 Current=0 (Enter to keep Current):
Set value for established_days_age. Default=730 Current=730 (Enter to keep Current):
Set value for mode. Default=rdap Current=rdap (Enter to keep Current):
Set value for rdap_error_ttl_days. Default=7 Current=7 (Enter to keep Current):
Set value for freq_table. Default=freqtable2018.freq Current=freqtable2018.freq (Enter to keep Current):
Set value for enable_freq_scores. Default=True Current=True (Enter to keep Current):
Set value for freq_avg_alert. Default=5.0 Current=5.0 (Enter to keep Current):
Set value for freq_word_alert. Default=4.0 Current=4.0 (Enter to keep Current):
Set value for log_detail. Default=0 Current=3 (Enter to keep Current):
Set value for cache_browse_limit. Default=100 Current=100 (Enter to keep Current):
Commit Changes to disk?y
```
I think most of these are self explainatory. Here is a description of the ones that are not or require some discussion.
- ip_address - You listen on this ip. 127.0.0.1 is safer than 0.0.0.0. Otherwise unauthenticated anyone on your network can see the dns cache for your enterprise. IPTABLES is nice.
- mode - 'rdap' is all that works right now.
- timezone_offset - If set, this is only used on the "seen_by_you" date. By default all times are UTC.
- rdap_error_ttl_days - RDAP errors are cached are cached for a short period of time for performance. By default it is 7 days.
- established_days_age - Defines how long before a domain is considered established. Default is two years.
- freq_table - If you created custom freq tables you can select them here. They should be stored in your data directory.
- enable_freq_scores - If you don't want freq scores, disabling them can enhance your server performance
- log_detail - Logging will significantly impact performance. Id suggest leaving it disabled unless you are diagnosing an issue.
- cache_browse_limit - Limit the max number of records that someone can request with http://ip:port/cache_browse?offset=0&limit=9999999999999
# RDAP vs ISC Support
They each have their own advantages. We will discuss them here.
- RDAP works today! The ISC support engine is still in the works.
- If you trust your ISP, and commercial and government entities that support DNS infrastructure with your DNS queries but not the ISC then RDAP will let you live in your bubble.
- As of August 2019 RDAP ICANN requires providers support for gTLDs (Top Level: .com, .gov, etc) and not ccTLDs (country code :google.com.au, .ga.us, etc) or eTLDs (Effective TLDs: Where we register domains). You basically can't resolve those domains until ISC support is enabled. More info on RDAP Support timelines are [HERE](https://www.icann.org/resources/pages/rdap-background-2018-08-31-en)
- ISC support will support all domains and not be limited by RDAP support.
- ISC will provide additional alerting on domains
# ISC API Specification
API requests look like this
```
{"command": <command string>, additional arguments depending upon command}
```
Valid COMMANDS include "CONFIG", "STATUS", and "QUERY"
### **CONFIG command requests configuration options the ISC would like to enforce on the client**
request:
```
{"command": "config"}
```
response:
```
{"min_software_version": "major.minor string", "min_database_version", "major.minor string", prohitited_tlds:["string1","string2"]}
```
- clients will not query ISC for Domains listed in prohibited_tlds. Examples may be ['.local', '.arpa']
- If min_software_version is higher than the client software version it causes the software to abort
- if min_database_version is higher than database version it forces the client to download new domains from github.com/markbaggett and add it to its local database
### **STATUS command allows the clients to tell the ISC how they are doing and see if they can continue. This can be used to tune client efficiency and reduce ISC requests.**
Request:
```
{"command":"status", "client_version":client_version, "database_version":database_version, "cache_efficiency":[cache.hits, cache.miss, cache.expire], "database_efficiency":[database_stats.hits, database_stats.miss]}
```
Response:
```
{"interval": "integer number of minutes ISC wishes to wait until next status update", "deny_client": "client message string"}
```
- interval: The interval tells the client how many minutes to wait before sending another status updates
- deny_client: If set aborts the client with the specified message
### **QUERY command allows clients to query a domain record.**
Requests:
```
{"command": "query", "domain": "example.tld"}
```
RESPONSES (two possible):
##### A success response looks like this:
```
{"seen_by_web": '%Y-%m-%d %H:%M:%S', "expires": '%Y-%m-%d %H:%M:%S', "seen_by_isc":'%Y-%m-%d %H:%M:%S', "alerts":['list','of','alerts]}
```
- seen_by_web is the domains creation date from the whois record. The time stamp must be in '%Y-%m-%d %H:%M:%S' format
- expires is the date that the domains registration expires from the whois record. The timestamp must be in '%Y-%m-%d %H:%M:%S' format
- seen_by_isc is the date that the first domain_stats client requested this domain from the isc. If this was the first request it will have the current date and time and 'ISC-FIRST-CONTACT' will be added to the alerts. The timestamp must be in '%Y-%m-%d %H:%M:%S' format.
- Alerts must include "ISC-FIRST-CONTACT" if this is the first time anyone has ever queried ISC for this domain
- Setting any additional alerts limits will cause the client record to not be commited to the database. Instead it is cached for 24 hours on the client. After 24 hours the client will query the isc again.
##### An error response looks like this:
```
{"seen_by_web":"ERROR", "expires":"ERROR", "seen_by_isc":<integer specifying cache time to live>, "alerts":['alerts','for','that','domain']}
```
- seen_by_web and expires must be set to "ERROR" when an error has occured.
- Error time to live tell the client how long to cache and reuse the error for that domain.
- Integer > 0 - will cache the error for that many hours
- 0 - will not cache the error at all
- -1 - will cache it such that it does not expire, but the domain can still drop out of cache based on LRU algorithm
- -2 - PERMANENT cache entry. Will never expire. DANGEROUS. Use with caution.
================================================
FILE: domain_stats/__init__.py
================================================
================================================
FILE: domain_stats/config.py
================================================
from collections import UserDict
import yaml
class Config(UserDict):
def __init__(self, filename=""):
super().__init__()
self.filename = filename
self.load_config(filename)
def load_config(self, filename = None):
filename = filename or self.filename
with open(filename) as fh:
self.data = yaml.safe_load(fh.read())
def save_config(self, filename = None):
filename = filename or self.filename
with open(filename, 'w') as fp:
yaml.dump(self.data, fp, default_flow_style=False)
================================================
FILE: domain_stats/data/domain_stats.service
================================================
[Unit]
Description=Domain Stats Service
After=network.target
[Service]
#You may need to change the path so it points to where you are storing your data
WorkingDirectory=/host_mounted_dir
ExecStart=domain-stats ./
PIDFile=/var/run/domainstats.pid
Restart=always
[Install]
WantedBy=multi-user.target
================================================
FILE: domain_stats/data/domain_stats.zeek
================================================
#Thanks to SANS Instructor Don Williams for writing this https://www.sans.org/instructors/donald-williams
#Don based this off of Dustin Lee's Security Onion integration Script here: https://github.com/dlee35/domain_stats2_so/blob/master/domainstats.bro
module DomainStats;
#Uncomment the next line if running in a VM or other system where packets normally have bad checksums.
redef ignore_checksums = T;
export {
# This redef is purely for testing pcap and not designed for active networks
# Set to F or comment before adding to production
# redef exit_only_after_terminate = T;
global domainstats_url = "http://localhost:5730/"; # add desired DS url here
global ignore_domains = set(".rdap.net"); # add domains to exclude here
global queried_domains: table[string] of count &default=0 &create_expire=1days; # keep state of domains to prevent duplicate queries
global domain_suffixes = /MATCH_NOTHING/; # idea borrowed from: https://github.com/theflakes/bro-large_uploads
redef enum Log::ID += { LOG };
type Info: record {
ts: time &log;
uid: string &log;
query: string &log;
alerts: vector of string &log &optional;
category: string &log;
freq_avg_prob: string &log;
freq_word_prob: string &log;
seen_by_web: string &log;
seen_by_isc: string &log;
seen_by_you: string &log;
};
redef record connection += {
domainstats : Info &optional;
};
}
event zeek_init() &priority=5
{
domain_suffixes = set_to_regex(ignore_domains, "(~~)$");
Log::create_stream(DomainStats::LOG, [$columns=Info, $path="domainstats"]);
}
event dns_request(c: connection, msg: dns_msg, query: string, qtype: count, qclass: count)
{
if (c$id$resp_p == 53/udp || c$id$resp_p == 53/tcp) {
local dsurl = domainstats_url;
local domain = fmt("%s",c$dns$query);
if (domain in queried_domains || domain_suffixes in domain) {
return;
}
else {
local request: ActiveHTTP::Request = [
$url = dsurl + domain
];
queried_domains[domain] = 1;
when (local res = ActiveHTTP::request(request)) {
print res?$body;
if (|res| > 0) {
if (res?$body && |split_string(res$body,/,/)| > 2) {
local resbody = fmt("%s", res$body);
local alerts_entry = split_string(resbody,/,\"category/)[0];
alerts_entry = gsub(alerts_entry, /\"/, "");
alerts_entry = gsub(alerts_entry, /\[/ ,"");
alerts_entry = gsub(alerts_entry, /\]/, "");
local alerts = split_string( split_string(alerts_entry,/alerts:/)[1], /,/);
local cat_entry = split_string(resbody, /\",\"freq/)[0];
local cat_string = split_string( cat_entry, /category\":\"/ )[1];
local freq_entry = split_string(resbody, /,\"seen_by_isc/)[0];
freq_entry = split_string(freq_entry, /freq_score\":/)[1];
local freq_avg_prob = freq_entry;
local freq_word_prob = freq_entry;
if (/\[[[:digit:].]+, ?[[:digit:].]+\]/ == freq_entry)
{
freq_entry = freq_entry[1:-1];
freq_avg_prob = split_string( freq_entry, /,/)[0];
freq_word_prob = split_string( freq_entry, /,/)[1];
}
local seen_by_isc_entry = split_string(resbody,/\",\"seen_by_web/)[0];
local seen_by_isc_date = split_string(seen_by_isc_entry,/seen_by_isc\":\"/)[1];
local seen_by_web_entry = split_string(resbody,/\",\"seen_by_you/)[0];
local seen_by_web_date = split_string(seen_by_web_entry,/by_web\":\"/)[1];
local seen_by_you_entry = split_string(resbody,/seen_by_you\":\"/)[1];
local seen_by_you_date = split_string(seen_by_you_entry,/\"/)[0];
local rec: DomainStats::Info = [$ts=c$start_time, $uid=c$uid, $query=domain, $seen_by_web=seen_by_web_date, $seen_by_isc=seen_by_isc_date, $seen_by_you=seen_by_you_date, $category=cat_string, $alerts=alerts,$freq_avg_prob=freq_avg_prob, $freq_word_prob=freq_word_prob];
Log::write(DomainStats::LOG, rec);
}
}
}
}
}
}
================================================
FILE: domain_stats/data/elasticsearch.zeek.domain.pipeline
================================================
PUT _ingest/pipeline/zeek.domainstats
{
"description" : "zeek.domainstats",
"processors" : [
{
"remove" : {
"field" : [
"host"
],
"ignore_failure" : true
}
},
{
"json" : {
"field" : "message",
"target_field" : "message2",
"ignore_failure" : true
}
},
{
"remove" : {
"field" : [
"message"
],
"ignore_failure" : true
}
},
{
"rename" : {
"field" : "message2.alerts",
"target_field" : "domainstats.alerts",
"ignore_missing" : true
}
},
{
"rename" : {
"field" : "message2.seen_by_isc",
"target_field" : "domainstats.seen_by_isc",
"ignore_missing" : true
}
},
{
"rename" : {
"field" : "message2.seen_by_web",
"target_field" : "domainstats.seen_by_web",
"ignore_missing" : true
}
},
{
"rename" : {
"field" : "message2.seen_by_you",
"target_field" : "domainstats.seen_by_you",
"ignore_missing" : true
}
},
{
"rename" : {
"field" : "message2.category",
"target_field" : "domainstats.category",
"ignore_missing" : true
}
},
{
"rename" : {
"field" : "message2.query",
"target_field" : "domainstats.domain",
"ignore_missing" : true
}
},
{
"rename" : {
"field" : "message2.freq_avg_prob",
"target_field" : "domainstats.freq_avg_prob",
"ignore_missing" : true
}
},
{
"rename" : {
"field" : "message2.freq_word_prob",
"target_field" : "domainstats.freq_word_prob",
"ignore_missing" : true
}
},
{
"pipeline" : {
"name" : "zeek.common"
}
}
]
}
================================================
FILE: domain_stats/data/freqtable2018.freq
================================================
[true, "\n\t~`!@#$%^&*()_+-", [["\f", [["f", 2]]], [" ", [[" ", 312527], ["$", 12], ["(", 1520], [",", 6], ["0", 2], ["4", 210], ["8", 75], ["<", 58], ["D", 5449], ["H", 14898], ["L", 6849], ["P", 10276], ["T", 23773], ["X", 290], ["`", 1958], ["d", 74474], ["h", 195782], ["l", 64742], ["p", 65902], ["t", 408490], ["x", 22], ["|", 38], ["#", 6], ["'", 3062], ["+", 2], ["/", 12], ["3", 300], ["7", 134], [";", 8], ["?", 8], ["C", 9334], ["G", 5688], ["K", 2484], ["O", 4266], ["S", 13139], ["W", 9355], ["[", 408], ["_", 220], ["c", 90632], ["g", 44086], ["k", 13940], ["o", 161371], ["s", 182472], ["w", 187994], ["{", 8], ["\"", 22346], ["&", 42], ["*", 112], [".", 2358], ["2", 691], ["6", 180], [":", 14], [">", 2], ["B", 12213], ["F", 8428], ["J", 5957], ["N", 7370], ["R", 5046], ["V", 3389], ["Z", 250], ["b", 109654], ["f", 95818], ["j", 6186], ["n", 56010], ["r", 54486], ["v", 15242], ["z", 238], ["~", 2], ["%", 2], [")", 2], ["-", 550], ["1", 1613], ["5", 132], ["9", 74], ["A", 16635], ["E", 4590], ["I", 45393], ["M", 17353], ["Q", 356], ["U", 753], ["Y", 2574], ["a", 293192], ["e", 47200], ["i", 125201], ["m", 99016], ["q", 5914], ["u", 27850], ["y", 29288]]], ["$", [[" ", 2], ["3", 2], ["2", 6], ["4", 10]]], ["(", [[" ", 2], ["\"", 34], ["$", 12], ["'", 24], ["*", 8], ["1", 28], ["3", 24], ["2", 30], ["5", 2], ["A", 54], ["C", 12], ["B", 32], ["E", 12], ["D", 16], ["G", 6], ["F", 40], ["I", 120], ["H", 48], ["K", 10], ["J", 2], ["M", 48], ["L", 14], ["O", 20], ["N", 26], ["P", 26], ["S", 46], ["U", 8], ["T", 124], ["W", 38], ["V", 2], ["Y", 4], ["_", 14], ["a", 306], ["`", 2], ["c", 22], ["b", 50], ["e", 24], ["d", 18], ["g", 10], ["f", 80], ["i", 122], ["h", 102], ["k", 2], ["j", 2], ["m", 20], ["l", 20], ["o", 86], ["n", 38], ["p", 16], ["s", 106], ["r", 6], ["u", 6], ["t", 240], ["w", 212], ["v", 2], ["y", 6], ["~", 8]]], [",", [["!", 2], [" ", 200706], ["\"", 10148], ["'", 1656], [")", 4], ["*", 18], ["-", 780], [",", 10], ["1", 40], ["0", 263], ["3", 6], ["2", 42], ["5", 44], ["4", 28], ["7", 4], ["6", 20], ["9", 12], ["8", 18], [":", 4], ["A", 4], ["I", 42], ["J", 2], ["M", 2], ["T", 2], ["[", 2], ["a", 328], ["c", 8], ["b", 76], ["e", 6], ["d", 4], ["g", 10], ["f", 60], ["i", 36], ["h", 36], ["k", 6], ["m", 10], ["l", 6], ["o", 22], ["n", 8], ["q", 2], ["p", 2], ["s", 64], ["r", 8], ["t", 84], ["w", 70]]], ["0", [[" ", 512], ["%", 16], ["'", 14], [")", 20], ["-", 20], [",", 155], [".", 70], ["1", 38], ["0", 714], ["3", 17], ["2", 32], ["5", 34], ["4", 13], ["7", 30], ["6", 21], ["9", 34], ["8", 20], [";", 8], [":", 22], ["@", 20], ["I", 6], ["]", 46], ["m", 2], ["s", 6], ["t", 74], ["x", 10], ["}", 18]]], ["4", [[" ", 70], ["'", 4], [")", 2], ["-", 12], [",", 70], [".", 46], ["1", 24], ["0", 82], ["3", 24], ["2", 24], ["5", 34], ["4", 16], ["7", 28], ["6", 16], ["9", 24], ["8", 34], [";", 6], [":", 44], ["@", 8], ["T", 2], ["]", 60], ["t", 64], ["}", 18], ["|", 32]]], ["8", [[" ", 64], ["'", 6], ["-", 12], [",", 68], [".", 28], ["1", 192], ["0", 155], ["3", 132], ["2", 89], ["5", 26], ["4", 56], ["7", 26], ["6", 74], ["9", 37], ["8", 12], [";", 12], [":", 14], ["?", 2], ["@", 10], ["]", 54], ["m", 2], ["t", 56], ["}", 18], ["|", 44]]], ["<", [["A", 64], ["C", 132], ["B", 10], ["E", 18], ["D", 14], ["G", 4], ["F", 20], ["I", 14], ["H", 94], ["K", 2], ["M", 14], ["L", 8], ["O", 14], ["N", 2], ["P", 14], ["S", 14], ["R", 10], ["T", 224], ["W", 24], ["Y", 2], ["m", 2], ["s", 2]]], ["@", [[" ", 102], ["c", 8], ["e", 14], [",", 8], [".", 8], ["u", 6], ["v", 16]]], ["D", [["!", 4], [" ", 358], ["'", 72], ["*", 16], ["-", 64], [",", 14], [".", 66], [";", 2], ["?", 2], ["A", 93], ["C", 2], ["E", 240], ["D", 2], ["G", 10], ["F", 8], ["I", 220], ["M", 2], ["L", 2], ["O", 89], ["N", 14], ["P", 2], ["S", 28], ["R", 70], ["U", 24], ["V", 2], ["Y", 12], ["a", 1027], ["e", 2124], ["i", 779], ["j", 6], ["m", 148], ["o", 2366], ["n", 8], ["r", 642], ["u", 914], ["w", 4], ["y", 20]]], ["H", [[" ", 112], ["'", 14], [",", 8], [".", 210], ["1", 126], ["3", 42], ["2", 54], ["5", 12], ["4", 12], ["7", 12], ["6", 12], ["9", 12], ["8", 12], ["?", 2], ["A", 410], ["E", 722], ["F", 4], ["I", 298], ["M", 4], ["O", 260], ["N", 2], ["Q", 4], ["S", 6], ["R", 20], ["U", 26], ["T", 60], ["Y", 20], ["a", 2890], ["e", 16114], ["i", 2886], ["h", 2], ["m", 2], ["o", 2880], ["s", 4], ["u", 596], ["v", 2], ["y", 24]]], ["L", [["!", 2], [" ", 102], ["'", 40], [")", 2], ["-", 4], [",", 10], [".", 40], ["1", 6], ["2", 8], ["5", 2], ["4", 2], ["6", 2], ["8", 2], [":", 8], ["A", 120], ["C", 14], ["E", 261], ["D", 38], ["G", 14], ["F", 26], ["I", 210], ["H", 4], ["K", 46], ["J", 2], ["M", 6], ["L", 134], ["O", 98], ["N", 2], ["P", 4], ["S", 36], ["R", 6], ["U", 84], ["T", 12], ["W", 2], ["Y", 32], ["a", 2534], ["e", 1957], ["i", 1482], ["h", 70], ["l", 2], ["o", 2216], ["u", 614], ["w", 2], ["y", 30]]], ["P", [["!", 2], [" ", 30], ["-", 4], [".", 72], ["A", 198], ["E", 228], ["G", 8], ["I", 66], ["H", 24], ["K", 2], ["M", 8], ["L", 90], ["O", 110], ["P", 26], ["S", 18], ["R", 198], ["U", 54], ["T", 202], ["Y", 10], ["a", 2387], ["e", 1866], ["f", 50], ["i", 2690], ["h", 472], ["l", 486], ["o", 1094], ["s", 84], ["r", 4898], ["u", 314], ["t", 12], ["w", 2], ["y", 38]]], ["T", [["!", 20], [" ", 496], ["'", 18], ["*", 34], ["-", 20], [",", 66], [".", 132], [":", 6], ["A", 150], ["C", 14], ["B", 2], ["E", 2568], ["F", 2], ["I", 236], ["H", 1216], ["M", 20], ["L", 24], ["O", 330], ["N", 14], ["P", 14], ["S", 62], ["R", 71], ["U", 70], ["T", 106], ["W", 110], ["Y", 144], ["Z", 2], ["a", 643], ["e", 802], ["i", 1134], ["h", 41758], ["o", 3328], ["s", 100], ["r", 532], ["u", 500], ["w", 517], ["v", 8], ["y", 54], ["z", 4]]], ["X", [["A", 2], [" ", 22], ["C", 6], ["E", 2], ["'", 2], ["I", 444], ["-", 2], [",", 4], [".", 84], ["1", 2], ["P", 6], ["2", 2], ["u", 30], ["T", 78], ["V", 302], ["X", 266], [":", 6], ["e", 4]]], ["`", [[" ", 4], ["\"", 2], ["'", 2], ["2", 2], ["A", 122], ["C", 26], ["B", 74], ["E", 14], ["D", 38], ["G", 30], ["F", 28], ["I", 270], ["H", 66], ["K", 4], ["J", 30], ["M", 66], ["L", 44], ["O", 26], ["N", 52], ["P", 34], ["S", 80], ["R", 14], ["U", 6], ["T", 166], ["W", 92], ["V", 4], ["Y", 66], ["_", 2], ["a", 62], ["c", 32], ["b", 40], ["e", 40], ["d", 24], ["g", 28], ["f", 38], ["i", 24], ["h", 26], ["k", 6], ["j", 2], ["m", 40], ["l", 28], ["o", 24], ["n", 14], ["q", 2], ["p", 40], ["s", 34], ["r", 18], ["u", 10], ["t", 98], ["w", 22], ["v", 2], ["y", 8]]], ["d", [["!", 1346], [" ", 316392], ["\"", 78], ["'", 892], [")", 158], ["-", 2110], [",", 27454], [".", 15448], ["1", 6], [";", 2238], [":", 1318], ["?", 904], [">", 32], ["]", 6], ["_", 10], ["a", 15612], ["`", 12], ["c", 64], ["b", 98], ["e", 66856], ["d", 5952], ["g", 2672], ["f", 682], ["i", 36856], ["h", 178], ["k", 152], ["j", 316], ["m", 1162], ["l", 4894], ["o", 27386], ["n", 2680], ["q", 32], ["p", 44], ["s", 12352], ["r", 13004], ["u", 5376], ["t", 176], ["w", 382], ["v", 1300], ["y", 5438], ["z", 4], ["}", 6]]], ["h", [["!", 1480], [" ", 66490], ["\"", 16], ["'", 580], [")", 46], ["-", 674], [",", 7634], [".", 3060], [";", 500], [":", 124], ["?", 354], [">", 8], ["_", 8], ["a", 130321], ["`", 2], ["c", 78], ["b", 454], ["e", 366316], ["d", 180], ["g", 2], ["f", 464], ["i", 118000], ["h", 16], ["k", 98], ["m", 1012], ["l", 810], ["o", 56794], ["n", 878], ["q", 34], ["p", 20], ["s", 1392], ["r", 8693], ["u", 9628], ["t", 23686], ["w", 410], ["v", 4], ["y", 4342], ["z", 2]]], ["l", [["!", 688], [" ", 55493], ["\"", 28], ["'", 776], [")", 58], ["*", 8], ["-", 1168], [",", 9058], ["/", 2], [".", 4175], ["1", 2], ["2", 4], [";", 588], [":", 138], ["?", 512], [">", 18], ["@", 2], ["]", 2], ["_", 14], ["a", 40424], ["c", 880], ["b", 428], ["e", 90647], ["d", 35897], ["g", 498], ["f", 11866], ["i", 53960], ["h", 30], ["k", 3952], ["j", 880], ["m", 2350], ["l", 72010], ["o", 43088], ["n", 488], ["q", 6], ["p", 1936], ["s", 9240], ["r", 1482], ["u", 8878], ["t", 7890], ["w", 1710], ["v", 3288], ["y", 43772], ["x", 2], ["z", 52]]], ["p", [["!", 222], [" ", 12684], ["\"", 12], ["'", 274], [")", 8], ["*", 16], ["-", 458], [",", 2678], [".", 1598], [";", 206], [":", 32], ["?", 102], [">", 2], ["_", 2], ["a", 24384], ["c", 110], ["b", 74], ["e", 40018], ["d", 12], ["g", 26], ["f", 100], ["i", 12578], ["h", 3890], ["k", 248], ["m", 220], ["l", 19938], ["o", 24960], ["n", 82], ["p", 12676], ["s", 4980], ["r", 27372], ["u", 7468], ["t", 8624], ["w", 150], ["y", 1538], ["z", 4]]], ["t", [["!", 1698], [" ", 244288], ["\"", 74], ["'", 4144], [")", 206], ["*", 10], ["-", 2634], [",", 24442], ["/", 22], [".", 15012], ["9", 30], [";", 1952], [":", 386], ["?", 2014], [">", 34], ["@", 16], ["I", 4], ["N", 2], ["]", 6], ["_", 20], ["a", 36864], ["c", 4804], ["b", 164], ["e", 93708], ["d", 32], ["g", 50], ["f", 1186], ["i", 67393], ["h", 380618], ["k", 30], ["j", 2], ["m", 1109], ["l", 15192], ["o", 120320], ["n", 980], ["p", 168], ["s", 20376], ["r", 31046], ["u", 18070], ["t", 25046], ["w", 8348], ["v", 6], ["y", 14950], ["x", 22], ["z", 596]]], ["x", [["!", 16], [" ", 1654], ["'", 108], [")", 6], ["-", 174], [",", 480], ["/", 2], [".", 262], ["1", 10], [";", 40], [":", 6], ["?", 20], ["_", 4], ["a", 1314], ["c", 2462], ["b", 4], ["e", 1456], ["g", 2], ["f", 26], ["i", 1676], ["h", 354], ["l", 20], ["o", 82], ["q", 56], ["p", 3828], ["s", 6], ["u", 144], ["t", 3514], ["w", 4], ["y", 88], ["x", 30]]], ["|", [[" ", 30], ["C", 294]]], ["#", [["1", 6], [" ", 2]]], ["'", [["!", 22], [" ", 5218], ["\"", 130], ["'", 52], [")", 8], ["-", 136], [",", 274], [".", 194], ["9", 24], ["8", 10], [";", 12], [":", 4], ["?", 40], ["A", 506], ["C", 94], ["B", 292], ["E", 88], ["D", 124], ["G", 154], ["F", 90], ["I", 826], ["H", 360], ["K", 12], ["J", 52], ["M", 174], ["L", 102], ["O", 202], ["N", 222], ["Q", 12], ["P", 86], ["S", 328], ["R", 24], ["U", 38], ["T", 922], ["W", 482], ["V", 22], ["Y", 356], ["a", 288], ["c", 614], ["b", 42], ["e", 614], ["d", 2832], ["g", 48], ["f", 28], ["i", 98], ["h", 36], ["k", 6], ["m", 1148], ["l", 1792], ["o", 90], ["n", 44], ["q", 2], ["p", 40], ["s", 16835], ["r", 660], ["u", 62], ["t", 7172], ["w", 60], ["v", 880], ["y", 66], ["}", 2]]], ["+", [[";", 2], ["B", 2], ["-", 4]]], ["/", [[" ", 26], ["\"", 2], ["e", 20], ["I", 14], ["h", 6], ["1", 2], ["s", 2], ["2", 4], ["5", 4], ["4", 2], ["6", 2]]], ["3", [["!", 2], [" ", 76], [")", 18], ["*", 8], ["-", 6], [",", 98], ["/", 2], [".", 66], ["1", 54], ["0", 158], ["3", 44], ["2", 60], ["5", 42], ["4", 18], ["7", 38], ["6", 24], ["9", 26], ["8", 20], [";", 10], [":", 48], ["?", 2], ["@", 4], ["]", 60], ["d", 6], ["i", 4], ["h", 2], ["r", 50], ["t", 26], ["v", 2], ["}", 18], ["|", 38]]], ["7", [["!", 2], [" ", 64], ["'", 10], ["-", 8], [",", 68], ["/", 4], [".", 46], ["1", 21], ["0", 36], ["3", 12], ["2", 35], ["5", 16], ["4", 14], ["7", 32], ["6", 26], ["9", 40], ["8", 34], [";", 10], [":", 28], ["@", 18], ["]", 48], ["h", 2], ["m", 4], ["t", 34], ["}", 18], ["|", 26]]], [";", [[" ", 14368], ["\"", 42], ["'", 54], ["h", 2], ["*", 2], ["-", 146], [",", 2], ["[", 4]]], ["?", [[" ", 5000], ["\"", 7386], ["'", 680], [")", 14], ["-", 90], [",", 2], [".", 118], ["[", 2], ["?", 2], [">", 2]]], ["C", [[" ", 50], ["\"", 14], ["'", 12], ["*", 2], ["-", 4], [",", 6], ["/", 2], [".", 24], ["A", 126], ["C", 22], ["E", 112], ["D", 20], ["I", 76], ["H", 3260], ["K", 60], ["L", 26], ["O", 164], ["P", 6], ["S", 8], ["R", 38], ["U", 26], ["T", 117], ["Y", 16], ["a", 2763], ["e", 294], ["i", 277], ["h", 2428], ["l", 446], ["o", 4926], ["s", 4], ["r", 556], ["u", 212], ["y", 42], ["z", 24]]], ["G", [["!", 2], [" ", 132], ["\"", 8], ["'", 8], ["-", 56], [",", 22], [".", 10], [";", 2], [":", 2], ["?", 4], ["A", 72], ["E", 134], ["G", 10], ["F", 2], ["I", 34], ["H", 70], ["L", 16], ["O", 60], ["N", 14], ["S", 10], ["R", 64], ["U", 92], ["T", 2], ["Y", 2], ["Z", 2], ["a", 744], ["e", 958], ["d", 2], ["i", 460], ["h", 266], ["l", 212], ["o", 2628], ["n", 6], ["r", 1160], ["u", 880], ["w", 2], ["y", 2]]], ["K", [[" ", 28], ["'", 2], [",", 6], [".", 8], ["?", 2], ["A", 4], ["E", 64], ["F", 2], ["I", 44], ["H", 2], ["K", 4], ["L", 12], ["O", 2], ["N", 4], ["S", 12], ["R", 6], ["U", 2], ["W", 4], ["Y", 2], ["a", 442], ["e", 504], ["i", 860], ["h", 122], ["l", 40], ["o", 290], ["n", 96], ["r", 96], ["u", 782], ["y", 10]]], ["O", [["!", 6], [" ", 466], ["\"", 2], ["'", 106], ["-", 4], [",", 12], [".", 38], [":", 2], ["?", 2], ["A", 6], ["C", 47], ["B", 32], ["E", 13], ["D", 52], ["G", 52], ["F", 288], ["I", 18], ["H", 28], ["K", 222], ["J", 50], ["M", 160], ["L", 98], ["O", 78], ["N", 489], ["P", 30], ["S", 64], ["R", 346], ["U", 338], ["T", 104], ["W", 64], ["V", 39], ["Y", 8], ["Z", 2], ["a", 2], ["c", 234], ["b", 128], ["e", 2], ["d", 26], ["g", 14], ["f", 1458], ["i", 6], ["h", 1000], ["k", 2], ["m", 60], ["l", 240], ["o", 44], ["n", 3744], ["p", 86], ["s", 22], ["r", 798], ["u", 554], ["t", 162], ["w", 32], ["v", 74], ["y", 2], ["x", 6], ["z", 68]]], ["S", [["!", 8], [" ", 616], ["'", 12], ["*", 6], ["-", 20], [",", 40], [".", 122], [";", 2], [":", 12], ["?", 2], ["A", 56], ["C", 58], ["E", 296], ["D", 2], ["G", 4], ["F", 4], ["I", 91], ["H", 76], ["K", 8], ["M", 14], ["L", 10], ["O", 98], ["N", 2], ["Q", 4], ["P", 30], ["S", 104], ["R", 2], ["U", 42], ["T", 322], ["W", 4], ["Y", 2], ["a", 2150], ["c", 1208], ["e", 1405], ["i", 968], ["h", 5152], ["k", 34], ["m", 374], ["l", 166], ["o", 4132], ["n", 120], ["q", 44], ["p", 776], ["s", 2], ["u", 1246], ["t", 1564], ["w", 144], ["v", 8], ["y", 126], ["z", 18]]], ["W", [["!", 2], [" ", 58], [")", 2], [",", 10], [".", 28], ["A", 136], ["E", 96], ["D", 4], ["G", 2], ["I", 90], ["H", 128], ["L", 4], ["O", 76], ["N", 12], ["S", 2], ["R", 8], ["Y", 4], ["a", 1096], ["e", 4362], ["i", 2096], ["h", 10098], ["o", 1611], ["r", 58], ["u", 18]]], ["[", [["*", 2], ["1", 112], ["3", 56], ["2", 112], ["5", 30], ["4", 40], ["7", 4], ["6", 34], ["9", 4], ["8", 2], ["A", 12], ["C", 2], ["B", 6], ["E", 24], ["D", 4], ["G", 14], ["F", 2], ["I", 22], ["H", 30], ["J", 34], ["M", 28], ["L", 16], ["N", 4], ["P", 42], ["S", 6], ["R", 36], ["T", 18], ["W", 4], ["a", 2], ["b", 4], ["d", 2], ["g", 2], ["f", 14], ["m", 2], ["l", 4], ["o", 4], ["p", 6], ["s", 4], ["t", 50]]], ["_", [[" ", 100], ["'", 2], ["-", 12], [",", 38], [".", 28], [";", 4], ["A", 14], ["D", 2], ["I", 30], ["H", 4], ["M", 4], ["L", 2], ["O", 2], ["N", 2], ["T", 12], ["_", 736], ["^", 6], ["a", 14], ["c", 12], ["b", 4], ["e", 6], ["d", 6], ["f", 14], ["i", 4], ["h", 2], ["m", 8], ["l", 6], ["o", 2], ["n", 14], ["p", 4], ["s", 10], ["r", 2], ["u", 4], ["t", 10], ["w", 8], ["v", 4], ["y", 4], ["x", 4]]], ["c", [["!", 38], [" ", 2940], ["\"", 6], ["'", 62], ["-", 122], [",", 498], [".", 480], [";", 56], [":", 18], ["?", 22], ["C", 8], ["G", 8], ["F", 2], ["L", 230], ["Q", 2], ["P", 2], ["S", 2], ["a", 38996], ["c", 5012], ["e", 54872], ["d", 38], ["i", 13186], ["h", 55038], ["k", 20111], ["m", 4], ["l", 12408], ["o", 57624], ["n", 26], ["q", 496], ["p", 66], ["s", 944], ["r", 13732], ["u", 9748], ["t", 19868], ["w", 8], ["v", 6], ["y", 1692], ["z", 12]]], ["g", [["!", 572], [" ", 77496], ["\"", 32], ["'", 490], [")", 44], ["-", 1388], [",", 8820], [".", 5284], [";", 654], [":", 276], ["?", 530], [">", 4], ["a", 16556], ["c", 8], ["b", 10], ["e", 31120], ["d", 134], ["g", 3662], ["f", 14], ["i", 11514], ["h", 36708], ["m", 368], ["l", 8714], ["o", 16464], ["n", 4300], ["p", 22], ["s", 6714], ["r", 16774], ["u", 6849], ["t", 1104], ["w", 42], ["y", 516], ["z", 14], ["}", 8]]], ["k", [["!", 306], [" ", 20132], ["\"", 14], ["'", 392], [")", 32], ["-", 554], [",", 4148], [".", 2414], ["1", 2], [";", 294], [":", 60], ["?", 214], [">", 10], ["@", 10], ["a", 870], ["c", 66], ["b", 38], ["e", 34087], ["d", 24], ["g", 58], ["f", 344], ["i", 13220], ["h", 948], ["k", 244], ["j", 22], ["m", 100], ["l", 2880], ["o", 816], ["n", 11134], ["q", 2], ["p", 12], ["s", 4228], ["r", 68], ["u", 68], ["t", 20], ["w", 314], ["v", 10], ["y", 768], ["z", 2]]], ["o", [["!", 648], [" ", 114177], ["\"", 18], ["'", 1162], [")", 38], ["-", 958], [",", 5210], [".", 2232], [";", 354], [":", 58], ["?", 516], ["K", 2], ["J", 2], ["]", 4], ["_", 6], ["a", 7834], ["`", 2], ["c", 9710], ["b", 5854], ["e", 2996], ["d", 16602], ["g", 5294], ["f", 99287], ["i", 10524], ["h", 872], ["k", 14852], ["j", 986], ["m", 51326], ["l", 30027], ["o", 36626], ["n", 131194], ["q", 172], ["p", 16136], ["s", 26802], ["r", 99219], ["u", 128095], ["t", 47116], ["w", 48246], ["v", 20522], ["y", 3366], ["x", 840], ["z", 456], ["}", 2]]], ["s", [["!", 2144], [" ", 245069], ["\"", 154], ["'", 1554], [")", 266], ["*", 14], ["-", 1948], [",", 37726], [".", 19990], ["1", 4], [";", 3000], [":", 928], ["=", 2], ["?", 1424], [">", 50], ["[", 6], ["]", 38], ["_", 24], ["a", 37342], ["c", 11410], ["b", 1092], ["e", 89922], ["d", 372], ["g", 288], ["f", 1206], ["i", 41018], ["h", 48184], ["k", 7002], ["j", 20], ["m", 5638], ["l", 7892], ["o", 41490], ["n", 2836], ["q", 1070], ["p", 17022], ["s", 38918], ["r", 118], ["u", 22362], ["t", 98283], ["w", 5082], ["v", 104], ["y", 2112], ["z", 8]]], ["w", [["!", 302], [" ", 25552], ["\"", 32], ["'", 332], [")", 38], ["-", 630], [",", 4620], ["/", 2], [".", 2130], [";", 296], [":", 56], ["?", 312], [">", 6], ["_", 4], ["a", 69912], ["c", 62], ["b", 88], ["e", 43746], ["d", 980], ["g", 230], ["f", 300], ["i", 50742], ["h", 55558], ["k", 232], ["j", 2], ["m", 12], ["l", 1768], ["o", 28157], ["n", 11280], ["p", 14], ["s", 3452], ["r", 3078], ["u", 116], ["t", 106], ["w", 8], ["y", 240], ["z", 2]]], ["{", [["`", 2], ["c", 2], ["E", 2], ["G", 2], ["s", 6], ["o", 4], ["1", 224], ["3", 226], ["2", 230], ["5", 24], ["4", 34], ["7", 22], ["6", 22], ["9", 22], ["8", 24], ["t", 8]]], ["\"", [[" ", 19496], ["\"", 12], ["'", 120], [")", 34], ["*", 70], ["-", 198], [",", 42], [".", 98], ["1", 4], ["3", 2], ["2", 4], ["5", 4], ["4", 4], ["6", 2], ["8", 6], [";", 74], [":", 2], ["?", 4], ["A", 4542], ["C", 1250], ["B", 2388], ["E", 472], ["D", 1474], ["G", 1096], ["F", 924], ["I", 8984], ["H", 2746], ["K", 138], ["J", 270], ["M", 1850], ["L", 912], ["O", 1848], ["N", 2630], ["Q", 110], ["P", 880], ["S", 1906], ["R", 350], ["U", 236], ["T", 5524], ["W", 6722], ["V", 340], ["Y", 4228], ["X", 4], ["[", 14], ["Z", 6], ["]", 8], ["_", 20], ["a", 732], ["`", 158], ["c", 118], ["b", 452], ["e", 46], ["d", 138], ["g", 54], ["f", 182], ["i", 408], ["h", 256], ["k", 10], ["j", 14], ["m", 148], ["l", 118], ["o", 112], ["n", 94], ["q", 4], ["p", 130], ["s", 230], ["r", 36], ["u", 32], ["t", 1014], ["w", 398], ["v", 22], ["y", 272]]], ["&", [["h", 2], ["c", 8], [" ", 26]]], ["*", [[" ", 206], ["\"", 146], [")", 6], ["*", 636], [",", 12], [".", 4], [":", 8], [">", 2], ["A", 16], ["C", 4], ["B", 16], ["E", 20], ["D", 8], ["G", 2], ["F", 12], ["I", 6], ["H", 4], ["K", 4], ["L", 4], ["O", 6], ["N", 2], ["P", 2], ["S", 16], ["T", 92], ["W", 18], ["V", 14], ["Y", 2], ["[", 36], ["]", 54], ["n", 6]]], [".", [["!", 36], [" ", 88376], ["\"", 12990], ["'", 1624], [")", 132], ["(", 2], ["*", 27], ["-", 436], [",", 236], [".", 4176], ["0", 16], ["2", 8], ["4", 6], ["7", 2], ["6", 2], ["9", 14], [";", 20], [":", 166], ["?", 38], ["A", 46], ["C", 12], ["B", 12], ["E", 20], ["D", 4], ["G", 22], ["F", 12], ["I", 138], ["H", 38], ["K", 2], ["J", 2], ["M", 34], ["L", 10], ["O", 10], ["N", 20], ["Q", 2], ["P", 8], ["S", 38], ["R", 2], ["U", 4], ["T", 108], ["W", 42], ["V", 6], ["Y", 20], ["[", 26], ["]", 10], ["_", 8], ["a", 4], ["`", 6], ["c", 32], ["b", 2], ["e", 36], ["i", 16], ["m", 26], ["o", 2], ["s", 4], ["u", 24], ["t", 40], ["x", 10], ["z", 2]]], ["2", [[" ", 128], ["\"", 2], ["'", 6], [")", 12], ["*", 6], ["-", 20], [",", 132], ["/", 2], [".", 82], ["1", 127], ["0", 229], ["3", 90], ["2", 98], ["5", 112], ["4", 96], ["7", 78], ["6", 88], ["9", 51], ["8", 80], [";", 4], [":", 56], ["@", 14], ["]", 70], ["d", 6], ["n", 28], ["t", 20], ["}", 20], ["|", 66]]], ["6", [[" ", 60], ["-", 12], [",", 70], ["/", 2], [".", 30], ["1", 24], ["0", 76], ["3", 14], ["2", 34], ["5", 26], ["4", 19], ["7", 26], ["6", 32], ["9", 21], ["8", 22], [";", 10], [":", 32], ["?", 2], ["@", 10], ["]", 44], ["m", 4], ["t", 68], ["}", 18], ["|", 52]]], [":", [[" ", 3056], ["\"", 2], ["'", 20], [")", 2], ["(", 8], ["*", 2], ["-", 1142], [".", 260], ["1", 118], ["I", 4], ["3", 44], ["2", 90], ["5", 14], ["4", 30], ["7", 14], ["6", 16], ["9", 12], ["8", 12], ["R", 4], ["r", 4]]], [">", [[" ", 88], ["#", 2], ["\"", 4], ["$", 2], ["-", 2], [",", 2], [":", 2], ["<", 24], ["A", 2], ["@", 2], ["C", 2], ["F", 8], ["I", 10], ["M", 2], ["L", 2], ["T", 14], ["W", 4], ["_", 2], ["^", 2], ["a", 6], ["c", 8], ["f", 10], ["i", 12], ["h", 6], ["m", 8], ["o", 8], ["p", 2], ["s", 8], ["t", 8], ["w", 6], ["v", 2], ["{", 2]]], ["B", [[" ", 16], ["'", 2], [",", 4], [".", 12], ["A", 44], ["C", 38], ["B", 6], ["E", 200], ["I", 62], ["K", 702], ["M", 6], ["L", 69], ["O", 247], ["S", 8], ["R", 26], ["U", 52], ["Y", 62], ["a", 2602], ["e", 3594], ["i", 1068], ["h", 100], ["j", 2], ["l", 520], ["o", 2392], ["r", 974], ["u", 8016], ["w", 2], ["y", 828]]], ["F", [["A", 194], [" ", 300], ["E", 36], ["F", 18], ["I", 98], ["j", 2], ["l", 372], ["O", 166], [",", 2], [">", 2], ["i", 958], ["r", 5046], ["U", 14], ["o", 3334], ["a", 2482], ["e", 430], ["R", 78], [".", 10], ["u", 184], ["L", 20], ["T", 30]]], ["J", [["A", 18], ["a", 1388], ["E", 82], ["d", 2], ["'", 2], ["I", 2], ["-", 2], ["o", 2830], [".", 132], ["i", 314], ["s", 2], ["U", 30], ["O", 54], ["e", 1904], ["u", 1679]]], ["N", [["!", 6], [" ", 451], ["\"", 8], ["'", 28], ["-", 4], [",", 48], [".", 96], [";", 2], [":", 8], ["?", 2], ["A", 108], ["C", 124], ["B", 48], ["E", 247], ["D", 328], ["G", 216], ["F", 2], ["I", 92], ["H", 2], ["K", 22], ["J", 2], ["L", 4], ["O", 186], ["N", 40], ["S", 124], ["R", 13], ["U", 20], ["T", 298], ["V", 13], ["Y", 14], ["a", 3392], ["e", 2202], ["i", 1384], ["o", 4850], ["u", 72]]], ["R", [["!", 2], [" ", 2352], ["\"", 4], ["'", 20], ["*", 6], ["-", 4], [",", 78], [".", 718], [":", 2], ["?", 2], ["A", 178], ["C", 20], ["B", 12], ["E", 320], ["D", 100], ["G", 68], ["F", 4], ["I", 219], ["K", 70], ["M", 30], ["L", 42], ["O", 189], ["N", 84], ["Q", 2], ["P", 18], ["S", 90], ["R", 70], ["U", 34], ["T", 272], ["W", 16], ["V", 14], ["Y", 93], ["a", 374], ["e", 1237], ["i", 323], ["h", 52], ["o", 2304], ["u", 2014], ["t", 2], ["y", 20]]], ["V", [["A", 47], ["a", 1798], ["B", 2], ["E", 276], ["'", 2], [" ", 18], ["I", 587], ["-", 2], [",", 12], ["O", 26], ["l", 30], ["i", 510], ["r", 4], ["U", 2], ["o", 228], ["y", 26], ["e", 465], ["R", 22], [".", 162], ["u", 4], ["Y", 6]]], ["Z", [["a", 32], ["\"", 2], ["E", 16], ["d", 4], ["I", 2], ["h", 68], [",", 4], ["o", 22], ["n", 30], ["i", 26], ["u", 10], ["O", 4], ["e", 124]]], ["b", [["!", 40], [" ", 1058], ["'", 68], [")", 4], ["*", 4], ["-", 98], [",", 414], [".", 244], [";", 24], [":", 6], ["?", 36], [">", 4], ["a", 13924], ["c", 22], ["b", 1618], ["e", 60104], ["d", 78], ["g", 4], ["f", 16], ["i", 6998], ["h", 46], ["j", 990], ["m", 324], ["l", 22082], ["o", 19980], ["n", 44], ["s", 2992], ["r", 13256], ["u", 20366], ["t", 1570], ["w", 30], ["v", 88], ["y", 13906]]], ["f", [["!", 178], [" ", 90391], ["\"", 8], ["'", 72], [")", 16], ["*", 2], ["-", 876], [",", 2770], [".", 1846], [";", 240], [":", 102], ["?", 144], ["G", 2], ["I", 2], ["a", 20108], ["c", 14], ["b", 38], ["e", 23990], ["d", 2], ["g", 10], ["f", 10886], ["i", 22788], ["h", 6], ["k", 12], ["j", 16], ["m", 12], ["l", 7808], ["o", 46468], ["n", 16], ["p", 2], ["s", 464], ["r", 21052], ["u", 10540], ["t", 10202], ["w", 62], ["v", 2], ["y", 396], ["x", 2]]], ["j", [["a", 724], ["!", 2], ["e", 4002], ["'", 2], ["i", 118], ["o", 3558], [".", 4], ["u", 4654]]], ["n", [["!", 1140], [" ", 164227], ["\"", 84], ["'", 9982], [")", 108], ["*", 6], ["-", 2184], [",", 19804], [".", 11592], [";", 1670], [":", 478], ["?", 1178], [">", 50], ["J", 4], ["]", 18], ["_", 4], ["a", 17316], ["c", 30762], ["b", 372], ["e", 74881], ["d", 155134], ["g", 116276], ["f", 3720], ["i", 23814], ["h", 996], ["k", 7828], ["j", 896], ["m", 518], ["l", 7014], ["o", 57750], ["n", 7832], ["q", 950], ["p", 298], ["s", 29725], ["r", 506], ["u", 4864], ["t", 72732], ["w", 558], ["v", 3580], ["y", 9090], ["x", 498], ["z", 154], ["}", 4]]], ["r", [["!", 1102], [" ", 128583], ["\"", 78], ["'", 2438], [")", 108], ["*", 14], ["-", 2050], [",", 18518], [".", 12898], [";", 1346], [":", 332], ["?", 1112], [">", 28], ["A", 2], ["@", 14], ["_", 6], ["a", 45838], ["c", 7992], ["b", 2520], ["e", 175663], ["d", 22490], ["g", 6450], ["f", 3064], ["i", 57977], ["h", 1474], ["k", 6764], ["j", 14], ["m", 12284], ["l", 8396], ["o", 61720], ["n", 15999], ["q", 220], ["p", 3358], ["s", 36440], ["r", 17042], ["u", 12282], ["t", 29678], ["w", 1522], ["v", 4906], ["y", 24200], ["x", 6], ["z", 128]]], ["v", [["!", 34], [" ", 1478], ["'", 360], [")", 2], ["-", 58], [",", 566], [".", 316], [";", 12], [":", 4], ["?", 30], ["_", 2], ["a", 8210], ["e", 85189], ["g", 2], ["i", 17242], ["k", 2], ["m", 16], ["l", 218], ["o", 6350], ["n", 508], ["s", 216], ["r", 658], ["u", 248], ["t", 4], ["v", 22], ["y", 640]]], ["z", [["!", 8], [" ", 344], ["\"", 2], ["'", 14], [")", 4], ["-", 40], [",", 172], [".", 178], [";", 8], [":", 2], ["?", 22], ["a", 592], ["b", 6], ["e", 3788], ["d", 18], ["g", 8], ["i", 920], ["h", 122], ["k", 6], ["m", 104], ["l", 356], ["o", 1122], ["n", 2], ["s", 6], ["r", 2], ["u", 156], ["v", 14], ["y", 202], ["z", 622]]], ["~", [[")", 6]]], ["\t", [["\t", 174], [" ", 136], ["D", 2]]], ["!", [["!", 12], [" ", 7580], ["\"", 6860], ["'", 556], [")", 42], ["*", 12], ["-", 108], [",", 4], [".", 170], ["I", 2], ["v", 6], ["[", 2], ["_", 6]]], ["%", [[" ", 8]]], [")", [[" ", 830], ["-", 56], [",", 506], [".", 102], ["5", 2], ["[", 2], [":", 16], [";", 58], ["?", 2]]], ["-", [["!", 8], [" ", 5090], ["\"", 550], ["'", 68], ["(", 2], ["+", 4], ["-", 6008], [",", 22], [".", 2], ["1", 12], ["2", 16], ["5", 24], ["4", 2], ["7", 4], ["6", 6], ["8", 4], ["?", 22], ["A", 170], ["C", 118], ["B", 200], ["E", 88], ["D", 116], ["G", 118], ["F", 62], ["I", 194], ["H", 172], ["K", 16], ["J", 90], ["M", 196], ["L", 74], ["O", 38], ["N", 44], ["Q", 6], ["P", 134], ["S", 172], ["R", 44], ["T", 160], ["W", 74], ["V", 28], ["Y", 22], ["Z", 4], ["a", 1098], ["`", 16], ["c", 1092], ["b", 1366], ["e", 476], ["d", 942], ["g", 452], ["f", 1014], ["i", 408], ["h", 966], ["k", 224], ["j", 64], ["m", 808], ["l", 922], ["o", 468], ["n", 446], ["q", 40], ["p", 884], ["s", 1836], ["r", 562], ["u", 122], ["t", 1410], ["w", 812], ["v", 66], ["y", 140], ["z", 12]]], ["1", [[" ", 112], ["'", 4], [")", 16], ["*", 10], ["-", 14], [",", 112], ["/", 2], [".", 68], ["1", 246], ["0", 318], ["3", 164], ["2", 280], ["5", 224], ["4", 214], ["7", 188], ["6", 204], ["9", 126], ["8", 572], [";", 4], [":", 40], ["@", 4], ["O", 2], ["]", 48], ["s", 52], ["t", 22], ["}", 18], ["|", 88]]], ["5", [[" ", 98], ["\"", 2], ["'", 2], ["-", 4], [",", 88], [".", 46], ["1", 22], ["0", 140], ["3", 28], ["2", 32], ["5", 32], ["4", 22], ["7", 32], ["6", 16], ["9", 14], ["8", 18], [";", 10], [":", 48], ["?", 2], ["@", 14], ["]", 64], ["t", 82], ["}", 18], ["|", 44]]], ["9", [[" ", 74], ["'", 2], [")", 4], ["-", 6], [",", 40], [".", 22], ["1", 26], ["0", 43], ["3", 48], ["2", 14], ["5", 18], ["4", 15], ["7", 34], ["6", 20], ["9", 18], ["8", 10], [";", 12], [":", 38], ["@", 6], ["]", 44], ["t", 32], ["}", 18], ["|", 46]]], ["=", [["E", 2], ["=", 8], ["T", 14], [" ", 12]]], ["A", [[" ", 4464], ["\"", 2], ["'", 12], ["-", 18], [",", 4], [".", 24], ["A", 6], ["C", 108], ["B", 58], ["E", 22], ["D", 77], ["G", 50], ["F", 18], ["I", 98], ["H", 10], ["K", 18], ["M", 89], ["L", 220], ["N", 497], ["Q", 2], ["P", 2116], ["S", 220], ["R", 481], ["U", 44], ["T", 292], ["W", 18], ["V", 78], ["Y", 66], ["X", 6], ["Z", 2], ["a", 2], ["c", 208], ["b", 496], ["e", 2], ["d", 372], ["g", 352], ["f", 1144], ["i", 66], ["h", 554], ["k", 64], ["j", 4], ["m", 1358], ["l", 3042], ["o", 140], ["n", 12454], ["q", 4], ["p", 230], ["s", 2898], ["r", 1643], ["u", 754], ["t", 3060], ["w", 48], ["v", 60], ["y", 30], ["x", 2], ["z", 30]]], ["E", [["!", 20], [" ", 1253], ["\"", 2], ["'", 18], ["*", 2], ["-", 14], [",", 30], [".", 100], [":", 8], ["?", 4], ["A", 176], ["C", 152], ["B", 30], ["E", 92], ["D", 166], ["G", 32], ["F", 34], ["I", 60], ["H", 6], ["K", 8], ["M", 80], ["L", 142], ["O", 14], ["N", 490], ["Q", 6], ["P", 124], ["S", 360], ["R", 730], ["U", 18], ["T", 184], ["W", 90], ["V", 102], ["Y", 34], ["X", 64], ["a", 450], ["c", 46], ["b", 14], ["d", 90], ["g", 62], ["f", 20], ["i", 64], ["h", 58], ["k", 6], ["m", 1500], ["l", 226], ["o", 4], ["n", 1398], ["q", 20], ["p", 138], ["s", 148], ["r", 118], ["u", 358], ["t", 98], ["v", 1326], ["y", 70], ["x", 298], ["z", 2], ["}", 2]]], ["I", [["!", 34], [" ", 40514], ["\"", 4], ["'", 2748], ["-", 52], [",", 526], [".", 576], [";", 42], [":", 6], ["?", 88], ["A", 76], ["C", 182], ["B", 47], ["E", 82], ["D", 78], ["G", 140], ["F", 78], ["I", 1054], ["K", 12], ["M", 76], ["L", 150], ["O", 134], ["N", 704], ["Q", 4], ["P", 18], ["S", 277], ["R", 122], ["U", 2], ["T", 378], ["V", 298], ["X", 156], ["Z", 8], ["_", 46], ["a", 2], ["c", 146], ["b", 10], ["d", 16], ["g", 48], ["f", 1944], ["m", 196], ["l", 216], ["o", 30], ["n", 5298], ["p", 28], ["s", 930], ["r", 122], ["t", 8656], ["v", 100], ["x", 2], ["z", 2]]], ["M", [["!", 4], [" ", 68], ["\"", 2], ["'", 12], ["-", 4], [",", 12], ["/", 8], [".", 1208], [":", 2], ["A", 346], ["C", 28], ["B", 34], ["E", 243], ["D", 6], ["G", 12], ["I", 130], ["M", 24], ["L", 2], ["O", 117], ["N", 16], ["P", 50], ["S", 26], ["R", 8], ["U", 28], ["W", 6], ["Y", 24], ["a", 8688], ["c", 378], ["e", 1576], ["f", 2], ["i", 2158], ["o", 4266], ["s", 2], ["r", 2578], ["u", 518], ["y", 1492]]], ["Q", [["U", 48], ["C", 2], ["u", 494], [".", 4]]], ["U", [["!", 2], [" ", 106], ["'", 6], [",", 2], [".", 10], ["A", 16], ["C", 48], ["B", 24], ["E", 54], ["D", 44], ["G", 12], ["F", 6], ["I", 12], ["K", 2], ["M", 60], ["L", 68], ["N", 116], ["P", 26], ["S", 130], ["R", 182], ["U", 2], ["T", 156], ["V", 2], ["Z", 6], ["c", 2], ["g", 12], ["h", 34], ["k", 4], ["m", 16], ["l", 30], ["n", 859], ["p", 360], ["s", 32], ["r", 68], ["t", 50], ["v", 16]]], ["Y", [["!", 4], [" ", 260], ["\"", 2], ["'", 4], ["-", 68], [",", 10], [".", 22], [";", 2], ["A", 2], ["B", 2], ["E", 26], ["L", 4], ["O", 112], ["S", 26], ["R", 4], ["T", 2], ["a", 122], ["c", 2], ["e", 1328], ["i", 10], ["o", 3878], ["s", 10], ["u", 26], ["v", 8]]], ["]", [["!", 2], [" ", 322], ["J", 2], ["-", 2], [",", 44], [".", 14], [";", 24], [">", 2]]], ["a", [["!", 310], [" ", 65518], ["\"", 24], ["'", 716], [")", 20], ["*", 1], ["-", 724], [",", 2766], [".", 1558], ["1", 2], [";", 152], [":", 30], ["?", 144], [">", 2], ["S", 2], ["_", 6], ["a", 122], ["`", 6], ["c", 35608], ["b", 19042], ["e", 752], ["d", 56288], ["g", 18377], ["f", 7666], ["i", 47228], ["h", 1140], ["k", 13604], ["j", 480], ["m", 24754], ["l", 68865], ["o", 314], ["n", 216874], ["q", 102], ["p", 18548], ["s", 105951], ["r", 97182], ["u", 12725], ["t", 135418], ["w", 10880], ["v", 25744], ["y", 29029], ["x", 666], ["z", 1906], ["}", 2]]], ["e", [["!", 3010], [" ", 487805], ["\"", 166], ["'", 4249], [")", 336], ["*", 10], ["-", 4298], [",", 40540], [".", 24278], [";", 3704], [":", 890], ["?", 2866], [">", 78], ["B", 2], ["I", 2], ["S", 2], ["[", 6], ["]", 18], ["_", 42], ["a", 79086], ["`", 2], ["c", 27918], ["b", 1598], ["e", 45884], ["d", 142368], ["g", 8394], ["f", 13916], ["i", 18692], ["h", 2842], ["k", 1590], ["j", 380], ["m", 31126], ["l", 54118], ["o", 4898], ["n", 129345], ["q", 1706], ["p", 17078], ["s", 100714], ["r", 205409], ["u", 2658], ["t", 41944], ["w", 11422], ["v", 24561], ["y", 23800], ["x", 14052], ["z", 560], ["}", 4]]], ["i", [["!", 50], [" ", 1222], ["\"", 2], ["'", 184], [")", 4], ["*", 2], ["-", 384], [",", 450], [".", 254], [";", 14], [":", 6], ["?", 14], ["@", 2], ["G", 2], ["Y", 2], ["]", 2], ["_", 8], ["a", 10716], ["c", 45183], ["b", 6986], ["e", 33445], ["d", 40015], ["g", 26388], ["f", 17002], ["i", 24], ["h", 72], ["k", 7006], ["j", 18], ["m", 40198], ["l", 43870], ["o", 33038], ["n", 232657], ["q", 394], ["p", 5884], ["s", 107323], ["r", 32008], ["u", 1844], ["t", 102683], ["w", 38], ["v", 16166], ["y", 2], ["x", 2074], ["z", 2892]]], ["m", [["!", 462], [" ", 35852], ["\"", 24], ["'", 294], [")", 58], ["-", 610], [",", 7564], [".", 6290], ["1", 2], [";", 758], [":", 298], ["?", 470], [">", 22], ["]", 2], ["a", 45673], ["c", 96], ["b", 7420], ["e", 83120], ["d", 36], ["g", 4], ["f", 768], ["i", 24836], ["h", 10], ["k", 22], ["m", 5770], ["l", 522], ["o", 32940], ["n", 1218], ["p", 15046], ["s", 8640], ["r", 202], ["u", 10278], ["t", 200], ["w", 24], ["y", 17480]]], ["q", [["a", 2], [" ", 2], ["u", 12073], [",", 2], ["'", 2]]], ["u", [["!", 428], [" ", 17752], ["\"", 16], ["'", 1182], [")", 6], ["-", 186], [",", 1924], [".", 1140], [";", 124], [":", 18], ["?", 428], ["S", 12], ["T", 2], ["_", 2], ["a", 6632], ["c", 12934], ["b", 5730], ["e", 10797], ["d", 6988], ["g", 18286], ["f", 2056], ["i", 9148], ["h", 30], ["k", 496], ["j", 84], ["m", 8440], ["l", 37068], ["o", 708], ["n", 43221], ["q", 64], ["p", 17232], ["s", 44836], ["r", 48568], ["u", 18], ["t", 49162], ["w", 10], ["v", 428], ["y", 210], ["x", 498], ["z", 722]]], ["y", [["!", 1032], [" ", 118640], ["\"", 62], ["'", 1440], [")", 154], ["-", 2010], [",", 18388], [".", 10860], [";", 1366], [":", 466], ["?", 946], [">", 26], ["]", 2], ["_", 4], ["a", 2624], ["`", 2], ["c", 242], ["b", 640], ["e", 11272], ["d", 206], ["g", 138], ["f", 198], ["i", 4422], ["h", 84], ["k", 76], ["m", 714], ["l", 818], ["o", 28106], ["n", 212], ["p", 410], ["s", 8723], ["r", 738], ["u", 58], ["t", 3028], ["w", 464], ["v", 110], ["x", 14], ["z", 40]]], ["}", [[" ", 6], [",", 2]]]]]
================================================
FILE: domain_stats/data/top1m.import
================================================
[{"freq_score": [6.5809, 4.4762], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 29 Mar 1997 05:00:00 GMT", "expires": 1838001600.0005178, "domain": "facebook.com"}, {"freq_score": [5.2385, 4.4835], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 11 Nov 1997 05:00:00 GMT", "expires": 1636520400.000386, "domain": "netflix.com"}, {"freq_score": [6.2016, 6.113], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 18 Jul 2005 19:24:32 GMT", "expires": 1626636272.000401, "domain": "google-analytics.com"}, {"freq_score": [4.8228, 5.4208], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 11 Dec 2007 22:38:13 GMT", "expires": 1639262293.0003884, "domain": "ytimg.com"}, {"freq_score": [7.6491, 5.7124], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 19 Feb 1987 05:00:00 GMT", "expires": 1613797200.0005398, "domain": "apple.com"}, {"freq_score": [7.2926, 7.2155], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 21 Jan 2003 06:17:24 GMT", "expires": 1611209843.000382, "domain": "googlesyndication.com"}, {"freq_score": [6.7867, 6.1544], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 20 Jun 2005 18:10:48 GMT", "expires": 1624212648.0004115, "domain": "office365.com"}, {"freq_score": [2.9076, 3.4714], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 12 May 1999 21:15:16 GMT", "expires": 1683925992.0004141, "domain": "akadns.net"}, {"freq_score": [4.0377, 3.871], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 16 Jan 2008 18:55:33 GMT", "expires": 1610823333.0004103, "domain": "ggpht.com"}, {"freq_score": [4.9655, 8.0992], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 04 May 1995 04:00:00 GMT", "expires": 1816654159.0004625, "domain": "qq.com"}, {"freq_score": [5.3966, 3.8903], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 01 Apr 2004 05:44:24 GMT", "expires": 1838177064.0003395, "domain": "facebook.net"}, {"freq_score": [3.8553, 3.8451], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 03 Mar 2008 23:41:26 GMT", "expires": 1614814886.0004208, "domain": "gvt1.com"}, {"freq_score": [2.3321, 2.991], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 25 Mar 2016 20:41:16 GMT", "expires": 1648240876.000396, "domain": "nflxso.net"}, {"freq_score": [6.4822, 5.9767], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 13 Aug 1995 04:00:00 GMT", "expires": 1628740800.0004032, "domain": "gmail.com"}, {"freq_score": [5.3207, 5.0057], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 09 Nov 1996 05:00:00 GMT", "expires": 1636347600.0004454, "domain": "openx.net"}, {"freq_score": [5.6561, 4.1775], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 23 Feb 2007 22:21:41 GMT", "expires": 1614118901.0004132, "domain": "taboola.com"}, {"freq_score": [12.027, 7.2905], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 28 Mar 2003 23:09:53 GMT", "expires": 1616969393.000483, "domain": "everesttech.net"}, {"freq_score": [0.9323, 0.6587], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 07 Sep 2012 21:38:24 GMT", "expires": 1631050707.4427726, "domain": "sfx.ms"}, {"freq_score": [6.2612, 4.9439], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 15 Aug 2002 06:31:57 GMT", "expires": 1629009117.0004184, "domain": "tapad.com"}, {"freq_score": [6.3903, 6.5296], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 25 Nov 2005 00:16:41 GMT", "expires": 1637799401.0005474, "domain": "trafficmanager.net"}, {"freq_score": [5.3263, 5.0301], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 04 Jan 2013 18:15:56 GMT", "expires": 1609784156.0003939, "domain": "3lift.com"}, {"freq_score": [7.1662, 6.5458], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 28 Feb 2012 19:29:26 GMT", "expires": 1772306966.0005186, "domain": "snapchat.com"}, {"freq_score": [7.3178, 7.1629], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 10 Jul 2019 01:49:50 GMT", "expires": 1625795390.0003908, "domain": "heytapmobi.com"}, {"freq_score": [5.9308, 5.4756], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 28 May 2009 06:45:00 GMT", "expires": 1622184300.0002987, "domain": "samsungapps.com"}, {"freq_score": [7.4062, 6.6948], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 25 Mar 2020 10:14:53 GMT", "expires": 1616667293.0004582, "domain": "agafurretor.com"}, {"freq_score": [4.9341, 4.6957], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 17 Aug 2001 22:04:28 GMT", "expires": 1629237868.00043, "domain": "atdmt.com"}, {"freq_score": [8.1565, 6.639], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 13 May 1993 04:00:00 GMT", "expires": 1620964800.0003932, "domain": "macromedia.com"}, {"freq_score": [5.3271, 5.061], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 24 Feb 2011 22:36:58 GMT", "expires": 1645742218.0004237, "domain": "licdn.com"}, {"freq_score": [2.7929, 3.2176], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 30 Aug 2014 01:21:23 GMT", "expires": 1630286487.2520542, "domain": "bidr.io"}, {"freq_score": [4.048, 4.0809], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 18 Feb 1998 05:00:00 GMT", "expires": 1645074000.000429, "domain": "globalsign.net"}, {"freq_score": [5.0501, 4.6301], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 19 Apr 1999 04:00:00 GMT", "expires": 1776571200.0003433, "domain": "globalsign.com"}, {"freq_score": [4.2096, 4.7111], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 27 Apr 2004 19:04:06 GMT", "expires": 1633521599.000413, "domain": "gumgum.com"}, {"freq_score": [5.3777, 5.9411], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 29 Sep 2008 23:13:17 GMT", "expires": 1632957197.000474, "domain": "msecnd.net"}, {"freq_score": [8.6103, 9.6576], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 16 Apr 2003 08:12:39 GMT", "expires": 1650096759.0003695, "domain": "serving-sys.com"}, {"freq_score": [6.0172, 4.0192], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 02 Aug 2010 05:22:06 GMT", "expires": 1627881726.000514, "domain": "typekit.net"}, {"freq_score": [6.5453, 6.1061], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 15 Sep 2017 03:03:12 GMT", "expires": 1631674992.0004373, "domain": "cameraddns.net"}, {"freq_score": [16.3599, 8.9696], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 21 Sep 2012 18:20:28 GMT", "expires": 1663784428.0004303, "domain": "quantcount.com"}, {"freq_score": [5.717, 5.1308], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 01 Mar 2019 11:20:37 GMT", "expires": 1614511237.0004022, "domain": "fbpigeon.com"}, {"freq_score": [6.2707, 5.6546], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 28 Sep 2007 11:09:56 GMT", "expires": 1632827396.0006337, "domain": "aliyun.com"}, {"freq_score": [7.7354, 6.4521], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 10 Jul 2014 01:05:16 GMT", "expires": 1625879116.0003948, "domain": "footprintdns.com"}, {"freq_score": [6.3189, 5.8372], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 11 Sep 1998 04:00:00 GMT", "expires": 1915243200.0004094, "domain": "tribalfusion.com"}, {"freq_score": [6.3104, 6.1771], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 29 Nov 2006 23:19:55 GMT", "expires": 1606691995.0004482, "domain": "sonobi.com"}, {"freq_score": [8.2976, 6.5996], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 27 Mar 2019 23:30:44 GMT", "expires": 1616801444.000401, "domain": "cofile.net"}, {"freq_score": [8.9131, 7.1817], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 10 Jan 2005 15:04:45 GMT", "expires": 1673363085.0004401, "domain": "insightexpressai.com"}, {"freq_score": [7.32, 4.6328], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 11 Jul 2006 11:50:24 GMT", "expires": 1626004224.0005188, "domain": "typekit.com"}, {"freq_score": [1.841, 3.4381], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 09 Oct 2008 16:32:51 GMT", "expires": 1633797177.3228478, "domain": "gtimg.cn"}, {"freq_score": [7.8548, 9.2131], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 25 Oct 2018 18:11:25 GMT", "expires": 1635185485.0004709, "domain": "msauth.net"}, {"freq_score": [7.1285, 5.2607], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 19 Jun 2008 17:37:42 GMT", "expires": 1624124262.0004146, "domain": "alexametrics.com"}, {"freq_score": [2.5393, 3.9224], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 17 Oct 2012 12:24:23 GMT", "expires": 1634473469.9365325, "domain": "ntp.org.cn"}, {"freq_score": [8.4583, 5.4917], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 17 Nov 2009 18:00:48 GMT", "expires": 1731866448.0003986, "domain": "betrad.com"}, {"freq_score": [10.416, 6.7627], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 23 Aug 1994 04:00:00 GMT", "expires": 1629604800.0004327, "domain": "me.com"}, {"freq_score": [4.5713, 4.3311], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 19 Jul 2019 08:38:22 GMT", "expires": 1626597502.0006883, "domain": "ibyteimg.com"}, {"freq_score": [4.0235, 3.7665], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 25 Feb 2013 16:07:14 GMT", "expires": 1614269234.0004346, "domain": "truoptik.com"}, {"freq_score": [3.6849, 5.6418], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 05 Nov 2011 04:03:09 GMT", "expires": 1636084996.507741, "domain": "aizhuan.cn"}, {"freq_score": [0.9796, 1.2232], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 17 Mar 2003 12:20:05 GMT", "expires": 1647521324.1295242, "domain": "uc.cn"}, {"freq_score": [9.2053, 9.9433], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 27 Sep 2010 11:02:15 GMT", "expires": 1664276535.0006394, "domain": "garenanow.com"}, {"freq_score": [3.9358, 3.8869], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 08 Dec 1997 05:00:00 GMT", "expires": 1638853200.0004165, "domain": "netflix.net"}, {"freq_score": [8.0701, 9.08], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 27 Sep 2011 15:16:23 GMT", "expires": 1632755783.0003958, "domain": "brand-display.com"}, {"freq_score": [6.6756, 8.238], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 15 Sep 1997 04:00:00 GMT", "expires": 1789358400.0004778, "domain": "163.com"}, {"freq_score": [6.5947, 5.6997], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 15 Jul 2014 17:17:52 GMT", "expires": 1878830272.000405, "domain": "launchdarkly.com"}, {"freq_score": [8.1537, 3.7718], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 03 Apr 2019 04:10:07 GMT", "expires": 1617336607.3175766, "domain": "likee.video"}, {"freq_score": [10.5164, 8.8022], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 25 Jun 2013 01:24:37 GMT", "expires": 1750814677.0004244, "domain": "windscribe.com"}, {"freq_score": [3.3145, 3.7424], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 22 Aug 2019 22:36:02 GMT", "expires": 1629585362.0002944, "domain": "nyap2p.com"}, {"freq_score": [7.4749, 5.7803], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 26 Aug 2005 19:03:53 GMT", "expires": 1661540633.0003955, "domain": "coccoc.com"}, {"freq_score": [3.3802, 3.631], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 29 Aug 2014 03:32:45 GMT", "expires": 1661743965.0006135, "domain": "wzrkt.com"}, {"freq_score": [4.1642, 4.2569], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 05 Apr 2016 16:00:13 GMT", "expires": 1617638413.0004153, "domain": "jbtai.com"}, {"freq_score": [5.7181, 5.9501], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 20 Oct 2010 02:58:51 GMT", "expires": 1634698731.0003893, "domain": "samsungcloudsolution.net"}, {"freq_score": [8.9061, 9.9157], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 15 Aug 2011 11:52:53 GMT", "expires": 1629028382.2832642, "domain": "intercom.io"}, {"freq_score": [5.2904, 4.6054], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 22 Feb 2010 02:38:44 GMT", "expires": 1613952009.25081, "domain": "samplicio.us"}, {"freq_score": [6.367, 4.007], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 11 Aug 2012 15:39:29 GMT", "expires": 1628696369.0002859, "domain": "vidible.tv"}, {"freq_score": [4.845, 4.2848], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 05 Apr 2002 23:19:21 GMT", "expires": 1617661161.0003288, "domain": "rapidssl.com"}, {"freq_score": [6.2845, 6.3746], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 20 Oct 2010 02:58:51 GMT", "expires": 1634698731.000456, "domain": "samsungcloudsolution.com"}, {"freq_score": [6.7984, 6.9041], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 07 Nov 2013 01:00:15 GMT", "expires": 1699318815.00039, "domain": "steamstatic.com"}, {"freq_score": [6.9809, 6.9029], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 21 Mar 2016 19:14:15 GMT", "expires": 1616354055.000334, "domain": "msidentity.com"}, {"freq_score": [5.9522, 6.2023], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 04 Feb 2015 05:42:58 GMT", "expires": 1675489378.0007432, "domain": "v-mate.mobi"}, {"freq_score": [5.7631, 4.6089], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 02 Dec 2000 17:27:51 GMT", "expires": 1638466071.0005772, "domain": "snapkit.com"}, {"freq_score": [5.4683, 5.0084], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 05 Apr 2015 15:30:12 GMT", "expires": 1617636612.0005596, "domain": "onetag-sys.com"}, {"freq_score": [7.1875, 6.0185], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 13 Jun 2012 01:51:15 GMT", "expires": 1623549075.0005136, "domain": "easytomessage.com"}, {"freq_score": [5.4407, 5.1719], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 11 Mar 2005 05:18:03 GMT", "expires": 1678511883.0004957, "domain": "shopify.com"}, {"freq_score": [6.2122, 7.3797], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 20 Nov 1998 00:00:00 GMT", "expires": 1638610366.3074238, "domain": "sina.com.cn"}, {"freq_score": [7.443, 6.619], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 19 Feb 2004 19:35:50 GMT", "expires": 1866224150.0004404, "domain": "identrust.com"}, {"freq_score": [8.5508, 7.0999], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 15 Dec 2011 15:10:00 GMT", "expires": 1608045000.0004814, "domain": "blismedia.com"}, {"freq_score": [5.3717, 4.0104], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 16 Feb 2009 10:55:24 GMT", "expires": 1613472924.0005708, "domain": "de17a.com"}, {"freq_score": [5.9469, 4.7169], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 16 Mar 2017 14:12:03 GMT", "expires": 1615903923.5575879, "domain": "stripe.network"}, {"freq_score": [7.0955, 4.1913], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 23 Sep 2011 01:35:10 GMT", "expires": 1663896910.000383, "domain": "alipayobjects.com"}, {"freq_score": [6.5199, 6.3867], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 12 Sep 1997 04:00:00 GMT", "expires": 1662868800.0004125, "domain": "rakuten.com"}, {"freq_score": [4.674, 4.0109], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 16 Dec 2011 20:23:47 GMT", "expires": 1797452627.0004056, "domain": "ispot.tv"}, {"freq_score": [3.2799, 3.6958], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 05 Jan 2014 22:02:15 GMT", "expires": 1641420135.1216166, "domain": "ipify.org"}, {"freq_score": [8.2335, 9.4137], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 24 May 2011 12:52:37 GMT", "expires": 1621860757.0005405, "domain": "cloudinary.com"}, {"freq_score": [8.0166, 4.952], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 07 Nov 1999 20:21:27 GMT", "expires": 1636316487.0004997, "domain": "pro-market.net"}, {"freq_score": [6.8631, 6.607], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 03 Mar 2014 03:29:35 GMT", "expires": 1614742175.000408, "domain": "haplat.net"}, {"freq_score": [5.8542, 7.0516], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 13 Aug 2019 15:25:31 GMT", "expires": 1628781931.0779533, "domain": "cdn.house"}, {"freq_score": [3.9198, 3.2657], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 08 Sep 2017 18:06:41 GMT", "expires": 1694196401.00028, "domain": "a-mo.net"}, {"freq_score": [10.459, 10.3237], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 10 Apr 2011 19:19:42 GMT", "expires": 1681154382.0005686, "domain": "ichano.com"}, {"freq_score": [10.7806, 9.9311], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 21 Mar 2005 09:32:54 GMT", "expires": 1616315574.000307, "domain": "sharepointonline.com"}, {"freq_score": [5.8935, 5.3937], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381212.6079729, "domain": "firehose.us-east-1.amazonaws.com"}, {"freq_score": [6.9253, 6.5679], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 09 May 2016 22:38:37 GMT", "expires": 1620599917.000408, "domain": "microsoftstream.com"}, {"freq_score": [10.7556, 9.5571], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 12 Aug 2010 07:43:59 GMT", "expires": 1660290239.0004222, "domain": "tbcache.com"}, {"freq_score": [5.1664, 4.0474], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 11 Dec 2013 19:09:56 GMT", "expires": 1765480196.0005407, "domain": "snapads.com"}, {"freq_score": [7.0827, 6.4551], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 15 Jan 2015 17:48:08 GMT", "expires": 1610732888.0004115, "domain": "ciscospark.com"}, {"freq_score": [7.5859, 7.3776], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 30 Aug 2019 20:19:26 GMT", "expires": 1630268366.0004976, "domain": "cloudflareinsights.com"}, {"freq_score": [5.1128, 7.158], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 28 Mar 2007 10:50:10 GMT", "expires": 1648464624.1971586, "domain": "sinaimg.cn"}, {"freq_score": [7.0464, 6.2891], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 03 Mar 1999 05:00:00 GMT", "expires": 1614747600.0002842, "domain": "fonts.net"}, {"freq_score": [7.6287, 5.7486], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 03 Sep 2020 12:46:22 GMT", "expires": 1630673182.0004165, "domain": "viimad.com"}, {"freq_score": [7.3893, 7.494], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 22 Jun 1999 17:44:40 GMT", "expires": 1624383831.000446, "domain": "blogger.com"}, {"freq_score": [13.7056, 9.7598], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 31 Oct 2005 18:01:25 GMT", "expires": 1635699685.0004222, "domain": "livechatinc.com"}, {"freq_score": [6.6226, 6.0164], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 29 Oct 2007 21:34:02 GMT", "expires": 1635543242.0004034, "domain": "associates-amazon.com"}, {"freq_score": [5.0098, 3.546], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 26 Apr 2013 18:05:22 GMT", "expires": 1745690722.000394, "domain": "grabtaxi.com"}, {"freq_score": [7.3406, 8.3744], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 18 Mar 2016 06:31:03 GMT", "expires": 1647585063.0004256, "domain": "baishan-cloud.net"}, {"freq_score": [5.5808, 4.8935], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 17 Nov 2014 12:51:46 GMT", "expires": 1637153506.0005715, "domain": "clmbtech.com"}, {"freq_score": [7.3498, 6.6254], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 25 Sep 1997 04:00:00 GMT", "expires": 1632456000.0003824, "domain": "comcast.net"}, {"freq_score": [4.9262, 5.0717], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 25 Jan 1993 05:00:00 GMT", "expires": 1674709200.0004961, "domain": "wps.com"}, {"freq_score": [8.8959, 8.8838], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 25 Jan 2001 11:41:16 GMT", "expires": 1611574876.0003872, "domain": "forter.com"}, {"freq_score": [8.6317, 7.6436], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 18 Apr 2006 15:24:25 GMT", "expires": 1618759465.000393, "domain": "list-manage.com"}, {"freq_score": [6.4198, 6.2937], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381201.3272529, "domain": "proxyserverecs-1736642167.us-east-1.elb.amazonaws.com"}, {"freq_score": [8.6959, 6.4197], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 15 May 2015 22:17:15 GMT", "expires": 1621117035.0003982, "domain": "sail-personalize.com"}, {"freq_score": [6.9111, 5.4595], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 03 Jan 2012 18:51:05 GMT", "expires": 1641235865.0004427, "domain": "smadex.com"}, {"freq_score": [7.2775, 6.8078], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 04 Jul 2001 10:45:33 GMT", "expires": 1688467532.0004013, "domain": "service-now.com"}, {"freq_score": [4.6456, 3.438], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 25 Oct 2017 13:59:44 GMT", "expires": 1635170384.0006404, "domain": "aaxads.com"}, {"freq_score": [6.7758, 4.8927], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 31 Oct 2002 09:32:53 GMT", "expires": 1635669173.0005329, "domain": "meizu.com"}, {"freq_score": [7.1102, 6.4018], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 25 Apr 2003 18:02:57 GMT", "expires": 1745604177.000392, "domain": "fitbit.com"}, {"freq_score": [8.9548, 8.0745], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 05 Feb 2010 19:08:26 GMT", "expires": 1612552106.000579, "domain": "securedvisit.com"}, {"freq_score": [6.2826, 5.9663], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 22 Jan 2020 20:14:49 GMT", "expires": 1611346491.6246512, "domain": "azurefd.us"}, {"freq_score": [3.3367, 4.6742], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 27 Oct 1998 05:00:00 GMT", "expires": 1698292800.0004308, "domain": "qy.net"}, {"freq_score": [7.1227, 6.5103], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 17 Sep 2015 15:41:46 GMT", "expires": 1631893306.0004134, "domain": "conferdeploy.net"}, {"freq_score": [6.3623, 5.3261], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 06 Mar 2003 18:20:14 GMT", "expires": 1635767999.000433, "domain": "starfieldtech.com"}, {"freq_score": [4.6579, 5.198], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 10 Mar 2020 10:24:33 GMT", "expires": 1615371873.0004451, "domain": "imgsite.net"}, {"freq_score": [7.6181, 4.4333], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 27 Dec 2011 19:50:04 GMT", "expires": 1893095404.0004091, "domain": "zencdn.net"}, {"freq_score": [11.0577, 6.5205], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 20 Apr 1999 04:00:00 GMT", "expires": 1713585600.0006251, "domain": "swiftserve.com"}, {"freq_score": [7.7661, 7.4955], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 12 Mar 2020 08:43:00 GMT", "expires": 1615538580.0006535, "domain": "tdatamaster.com"}, {"freq_score": [6.5849, 5.7088], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 02 Jun 2020 10:12:26 GMT", "expires": 1622628746.0006115, "domain": "us4post.com"}, {"freq_score": [5.2378, 5.6138], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 01 Dec 2014 07:05:35 GMT", "expires": 1606806335.0005577, "domain": "samsungcloudcdn.com"}, {"freq_score": [5.9456, 4.6083], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 04 Oct 2000 02:21:23 GMT", "expires": 1619582400.0007358, "domain": "google.ca"}, {"freq_score": [2.7443, 2.3032], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 20 Dec 2019 04:28:12 GMT", "expires": 1639888092.0005953, "domain": "twtvcdn.com"}, {"freq_score": [4.8455, 5.5267], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 12 Apr 2007 09:22:10 GMT", "expires": 1618219330.000572, "domain": "admixer.net"}, {"freq_score": [14.588, 13.0311], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 03 Sep 2003 18:00:46 GMT", "expires": 1630692046.0003927, "domain": "beanywhere.com"}, {"freq_score": [7.4518, 7.1581], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 01 Jul 2008 18:47:50 GMT", "expires": 1688237270.0006568, "domain": "gameanalytics.com"}, {"freq_score": [10.1777, 8.3589], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 29 Jan 2002 23:27:19 GMT", "expires": 1675034839.0005543, "domain": "mediavine.com"}, {"freq_score": [7.8385, 6.6655], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 12 Nov 2013 16:19:28 GMT", "expires": 1636733968.0005665, "domain": "admedo.com"}, {"freq_score": [6.7533, 5.7954], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 30 Jan 2007 03:48:01 GMT", "expires": 1611978481.000741, "domain": "pardot.com"}, {"freq_score": [7.8309, 4.9742], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 11 Jul 1999 22:33:18 GMT", "expires": 1720737198.0003498, "domain": "boxofficemojo.com"}, {"freq_score": [5.8552, 5.1521], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 05 Apr 2007 01:53:57 GMT", "expires": 1712282037.0005631, "domain": "comixology.com"}, {"freq_score": [8.1274, 7.0852], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2011 11:58:09 GMT", "expires": 1629287889.0004098, "domain": "adlooxtracking.com"}, {"freq_score": [4.8692, 4.5123], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 07 Aug 2008 10:27:00 GMT", "expires": 1628332020.000643, "domain": "adtilt.com"}, {"freq_score": [4.1904, 3.6773], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 30 Aug 2006 22:46:00 GMT", "expires": 1661899560.0004046, "domain": "bnmla.com"}, {"freq_score": [5.9422, 6.8205], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 18 Jan 1994 05:00:00 GMT", "expires": 1611032400.0003345, "domain": "yy.com"}, {"freq_score": [8.4236, 8.5067], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 21 Aug 2019 18:10:20 GMT", "expires": 1629483020.000469, "domain": "mcusercontent.com"}, {"freq_score": [2.2891, 3.3937], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 21 Apr 2014 04:00:39 GMT", "expires": 1618977639.0003986, "domain": "ns1p.net"}, {"freq_score": [6.4491, 6.4095], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 07 Feb 2002 22:54:24 GMT", "expires": 1644274464.0004632, "domain": "en25.com"}, {"freq_score": [8.1389, 6.859], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 09 Jul 2014 18:20:33 GMT", "expires": 1625854833.0005505, "domain": "cedexis-test.com"}, {"freq_score": [9.0096, 9.0196], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 06 Aug 2014 17:20:46 GMT", "expires": 1659806446.000402, "domain": "luminatinet.com"}, {"freq_score": [6.3128, 6.7289], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 07 Jul 2009 11:26:25 GMT", "expires": 1688729185.0004401, "domain": "ludashi.com"}, {"freq_score": [7.2995, 6.2706], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 25 Sep 2007 13:05:04 GMT", "expires": 1632575104.0004795, "domain": "leagueoflegends.com"}, {"freq_score": [7.9694, 4.7306], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 22 Jun 2009 04:09:11 GMT", "expires": 1655870951.0005429, "domain": "jomodns.com"}, {"freq_score": [5.5816, 4.4556], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 21 Jun 1995 04:00:00 GMT", "expires": 1781928000.0005627, "domain": "foxnews.com"}, {"freq_score": [3.899, 4.4481], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 29 Oct 2019 11:24:59 GMT", "expires": 1635420303.0614312, "domain": "1push.io"}, {"freq_score": [6.3059, 4.6336], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 30 Dec 1997 05:00:00 GMT", "expires": 1703826000.000478, "domain": "xvideos.com"}, {"freq_score": [5.2183, 5.2581], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 11 Jul 2013 07:53:16 GMT", "expires": 1625989996.000656, "domain": "sogoucdn.com"}, {"freq_score": [7.5627, 5.6272], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 13 Nov 2009 15:05:26 GMT", "expires": 1699887926.000634, "domain": "visualwebsiteoptimizer.com"}, {"freq_score": [5.4281, 6.1584], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 22 Aug 2004 21:03:56 GMT", "expires": 1629666236.0002913, "domain": "cpmstar.com"}, {"freq_score": [4.5888, 4.7597], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 07 Apr 2013 12:20:13 GMT", "expires": 1680870013.000401, "domain": "trackjs.com"}, {"freq_score": [9.4668, 11.0152], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 22 Jun 2005 18:23:25 GMT", "expires": 1624386205.0003836, "domain": "dianping.com"}, {"freq_score": [7.1676, 6.6049], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 16 Sep 2012 00:19:24 GMT", "expires": 1663287564.0005379, "domain": "riskified.com"}, {"freq_score": [2.0225, 3.1521], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 24 Jun 2014 22:24:22 GMT", "expires": 1624573462.0006664, "domain": "zqtk.net"}, {"freq_score": [6.2967, 4.9711], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 24 Mar 2000 06:27:37 GMT", "expires": 1616563657.000598, "domain": "mooo.com"}, {"freq_score": [12.2709, 7.1688], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 29 Sep 2017 15:03:43 GMT", "expires": 1727622223.0004706, "domain": "revenuecat.com"}, {"freq_score": [5.2754, 5.6999], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 19 Dec 2013 14:07:33 GMT", "expires": 1639922853.0005314, "domain": "ocsp-certum.com"}, {"freq_score": [5.7031, 5.4567], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381203.277928, "domain": "privacycollector-production-457481513.us-east-1.elb.amazonaws.com"}, {"freq_score": [9.6298, 9.4791], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 03 Sep 2008 19:35:19 GMT", "expires": 1630697719.0005567, "domain": "windowsazure.com"}, {"freq_score": [6.8237, 7.3346], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 04 May 2015 22:17:57 GMT", "expires": 1620166677.0005786, "domain": "inscloudgate.net"}, {"freq_score": [6.403, 5.1682], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 04 Oct 2012 20:55:32 GMT", "expires": 1664916936.5825021, "domain": "statuspage.io"}, {"freq_score": [8.6661, 7.2127], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 20 Aug 2004 18:07:36 GMT", "expires": 1622548799.0005803, "domain": "trello.com"}, {"freq_score": [9.2911, 8.2598], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 18 Jan 2019 08:39:39 GMT", "expires": 1610872779.0005789, "domain": "sharemasala.com"}, {"freq_score": [6.546, 5.1024], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 09 Feb 2009 16:55:12 GMT", "expires": 1612889712.0005107, "domain": "eskimi.com"}, {"freq_score": [5.1523, 5.1587], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 16 Feb 1999 05:00:00 GMT", "expires": 1613451600.0004485, "domain": "mikrotik.com"}, {"freq_score": [4.2962, 4.1624], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 15 Jan 2011 15:18:57 GMT", "expires": 1673795937.0005581, "domain": "c3tag.com"}, {"freq_score": [5.4061, 5.0399], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 15 Dec 2003 14:48:05 GMT", "expires": 1608043685.8105657, "domain": "telegram.org"}, {"freq_score": [5.0728, 4.5232], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 01 Sep 2006 12:21:42 GMT", "expires": 1725193302.0005493, "domain": "exoclick.com"}, {"freq_score": [4.6793, 6.6024], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 20 Dec 2006 15:49:57 GMT", "expires": 1640015403.308962, "domain": "sinajs.cn"}, {"freq_score": [6.0138, 5.1462], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 23 Dec 2014 04:38:07 GMT", "expires": 1608698287.0005727, "domain": "ultraviewer.net"}, {"freq_score": [6.5478, 5.9383], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 05 Aug 2008 22:36:04 GMT", "expires": 1659738970.6176443, "domain": "snow.me"}, {"freq_score": [7.2503, 7.5109], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 03 Mar 2007 09:39:41 GMT", "expires": 1677836381.0005605, "domain": "torrentsmd.com"}, {"freq_score": [5.4617, 4.688], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 28 Feb 1998 05:00:00 GMT", "expires": 1614488400.000595, "domain": "127.net"}, {"freq_score": [5.0098, 4.6932], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 12 Dec 2003 21:24:56 GMT", "expires": 1639344296.0005648, "domain": "yelp.com"}, {"freq_score": [7.1189, 5.2473], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 29 Feb 2012 14:43:10 GMT", "expires": 1709131390.0006614, "domain": "gscontxt.net"}, {"freq_score": [5.2089, 5.7824], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 08 Aug 2019 22:57:00 GMT", "expires": 1628377020.0005827, "domain": "kajxushwnds.com"}, {"freq_score": [7.6574, 7.2482], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 02 Dec 2003 06:10:05 GMT", "expires": 1638425405.0005772, "domain": "feedburner.com"}, {"freq_score": [12.9757, 8.3122], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 06 Mar 2009 02:22:13 GMT", "expires": 1678069333.0005739, "domain": "liveintent.com"}, {"freq_score": [6.6118, 5.0378], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 26 Jul 2011 14:39:06 GMT", "expires": 1753540746.0004559, "domain": "swypeconnect.com"}, {"freq_score": [7.6971, 6.9881], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 07 Sep 1994 04:00:00 GMT", "expires": 1684956978.0004013, "domain": "nest.com"}, {"freq_score": [6.0027, 5.0059], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 18 Sep 2013 15:29:45 GMT", "expires": 1663514985.0006204, "domain": "hsforms.com"}, {"freq_score": [3.8528, 4.2739], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 10 May 2017 22:25:44 GMT", "expires": 1620685544.7604105, "domain": "pub.network"}, {"freq_score": [8.7795, 4.8535], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 04 Mar 2019 12:26:18 GMT", "expires": 1614774378.0005622, "domain": "pushtimize.com"}, {"freq_score": [4.243, 5.2794], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 25 Aug 2010 14:44:15 GMT", "expires": 1629902655.0004365, "domain": "feed-xml.com"}, {"freq_score": [3.3812, 4.0429], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 02 Jun 2009 20:44:45 GMT", "expires": 1622666685.000551, "domain": "systemcdn.net"}, {"freq_score": [10.1702, 9.9292], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 27 Jun 2011 08:59:36 GMT", "expires": 1656320376.0004356, "domain": "kingsoftstore.com"}, {"freq_score": [9.0938, 8.7551], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 30 Jan 1998 05:00:00 GMT", "expires": 1611896400.0005445, "domain": "vmware.com"}, {"freq_score": [5.3495, 5.4028], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 30 Apr 2015 11:43:39 GMT", "expires": 1619783019.1886692, "domain": "opentrackr.org"}, {"freq_score": [5.4822, 4.4874], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 28 Apr 2017 02:23:36 GMT", "expires": 1682648616.00041, "domain": "biliapi.com"}, {"freq_score": [11.0149, 10.7725], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 17 Sep 2003 14:15:57 GMT", "expires": 1663424157.000433, "domain": "wondershare.com"}, {"freq_score": [5.0316, 5.3186], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 20 Jul 2010 15:10:47 GMT", "expires": 1626793847.0005739, "domain": "sndcdn.com"}, {"freq_score": [3.952, 3.2573], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 22 Jun 2015 13:21:45 GMT", "expires": 1624368105.000386, "domain": "h-cdn.com"}, {"freq_score": [5.5698, 4.3182], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 03 Jan 2011 23:26:17 GMT", "expires": 1609716377.0006404, "domain": "pswec.com"}, {"freq_score": [10.9144, 9.084], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 04 Jun 1995 04:00:00 GMT", "expires": 1654228800.0004077, "domain": "americanexpress.com"}, {"freq_score": [8.1808, 7.3953], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 29 Nov 2007 18:50:00 GMT", "expires": 1859136600.0004015, "domain": "botonakis.com"}, {"freq_score": [9.498, 7.0327], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 26 Dec 2003 19:18:07 GMT", "expires": 1612267199.0006168, "domain": "stackoverflow.com"}, {"freq_score": [4.9949, 4.6473], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 17 Nov 1986 05:00:00 GMT", "expires": 1763269200.0005915, "domain": "amd.com"}, {"freq_score": [7.5719, 5.5199], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 08 Feb 2008 19:28:54 GMT", "expires": 1612812534.000404, "domain": "yieldoptimizer.com"}, {"freq_score": [5.9339, 4.8757], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 30 Nov 1994 05:00:00 GMT", "expires": 1638162000.0004928, "domain": "ft.com"}, {"freq_score": [5.8133, 6.8699], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 04 Jun 2015 07:17:28 GMT", "expires": 1622791048.000657, "domain": "haokan.mobi"}, {"freq_score": [6.2898, 6.5751], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 15 May 2000 10:33:55 GMT", "expires": 1652610835.0006359, "domain": "basis.net"}, {"freq_score": [9.7652, 8.8617], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 21 Aug 2020 20:44:45 GMT", "expires": 1629578685.000385, "domain": "adoperatorcore.com"}, {"freq_score": [2.8037, 3.1544], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 10 Apr 2017 17:55:23 GMT", "expires": 1618077323.000711, "domain": "attn.tv"}, {"freq_score": [5.91, 5.073], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 11 Jun 2019 13:40:42 GMT", "expires": 1623332442.0003903, "domain": "kwaizt.com"}, {"freq_score": [4.1795, 3.8318], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 28 Apr 2017 02:23:36 GMT", "expires": 1651112616.0003872, "domain": "biliapi.net"}, {"freq_score": [6.5495, 7.1366], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 15 Apr 2015 11:11:42 GMT", "expires": 1681557110.521118, "domain": "dailyhunt.in"}, {"freq_score": [6.1255, 6.2254], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 26 Mar 2019 16:38:25 GMT", "expires": 1616690305.0005465, "domain": "datadoghq-browser-agent.com"}, {"freq_score": [3.2545, 2.1977], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 29 May 2019 06:30:26 GMT", "expires": 1622183435.1833892, "domain": "jixie.io"}, {"freq_score": [6.3981, 2.7861], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 27 Jun 2016 09:37:55 GMT", "expires": 1624786675.0004468, "domain": "gojekapi.com"}, {"freq_score": [4.675, 4.3962], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 22 May 2015 03:23:10 GMT", "expires": 1716348190.0004506, "domain": "aisee.tv"}, {"freq_score": [6.4538, 5.028], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 21 Jan 2016 15:32:45 GMT", "expires": 1674315165.0004964, "domain": "openwifiapp.com"}, {"freq_score": [3.9677, 3.8343], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 01 Aug 2012 21:35:19 GMT", "expires": 1627853719.0005949, "domain": "p-cdn.com"}, {"freq_score": [5.987, 6.5568], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 31 Oct 2014 18:24:56 GMT", "expires": 1635704696.0005786, "domain": "inboxsdk.com"}, {"freq_score": [13.3742, 4.3036], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 24 Jun 2005 04:51:28 GMT", "expires": 1624510288.000568, "domain": "veoh.com"}, {"freq_score": [6.1532, 6.9125], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 21 Oct 2015 04:20:36 GMT", "expires": 1634790036.000566, "domain": "offerstrack.net"}, {"freq_score": [6.9542, 5.9418], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 20 Jan 1996 05:00:00 GMT", "expires": 1895202000.000413, "domain": "gradwell.com"}, {"freq_score": [5.6989, 6.1334], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 27 Dec 2002 17:29:38 GMT", "expires": 1609090187.746288, "domain": "lenovo.com.cn"}, {"freq_score": [7.1681, 7.0116], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 13 Mar 2000 11:51:34 GMT", "expires": 1886537331.0004647, "domain": "sonos.com"}, {"freq_score": [4.9394, 3.3396], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 27 Jul 2018 12:40:04 GMT", "expires": 1627389604.0003834, "domain": "vvpcdke43x.com"}, {"freq_score": [6.1325, 5.1435], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 15 Apr 1999 04:00:00 GMT", "expires": 1649995200.0005934, "domain": "so.com"}, {"freq_score": [7.883, 6.3633], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 17 Oct 1997 04:00:00 GMT", "expires": 1634356800.0003114, "domain": "tmall.com"}, {"freq_score": [9.3125, 8.6747], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 03 Aug 2012 12:25:26 GMT", "expires": 1627993526.9825542, "domain": "leechers-paradise.org"}, {"freq_score": [6.2773, 5.0103], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 30 Jun 2007 14:19:31 GMT", "expires": 1625062771.0005684, "domain": "trustpilot.com"}, {"freq_score": [5.3081, 5.3633], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 11 Dec 2017 05:49:08 GMT", "expires": 1639201748.0005598, "domain": "nytrng.com"}, {"freq_score": [4.4991, 5.1007], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 08 Jul 1996 04:00:00 GMT", "expires": 1625630400.000511, "domain": "nas.net"}, {"freq_score": [8.1925, 6.1163], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 05 May 2017 14:20:16 GMT", "expires": 1651760416.0005648, "domain": "lockerdomecdn.com"}, {"freq_score": [7.6685, 6.7089], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 19 Sep 2006 08:51:14 GMT", "expires": 1632041474.0007358, "domain": "trust-provider.com"}, {"freq_score": [3.8236, 4.5203], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 15 Nov 2001 23:25:07 GMT", "expires": 1637018707.000552, "domain": "qiku.com"}, {"freq_score": [4.8595, 4.5783], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 28 Jan 2020 19:20:06 GMT", "expires": 1611861606.0004203, "domain": "pushlycdn.com"}, {"freq_score": [8.1782, 6.4683], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 08 Apr 2015 13:59:49 GMT", "expires": 1744070409.6835938, "domain": "datadome.co"}, {"freq_score": [8.8657, 6.4003], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 09 Nov 2001 22:06:26 GMT", "expires": 1857420386.000538, "domain": "jetbrains.com"}, {"freq_score": [6.5197, 4.6208], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 03 Sep 2015 13:14:25 GMT", "expires": 1662210865.0005858, "domain": "weglot.com"}, {"freq_score": [3.1828, 2.9875], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 20 Nov 2017 08:33:32 GMT", "expires": 1637397212.0003822, "domain": "apdcdn.com"}, {"freq_score": [3.4262, 3.8912], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 15 Oct 2020 11:57:07 GMT", "expires": 1634342399.000619, "domain": "pushtr.xyz"}, {"freq_score": [8.1854, 7.4488], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 27 Apr 2018 07:45:07 GMT", "expires": 1651045507.0006263, "domain": "cdnstoremedia.com"}, {"freq_score": [6.4928, 5.9697], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 25 Aug 2009 08:39:26 GMT", "expires": 1629880766.55255, "domain": "webvisor.org"}, {"freq_score": [3.5326, 3.0602], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 12 Mar 2018 14:40:21 GMT", "expires": 1615560032.349318, "domain": "optad360.io"}, {"freq_score": [7.1544, 5.3976], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 22 Oct 1999 20:23:09 GMT", "expires": 1761164589.0005567, "domain": "mypeoplenet.com"}, {"freq_score": [7.2241, 7.3174], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 14 Mar 2019 02:08:54 GMT", "expires": 1615601334.6446102, "domain": "unionapps.info"}, {"freq_score": [2.4923, 3.1091], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 04 Feb 2015 19:49:12 GMT", "expires": 1612468152.0004232, "domain": "aiv-cdn.net"}, {"freq_score": [6.8472, 4.7704], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 06 Feb 2019 15:51:17 GMT", "expires": 1612540277.0005662, "domain": "exp-tas.com"}, {"freq_score": [9.495, 8.3727], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 26 Jun 2003 15:57:23 GMT", "expires": 1624723043.0002685, "domain": "gotomeeting.com"}, {"freq_score": [5.9132, 5.2535], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 21 Dec 2016 08:47:56 GMT", "expires": 1640076487.6480787, "domain": "ahacdn.me"}, {"freq_score": [5.9672, 5.3549], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 28 Jun 2018 12:41:42 GMT", "expires": 1624884102.3786068, "domain": "worldtimeapi.org"}, {"freq_score": [3.7489, 3.0913], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 15 May 2019 08:30:09 GMT", "expires": 1620981009.0005515, "domain": "eummagvnbp.com"}, {"freq_score": [4.719, 3.7757], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381210.859774, "domain": "http-proxy.s3.amazonaws.com"}, {"freq_score": [7.7332, 7.4361], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 10 Feb 2015 01:39:35 GMT", "expires": 1612921175.0006723, "domain": "internetwarriors.net"}, {"freq_score": [2.7295, 3.2957], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 15 Mar 1999 05:00:00 GMT", "expires": 1678852800.0005171, "domain": "akam.net"}, {"freq_score": [3.8541, 2.8202], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 10 Jan 2012 22:40:11 GMT", "expires": 1610318411.0006566, "domain": "ezoic.net"}, {"freq_score": [4.9746, 5.0405], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 16 Apr 1996 04:00:00 GMT", "expires": 1744862400.000717, "domain": "iq.com"}, {"freq_score": [6.9492, 6.0638], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 08 Nov 1996 05:00:00 GMT", "expires": 1636264800.0005643, "domain": "openx.com"}, {"freq_score": [7.9085, 7.9449], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 07 Jan 2000 22:24:53 GMT", "expires": 1610058293.0005715, "domain": "affinity.com"}, {"freq_score": [6.5366, 5.0322], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 26 Jul 2019 08:48:39 GMT", "expires": 1627202919.000391, "domain": "baburnadir.com"}, {"freq_score": [6.5132, 5.8891], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 25 Apr 2016 09:43:57 GMT", "expires": 1619343837.000573, "domain": "sastts.com"}, {"freq_score": [6.4821, 7.1751], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 26 Oct 2012 17:18:13 GMT", "expires": 1698340693.0005589, "domain": "sddan.com"}, {"freq_score": [1.851, 3.426], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 19 Oct 2011 21:48:08 GMT", "expires": 1634680088.0005512, "domain": "zdbb.net"}, {"freq_score": [7.223, 7.3384], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 28 Mar 2003 01:07:35 GMT", "expires": 1648429655.6655478, "domain": "wordpress.org"}, {"freq_score": [9.9405, 12.4569], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Oct 2012 18:46:46 GMT", "expires": 1760813206.0005925, "domain": "auth0.com"}, {"freq_score": [1.4809, 1.6732], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 03 Nov 1998 16:40:32 GMT", "expires": 1638306013.0730982, "domain": "ok.ru"}, {"freq_score": [9.0387, 7.2515], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 16 Jun 2003 10:28:05 GMT", "expires": 1623839285.000564, "domain": "demonware.net"}, {"freq_score": [6.1004, 4.2932], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 02 Dec 1994 05:00:00 GMT", "expires": 1638334800.0005603, "domain": "usaa.com"}, {"freq_score": [4.3326, 3.7007], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 20 Feb 1997 05:00:00 GMT", "expires": 1676955600.0005476, "domain": "snap.com"}, {"freq_score": [2.0787, 2.1772], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 11 Aug 2014 16:11:11 GMT", "expires": 1628698294.2964144, "domain": "rtk.io"}, {"freq_score": [4.9253, 5.5303], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 16 Mar 2011 13:33:02 GMT", "expires": 1615901582.0006163, "domain": "st8fm.com"}, {"freq_score": [8.6658, 4.4354], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 14 May 1998 04:00:00 GMT", "expires": 1620878400.0006945, "domain": "bebi.com"}, {"freq_score": [5.9693, 4.9172], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 21 Apr 2014 20:33:20 GMT", "expires": 1650573200.0006955, "domain": "splkmobile.com"}, {"freq_score": [4.6514, 2.7519], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 25 Jan 1999 05:00:00 GMT", "expires": 1611550800.0005677, "domain": "eyeo.com"}, {"freq_score": [2.8351, 3.3732], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 18 Dec 2000 11:33:05 GMT", "expires": 1671363185.0004392, "domain": "fpt.net"}, {"freq_score": [8.4026, 6.5481], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 14 Oct 2009 01:01:08 GMT", "expires": 1728867668.0004866, "domain": "embedly.com"}, {"freq_score": [10.34, 12.687], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 01 Apr 2017 03:36:46 GMT", "expires": 1648784206.000615, "domain": "onethingpcs.com"}, {"freq_score": [8.4245, 8.4503], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 27 Apr 1995 04:00:00 GMT", "expires": 1682654400.0006158, "domain": "ally.com"}, {"freq_score": [7.575, 8.4094], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381222.5335443, "domain": "exchange-prod-216972102.ap-southeast-1.elb.amazonaws.com"}, {"freq_score": [0.7657, 0.8595], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 27 Feb 2014 16:00:00 GMT", "expires": 1677513842.1349487, "domain": "sm.cn"}, {"freq_score": [5.3257, 4.7671], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 10 Mar 2010 22:00:12 GMT", "expires": 1836334812.0003285, "domain": "sumologic.com"}, {"freq_score": [8.1049, 6.8841], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 03 Sep 2009 18:39:58 GMT", "expires": 1630694398.000703, "domain": "outfit7.com"}, {"freq_score": [3.4678, 3.9776], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 19 Jun 2019 06:47:43 GMT", "expires": 1623998863.0005457, "domain": "jpgtrk.com"}, {"freq_score": [6.9008, 6.2097], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 09 Dec 1994 05:00:00 GMT", "expires": 1638939600.0006669, "domain": "blizzard.com"}, {"freq_score": [6.2299, 6.0609], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 07 Nov 2016 06:21:09 GMT", "expires": 1636266069.0004258, "domain": "samsungfeed.com"}, {"freq_score": [7.3574, 3.7702], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 19 Sep 2019 11:32:37 GMT", "expires": 1631964757.0005796, "domain": "ikeepapps.com"}, {"freq_score": [5.469, 5.2696], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 23 Mar 2013 08:02:03 GMT", "expires": 1742716923.0006273, "domain": "adpushup.com"}, {"freq_score": [7.7074, 7.7648], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 12 Nov 2018 23:40:15 GMT", "expires": 1636760415.0005615, "domain": "msftauthimages.net"}, {"freq_score": [5.7394, 5.7823], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 28 Feb 2008 09:27:37 GMT", "expires": 1614504457.000619, "domain": "cardlytics.com"}, {"freq_score": [10.4274, 11.8031], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 04 Nov 2019 08:08:11 GMT", "expires": 1635926891.0006018, "domain": "anythinktech.com"}, {"freq_score": [2.8961, 3.432], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 14 Nov 2014 09:08:04 GMT", "expires": 1636880884.0005422, "domain": "iotacdn.net"}, {"freq_score": [4.6273, 5.1494], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 08 Apr 2015 00:00:00 GMT", "expires": 1617840025.39199, "domain": "entitytag.co.uk"}, {"freq_score": [6.6025, 7.2125], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 24 Apr 2009 14:46:38 GMT", "expires": 1619275598.000588, "domain": "bstatic.com"}, {"freq_score": [8.0158, 6.6556], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 12 Mar 2005 20:57:24 GMT", "expires": 1615579044.0005455, "domain": "powerreviews.com"}, {"freq_score": [5.0672, 5.1964], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 15 Feb 1993 05:00:00 GMT", "expires": 1644987600.0005636, "domain": "ubs.com"}, {"freq_score": [8.7351, 9.6208], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 22 Jun 2007 21:16:11 GMT", "expires": 1655932571.0005634, "domain": "intergi.com"}, {"freq_score": [5.3363, 6.3462], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 09 Nov 2000 05:10:47 GMT", "expires": 1636434647.0004287, "domain": "rbcroyalbank.com"}, {"freq_score": [5.1577, 3.7011], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 21 Feb 2013 07:27:13 GMT", "expires": 1708500433.000412, "domain": "ivview.com"}, {"freq_score": [3.7656, 3.5876], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 14 Oct 2010 06:38:58 GMT", "expires": 1634193538.0003946, "domain": "wscdns.com"}, {"freq_score": [2.774, 2.9888], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 12 Mar 1997 05:00:00 GMT", "expires": 1615611600.0004287, "domain": "msft.net"}, {"freq_score": [3.7102, 3.1151], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 21 Feb 2013 07:27:13 GMT", "expires": 1708500433.0005066, "domain": "ivview.net"}, {"freq_score": [4.97, 6.2847], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 19 Jun 2012 06:32:00 GMT", "expires": 1655620320.4475813, "domain": "appier.org"}, {"freq_score": [6.1287, 5.4562], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 15 Jan 2017 11:08:53 GMT", "expires": 1673780933.00065, "domain": "sitelabweb.com"}, {"freq_score": [1.3254, 0.7844], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 31 Oct 2019 15:20:21 GMT", "expires": 1635607247.3570514, "domain": "cdn-go.cn"}, {"freq_score": [4.2614, 4.4513], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 24 Apr 1996 12:00:00 GMT", "expires": 1682337600.0005903, "domain": "uol.com.br"}, {"freq_score": [6.24, 8.3086], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 08 Mar 2012 14:54:33 GMT", "expires": 1646751299.9347105, "domain": "cloudlinks.cn"}, {"freq_score": [7.0786, 5.0782], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 22 Feb 1996 05:00:00 GMT", "expires": 1677128400.0005748, "domain": "myspace.com"}, {"freq_score": [8.0713, 6.7099], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 07 Jun 2015 18:04:45 GMT", "expires": 1686161085.0005553, "domain": "mobilelegends.com"}, {"freq_score": [9.1548, 9.6961], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 18 Oct 2013 02:45:23 GMT", "expires": 1697597123.0006049, "domain": "tindersparks.com"}, {"freq_score": [2.6713, 4.1401], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 17 Mar 2003 12:20:05 GMT", "expires": 1615985343.5373056, "domain": "itc.cn"}, {"freq_score": [6.6325, 5.4556], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 17 Feb 2002 17:15:17 GMT", "expires": 1645118117.0004373, "domain": "fenxi.com"}, {"freq_score": [4.5251, 3.8546], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 08 Aug 2020 09:25:19 GMT", "expires": 1659950719.000428, "domain": "acsbapp.com"}, {"freq_score": [4.7178, 4.6834], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 28 Nov 1999 15:42:39 GMT", "expires": 1638114159.0005395, "domain": "3322.net"}, {"freq_score": [5.0226, 5.1241], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381226.7620208, "domain": "lt-ando-fe-lb-145112096.us-east-1.elb.amazonaws.com"}, {"freq_score": [7.1502, 6.5295], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 25 Apr 2017 09:43:52 GMT", "expires": 1619343861.0020423, "domain": "whiteboard.ms"}, {"freq_score": [9.3048, 6.8211], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 24 Oct 2019 03:58:48 GMT", "expires": 1634961528.000442, "domain": "wetvinfo.com"}, {"freq_score": [6.302, 7.5734], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381227.3998425, "domain": "github-cloud.s3.amazonaws.com"}, {"freq_score": [4.4197, 4.1487], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381227.5834548, "domain": "ets-prd2-uw1-coll-elb-2013165758.us-west-2.elb.amazonaws.com"}, {"freq_score": [7.7137, 6.9685], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 29 May 2015 23:24:01 GMT", "expires": 1622330641.0004208, "domain": "hulustream.com"}, {"freq_score": [5.3698, 6.4471], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 10 Jan 2019 08:31:29 GMT", "expires": 1610181089.000557, "domain": "intnotif.club"}, {"freq_score": [0.9168, 2.2036], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 30 Jan 2020 15:23:43 GMT", "expires": 1643469852.1784275, "domain": "0cf.io"}, {"freq_score": [5.7493, 3.8052], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 24 Mar 2016 09:28:47 GMT", "expires": 1616578127.0005708, "domain": "apxtrk.com"}, {"freq_score": [4.6999, 4.2801], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 18 Sep 2013 15:29:46 GMT", "expires": 1663514986.0004017, "domain": "hsforms.net"}, {"freq_score": [5.4785, 4.2648], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 19 Sep 2002 13:00:00 GMT", "expires": 1631973630.4971085, "domain": "google.pl"}, {"freq_score": [8.5039, 8.2378], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 02 Jul 2014 08:01:37 GMT", "expires": 1625212897.0006108, "domain": "surfcountor.com"}, {"freq_score": [9.9183, 6.7946], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 26 May 2009 20:53:33 GMT", "expires": 1622062413.000597, "domain": "zentrick.com"}, {"freq_score": [4.152, 3.7469], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 21 Mar 2011 16:41:09 GMT", "expires": 1616344869.0005422, "domain": "tacdn.com"}, {"freq_score": [9.683, 6.5722], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 22 Sep 2020 07:16:04 GMT", "expires": 1632294964.0004032, "domain": "remkev.com"}, {"freq_score": [12.7432, 6.1483], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 17 Sep 2015 09:54:26 GMT", "expires": 1631872466.0003977, "domain": "bcelive.com"}, {"freq_score": [5.3345, 7.0085], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 21 Apr 2007 02:38:37 GMT", "expires": 1618963230.3783643, "domain": "disq.us"}, {"freq_score": [4.6202, 5.0965], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 09 Nov 2017 12:16:32 GMT", "expires": 1667996192.0006475, "domain": "globalsign.cloud"}, {"freq_score": [1.9302, 1.7121], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 22 May 2015 19:00:47 GMT", "expires": 1653246078.937992, "domain": "uczzd.cn"}, {"freq_score": [6.4415, 5.0257], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 09 Aug 1998 04:00:00 GMT", "expires": 1628395200.0004153, "domain": "ctmail.com"}, {"freq_score": [5.6958, 5.0707], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 06 Jul 2020 09:48:40 GMT", "expires": 1657100920.0003483, "domain": "gammadsp.com"}, {"freq_score": [5.4972, 4.4309], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 21 Jul 2012 18:17:46 GMT", "expires": 1658427466.0003972, "domain": "trafmag.com"}, {"freq_score": [3.4183, 3.539], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 11 Apr 2016 20:32:47 GMT", "expires": 1618173167.0007207, "domain": "hmdglobal.net"}, {"freq_score": [5.5034, 4.766], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 14 Mar 1995 05:00:00 GMT", "expires": 1615780800.0006123, "domain": "cox.net"}, {"freq_score": [6.724, 6.2932], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 25 Oct 1993 04:00:00 GMT", "expires": 1635048000.0004196, "domain": "starbucks.com"}, {"freq_score": [7.5636, 6.9644], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 11 Apr 2005 18:26:56 GMT", "expires": 1618165616.0006647, "domain": "sellpoint.net"}, {"freq_score": [3.3318, 3.9757], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 22 Jan 2014 19:48:25 GMT", "expires": 1611344905.0004025, "domain": "kazfv.com"}, {"freq_score": [7.7007, 7.021], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 29 Jul 2003 22:26:01 GMT", "expires": 1659133561.000533, "domain": "concursolutions.com"}, {"freq_score": [4.6679, 3.6403], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 27 Oct 1999 16:09:02 GMT", "expires": 1666886942.0005734, "domain": "druva.com"}, {"freq_score": [9.2874, 11.0467], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 23 Dec 1996 11:00:00 GMT", "expires": 1608721200.0006766, "domain": "santander.com.br"}, {"freq_score": [8.255, 7.7878], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 12 Jan 2006 09:46:22 GMT", "expires": 1705052782.0005593, "domain": "contentful.com"}, {"freq_score": [10.7607, 5.4247], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 13 May 2016 08:48:43 GMT", "expires": 1620895723.000583, "domain": "voovlive.com"}, {"freq_score": [3.4629, 3.3092], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 01 Sep 1998 19:08:15 GMT", "expires": 1662059295.0006459, "domain": "hsbc.com.br"}, {"freq_score": [8.7955, 13.2439], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 01 May 2009 22:46:45 GMT", "expires": 1619909205.0003994, "domain": "bingj.com"}, {"freq_score": [5.6561, 5.7516], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 21 Jan 2019 13:46:10 GMT", "expires": 1611150370.0005658, "domain": "rexsrv.com"}, {"freq_score": [7.2221, 6.6169], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 26 Sep 2013 07:49:13 GMT", "expires": 1632642553.0005796, "domain": "momentumdash.com"}, {"freq_score": [6.5721, 4.6588], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 05 Jul 1996 04:00:00 GMT", "expires": 1625371200.000558, "domain": "webroot.com"}, {"freq_score": [7.1984, 7.705], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 14 Mar 1996 12:00:00 GMT", "expires": 1678795200.0006342, "domain": "bancobrasil.com.br"}, {"freq_score": [6.7341, 6.0303], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 02 Aug 2010 14:18:39 GMT", "expires": 1627913919.0006156, "domain": "myexternalip.com"}, {"freq_score": [6.5272, 6.8789], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381250.0405753, "domain": "sgp-opush-oppomobile-burst-1875077253.ap-southeast-1.elb.amazonaws.com"}, {"freq_score": [7.8047, 6.275], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 26 Nov 2002 18:08:20 GMT", "expires": 1637950100.0005891, "domain": "bradescoprime.com.br"}, {"freq_score": [7.0468, 5.9462], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 13 Mar 2014 12:52:51 GMT", "expires": 1647175971.0005705, "domain": "vidmate.net"}, {"freq_score": [4.5631, 4.8972], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 10 Jul 2014 07:56:34 GMT", "expires": 1720598194.0003967, "domain": "cdntip.com"}, {"freq_score": [2.3751, 1.1908], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 04 Sep 2018 17:48:03 GMT", "expires": 1630777740.6502087, "domain": "wogaa.sg"}, {"freq_score": [7.8074, 5.6159], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 17 May 2001 10:40:35 GMT", "expires": 1779014434.0003345, "domain": "netmarble.com"}, {"freq_score": [4.0772, 3.2001], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 10 Feb 2009 02:26:29 GMT", "expires": 1644459989.0005474, "domain": "yottaa.net"}, {"freq_score": [5.3756, 4.8926], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 09 Aug 1999 00:30:46 GMT", "expires": 1691541035.0004063, "domain": "ctrip.com"}, {"freq_score": [8.6364, 5.5555], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 23 Aug 2010 16:24:14 GMT", "expires": 1629735854.0005083, "domain": "knowbe4.com"}, {"freq_score": [5.8682, 3.9243], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 18 Nov 2019 04:07:04 GMT", "expires": 1637122084.2153354, "domain": "glxplay.io"}, {"freq_score": [10.7344, 9.3246], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 10 Mar 2008 16:44:38 GMT", "expires": 1615394678.0005722, "domain": "bleacherreport.net"}, {"freq_score": [3.8006, 3.5862], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 11 Jul 2019 07:48:11 GMT", "expires": 1625903291.0006118, "domain": "trwl1.com"}, {"freq_score": [5.0103, 4.7559], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 18 Nov 2008 21:55:24 GMT", "expires": 1637272524.000632, "domain": "pictela.net"}, {"freq_score": [7.317, 4.8256], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 12 Jun 2011 03:48:19 GMT", "expires": 1718164099.0006008, "domain": "classdojo.com"}, {"freq_score": [5.6807, 5.7242], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 20 Jan 2016 05:58:56 GMT", "expires": 1611122336.000577, "domain": "kwimgs.com"}, {"freq_score": [5.3774, 4.4307], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 24 Jun 2009 04:23:48 GMT", "expires": 1750739028.000452, "domain": "dota2.com"}, {"freq_score": [5.8225, 5.8296], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 14 Jun 2019 21:25:44 GMT", "expires": 1623619544.4575913, "domain": "medium.systems"}, {"freq_score": [10.6645, 11.9786], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 10 Mar 2020 08:44:13 GMT", "expires": 1615365853.000597, "domain": "gowithads.com"}, {"freq_score": [9.7873, 9.2292], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 09 Feb 2011 02:50:59 GMT", "expires": 1739069459.00055, "domain": "wanyol.com"}, {"freq_score": [8.4208, 6.3541], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 31 Oct 2016 23:17:45 GMT", "expires": 1730332869.087294, "domain": "chime.aws"}, {"freq_score": [5.5173, 5.8999], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 03 Feb 2018 17:13:17 GMT", "expires": 1612372397.0006487, "domain": "cdnplayer.com"}, {"freq_score": [5.4017, 6.1261], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 31 Mar 2015 00:00:00 GMT", "expires": 1617148870.7340505, "domain": "notion.so"}, {"freq_score": [5.9722, 4.1712], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 06 May 2013 17:58:11 GMT", "expires": 1620259271.508846, "domain": "prfct.co"}, {"freq_score": [4.4394, 4.7611], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 11 Jan 2012 03:38:16 GMT", "expires": 1736566696.000598, "domain": "iris.tv"}, {"freq_score": [4.2833, 2.9353], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 16 Jan 2020 09:51:00 GMT", "expires": 1610790660.0010297, "domain": "fa8ioggaki1fa.com"}, {"freq_score": [7.7812, 7.1954], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 15 Jan 2005 21:52:11 GMT", "expires": 1673819531.0005736, "domain": "upsellit.com"}, {"freq_score": [5.2096, 5.0193], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 12 Mar 2015 17:44:23 GMT", "expires": 1615571063.173571, "domain": "azure-dns.org"}, {"freq_score": [6.5958, 5.5634], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 14 Dec 2015 16:18:39 GMT", "expires": 1639498719.0004082, "domain": "medtargetsystem.com"}, {"freq_score": [5.3482, 3.9164], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 07 Jun 2017 04:40:40 GMT", "expires": 1623040840.0004165, "domain": "gopayapi.com"}, {"freq_score": [6.8332, 6.5264], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 22 Jan 1998 05:00:00 GMT", "expires": 1674277200.000541, "domain": "privy.com"}, {"freq_score": [8.3473, 10.1599], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 31 Jul 2017 00:00:00 GMT", "expires": 1627689673.524269, "domain": "stealth.si"}, {"freq_score": [5.588, 5.5334], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 03 Oct 1997 04:00:00 GMT", "expires": 1633147200.0007777, "domain": "worldnic.com"}, {"freq_score": [5.3716, 4.7603], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 09 Oct 2018 01:38:06 GMT", "expires": 1633743486.000589, "domain": "iypush.com"}, {"freq_score": [8.0487, 6.1206], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 27 Nov 2006 14:05:23 GMT", "expires": 1701093923.000642, "domain": "networkbench.com"}, {"freq_score": [5.0487, 4.869], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 31 Aug 2009 21:45:46 GMT", "expires": 1630446346.0005462, "domain": "scribdassets.com"}, {"freq_score": [5.7971, 7.0973], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 15 May 2017 10:42:57 GMT", "expires": 1621075377.0005577, "domain": "avgbrowser.com"}, {"freq_score": [8.8073, 8.4529], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 22 May 1997 04:00:00 GMT", "expires": 1653278400.0003953, "domain": "blis.com"}, {"freq_score": [5.7903, 7.1215], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381273.5076935, "domain": "m-node-alb-ssl-2111-1386296047.ap-southeast-1.elb.amazonaws.com"}, {"freq_score": [9.1223, 8.1588], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 15 Jul 2009 07:22:15 GMT", "expires": 1626333735.0006778, "domain": "mineplex.com"}, {"freq_score": [7.8982, 6.6733], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 13 Feb 2017 22:03:13 GMT", "expires": 1613253793.0006022, "domain": "homedepot-static.com"}, {"freq_score": [6.776, 5.9834], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 11 Sep 2018 16:28:06 GMT", "expires": 1631377686.000565, "domain": "ebayadservices.com"}, {"freq_score": [5.7824, 5.6174], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 27 Oct 2015 19:24:07 GMT", "expires": 1635362647.0005505, "domain": "visx.net"}, {"freq_score": [11.747, 6.4834], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 03 Oct 1999 02:24:13 GMT", "expires": 1664763853.0004096, "domain": "zedo.com"}, {"freq_score": [5.3493, 4.6587], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381273.690101, "domain": "vungle2-cdn-prod.s3.amazonaws.com"}, {"freq_score": [7.379, 7.1218], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 27 May 2019 11:22:36 GMT", "expires": 1622028156.4785635, "domain": "notifypicture.info"}, {"freq_score": [5.2852, 6.5461], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 05 Jun 1995 04:00:00 GMT", "expires": 1828285253.000605, "domain": "iana.org"}, {"freq_score": [4.9298, 5.1031], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 20 Apr 2005 18:12:43 GMT", "expires": 1871403163.0004246, "domain": "cvte.com"}, {"freq_score": [3.6894, 3.8563], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 28 Apr 2017 12:55:39 GMT", "expires": 1619614539.0006065, "domain": "zwyr157wwiu6eior.com"}, {"freq_score": [7.639, 5.6541], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 12 Feb 2014 02:27:49 GMT", "expires": 1613096869.0004075, "domain": "biligame.com"}, {"freq_score": [6.757, 6.9171], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 18 Jan 2006 21:00:00 GMT", "expires": 1642539674.9818504, "domain": "tns-counter.ru"}, {"freq_score": [9.1867, 8.3773], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 03 Jun 1993 04:00:00 GMT", "expires": 1685678400.0003815, "domain": "reuters.com"}, {"freq_score": [6.6819, 7.1752], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 22 Jun 2020 01:59:20 GMT", "expires": 1624406399.0005755, "domain": "didchinosdub.cam"}, {"freq_score": [5.0472, 4.4515], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 10 Jun 2019 04:44:22 GMT", "expires": 1623213862.0003083, "domain": "sipidwnt.com"}, {"freq_score": [5.6884, 6.2471], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381275.7051299, "domain": "aa-agkn-com-https-51506257.ap-northeast-1.elb.amazonaws.com"}, {"freq_score": [8.1832, 6.4818], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 24 May 2012 20:56:32 GMT", "expires": 1621889792.0010688, "domain": "getpostman.com"}, {"freq_score": [11.6195, 13.1432], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 25 Jul 2012 17:20:28 GMT", "expires": 1627233628.0004182, "domain": "mathads.com"}, {"freq_score": [8.801, 7.0833], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 14 Nov 2016 20:39:15 GMT", "expires": 1636922355.0003977, "domain": "ncaudienceexchange.com"}, {"freq_score": [3.3439, 3.4354], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 22 Aug 2011 15:03:16 GMT", "expires": 1661180596.0003877, "domain": "wfcdn.com"}, {"freq_score": [7.1273, 7.0178], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 29 Apr 1994 04:00:00 GMT", "expires": 1682827200.0004075, "domain": "usatoday.com"}, {"freq_score": [8.8456, 9.7066], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 28 Oct 2014 11:32:13 GMT", "expires": 1824723133.0004127, "domain": "bugfender.com"}, {"freq_score": [5.9051, 7.991], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 01 Nov 2012 09:44:30 GMT", "expires": 1635759870.000456, "domain": "tiny-vps.com"}, {"freq_score": [8.0508, 6.9124], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 11 Feb 2000 22:48:31 GMT", "expires": 1865544510.0006213, "domain": "schoolwires.com"}, {"freq_score": [8.2451, 8.6748], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 19 Dec 1996 05:00:00 GMT", "expires": 1718318027.0004027, "domain": "arin.net"}, {"freq_score": [8.4079, 10.0648], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 09 Jun 2017 16:49:38 GMT", "expires": 1749487778.837646, "domain": "crisp.chat"}, {"freq_score": [4.6514, 4.2557], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381275.8943164, "domain": "m-node-alb-ssl-1211-1770145092.us-west-1.elb.amazonaws.com"}, {"freq_score": [4.1505, 3.8917], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 20 Nov 2015 04:13:51 GMT", "expires": 1700453631.000287, "domain": "av380.net"}, {"freq_score": [6.2515, 5.7671], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 14 Mar 2017 07:57:31 GMT", "expires": 1615708651.0006218, "domain": "summitmedia-digital.com"}, {"freq_score": [12.1665, 7.3879], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 01 Sep 2008 10:43:34 GMT", "expires": 1662029014.000609, "domain": "vertamedia.com"}, {"freq_score": [5.5646, 6.1076], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 09 Aug 2012 17:54:58 GMT", "expires": 1660067698.0003972, "domain": "intuitcdn.net"}, {"freq_score": [9.8328, 9.739], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 06 Mar 1998 05:00:00 GMT", "expires": 1662609599.0004187, "domain": "businessinsider.com"}, {"freq_score": [3.8238, 6.5369], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 23 Sep 2007 03:42:03 GMT", "expires": 1727062923.000402, "domain": "qxwz.com"}, {"freq_score": [5.6528, 5.5241], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 17 May 2018 02:57:36 GMT", "expires": 1621220256.00041, "domain": "kakalili.com"}, {"freq_score": [9.4921, 7.4706], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 08 Oct 2007 21:35:28 GMT", "expires": 1633728928.0004168, "domain": "hpeprint.com"}, {"freq_score": [8.6335, 9.0226], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 29 May 2002 11:25:54 GMT", "expires": 1622287554.0004148, "domain": "groupon.com"}, {"freq_score": [7.8058, 6.7572], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 29 Jun 1995 04:00:00 GMT", "expires": 1624852800.00046, "domain": "lowes.com"}, {"freq_score": [9.3142, 8.6759], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 24 Feb 1998 05:00:00 GMT", "expires": 1677128400.000399, "domain": "carousell.com"}, {"freq_score": [6.3724, 5.4108], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 20 Apr 2018 02:40:34 GMT", "expires": 1618886434.000438, "domain": "connectrcs.com"}, {"freq_score": [5.9497, 4.8929], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 25 Feb 2016 00:00:00 GMT", "expires": 1771977679.330563, "domain": "megadata.co.kr"}, {"freq_score": [10.2348, 4.8537], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 19 Aug 2008 23:02:58 GMT", "expires": 1755644657.7424328, "domain": "judge.me"}, {"freq_score": [10.8075, 7.291], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 19 Feb 2013 07:24:11 GMT", "expires": 1613719451.0003996, "domain": "inbake.com"}, {"freq_score": [3.22, 2.9646], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 08 Mar 2017 18:24:26 GMT", "expires": 1615227866.0006692, "domain": "pixsrvcs.com"}, {"freq_score": [6.4772, 5.1664], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 26 Feb 1998 05:00:00 GMT", "expires": 1614229200.0005658, "domain": "spiceworks.com"}, {"freq_score": [7.6869, 6.6392], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 21 Feb 2000 11:47:33 GMT", "expires": 1708516053.0005734, "domain": "deduce.com"}, {"freq_score": [8.3469, 6.9539], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 09 Sep 2019 13:35:56 GMT", "expires": 1631108156.00043, "domain": "coocoowhatsapp.com"}, {"freq_score": [7.6481, 6.2737], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 03 Nov 2012 16:52:49 GMT", "expires": 1856883169.0004215, "domain": "wisepops.com"}, {"freq_score": [2.5243, 3.5784], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 25 May 2020 07:38:20 GMT", "expires": 1621928300.000447, "domain": "g2app.net"}, {"freq_score": [7.9117, 7.2631], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 12 Dec 1996 05:00:00 GMT", "expires": 1765429200.0003986, "domain": "nuance.com"}, {"freq_score": [8.7471, 7.5253], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 03 Feb 1999 05:00:00 GMT", "expires": 1612328400.0004022, "domain": "outsideonline.com"}, {"freq_score": [7.4919, 7.144], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 03 Apr 2000 11:13:50 GMT", "expires": 1806750830.0004435, "domain": "glance.net"}, {"freq_score": [7.711, 5.6082], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 22 Dec 1998 05:00:00 GMT", "expires": 1640149200.0005574, "domain": "visionobjects.com"}, {"freq_score": [8.3462, 8.4108], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 20 Jan 2015 10:26:09 GMT", "expires": 1611138369.0004106, "domain": "karousell.com"}, {"freq_score": [4.6606, 4.3322], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381279.135728, "domain": "apiproxy-push3-vpc0-387817318.us-west-2.elb.amazonaws.com"}, {"freq_score": [7.0873, 7.0948], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 09 Jun 2011 21:19:18 GMT", "expires": 1623273558.0004008, "domain": "skplanet.com"}, {"freq_score": [7.0526, 6.0597], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 10 Feb 2012 21:18:17 GMT", "expires": 1612991897.0004084, "domain": "cxpublic.com"}, {"freq_score": [4.3944, 3.774], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 10 Apr 2019 15:16:26 GMT", "expires": 1617981386.0006082, "domain": "acsbap.com"}, {"freq_score": [3.6384, 3.2963], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 28 Mar 2013 12:31:17 GMT", "expires": 1616934677.0004241, "domain": "wxhnm.com"}, {"freq_score": [4.0863, 3.9798], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 26 Mar 2019 22:28:37 GMT", "expires": 1616711328.3320618, "domain": "il1i.co"}, {"freq_score": [6.8745, 6.2471], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 17 Apr 1995 04:00:00 GMT", "expires": 1618718400.000625, "domain": "cobaltgroup.com"}, {"freq_score": [5.404, 4.656], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 05 Mar 1994 05:00:00 GMT", "expires": 1615006800.0002842, "domain": "cnet.com"}, {"freq_score": [9.5707, 9.97], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 04 May 2007 15:03:05 GMT", "expires": 1683212585.0006056, "domain": "thomsonreuters.com"}, {"freq_score": [8.0801, 7.0371], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 25 Apr 2015 16:27:20 GMT", "expires": 1714062440.0004203, "domain": "radiantmediatechs.com"}, {"freq_score": [6.9682, 5.7303], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 16 Oct 2006 22:54:08 GMT", "expires": 1634424848.0004714, "domain": "qwapi.com"}, {"freq_score": [7.517, 6.8788], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 15 May 2020 16:32:47 GMT", "expires": 1621096367.0002575, "domain": "ibeat-analytics.com"}, {"freq_score": [5.9316, 4.6191], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 06 Jan 1993 05:00:00 GMT", "expires": 1704430800.000912, "domain": "factset.com"}, {"freq_score": [8.2497, 7.2705], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 07 Sep 2020 13:00:51 GMT", "expires": 1631019651.0005915, "domain": "regulationprivilegescan.top"}, {"freq_score": [6.5233, 5.8176], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 19 Mar 2014 05:47:06 GMT", "expires": 1679204826.0004072, "domain": "videoder.net"}, {"freq_score": [7.2073, 6.5785], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 13 Jul 2007 23:24:41 GMT", "expires": 1657754681.0004756, "domain": "learnosity.com"}, {"freq_score": [8.6372, 7.1541], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 20 Jan 2014 19:28:54 GMT", "expires": 1611170934.0004117, "domain": "tapresearch.com"}, {"freq_score": [4.7924, 4.5778], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 09 Aug 2004 10:10:04 GMT", "expires": 1723198204.0004141, "domain": "c-ctrip.com"}, {"freq_score": [1.9756, 2.2734], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 15 Sep 2008 12:14:59 GMT", "expires": 1631708099.0004323, "domain": "sftcdn.net"}, {"freq_score": [3.2827, 3.0532], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 01 Jun 2016 17:43:10 GMT", "expires": 1685641390.0004046, "domain": "kknews.cc"}, {"freq_score": [4.5462, 5.3572], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 11 Jun 2016 11:13:44 GMT", "expires": 1718104424.0004888, "domain": "postimg.cc"}, {"freq_score": [6.9397, 5.4959], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 24 Jul 2017 11:43:18 GMT", "expires": 1627126998.0006115, "domain": "appittech.com"}, {"freq_score": [8.6123, 7.7962], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 21 Sep 2020 14:11:24 GMT", "expires": 1632233484.000475, "domain": "richcatis.com"}, {"freq_score": [3.8498, 5.2038], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 19 Oct 2006 08:38:18 GMT", "expires": 1666168698.0005817, "domain": "vzuu.com"}, {"freq_score": [8.5615, 6.7266], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 04 Jan 1999 05:00:00 GMT", "expires": 1609736400.000554, "domain": "churchofjesuschrist.org"}, {"freq_score": [6.2751, 6.0756], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 17 Mar 2012 23:02:59 GMT", "expires": 1616022179.0010738, "domain": "narvar.com"}, {"freq_score": [4.9276, 4.4238], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 25 Nov 2016 12:05:29 GMT", "expires": 1637841929.0004163, "domain": "unoadsrv.com"}, {"freq_score": [7.5551, 8.8166], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 27 Feb 2009 20:18:20 GMT", "expires": 1645993100.0004606, "domain": "cdn-redfin.com"}, {"freq_score": [4.4992, 3.9444], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381210.688843, "domain": "elb-a1api-1505653920.us-west-2.elb.amazonaws.com"}, {"freq_score": [3.8248, 3.6693], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 20 Feb 2017 04:14:26 GMT", "expires": 1613794466.0004916, "domain": "yun-app.net"}, {"freq_score": [8.6403, 8.5062], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 03 Aug 2015 17:40:02 GMT", "expires": 1628012402.0003974, "domain": "zillowrentalmanager.com"}, {"freq_score": [9.3861, 9.7228], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 18 Sep 2001 18:06:01 GMT", "expires": 1695060360.000399, "domain": "myfinance.com"}, {"freq_score": [7.225, 5.3897], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 19 Jul 2004 17:48:33 GMT", "expires": 1626716913.0006561, "domain": "padlet.com"}, {"freq_score": [7.5357, 6.5758], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 31 Aug 1996 04:00:00 GMT", "expires": 1630296000.000653, "domain": "fidelity.com"}, {"freq_score": [9.8592, 8.8407], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 25 Jun 2014 02:47:55 GMT", "expires": 1624589275.000391, "domain": "schemaapp.com"}, {"freq_score": [13.3356, 9.4821], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 12 May 2020 06:03:23 GMT", "expires": 1620799411.7500453, "domain": "adservers.me"}, {"freq_score": [12.1051, 6.9828], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 04 Nov 2020 15:31:20 GMT", "expires": 1636039880.000408, "domain": "pp19000.com"}, {"freq_score": [7.3793, 7.2284], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 04 Sep 2018 12:48:41 GMT", "expires": 1630759721.000417, "domain": "toptradingspot.com"}, {"freq_score": [3.4636, 3.3199], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 14 Nov 2014 09:08:03 GMT", "expires": 1636880883.000593, "domain": "kappacdn.net"}, {"freq_score": [6.2804, 5.7564], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 30 Mar 1995 05:00:00 GMT", "expires": 1617163200.0005727, "domain": "epsilon.com"}, {"freq_score": [6.7791, 7.9782], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381208.9650319, "domain": "dzut-prod-frontend-lb-1480785810.ap-southeast-1.elb.amazonaws.com"}, {"freq_score": [7.2372, 6.147], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 31 Dec 1997 05:00:00 GMT", "expires": 1640840400.0006382, "domain": "tracfone.com"}, {"freq_score": [4.5357, 3.2565], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 19 Jul 2016 08:24:26 GMT", "expires": 1626683066.0008485, "domain": "cafefcdn.com"}, {"freq_score": [9.0851, 7.3063], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 29 Jun 2020 08:51:39 GMT", "expires": 1624956699.0005922, "domain": "appmeasurements.com"}, {"freq_score": [1.625, 1.6398], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 02 Apr 2004 05:04:56 GMT", "expires": 1648875907.9891205, "domain": "pp.cn"}, {"freq_score": [6.2708, 4.9116], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 08 Apr 2016 08:54:40 GMT", "expires": 1649408080.0004303, "domain": "simejiglobal.com"}, {"freq_score": [2.8356, 4.1992], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 25 Jul 1991 04:00:00 GMT", "expires": 1848024000.0005436, "domain": "ap.org"}, {"freq_score": [3.1854, 1.4655], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 24 Nov 2014 18:32:35 GMT", "expires": 1637778768.6196325, "domain": "360-api.cn"}, {"freq_score": [5.7458, 5.7437], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381213.8556864, "domain": "huntress-updates.s3.amazonaws.com"}, {"freq_score": [4.9806, 4.9491], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 12 Sep 2019 14:41:25 GMT", "expires": 1631371285.0005662, "domain": "znewswork.com"}, {"freq_score": [5.5871, 6.0951], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 27 Apr 2020 07:39:57 GMT", "expires": 1619509197.0005348, "domain": "ariagroup.net"}, {"freq_score": [7.776, 7.2419], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 09 Aug 2016 03:00:23 GMT", "expires": 1628478023.0003934, "domain": "dhrest.com"}, {"freq_score": [5.6488, 4.708], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 25 Jul 2014 04:13:01 GMT", "expires": 1658722381.0005782, "domain": "kunlunno.com"}, {"freq_score": [7.6342, 6.3855], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 11 Nov 2015 14:10:35 GMT", "expires": 1636639851.78006, "domain": "dowjones.io"}, {"freq_score": [5.6107, 5.8923], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 02 Aug 2007 08:11:39 GMT", "expires": 1627891899.0004673, "domain": "alyac.com"}, {"freq_score": [7.115, 5.7242], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 18 Jun 2000 15:12:39 GMT", "expires": 1718723559.0007317, "domain": "sleepnumber.com"}, {"freq_score": [7.881, 8.2962], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 04 Jan 2011 23:11:58 GMT", "expires": 1704409936.1727219, "domain": "dable-api.ap-northeast-2.elasticbeanstalk.com"}, {"freq_score": [5.4131, 4.7321], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 28 Mar 2011 02:47:11 GMT", "expires": 1616899631.0006726, "domain": "ksyun.com"}, {"freq_score": [3.8805, 2.9245], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 12 Jun 2012 04:44:38 GMT", "expires": 1686528022.5861723, "domain": "wltx.co"}, {"freq_score": [8.6597, 6.7138], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 13 Dec 2016 09:24:57 GMT", "expires": 1670923497.000396, "domain": "sat4ken.com"}, {"freq_score": [12.8211, 9.9745], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 04 Aug 2011 16:27:40 GMT", "expires": 1659630460.0003946, "domain": "deliveryhero.net"}, {"freq_score": [7.5842, 6.418], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 18 Nov 2014 23:40:51 GMT", "expires": 1637278851.0005774, "domain": "licensebuttons.net"}, {"freq_score": [10.6017, 12.3123], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 20 Apr 2020 14:13:48 GMT", "expires": 1618928028.000539, "domain": "pritha-ner.com"}, {"freq_score": [7.4341, 7.5032], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 29 Mar 2017 02:16:28 GMT", "expires": 1616984188.0004134, "domain": "moceanwp.com"}, {"freq_score": [5.5247, 3.6542], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 10 Feb 2009 02:26:26 GMT", "expires": 1644459986.0004096, "domain": "yottaa.com"}, {"freq_score": [12.5522, 7.8916], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 12 Nov 2001 08:08:01 GMT", "expires": 1636704481.0005507, "domain": "livejasmin.com"}, {"freq_score": [7.933, 8.1532], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 23 Jun 2014 06:48:14 GMT", "expires": 1655966894.0005848, "domain": "sindonews.net"}, {"freq_score": [8.8548, 5.0216], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 16 Oct 2019 18:58:05 GMT", "expires": 1634324285.0004928, "domain": "tabletcaptiveportal.com"}, {"freq_score": [4.6981, 4.6973], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 09 Dec 2009 16:57:47 GMT", "expires": 1639069067.0005336, "domain": "espssl.com"}, {"freq_score": [7.1282, 9.7347], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 28 Jun 2011 15:06:27 GMT", "expires": 1619395224.0855172, "domain": "g.co"}, {"freq_score": [9.0642, 8.9795], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 21 Jun 2006 04:16:36 GMT", "expires": 1687320996.0003936, "domain": "printfriendly.com"}, {"freq_score": [5.7621, 5.3815], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 25 Dec 2014 19:28:03 GMT", "expires": 1671996483.0003173, "domain": "feedmob.com"}, {"freq_score": [8.9806, 10.4787], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 19 Nov 2018 03:40:37 GMT", "expires": 1637293237.0003877, "domain": "5nuthost.com"}, {"freq_score": [8.1173, 5.5196], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 12 Aug 1999 12:18:41 GMT", "expires": 1786537110.0004067, "domain": "connextra.com"}, {"freq_score": [1.4356, 1.6231], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 30 Aug 2016 22:44:53 GMT", "expires": 1661899530.4588885, "domain": "tlnk.io"}, {"freq_score": [4.6993, 5.0884], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 08 Jan 2018 12:40:25 GMT", "expires": 1610109664.1011608, "domain": "glassboxdigital.io"}, {"freq_score": [5.2445, 4.4718], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 25 Jan 2012 20:21:06 GMT", "expires": 1800908466.000468, "domain": "opsgenie.com"}, {"freq_score": [7.9966, 7.4413], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 28 Sep 2018 14:55:49 GMT", "expires": 1632840949.000459, "domain": "ladisales.com"}, {"freq_score": [6.1665, 4.9432], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 19 Feb 2020 17:10:52 GMT", "expires": 1613754652.000554, "domain": "imghst-de.com"}, {"freq_score": [4.2565, 3.829], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381240.4617484, "domain": "r5-pc.s3.amazonaws.com"}, {"freq_score": [5.001, 4.523], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 23 Sep 2012 08:25:43 GMT", "expires": 1632385543.000394, "domain": "optaim.com"}, {"freq_score": [4.6139, 5.0048], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 17 Feb 2020 14:35:03 GMT", "expires": 1613572503.0004864, "domain": "claroadsxml.com"}, {"freq_score": [8.9771, 6.6069], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 15 Mar 2016 18:06:31 GMT", "expires": 1615831591.0005124, "domain": "timecommerce.net"}, {"freq_score": [6.8859, 5.2656], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 12 Jun 2004 18:00:21 GMT", "expires": 1907517621.0005853, "domain": "wikihow.com"}, {"freq_score": [13.8205, 14.2752], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 20 Mar 1998 05:00:00 GMT", "expires": 1616126400.0005643, "domain": "meredith.com"}, {"freq_score": [6.4363, 6.0933], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 18 Sep 2004 11:29:14 GMT", "expires": 1631964597.1147754, "domain": "firefox.com.cn"}, {"freq_score": [10.7422, 9.6602], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 14 Jan 2005 18:52:02 GMT", "expires": 1610650322.2106104, "domain": "schema.org"}, {"freq_score": [5.7073, 5.337], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 29 Jul 1995 04:00:00 GMT", "expires": 1627444800.000642, "domain": "idexx.com"}, {"freq_score": [9.6017, 8.2293], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 29 Dec 2008 09:38:52 GMT", "expires": 1893231532.0006232, "domain": "dangbei.com"}, {"freq_score": [6.4755, 5.727], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 19 Sep 2002 05:44:08 GMT", "expires": 1663566305.0006733, "domain": "surfeasy.com"}, {"freq_score": [5.4991, 4.3548], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 30 Apr 2017 21:02:21 GMT", "expires": 1619740844.6701777, "domain": "smilecdn.co"}, {"freq_score": [7.4894, 7.3099], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 16 Nov 2020 01:37:24 GMT", "expires": 1637026644.000556, "domain": "semblanceterrifiednoon.com"}, {"freq_score": [2.1418, 3.228], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 01 Oct 2012 14:11:47 GMT", "expires": 1633097507.000615, "domain": "ab1n.net"}, {"freq_score": [6.4388, 5.5712], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 15 Nov 2020 02:12:40 GMT", "expires": 1636942360.000577, "domain": "bubblyalibiappear.com"}, {"freq_score": [8.0077, 10.9456], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 30 Mar 2011 16:33:09 GMT", "expires": 1617121989.0005658, "domain": "thdws.com"}, {"freq_score": [5.8726, 6.5174], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 02 Apr 2014 19:36:03 GMT", "expires": 1617392163.0005584, "domain": "atlassbx.com"}, {"freq_score": [11.5007, 10.0822], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 20 Jul 2005 02:15:22 GMT", "expires": 1626747322.0004168, "domain": "bleacherreport.com"}, {"freq_score": [5.7152, 4.86], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 01 Jun 2015 18:28:50 GMT", "expires": 1622572130.0005758, "domain": "getadmiral.com"}, {"freq_score": [7.7544, 7.6834], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 22 Aug 2005 21:30:30 GMT", "expires": 1755898230.0003994, "domain": "funshion.com"}, {"freq_score": [4.8658, 5.7742], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 21 Mar 2016 07:12:48 GMT", "expires": 1647820845.9397585, "domain": "enzymic.co"}, {"freq_score": [8.2804, 5.8147], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 11 Apr 2008 14:43:07 GMT", "expires": 1669784399.0007615, "domain": "nakedapartments.com"}, {"freq_score": [7.4947, 8.1278], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 20 Nov 2019 11:06:08 GMT", "expires": 1637319968.0005703, "domain": "fouanalytics.com"}, {"freq_score": [7.0875, 6.542], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 15 Jul 2010 06:46:20 GMT", "expires": 1752561980.0006206, "domain": "hismarttv.com"}, {"freq_score": [10.2029, 10.7148], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 15 Nov 2020 02:13:50 GMT", "expires": 1636942430.0004115, "domain": "saturdayloathe.com"}, {"freq_score": [9.2551, 13.2997], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 31 May 2016 11:02:11 GMT", "expires": 1685530931.0006187, "domain": "qingmang.mobi"}, {"freq_score": [6.5732, 6.2964], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 16 Nov 2020 01:36:53 GMT", "expires": 1637026613.000412, "domain": "recyclesubsidedplight.com"}, {"freq_score": [6.1996, 6.2756], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 19 Jun 2003 18:23:23 GMT", "expires": 1624127003.000553, "domain": "barracudanetworks.com"}, {"freq_score": [9.6389, 8.3673], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Jan 2001 20:13:13 GMT", "expires": 1768767193.0005608, "domain": "foxcareers.com"}, {"freq_score": [7.1329, 7.4187], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 10 Aug 2016 16:44:02 GMT", "expires": 1754844242.0004077, "domain": "y2mate.com"}, {"freq_score": [2.7408, 0.0204], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 23 Mar 2020 16:01:27 GMT", "expires": 1616543999.0005648, "domain": "399e2697.pw"}, {"freq_score": [8.6748, 7.5309], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 10 Dec 2000 11:35:20 GMT", "expires": 1702208119.0003989, "domain": "fonts.com"}, {"freq_score": [3.159, 3.1225], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 27 Mar 2019 10:06:21 GMT", "expires": 1616753181.0005722, "domain": "f2ecdn.com"}, {"freq_score": [5.6131, 5.1294], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 29 May 1997 04:00:00 GMT", "expires": 1906171200.0005352, "domain": "airasia.com"}, {"freq_score": [5.832, 6.8449], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 10 May 2018 08:47:18 GMT", "expires": 1652172438.0004387, "domain": "adxadserv.com"}, {"freq_score": [7.1677, 7.1881], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 30 Dec 2013 23:50:16 GMT", "expires": 1609372265.5667202, "domain": "contentstack.io"}, {"freq_score": [4.9028, 8.1528], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 29 Aug 2018 09:28:26 GMT", "expires": 1630229356.1808195, "domain": "tower0788.cn"}, {"freq_score": [4.6513, 4.561], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 18 Aug 2020 15:51:19 GMT", "expires": 1660837879.0006404, "domain": "ubvip1999.com"}, {"freq_score": [7.6561, 7.841], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 14 Mar 1997 05:00:00 GMT", "expires": 1647316800.0004144, "domain": "hanmail.net"}, {"freq_score": [8.3206, 7.7229], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 26 Jan 2004 19:12:41 GMT", "expires": 1854399999.0005465, "domain": "pricespider.com"}, {"freq_score": [1.971, 2.3992], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 21 Oct 2010 21:02:36 GMT", "expires": 1729544556.0005631, "domain": "awsdns-41.net"}, {"freq_score": [7.2202, 7.1123], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Sep 2014 04:23:25 GMT", "expires": 1631939057.6594322, "domain": "firstimpression.io"}, {"freq_score": [4.9882, 4.8103], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 12 Jan 2000 07:17:18 GMT", "expires": 1736666238.0004, "domain": "hupu.com"}, {"freq_score": [3.3508, 3.6957], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 01 Feb 2012 02:35:28 GMT", "expires": 1643682928.000438, "domain": "xmcdn.com"}, {"freq_score": [7.0386, 6.6582], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 19 Aug 2015 16:24:18 GMT", "expires": 1660926258.0005865, "domain": "tencentmusic.com"}, {"freq_score": [6.3503, 4.6116], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 22 Apr 2010 18:57:27 GMT", "expires": 1619117847.0006478, "domain": "deepl.com"}, {"freq_score": [6.6732, 6.8113], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 07 Jul 1999 21:01:45 GMT", "expires": 1666122684.0005298, "domain": "shutterfly.com"}, {"freq_score": [10.1825, 6.1961], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 18 Apr 2011 21:25:29 GMT", "expires": 1713475582.8851054, "domain": "squarespace.map.fastly.net"}, {"freq_score": [5.8676, 5.9797], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 05 Feb 2017 09:52:47 GMT", "expires": 1612518767.0005257, "domain": "nhattruyen.com"}, {"freq_score": [4.9912, 6.3275], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 23 Jan 1992 05:00:00 GMT", "expires": 1611464400.0003994, "domain": "pb.com"}, {"freq_score": [3.5679, 2.9728], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 07 Dec 2003 19:25:58 GMT", "expires": 1701977158.0005996, "domain": "duoyi.com"}, {"freq_score": [5.9156, 5.4769], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 25 Nov 2019 12:14:08 GMT", "expires": 1637756048.9033277, "domain": "ssm.codes"}, {"freq_score": [4.7605, 4.5665], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 30 Dec 2004 20:45:33 GMT", "expires": 1640897188.4976478, "domain": "alipay.cn"}, {"freq_score": [4.672, 4.7134], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 02 Jan 2013 21:59:15 GMT", "expires": 1609624755.000734, "domain": "bigleaf.net"}, {"freq_score": [6.7843, 6.4003], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 14 Nov 2017 20:09:33 GMT", "expires": 1826222973.0003068, "domain": "cloudflarebolt.com"}, {"freq_score": [3.5115, 3.3435], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 11 Mar 2011 19:06:26 GMT", "expires": 1615485986.0006366, "domain": "wsodcdn.com"}, {"freq_score": [8.3692, 9.8082], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 05 Apr 1995 04:00:00 GMT", "expires": 1617681600.0005863, "domain": "dlink.com"}, {"freq_score": [12.7653, 6.9945], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 04 Nov 2020 15:31:20 GMT", "expires": 1636039880.0004904, "domain": "pp11000.com"}, {"freq_score": [7.0795, 7.1213], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 12 Feb 2014 00:13:02 GMT", "expires": 1613088782.0005937, "domain": "chatidcdn.com"}, {"freq_score": [3.9461, 2.9586], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 05 Feb 2019 14:07:59 GMT", "expires": 1612447679.0005898, "domain": "rtpdn11.com"}, {"freq_score": [6.4547, 4.9198], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 12 Feb 2014 02:27:49 GMT", "expires": 1613096869.0004041, "domain": "biligame.net"}, {"freq_score": [0.2749, 0.5994], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 08 Dec 2014 18:17:07 GMT", "expires": 1702059484.0970435, "domain": "yzcdn.cn"}, {"freq_score": [5.3344, 4.9215], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 03 Jun 2018 00:00:00 GMT", "expires": 1622678458.7202508, "domain": "demonii.si"}, {"freq_score": [1.4458, 2.0846], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 21 Sep 2018 21:07:43 GMT", "expires": 1632258523.1064527, "domain": "amlg.io"}, {"freq_score": [6.4497, 8.6034], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 21 May 2018 22:38:47 GMT", "expires": 1653172788.6072447, "domain": "qcinternal.io"}, {"freq_score": [4.2062, 3.6347], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 27 Oct 2015 12:14:46 GMT", "expires": 1635336949.0010402, "domain": "airbridge.io"}, {"freq_score": [11.9848, 9.8444], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 18 Apr 2020 13:36:27 GMT", "expires": 1650288987.000402, "domain": "premiumvertising.com"}, {"freq_score": [10.9418, 8.5409], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 08 Nov 2007 15:04:30 GMT", "expires": 1636383870.0004008, "domain": "registrar-servers.com"}, {"freq_score": [6.2906, 5.7239], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 06 Nov 2006 19:02:36 GMT", "expires": 1636225356.0004327, "domain": "geoplugin.net"}, {"freq_score": [5.7176, 6.0334], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 31 Dec 2019 14:34:15 GMT", "expires": 1609459199.0006046, "domain": "coralreefs.xyz"}, {"freq_score": [9.8372, 9.261], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 10 Sep 2003 01:47:34 GMT", "expires": 1631238454.000539, "domain": "andomedia.com"}, {"freq_score": [3.3964, 2.8233], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 12 Mar 2013 22:11:56 GMT", "expires": 1710281581.6418793, "domain": "1605158521.rsc.cdn77.org"}, {"freq_score": [6.4636, 4.2145], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 06 Jun 1996 04:00:00 GMT", "expires": 1622865600.0005524, "domain": "java.com"}, {"freq_score": [7.3192, 6.7082], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 25 Jan 2014 06:59:16 GMT", "expires": 1706165956.0006316, "domain": "bittrex.com"}, {"freq_score": [6.1432, 6.1953], "seen_by_isc": "TOP1M", "seen_by_web": "Sun, 01 May 2016 07:04:53 GMT", "expires": 1714547093.00056, "domain": "pushowl.com"}, {"freq_score": [11.0505, 9.1117], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 05 Mar 2018 14:33:31 GMT", "expires": 1614954811.0006657, "domain": "codedexchange.com"}, {"freq_score": [7.9248, 6.2739], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 14 May 2020 19:51:35 GMT", "expires": 1621021895.0005822, "domain": "mapuravity.com"}, {"freq_score": [5.7293, 6.5611], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 27 Jul 2018 07:50:45 GMT", "expires": 1627372245.7566435, "domain": "shorten.asia"}, {"freq_score": [5.2347, 4.6803], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 23 May 1997 04:00:00 GMT", "expires": 1779595200.000408, "domain": "ssl.com"}, {"freq_score": [7.9658, 7.7924], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 20 Mar 2014 07:29:56 GMT", "expires": 1616225396.0005467, "domain": "vinid.net"}, {"freq_score": [2.9649, 3.122], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 12 Apr 2002 06:03:14 GMT", "expires": 1744437794.0005772, "domain": "ipip.net"}, {"freq_score": [5.6333, 4.5057], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 23 Nov 1993 05:00:00 GMT", "expires": 1637557200.0006292, "domain": "delta.com"}, {"freq_score": [6.5278, 6.3714], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 08 Nov 2001 02:22:32 GMT", "expires": 1636338152.4575627, "domain": "ultradns.info"}, {"freq_score": [6.1087, 7.1123], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 30 May 2005 18:30:40 GMT", "expires": 1685471440.0007136, "domain": "noxgroup.com"}, {"freq_score": [8.0863, 6.9935], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 09 May 1996 04:00:00 GMT", "expires": 1620619200.000647, "domain": "f-secure.com"}, {"freq_score": [7.872, 6.7877], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 25 Apr 2000 04:59:54 GMT", "expires": 1628395199.0003912, "domain": "deviantart.com"}, {"freq_score": [10.4823, 5.7364], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 08 Mar 2016 17:48:27 GMT", "expires": 1615225707.0005794, "domain": "levelaccess.net"}, {"freq_score": [9.0186, 9.1464], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 05 Aug 2011 03:00:59 GMT", "expires": 1691204459.0005763, "domain": "sindonews.com"}, {"freq_score": [6.4641, 5.4215], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 04 Feb 2010 02:05:52 GMT", "expires": 1612396867.661931, "domain": "placehold.it"}, {"freq_score": [5.0018, 3.6075], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 24 Jun 2015 18:03:24 GMT", "expires": 1656093873.0115786, "domain": "smooch.io"}, {"freq_score": [6.612, 6.1129], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 26 Dec 2013 16:24:15 GMT", "expires": 1608999925.6741376, "domain": "connecto.io"}, {"freq_score": [6.292, 4.243], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 29 Jul 2020 23:55:30 GMT", "expires": 1627603002.003379, "domain": "videocampaign.co"}, {"freq_score": [3.5596, 3.5286], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 25 Jul 2012 15:05:32 GMT", "expires": 1658761532.0005357, "domain": "adsdcsp.com"}, {"freq_score": [8.2215, 7.2473], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 11 Dec 2009 11:17:38 GMT", "expires": 1607685458.0004175, "domain": "smartfren.com"}, {"freq_score": [3.5362, 4.1442], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 02 Sep 1999 17:13:34 GMT", "expires": 1662138814.0005667, "domain": "lacnic.net"}, {"freq_score": [8.2124, 8.5124], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 09 Jan 2008 08:42:55 GMT", "expires": 1673253775.0006163, "domain": "flagcounter.com"}, {"freq_score": [7.2932, 7.0649], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 22 Mar 2001 21:43:30 GMT", "expires": 1616445810.0005965, "domain": "listrak.com"}, {"freq_score": [6.3176, 5.1889], "seen_by_isc": "TOP1M", "seen_by_web": "Wed, 17 Sep 2014 12:15:12 GMT", "expires": 1631880912.0004063, "domain": "mp3juices.cc"}, {"freq_score": [4.0494, 3.4604], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 13 May 2013 14:15:32 GMT", "expires": 1747145732.0005412, "domain": "rncdn5.com"}, {"freq_score": [5.1403, 4.6405], "seen_by_isc": "TOP1M", "seen_by_web": "Fri, 20 Nov 1998 05:00:00 GMT", "expires": 1637298000.00041, "domain": "jio.com"}, {"freq_score": [10.1188, 6.7226], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 19 Jun 2012 00:00:00 GMT", "expires": 1624060873.5472538, "domain": "deliveroo.co.uk"}, {"freq_score": [8.5956, 8.5259], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 13 Jul 2020 02:42:28 GMT", "expires": 1626144148.6756172, "domain": "dotctracking.info"}, {"freq_score": [6.8999, 5.6569], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 22 Apr 1997 04:00:00 GMT", "expires": 1682222400.0006554, "domain": "bungie.net"}, {"freq_score": [6.6554, 5.4881], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 05 Jan 1993 05:00:00 GMT", "expires": 1609736400.0004146, "domain": "marriott.com"}, {"freq_score": [7.7484, 8.6574], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 07 Nov 2013 19:15:36 GMT", "expires": 1636312536.0006413, "domain": "answerscloud.com"}, {"freq_score": [4.662, 3.7677], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 25 Nov 1997 05:00:00 GMT", "expires": 1890190800.0005722, "domain": "tcs.com"}, {"freq_score": [6.3501, 5.6259], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 18 Jan 2011 19:27:27 GMT", "expires": 1610998047.0006177, "domain": "polarbyte.com"}, {"freq_score": [8.2293, 6.3329], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 06 Feb 2018 11:29:13 GMT", "expires": 1675682953.0003884, "domain": "ca-richimage.com"}, {"freq_score": [2.8705, 2.3661], "seen_by_isc": "TOP1M", "seen_by_web": "Tue, 15 May 2018 17:37:21 GMT", "expires": 1621100316.1792016, "domain": "applk.cn"}, {"freq_score": [12.6505, 7.5575], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 27 Jun 1996 04:00:00 GMT", "expires": 1624680000.0005772, "domain": "oregonlive.com"}, {"freq_score": [15.4037, 8.8214], "seen_by_isc": "TOP1M", "seen_by_web": "Sat, 08 Mar 2014 10:29:33 GMT", "expires": 1741429773.000587, "domain": "revechat.com"}, {"freq_score": [6.0748, 5.8584], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 09 Mar 2006 02:16:26 GMT", "expires": 1646792262.76666, "domain": "battlenet.com.cn"}, {"freq_score": [6.4835, 6.6472], "seen_by_isc": "TOP1M", "seen_by_web": "Mon, 31 Aug 2009 00:00:00 GMT", "expires": 1756598478.5915928, "domain": "garena.tw"}, {"freq_score": [5.9467, 5.3874], "seen_by_isc": "TOP1M", "seen_by_web": "Thu, 18 Aug 2005 02:10:45 GMT", "expires": 1705381278.840671,
gitextract_9kf6vrpr/ ├── .gitignore ├── COPYING ├── Dockerfile ├── MANIFEST.in ├── README.md ├── domain_stats/ │ ├── __init__.py │ ├── config.py │ ├── data/ │ │ ├── domain_stats.service │ │ ├── domain_stats.zeek │ │ ├── elasticsearch.zeek.domain.pipeline │ │ ├── freqtable2018.freq │ │ └── top1m.import │ ├── domain-loader.py │ ├── expiring_diskcache.py │ ├── freq.py │ ├── launch.py │ ├── network_io.py │ ├── rdap_query.py │ ├── server.py │ ├── settings.py │ └── utils.py ├── overview.drawio ├── setup.py └── start.sh
SYMBOL INDEX (62 symbols across 10 files)
FILE: domain_stats/config.py
class Config (line 4) | class Config(UserDict):
method __init__ (line 6) | def __init__(self, filename=""):
method load_config (line 11) | def load_config(self, filename = None):
method save_config (line 16) | def save_config(self, filename = None):
FILE: domain_stats/domain-loader.py
function whois_patch_domain (line 16) | def whois_patch_domain(domain, freq, alerts):
FILE: domain_stats/expiring_diskcache.py
class ExpiringCache (line 4) | class ExpiringCache:
method __init__ (line 6) | def __init__(self, cache_path):
method set (line 10) | def set(self, domain, domain_record, seconds_to_live, tag=None):
method get (line 13) | def get(self, key):
method cache_dump (line 16) | def cache_dump(self,offset=0, limit=100):
method cache_get (line 33) | def cache_get(self,key):
method cache_info (line 44) | def cache_info(self):
FILE: domain_stats/freq.py
class node (line 13) | class node():
method __init__ (line 30) | def __init__(self,parent):
method __getitem__ (line 36) | def __getitem__(self,key):
method __setitem__ (line 42) | def __setitem__(self,key,value):
method count (line 50) | def count(self):
class FreqCounter (line 56) | class FreqCounter(dict):
method __init__ (line 91) | def __init__(self, *args,**kwargs):
method __getitem__ (line 99) | def __getitem__(self,key):
method __iter__ (line 102) | def __iter__(self):
method __len__ (line 105) | def __len__(self):
method toJSON (line 108) | def toJSON(self):
method fromJSON (line 117) | def fromJSON(self,jsondata):
method tally_str (line 143) | def tally_str(self,line,weight=1):
method probability (line 159) | def probability(self,line):
method _probability (line 227) | def _probability(self,twoletters):
method save (line 245) | def save(self,filename):
method load (line 255) | def load(self,filename):
method count (line 265) | def count(self):
method printtable (line 268) | def printtable(self):
FILE: domain_stats/launch.py
function launch_from_config (line 8) | def launch_from_config(tgt_folder):
function main (line 14) | def main():
FILE: domain_stats/network_io.py
function dateconverter (line 10) | def dateconverter(o):
class IscConnection (line 14) | class IscConnection():
method __init__ (line 15) | def __init__(self, enabled = True, login=None, token = None):
method get_status (line 37) | def get_status(self,client_version, database_version, cache_stats, dat...
method get_config (line 56) | def get_config(self):
method health_check (line 70) | def health_check(self, client_version, database_version, cache, databa...
method get_server_config (line 96) | def get_server_config(self):
method retrieve_isc (line 110) | def retrieve_isc(self, domain):
FILE: domain_stats/rdap_query.py
function get_config (line 14) | def get_config(update_url):
function retrieve_data (line 23) | def retrieve_data(action_name,eventlist):
function get_domain_record (line 29) | def get_domain_record(domain):
FILE: domain_stats/server.py
function json_response (line 55) | def json_response(web,isc,you,cat,alert,freq=None):
function reduce_domain (line 62) | def reduce_domain(domain_in):
function cache_info (line 74) | def cache_info():
function cache_reset (line 80) | def cache_reset():
function cache_browse (line 87) | def cache_browse():
function cache_get (line 97) | def cache_get():
function depunyfy (line 105) | def depunyfy():
function get_domain (line 113) | def get_domain(domain):
function config_app (line 176) | def config_app(working_path):
FILE: domain_stats/settings.py
function create_gunicorn_config (line 9) | def create_gunicorn_config(tgt_folder,ip,port,cpu,thread):
function update_setting (line 24) | def update_setting(config, key, default):
function setup_directory (line 29) | def setup_directory(tgt_folder):
function main (line 72) | def main():
FILE: domain_stats/utils.py
function max (line 20) | def max(listofdatetimes):
function to_json (line 29) | def to_json(**kwargs):
function import_domain_rec (line 35) | def import_domain_rec(import_rec, never_expire=False):
function whois_patch_domain (line 69) | def whois_patch_domain(domain, alerts, freq=None):
function main (line 127) | def main():
Condensed preview — 24 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (7,012K chars).
[
{
"path": ".gitignore",
"chars": 126,
"preview": "build/*\ndomain_stats/__pycache__/*\ndist/*\n*.egg-info\n.vscode/launch.json\n.vscode/settings.json\n*/diskcache/*\n*/*.db\ncach"
},
{
"path": "COPYING",
"chars": 32472,
"preview": " GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
},
{
"path": "Dockerfile",
"chars": 644,
"preview": "FROM ubuntu:18.04\n\n#docker build -tag domain_stats_image http://github.com/markbaggett/domain_stats.git\n#Configure the c"
},
{
"path": "MANIFEST.in",
"chars": 29,
"preview": "include domain_stats/data/*.*"
},
{
"path": "README.md",
"chars": 18955,
"preview": "# domain_stats2\n\n## Introduction\nDomain_stats is a log enhancment utility that is intended help you find threats in your"
},
{
"path": "domain_stats/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "domain_stats/config.py",
"chars": 579,
"preview": "from collections import UserDict\nimport yaml\n\nclass Config(UserDict):\n\n def __init__(self, filename=\"\"):\n supe"
},
{
"path": "domain_stats/data/domain_stats.service",
"chars": 299,
"preview": "[Unit]\nDescription=Domain Stats Service\nAfter=network.target\n\n[Service]\n#You may need to change the path so it points to"
},
{
"path": "domain_stats/data/domain_stats.zeek",
"chars": 4669,
"preview": "#Thanks to SANS Instructor Don Williams for writing this https://www.sans.org/instructors/donald-williams\n#Don based thi"
},
{
"path": "domain_stats/data/elasticsearch.zeek.domain.pipeline",
"chars": 2053,
"preview": "PUT _ingest/pipeline/zeek.domainstats\n{\n \"description\" : \"zeek.domainstats\",\n \"processors\" : [\n {\n \"re"
},
{
"path": "domain_stats/data/freqtable2018.freq",
"chars": 33839,
"preview": "[true, \"\\n\\t~`!@#$%^&*()_+-\", [[\"\\f\", [[\"f\", 2]]], [\" \", [[\" \", 312527], [\"$\", 12], [\"(\", 1520], [\",\", 6], [\"0\", 2], [\"4"
},
{
"path": "domain_stats/data/top1m.import",
"chars": 6243957,
"preview": "[{\"freq_score\": [6.5809, 4.4762], \"seen_by_isc\": \"TOP1M\", \"seen_by_web\": \"Sat, 29 Mar 1997 05:00:00 GMT\", \"expires\": 183"
},
{
"path": "domain_stats/domain-loader.py",
"chars": 3690,
"preview": "import logging\nimport datetime\nimport argparse\nimport pathlib\nimport sys\nimport os\n\nlog = logging.getLogger(\"domain_stat"
},
{
"path": "domain_stats/expiring_diskcache.py",
"chars": 1633,
"preview": "from diskcache import FanoutCache\nimport datetime\n\nclass ExpiringCache:\n\n def __init__(self, cache_path):\n __s"
},
{
"path": "domain_stats/freq.py",
"chars": 12323,
"preview": "#!/usr/bin/env python3\nfrom __future__ import division\n\nimport sys\nimport string\nimport re\nimport weakref\nimport json\n\nf"
},
{
"path": "domain_stats/launch.py",
"chars": 1138,
"preview": "import pathlib\nimport os\nimport sys\nfrom domain_stats.settings import setup_directory\n\n\n\ndef launch_from_config(tgt_fold"
},
{
"path": "domain_stats/network_io.py",
"chars": 10439,
"preview": "import logging\nimport requests\nimport json\nimport random\nimport datetime\n\n\nlog = logging.getLogger(\"domain_stats\")\n\ndef "
},
{
"path": "domain_stats/rdap_query.py",
"chars": 1554,
"preview": "import logging\nimport requests\nimport rdap\nimport json\nimport datetime\nimport dateutil.parser\nimport dateutil.tz\nimport "
},
{
"path": "domain_stats/server.py",
"chars": 8595,
"preview": "import logging\nfrom flask import Flask, jsonify, request, session, abort\nimport functools\nimport datetime\nimport argpars"
},
{
"path": "domain_stats/settings.py",
"chars": 3489,
"preview": "import pathlib\nimport os\nimport sys\nimport shutil\nimport yaml\nimport multiprocessing\n\n\ndef create_gunicorn_config(tgt_fo"
},
{
"path": "domain_stats/utils.py",
"chars": 8587,
"preview": "import logging\nimport datetime\nimport argparse\nimport pathlib\nimport sys\nimport os\nimport time\nimport json\nimport reques"
},
{
"path": "overview.drawio",
"chars": 2253,
"preview": "<mxfile host=\"www.draw.io\" modified=\"2019-11-27T17:16:35.487Z\" agent=\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) G"
},
{
"path": "setup.py",
"chars": 1364,
"preview": "import setuptools\n\nwith open(\"README.md\", \"r\") as fh:\n long_description = fh.read()\n\nsetuptools.setup(\n name=\"doma"
},
{
"path": "start.sh",
"chars": 100,
"preview": "python -m gunicorn.app.wsgiapp 'server:config_app(\"/home/student/dsdata\")' -c ./gunicorn_config.py\n\n"
}
]
About this extraction
This page contains the full source code of the MarkBaggett/domain_stats GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 24 files (6.1 MB), approximately 1.6M tokens, and a symbol index with 62 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.