83e9efbf2d
fix: [setup] v1.4 release
2024-01-29 16:23:52 +01:00
b90c62dce5
Merge pull request #7 from Terrtia/master
...
fix Redis Cache
2024-01-19 06:24:06 +01:00
terrtia
1aa700642e
fix: [DomClassifier] fix redis cache
2024-01-15 15:14:46 +01:00
6c9d8b5350
chg: [release] add the complete README.md for PyPI
2024-01-10 16:49:15 +01:00
caed4bfddc
chg: [dep] remove PyBGPranking for the time being
2024-01-10 16:32:45 +01:00
bcf5f88a48
Merge branch 'master' of github.com:adulau/DomainClassifier
2024-01-10 15:34:57 +01:00
433c33898b
chg: [doc] updated
2024-01-10 15:33:47 +01:00
84d2a3cf1f
Merge pull request #6 from Terrtia/master
...
chg: [domclassifier] add dns records redis cache + regex timeout
2024-01-10 15:33:01 +01:00
terrtia
75a546bc3e
chg: [domclassifier] add dns records redis cache + regex timeout
2024-01-10 14:28:00 +01:00
e0b66d73db
Merge pull request #5 from Terrtia/master
...
chg: [domainclassifier] update req user-agent
2024-01-10 06:43:06 +01:00
terrtia
c769bba999
chg: [domainclassifier] update req user-agent
2024-01-09 15:02:22 +01:00
1e55e0a5a7
new: [domainclassifier] add a simple cache of the TLDs list from IANA
...
(to avoid downloading at each start of the library)
2022-07-30 16:14:21 +02:00
8debd6c6b7
chg: [domainclassifier] clean-up code
2022-07-30 15:51:06 +02:00
115c48f65c
fix: [DomainClassifier] set optional dns port
2022-07-30 15:44:23 +02:00
f933e531cb
chg: [lib] add the port option for recursive resolver outside the standard TCP/UDP 53 port
2022-07-29 10:17:25 +02:00
9c811e48c8
chg: [doc] another cloud service vanished into a black hole
2021-03-25 16:22:18 +01:00
b28979f04d
chg: [release] v1.0
2021-03-25 16:04:22 +01:00
2ab12ce70b
chg: [doc] passive dns output added
2021-03-25 16:02:20 +01:00
d51ac984e5
chg: [doc] Aurelien added
2021-03-25 16:00:59 +01:00
1e8f0d12f3
Merge pull request #4 from Terrtia/master
...
PassiveDNS ouptut
2021-03-25 15:59:36 +01:00
Terrtia
848042048c
chg: update AIL repository
2021-03-22 14:54:36 +01:00
Terrtia
7f7766ad48
chg: add passivedns output
2021-03-22 14:51:52 +01:00
de6429aefc
Merge pull request #3 from jayvdb/patch-1
...
README.md: DomainClasifier -> DomainClassifier
2020-01-22 10:25:45 +01:00
John Vandenberg
e7a38991b0
README.md: DomainClasifier -> DomainClassifier
2020-01-22 14:35:57 +07:00
f2d46c1867
chg: [requirements] BGP Ranking updated
2019-10-29 09:07:59 +01:00
3cfc488237
chg: [doc] asciinema terminal added
2019-02-17 10:55:07 +01:00
0422312277
chg: [release] v0.8
2019-02-17 10:25:42 +01:00
37802a1820
chg: [release] version 0.8
2019-02-17 10:19:23 +01:00
f4ddf47923
chg: [doc] cleanup
2019-02-17 10:05:13 +01:00
013e8f1e12
chg: [doc] add the pybgpranking requirement
2019-02-17 10:02:50 +01:00
949459a8d9
chg: [lib] Ranking fixed using the default BGP Ranking client library
...
BGP Ranking is now fixed and now using the default library provided
by https://github.com/D4-project/BGP-Ranking
2019-02-17 09:57:26 +01:00
12e57efc4c
Readme updated with Python 3 support
2018-04-22 10:24:59 +02:00
b6818de02d
0.7 released and pushed to PyPI
2018-04-20 10:44:55 +02:00
04a7a963a8
Merge pull request #1 from Terrtia/master
...
python 3.5 upgrade
2018-04-18 20:36:10 +02:00
Terrtia
6e2dc62f6b
python 2.7 and 3.5 compatibility
2018-04-18 13:51:09 +02:00
Terrtia
388f14df2b
clean
2018-04-18 11:55:46 +02:00
Terrtia
907571d502
python 3.5 upgrade
2018-04-18 11:53:22 +02:00
682260259c
Add a list of software relying on the DomainClassifier library
2017-12-25 15:28:15 +01:00
eb38342b23
0.7 release
2017-07-14 08:27:50 +02:00
a43e2f32c8
0.6 released
2017-07-14 08:19:17 +02:00
8738865aa5
Set a default User-Agent as IANA is filtering based on UA of the HTTP request
2017-07-14 08:16:37 +02:00
6e741ad37c
text method added to classify multiple raw text
...
This used when you have a large set of raw texts that you have
to analyze and you want to avoid the initialisation part.
2014-09-04 22:03:05 +02:00
0ce9d7d1a8
Keep version coherent between PyPi and git
2014-09-04 18:50:20 +02:00
af61175807
Python 3 updates
2014-09-04 18:49:42 +02:00
237dd6bd91
Python package version 0.4
2014-09-04 07:57:17 +02:00
fec097149d
ipaddress() method fixed
...
The ipaddress returns a list of IP addresses associated
with the potential domains found.
2014-09-03 08:46:58 +02:00
7e328b6d8a
PIP install + sample usage
2014-08-31 15:03:45 +02:00
42809b5dbf
version 0.3
2014-08-31 14:52:02 +02:00
90fc808eec
ValidTLD option added
...
A new default option has been introduced in DomainClassifier which
is the validTLD option (enable by default). Based on the assigned
list of TLD, the extraction of potential domains is filtered to the
IANA assigned list.
If you are extracting the data for non-assigned/internal TLDs, you can disable
the default option with validTLD=False on the potentialdomain function.
The list of assigned TLDs is downloaded from IANA.
2014-08-31 14:46:13 +02:00
83fafea305
domain() to potentialdomain() updated
2014-08-22 08:31:29 +02:00