aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_content_match.c.inc
Commit message (Collapse)AuthorAge
...
* Added TLS certifiacate cachingLuca Deri2021-05-15
| | | | Added Fortigate protocol
* Added (partial) Activision protocol support (based on tencent cloud)Luca Deri2021-05-10
|
* Add extraction for TLS signature algorithmsLuca2021-05-06
|
* Improve classification of Outlook/MicrosoftMail traffic (#1167)Ivan Nardi2021-04-18
| | | See #1148
* Improved DGA detectionLuca Deri2021-03-03
| | | | | | | | Before Accuracy 66%, Precision 86%, Recall 38% After Accuracy 71%, Precision 89%, Recall 49%
* Improved DGA detection with trigrams. Disadvantage: slower startup timeLuca Deri2021-03-03
| | | | | Reworked Tor dissector embedded in TLS (fixes #1141) Removed false positive on HTTP User-Agent
* TOR: update node list (#1144)Ivan Nardi2021-03-02
| | | | | https://panwdbl.appspot.com/lists/ettor.txt list is no more available Close #1141
* Implemented TLS Certificate Sibject matchingLuca Deri2021-02-22
| | | | Improved AnyDesk detection
* Improved nDPI string matching algorithmLuca Deri2021-02-18
|
* Updated skype addressesLuca Deri2021-02-07
|
* IP address matching updateLuca Deri2021-02-07
|
* Added `fast.com' host pattern to Netflix detection. #1080 (#1084)Toni2020-12-11
| | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Updated disney definitionLuca Deri2020-11-22
|
* Added 129.205.94.0/23 to Facebook network listLuca Deri2020-11-22
|
* Compilation fixLuca Deri2020-11-16
|
* Add Virtual Asssitant (Alexa, Siri) support. (#1057)Zied Aouini2020-11-16
| | | | | | | | | | | | | | | * Add AmazonAlexa protocol. * Add AmazonAlexa test file and result. * Include pcapng as file format. * Rename Category to VirtualAssistant. * Add AppleSiri virtual assistant. * Fix pcapng test files format support. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
* lib/ndpi_content_match: update TOR IPs (#1063)Oleksandr Natalenko2020-11-16
| | | Signed-off-by: Oleksandr Natalenko <oleksandr@natalenko.name>
* Improve subprotocols detection. (#1062)Zied Aouini2020-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve Spotify detection. * Improve Skype detection. * Improve Microsoft detection. * Fix Microsoft detection categories. * Improve Waze detection. * Improve Apple detection. * Improve WindowsUpdate detection. * Improve TikTok detection. * Improve Teams detection. * Improve Youtube detection. * Improve Messenger detection. * Improve Twitch detection. * Improve Hulu detection. * Improve Facebook detection. * Improve AmazonVideo detection.
* Add Tumblr support. (#1061)Zied Aouini2020-11-16
| | | | | | | * Add Tumblr protocol. * Add Tumblr test file and result. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
* Add Reddit support. (#1060)Zied Aouini2020-11-16
| | | | | | | * Add Reddit protocol. * Add Reddit test file and result. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
* Add Pinterest support. (#1059)Zied Aouini2020-11-16
| | | | | | | * Add Pinterest protocol. * Add Pinterest test file and result. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
* Add DisneyPlus protocol. (#1058)Zied Aouini2020-11-16
|
* Added new IPs for TeamViewer (#1040)Douglas2020-10-21
| | | Co-authored-by: Douglas Wordell <douglas.wordell@seti.com.br>
* Updated DoT/DoH provider.Toni Uhlig2020-09-07
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added support for discordLuca Deri2020-08-16
|
* Improved DGA detection algoritmLuca Deri2020-08-11
|
* Added new traffic category for connectivity check detectionLuca Deri2020-08-04
|
* User agent detection improvementsLuca Deri2020-07-21
|
* Improved TeamViewer IP range (fixes #944)Toni Uhlig2020-07-02
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added hulustream SNI pattern. Fixes #904.Toni Uhlig2020-06-23
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Warning fixLuca Deri2020-06-22
|
* DGA detection improvementsLuca Deri2020-06-18
|
* Implemented proprietary AnyDesk protocolToni Uhlig2020-06-17
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added DGA risk for names that look like a DGALuca Deri2020-06-11
|
* Improved teamviewer detectionLuca Deri2020-06-03
|
* Improved spotify detectionLuca Deri2020-06-02
|
* Fixes for https://github.com/ntop/nDPI/pull/911Luca Deri2020-05-29
| | | | Added code for dumping invalid HTTP header
* Extended the cache for services that need to be reconciled such as Microsoft ↵Luca Deri2020-05-27
| | | | | | Teams Added JSON-formatted Microsoft list of IP/services
* Fixed valse positive whatsapp detectionLuca Deri2020-05-20
| | | | Cleaned Microsoft IP addresses list
* Gotomeeting address range fixLuca Deri2020-05-15
|
* Improvements on GotoMeetingLuca Deri2020-05-15
| | | | Added pcap for testing malware
* API cleanup for indetifying explicitly in automa's what we're searching ↵Luca Deri2020-05-06
| | | | | | (protocol or category) Removed hyperscan support that is apperently unused
* Removed now obsolete MSN protocolLuca Deri2020-05-03
| | | | Added nats.io protocol dissector
* Fix some compilation warningsNardi Ivan2020-04-20
|
* Office365 renamed to Microsoft365 (by Microsoft)Luca Deri2020-04-20
|
* Updated node list (fixes #766)Luca Deri2020-04-20
|
* Added detection of Microsoft TeamsLuca Deri2020-04-16
|
* Fixes #853 and adds a self check for duplicatesLuca Deri2020-04-07
|
* Fixes #842Luca Deri2020-02-19
|
* Added bootstrap ethereum nodesLuca Deri2020-01-08
|