Safetica
Safetica Intelligent Data Security protects sensitive enterprise data wherever your team uses it.
Safetica is a global software company that provides Data Loss Prevention and Insider Risk Management solutions to organizations.
✔️ Know what to protect: Accurately pinpoint personally identifiable information, intellectual property, financial data, and more, wherever it is utilized across the enterprise, cloud, and endpoint devices.
✔️ Prevent threats: Identify and address risky activities through automatic detection of unusual file access, email interactions, and web activity. Receive the alerts necessary to proactively identify risks and prevent data breaches.
✔️ Secure your data: Block unauthorized exposure of sensitive personal data, trade secrets, and intellectual property.
✔️ Work smarter: Assist teams with real-time data handling cues as they access and share sensitive information.
Learn more
Digital WarRoom
DWR eDiscovery allows legal professionals to review, process, and produce documents that could be relevant to litigation.
Our Software and hosted Subscriptions offers a wide range of document review tools, including AI search, keyword search, keyword highlight, metadata filtering and marking documents. It also has privilege log, redactions and analysis tools to help users better understand their document corpus. These features can all be done by the user themselves, so they can do the standard eDiscovery tasks without consulting.
DWR eDiscovery offers subscriptions to both hosted and on-prem eDiscovery. DWR Pro desktop software can be downloaded to your computer or server. DWR Pro costs $1995per concurrent use license/year. Cloud subscriptions are charged per-GB for hosting and there are no hidden fees. The entry-level Single Matter subscription costs $10/GB/Month and has a minimum of $250 per month. Private clouds allow multiple matters and multiple users for no more than $4/GB/month moving quickly to $1/GB/month.
Learn more
LibFuzzer
LibFuzzer serves as an in-process, coverage-guided engine for evolutionary fuzzing. By being linked directly with the library under examination, it injects fuzzed inputs through a designated entry point, or target function, allowing it to monitor the code paths that are executed while creating variations of the input data to enhance code coverage. The coverage data is obtained through LLVM’s SanitizerCoverage instrumentation, ensuring that users have detailed insights into the testing process. Notably, LibFuzzer continues to receive support, with critical bugs addressed as they arise. To begin utilizing LibFuzzer with a library, one must first create a fuzz target—this function receives a byte array and interacts with the API being tested in a meaningful way. Importantly, this fuzz target operates independently of LibFuzzer, which facilitates its use alongside other fuzzing tools such as AFL or Radamsa, thereby providing versatility in testing strategies. Furthermore, the ability to leverage multiple fuzzing engines can lead to more robust testing outcomes and clearer insights into the library's vulnerabilities.
Learn more
ClusterFuzz
ClusterFuzz is an advanced fuzzing platform designed to identify security vulnerabilities and stability problems within software applications. Utilized by Google for all its products, it also serves as the fuzzing backend for OSS-Fuzz. This infrastructure offers a plethora of features that facilitate the integration of fuzzing into the development lifecycle of software projects. It includes fully automated processes for bug filing, triage, and resolution across different issue trackers. Moreover, it supports various coverage-guided fuzzing engines to achieve optimal outcomes through techniques like ensemble fuzzing and diverse fuzzing strategies. The platform provides detailed statistics for evaluating fuzzer efficiency and tracking crash rates. Its user-friendly web interface simplifies management tasks and crash examinations, while it also accommodates multiple authentication providers via Firebase. Additionally, ClusterFuzz supports black-box fuzzing, minimizes test cases, and employs regression identification through bisection techniques, making it a comprehensive solution for software testing. The versatility and robustness of ClusterFuzz truly enhance the software development process.
Learn more