MyDLP

Last updated
MyDLP
Initial releaseNov 16, 2009 (2009-11-16)
Repository github.com/mydlp
Written in Erlang, Java, C++, C#, Adobe Flex
Available inEnglish
Type Data Loss Prevention
License GNU General Public License
Website mydlp.com

MyDLP is a data loss prevention solution originally available released as free and open source software. Supported data inspection channels include web, mail, instant messaging, file transfer to removable storage devices and printers. The MyDLP development project originally made its source code available under the terms of the GNU General Public License. [1]

Contents

MyDLP was one of the first free software projects for data loss prevention, [2] [3] but was acquired by the Comodo Group in May 2014. Comodo has since begun marketing the Enterprise version through its Comodo Security Solutions subsidiary, [4] [5] while the free version has been removed from the website. [6] The open source code has not been updated since early 2014. [7]

Subprojects

As of October 2010, MyDLP included the following subprojects: [8] [9]

Platforms and interfaces

MyDLP Network was mostly written in Erlang, because of its performance on concurrent network operations. [10] Python was also used for a few exceptional cases. [11] This subsystem could run on any platform that supported Erlang and Python. [12]

MyDLP Endpoint was developed for Windows platforms, [13] and it was written in C++, C#. [14]

MyDLP Web UI was written in PHP and Adobe Flex. [15] It used MySQL in order to store user configurations. [16]

Features

As of October 2010, MyDLP included widespread data loss prevention features [17] such as text extraction from binary formats, incident management queue, source code detection and data identification methods for bank account, credit card and several national identification numbers. [18] Besides, features like data classification through statistical analysis of trained sentences and native language processor integrated Naive Bayes classifier [19] were claimed to be included.

Related Research Articles

<span class="mw-page-title-main">Python (programming language)</span> General-purpose programming language

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.

<span class="mw-page-title-main">Mantis Bug Tracker</span> Bug tracking system

Mantis Bug Tracker is a free and open source, web-based bug tracking system. The most common use of MantisBT is to track software defects. However, MantisBT is often configured by users to serve as a more generic issue tracking system and project management tool.

<span class="mw-page-title-main">Django (web framework)</span> Python web framework

Django is a free and open-source, Python-based web framework that follows the model–template–views (MTV) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established in the US as a 501(c)(3) non-profit.

Google Developers is Google's site for software development tools and platforms, application programming interfaces (APIs), and technical resources. The site contains documentation on using Google developer tools and APIs—including discussion groups and blogs for developers using Google's developer products.

<span class="mw-page-title-main">Open Hub</span> Public directory of free and open source software (FOSS)

Black Duck Open Hub, formerly Ohloh, is a website which provides a web services suite and online community platform that aims to index the open-source software development community. It was founded by former Microsoft managers Jason Allen and Scott Collison in 2004 and joined by the developer Robin Luckey. As of 15 January 2016, the site lists 669,601 open-source projects, 681,345 source control repositories, 3,848,524 contributors and 31,688,426,179 lines of code.

The following tables list notable software packages that are nominal IDEs; standalone tools such as source-code editors and GUI builders are not included. These IDEs are listed in alphabetic order of the supported language.

Data loss prevention (DLP) software detects potential data breaches/data exfiltration transmissions and prevents them by monitoring, detecting and blocking sensitive data while in use, in motion, and at rest.


This is a comparison of notable free and open-source configuration management software, suitable for tasks like server configuration, orchestration and infrastructure as code typically performed by a system administrator.

Google App Engine is a cloud computing platform as a service for developing and hosting web applications in Google-managed data centers. Applications are sandboxed and run across multiple servers. App Engine offers automatic scaling for web applications—as the number of requests increases for an application, App Engine automatically allocates more resources for the web application to handle the additional demand.

Protocol Buffers (Protobuf) is a free and open-source cross-platform data format used to serialize structured data. It is useful in developing programs that communicate with each other over a network or for storing data. The method involves an interface description language that describes the structure of some data and a program that generates source code from that description for generating or parsing a stream of bytes that represents the structured data.

<span class="mw-page-title-main">GitHub</span> Hosting service for software projects

GitHub, Inc. is an AI-powered developer platform that allows developers to create, store, and manage their code. It uses Git software, providing the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project. Headquartered in California, it has been a subsidiary of Microsoft since 2018.

<span class="mw-page-title-main">Chromium (web browser)</span> Open-source web browser project

Chromium is a free and open-source web browser project, primarily developed and maintained by Google. This codebase provides the vast majority of code for the Google Chrome browser, which is proprietary software with additional features.

<span class="mw-page-title-main">PyCharm</span> Python IDE

PyCharm is an integrated development environment (IDE) used for programming in Python. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems, and supports web development with Django. PyCharm is developed by the Czech company JetBrains.

<span class="mw-page-title-main">Chromium Embedded Framework</span> Free and open-source software framework

The Chromium Embedded Framework (CEF) is an open-source software framework for embedding a Chromium web browser within another application. This enables developers to add web browsing functionality to their application, as well as the ability to use HTML, CSS, and JavaScript to create the application's user interface.

<span class="mw-page-title-main">Feature engineering</span> Extracting features from raw data for machine learning

Feature engineering or feature extraction or feature discovery is the process of extracting features from raw data to support training a downstream statistical model.

<span class="mw-page-title-main">RocksDB</span> Embedded key-value database

RocksDB is a high performance embedded database for key-value data. It is a fork of Google's LevelDB optimized to exploit multi-core processors (CPUs), and make efficient use of fast storage, such as solid-state drives (SSD), for input/output (I/O) bound workloads. It is based on a log-structured merge-tree data structure. It is written in C++ and provides official language bindings for C++, C, and Java. Many third-party language bindings exist. RocksDB is free and open-source software, released originally under a BSD 3-clause license. However, in July 2017 the project was migrated to a dual license of both Apache 2.0 and GPLv2 license. This change helped its adoption in Apache Software Foundation's projects after blacklist of the previous BSD+Patents license clause.

<span class="mw-page-title-main">ZeroTier</span> Software company based in California

ZeroTier, Inc. is a software company with a freemium business model based in Irvine, California. ZeroTier provides proprietary software, SDKs and commercial products and services to create and manage virtual software-defined networks. The company's flagship end-user product ZeroTier One is a client application that enables devices such as PCs, phones, servers and embedded devices to securely connect to peer-to-peer virtual networks.

Microsoft, a technology company historically known for its opposition to the open source software paradigm, turned to embrace the approach in the 2010s. From the 1970s through 2000s under CEOs Bill Gates and Steve Ballmer, Microsoft viewed the community creation and sharing of communal code, later to be known as free and open source software, as a threat to its business, and both executives spoke negatively against it. In the 2010s, as the industry turned towards cloud, embedded, and mobile computing—technologies powered by open source advances—CEO Satya Nadella led Microsoft towards open source adoption although Microsoft's traditional Windows business continued to grow throughout this period generating revenues of 26.8 billion in the third quarter of 2018, while Microsoft's Azure cloud revenues nearly doubled.

References

  1. "MyDLP License". MyDLP Development Team. Retrieved 2010-10-26.
  2. "Open Source Data Leak Prevention - OSS Ramblings". Tony Maro. Retrieved 2011-03-06.
  3. "Data classification: start with the end in mind". RSSC. Retrieved 2011-03-06.
  4. "Aussteller & Produkte | it-sa".
  5. http://dlp.comodo.com
  6. http://www.mydlp.com
  7. "MyDLP Project". GitHub .
  8. "GitHub Profile of MyDLP". MyDLP Development Team. Retrieved 2010-10-26.
  9. "MyDLP Brochure". MyDLP Development Team. Retrieved 2010-10-27.
  10. "MyDLP Feature and Help Documentation". MyDLP Development Team. Archived from the original on 2011-04-24. Retrieved 2010-10-26.
  11. "Languages used by MyDLP". GitHub. Retrieved 2010-10-26.
  12. "MyDLP Wiki - Platforms". MyDLP Development Team. Retrieved 2010-10-26.
  13. "MyDLP Endpoint First Release". MyDLP Blog. Retrieved 2010-10-26.[ permanent dead link ]
  14. "MyDLP Feature and Help Documentation". MyDLP Development Team. Archived from the original on 2011-04-24. Retrieved 2010-10-26.
  15. "MyDLP Feature and Help Documentation". MyDLP Development Team. Archived from the original on 2011-04-24. Retrieved 2010-10-26.
  16. "MyDLP Feature and Help Documentation". MyDLP Development Team. Archived from the original on 2011-04-24. Retrieved 2010-10-26.
  17. "MyDLP Feature List". MyDLP Development Team. Retrieved 2010-10-26.
  18. "Variety in DLP Filters". MyDLP Blog. Archived from the original on 2010-12-17. Retrieved 2010-10-28.
  19. "New Bayesian Classifier Engine for MyDLP". MyDLP Blog. Retrieved 2010-10-26.[ permanent dead link ]