Commit graph

64 commits

Author SHA1 Message Date
433c33898b
chg: [doc] updated 2024-01-10 15:33:47 +01: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
80dc03f59c potentialdomain() is now called at the init
To avoid confusion the method name domain() has
been renamed to potentialdomain().
2014-08-22 08:29:59 +02:00
b32ff4a776 domain() to potentialdomain() method name updated 2014-08-22 08:27:22 +02:00
c954da666c nameservers are now configurable 2014-08-22 07:26:15 +02:00
2f0afbba44 Version inline with pypi module 2014-08-20 11:00:10 +02:00
680c0f43da 0.2 2014-08-20 10:58:48 +02:00
d116cfc37b Exception handled for unknown origins 2014-08-20 10:51:55 +02:00
94482dcfbf Setup script for DomainClassifier 2014-08-18 21:56:11 +02:00
ef75b716bf PIP requirements.txt added 2014-08-15 16:39:27 +02:00
e967f91e8c debug removed 2013-06-14 10:34:08 +02:00
c637209267 Documentation updated for ipaddress() method 2013-06-14 10:20:35 +02:00
13c4bf22da ipaddress() method added
This method extracts valid IPv4 addresses from raw text. The validation
is done using the standard socket call. The extended parameter adds the
origin of the IP address via Cymru IP/ASN service.
2013-06-14 10:12:37 +02:00
a3f87b5135 Use Google default recursive server as default resolver. 2013-06-14 09:45:01 +02:00
cddf5b5c63 Documentation updated 2013-04-28 15:19:09 +02:00