Alerts This Week
Warning Icon 1 525
Alerts This Week
Warning Icon 1 525

Stay Ahead With Linux Security News

Filter Icon Refine news
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security news

We found 4 articles for you...
209

Mastering Test Data Management: Strategies for Compliance and Quality

Test data management is the technique of providing modern teams with restricted data access throughout the Software Development Lifecycle (SDLC). By giving fast access to fresh, relevant data downstream for code development, automated tests, debugging, and validation, modern Test Data Management solutions help organizations increase application development speed, code quality, data compliance , and sustainability initiatives. . To support agile development and automated testing, test data management entails synchronizing numerous data sources from production, versioning copies, sensitive data discovery, compliance masking data, and multicolor dissemination of test data. This article will examine how Linux admins and organizations can securely manage confidential data through proper and secure test data management. Managing confidential data As part of test data management operations, a test data management solution assists CIO and CISO teams in administering security controls like as data masking, authorization, authentication, fine-grained data access management, and audit logs in downstream environments. This enables organizations to swiftly comply with compliance and data privacy standards when delivering test data while also minimizing data friction for AppDev and software test teams. What Is The Current State of Test Data Management Tools? Data from tests is required. For software testing early in the SDLC, modern DevOps teams require high-quality test data based on real-world production data sources. This enables development teams to bring high-quality applications to market at a faster and more competitive rate. Information for DevOps Despite the fact that many organizations have implemented agile software development and DevOps approaches, there has been a lack of investment in test data management technologies, which has hampered innovation. Boost DevOps Initiatives Modern DevOps teams are concerned with increasing system availability, decreasing time-to-market, andminimizing costs. By dramatically enhancing compliant data access across the SDLC, test data management enables organizations to accelerate important initiatives such as DevOps and cloud. Software development speed, code quality, data compliance, and sustainability initiatives all benefit from test data management. Common Test Data Issues Application development teams want quick, dependable test data but are limited by the speed, quality, security, and cost of transporting data to environments during the software development lifecycle (SDLC). The most typical issues that organizations encounter when it comes to managing test data are listed below. Provisioning test environments is a time-consuming, manual, and high-touch operation. Most IT organizations use a request-fulfillment approach, which means that developers' and testers' requests are queued behind others. Because creating test data requires substantial time and effort, provisioning new data for an environment might take days if not weeks. The time it takes to turn around a new environment is frequently exactly proportional to the number of people involved in the process. In most cases, four or more administrators are engaged in setting up and provisioning data for a non-production environment. This procedure not only strains operations staff but also causes time drains throughout test cycles, reducing the speed of application delivery. High-quality data is lacking in development teams. Development teams frequently lack access to purpose-fit test results. A developer, for example, may want a data set at a given moment in time, depending on the release version being tested. However, due to the intricacy of refreshing an environment, one is frequently compelled to operate with a stale copy of data. This can lead to lost productivity as a result of time spent resolving data-related issues, as well as an increase in the likelihood of data-related faults leaking into production. Data masking complicates release cycles. Data maskingis necessary for many applications, such as those that process credit card numbers, patient records, or other sensitive information, to ensure regulatory compliance and safeguard against data breaches. According to the Ponemon Institute, the average cost of a data breach (including cleanup, customer churn, and other losses) is $3.92 million. Masking sensitive data, on the other hand, frequently adds operational overhead; an end-to-end masking procedure may take an entire week due to the difficulty of ensuring referential integrity across various tables and databases. Storage prices are constantly rising. This causes IT organizations to make several redundant copies of test data, resulting in inefficient storage use. Operations teams must manage test data availability across many teams, apps, and release versions in order to meet concurrent needs within the constraints of storage capacity. As a result, development teams frequently compete for restricted, shared environments, causing essential application projects to be serialized. Common Test Data Types In the SDLC, there are four popular methods for creating test data for application development and testing teams. Data on Production: Real-world data from production systems provides the most comprehensive test coverage, but it can generate friction in the absence of contemporary DevOps TDM tooling because of security controls around sensitive data. Subsets of Data: Subsets of test data can enhance static test performance while saving money on computation, storage, and software licensing. Subsets, on the other hand, do not provide adequate test coverage for system integration testing. Because it is still a direct duplicate of production values, subsets inherently omit test cases and contain sensitive data. Masked Data: Production data obfuscation by masking techniques enables teams to exploit current data in a compliant manner in order to swiftly offer test data that fulfills regulatory criteria such as PCI, HIPAA, and GDPR.Masking removes all data from production, uses algorithms to identify sensitive data, obfuscates PII and sensitive fields, and retains just relevant data for testing. This allows for the provisioning of realistic values in test data without generating hazardous levels of risk. Synthetic Data Generation: Synthetic data Generation has no personally identifiable information or sensitive information by definition. As a result, synthetic data generation is an intriguing option for the early development of new features or model exploration of test data sets. Synthetic data generation often entails mathematically generating values or picking list items to meet a statistical distribution using algorithms. While synthetic data can aid in developing first-unit tests, it cannot substitute comprehensive data sets required throughout the testing process. Realistic production data includes valuable test cases that are required to validate the program early and frequently in order to shift left issues in the SDLC. Test Data Management Best Practices A holistic strategy should aim to improve test data management in the following areas: Data delivery: shortening the time it takes to deliver test data to a development or testing team. Data quality: satisfying high-fidelity test data criteria Data security: reducing security risks without sacrificing speed Infrastructure expenses: decreasing the costs of testing data storage and archiving. Data Transmission: Copying real data from production environments for development or testing is a time-consuming, labor-intensive procedure that generally lags demand. Modern organizations require optimized, repeatable data delivery methods that include the following: Automation: In most cases, modern DevOps toolchains contain technology for automating build processes, infrastructure delivery, and testing. Organizations, on the other hand, frequently lack equivalent technologies for producing test data at the samelevel of automation. A streamlined method to test data management reduces manual operations such as target database initialization, configuration stages, and validation checks, resulting in a low-touch approach for new ephemeral data settings. Integration of toolsets: A modern approach to test data management should integrate technologies for data versioning, data masking, data subletting, and synthetic data synthesis. To truly enable automated declarative workflows for both infrastructure and data, technologies must have open APIs or direct interfaces. Self-service: Rather than relying on IT ticketing systems, a modern approach to test data management harnesses automation to allow users to furnish test data on demand. Not only should self-service features include test data distribution, but also versioning, bookmarking, and sharing. Individuals should be their own test data manager, utilizing capabilities like bookmarking, refreshing, rewinding, archiving, and sharing without relying on Data Administrators or contacting IT Operations teams. Data Accuracy IT Operations teams must balance needs on three essential dimensions when creating test data, such as masked production data or synthetic datasets. TEST Data Expiration Date Operations teams are frequently unable to meet ticketed demand because of the time and effort necessary to prepare test data. As a result, data in non-production environments frequently grows stale, affecting test quality and resulting in costly, late-stage failures. A TDM approach should seek to decrease the time it takes to refresh an environment, allowing access to the most recent test data. TEST Data Dimensions In order to reduce storage footprints, developers may explore employing data subsets in order to enhance agility. However, subsets cannot meet all functional testing needs, resulting in missing test cases and transferring issues around the SDLC, raising overall project expenses. A modern TDM system should strive to reduce the number of unmonitoredcopies of test data across environments, allow for the sharing of common data blocks across similar copies (saving on storage), and reduce manual processes with improved workflow automation to reduce operational expenses. Data Security Masking tools have arisen as a dependable and practical means of shielding actual data from production by replacing sensitive data fields indefinitely with fictional but plausible data values. Masking ensures regulatory compliance in test settings by totally eliminating the danger of data breaches . Organizations should consider the following requirements to make masking possible and effective: Full solution Many organizations fail to appropriately mask test data because they lack a comprehensive solution that includes out-of-the-box capability for discovering sensitive data and auditing the trail of masked data. Furthermore, a successful approach should consistently hide testing data while retaining referential integrity across many heterogeneous sources. There is no requirement for development knowledge. Lightweight masking tools that may be set up without scripting or specialized development experience should be sought after by organizations. Tools with rapid, predetermined masking algorithms, for example, can drastically minimize the complexity and resource requirements that prevent masking from being used consistently. Masking and distribution are combined. Because of the difficulties in transmitting data downstream, only roughly one out of every four organizations uses masking techniques. Masking operations should be strongly connected with data delivery to overcome this. Organizations will benefit from a method that allows them to disguise data in a safe zone before quickly distributing compliant data to non-production environments such as remote data centers or public clouds. Costs of Infrastructure TDM teams must develop a toolset that maximizes the efficient use of infrastructure resources in light of the fast proliferation of test data.A TDM toolbox should, in particular, meet the following requirements: Data aggregation: Organisations frequently keep non-production environments where 90% of the data is redundant. A TDM strategy should strive to consolidate storage and reduce costs by exchanging common data across environments, including those used for development, reporting, production support, and other use cases. Archiving of data: A TDM method should make it possible to manage test data libraries by optimizing storage and enabling quick retrieval. Data libraries should be automatically version-controlled in the same manner that code versioning tools like Git exist. Reduced Contention: Due to contention in shared software testing environments during working hours, most IT organizations serialize data access. Environments are frequently underutilized during the testing process since systems are left running when not in use due to the time required to load a fresh environment with configurations and test data. A modern TDM strategy should allow for the ephemeral usage of instantaneously available data from any point in time. Environments for Ephemeral Data: Using their test data management tools, users should be able to bookmark data, tear down infrastructure environments, and reinstall a new data environment supplied by a bookmark in minutes. This removes shared resource contention during peak times, allows for resource freeing during off-peak hours, and allows for parallelizing discrete data sandbox environments. An optimized TDM strategy can remove congestion while increasing resource utilization by up to 50%. The Modern Method of Test Data Management Organizations may improve how teams handle and consume suitable test data by implementing a contemporary DevOps TDM approach. IT operations can hide and transmit data 100 times faster while taking up ten times the space. What is the end result? More projects can be done in less time with fewer resources. Release cycles and time-to-market are beingshortened: It takes 3.5 days to refresh an environment versus 10 minutes using self-service. Higher quality and lower costs: 15% vs. 0% data-related faults. Data privacy and regulatory compliance were ensured: data was safeguarded in non-production environments. Have questions about getting started with TDM? Connect with us on X @lnxsec - we're here to help! Stay safe out there, Linux security enthusiasts! . Implement robust data stewardship practices to enhance regulatory adherence, elevate quality benchmarks, and accelerate software delivery cycles, all while safeguarding sensitive information.. Test Data Management, Agile Development, Data Compliance, Data Masking, DevOps Strategies. . scottjohnny288 Scott

Calendar 2 Jan 08, 2024 User Avatar scottjohnny288 Scott Security Trends
82

Recent State Privacy Laws: Insights on Data Security Compliance

States from Maine to California have recently enacted privacy, data security, cybersecurity, and data breach notification laws. We break down what each of these laws entails. . While at the federal level security and privacy legislation are lost in a morass of partisan politics and corporate lobbying delays, states have been moving ahead to push through an impressive number of important bills that help fill in the gaps. A search of the Legiscan database reveals that hundreds of bills that address privacy, cybersecurity and data breaches are pending across the 50 states, territories and the District of Columbia. The most comprehensive piece of state-level legislation across these often-intertwined categories that has been enacted over the past two years is the sweeping California Consumer Privacy Act (CCPA) , enacted and signed into law on June 28, 2018. Inspired by the EUs groundbreaking General Privacy Data Protection Regulation (GDPR) , the legislation aims to give the state's consumers greater control over how businesses collect and use their personal data. . Recent state privacy laws, from Maine to California, challenge businesses to enhance data security practices and comply with new consumer protections on personal data. State Privacy Laws, Data Security Legislation, Cybersecurity Standards, Data Breach Notification. . Brittany Day

Calendar 2 Aug 08, 2019 User Avatar Brittany Day Government
82

CCPA: Enhanced Data Control and Security Measures for Californians

California's newly enacted Consumer Privacy Act should have little impact for US organizations that have already implemented measures for complying with the requirements of the European Union's General Data Protection Regulation. But for most others the mandate will likely necessitate a thorough review of their data security controls and in many cases potential updates to them.. California governor Jerry Brown June 28 signed into law, AB 375, the California Consumer Privacy Act (CCPA) of 2018. The statute - widely seen as one of the toughest privacy laws in the country - will give consumers in the state unprecedented control over any personal information about them that a company might have collected. The link for this article located at DarkReading is no longer available. . The General Data Protection Regulation (GDPR) grants individuals within its jurisdiction greater authority over their personal information, shaping data management protocols significantly.. California Consumer Privacy Act, GDPR Compliance, Data Protection Law. . Brittany Day

Calendar 2 Jul 04, 2018 User Avatar Brittany Day Government
81

Twitter Complies With Data Release In Malcolm Harris Case

Twitter on Friday reluctantly complied with a judge. The case concerns Malcolm Harris, who was among hundreds arrested last October for disorderly conduct in an Occupy movement march along the Brooklyn Bridge. Prosecutors sought tweets made by Harris The link for this article located at Wired is no longer available. . The case concerns Malcolm Harris, who was among hundreds arrested last October for disorderly conduc. twitter, friday, reluctantly, complied, judge, concerns, malcolm, harris, among. . LinuxSecurity.com Team

Calendar 2 Sep 17, 2012 User Avatar LinuxSecurity.com Team Privacy
81

Comprehensive Handbook on Data Destruction for Compliance Requirements

A key part of any information security strategy is disposing of data once it's no longer needed. Failure to do so can lead to serious breaches of data-protection and privacy policies, compliance problems and added costs.. When it comes to selecting ways to destroy data, organizations have a short menu. There are basically three options: overwriting, which is covering up old data with information; degaussing, which erases the magnetic field of the storage media; and physical destruction, which employs techniques such as disk shredding. Each of these techniques has benefits and drawbacks, experts say. The link for this article located at CSO Online is no longer available. . Robust information elimination methods are vital for safeguarding data integrity and adhering to security regulations.. Data Disposal Techniques, Data Erasure Methods, Information Security Compliance. . LinuxSecurity.com Team

Calendar 2 Feb 07, 2012 User Avatar LinuxSecurity.com Team Privacy
79

Comprehensive Guide to Log Management for IT Compliance and Visibility

System logs generated by servers and other various network apparatus can create data is in vast quantities, and sooner or later, attempts at managing such information in an off-the-cuff fashion is no longer viable.. Consequently, information systems managers are tasked with devising strategies for taming these volumes of log data to remain compliant with company IT policy, and also to gain holistic visibility across all IT systems deployed throughout the organization. With a tad of guidance and a bit of planning, the recipe for log management is actually straightforward, and the rewards are surprisingly favorable. What is log management? First and foremost, a definition of log management is in order. The National Institute for Standards and Technology (NIST) defines log management in Special Publication SP800-92 as: "the process for generating, transmitting, storing, analyzing, and disposing of computer security log data." As you probably knew that much already, what does log management really entail? Put simply, log management is defining what you need to log, how to log it, and how long to retain the information. This ultimately translates into requirements for hardware, software, and of course, policies. The link for this article located at CSO Online is no longer available. . Data governance officers need to implement robust log data management practices to ensure regulatory adherence and enhance transparency.. Log Management, Data Strategies, IT Compliance, System Logs. . LinuxSecurity.com Team

Calendar 2 Oct 22, 2010 User Avatar LinuxSecurity.com Team Security Projects
81

Strategic Shift In Personal Data Security Under Privacy Amendment Act

The Privacy Amendment Act was put forward at the end of last year to ensure that the personal information kept by the private sector was both secure and accessible to individuals. But with a deadline of December this year, are companies . . . . The Privacy Amendment Act was put forward at the end of last year to ensure that the personal information kept by the private sector was both secure and accessible to individuals. But with a deadline of December this year, are companies ready or aware of what's needed to comply? At a roundtable discussion in Sydney last week with PricewaterhouseCoopers (PWC), the issue of what would be needed to get businesses to comply to the new amendments was a primary concern. The general feeling from PricewaterhouseCoopers seemed to suggest that the issue of privacy was not merely about complying with regulations and legislation but was more about engaging in solid business practices The link for this article located at ZDNet AU is no longer available. . The Privacy Amendment Act was put forward at the end of last year to ensure that the personal inform. privacy, amendment, forward, ensure, personal, inform. . LinuxSecurity.com Team

Calendar 2 May 30, 2001 User Avatar LinuxSecurity.com Team Privacy
76

EU Parliament's Rejection Of Safe Harbor Plan Affects Data Transfers

The European Parliament's de facto rejection of a so-called safe harbor plan to promote data transfers between the European Union and the US has waxed into an unprecedented balance of power issue between the parliament and the European Commission. . The European Parliament's de facto rejection of a so-called safe harbor plan to promote data transfers between the European Union and the US has waxed into an unprecedented balance of power issue between the parliament and the European Commission. The link for this article located at Computer User is no longer available. . The European Commission's approach to data security transforms EU-UK data exchange relationships in light of current policy discussions.. Data Transfer Regulations, EU Privacy Compliance, Data Protection Policies, Transatlantic Agreements. . Anthony Pell

Calendar 2 Jul 11, 2000 User Avatar Anthony Pell Organizations/Events
News Add Esm H340

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here