Dark Reading is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them.Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.

Comments
Developers and Security Teams Under Pressure to Collaborate
Newest First  |  Oldest First  |  Threaded View
Page 1 / 2   >   >>
tdsan
tdsan,
User Rank: Ninja
7/15/2019 | 3:58:36 PM
Re: spot on especially for container security


Out of the things mentioned in this article, they did not talk specifically about how it could affect IT Security/CyberSecurity. However, we could infuse the topics covered with CyberSecurity to Create Definitions -> Perform Data Extraction -> Data Classification -> Predict Historical Significance -> Pattern Recognition -> Regression Testing -> Predective Analytics; these areas of study can help to create an algorithm or policy to impede possible attacks. The items listed (applications to be used for ML) can be used to mitigate potential threats. The TIM (Threat Intelligence Machine) goes through a specific process that can be applied in numerous areas of IT, review the flow chart listed below:



Todd
pawan.shankar
pawan.shankar,
User Rank: Author
7/15/2019 | 2:54:05 PM
Re: spot on especially for container security
good call on the ML, I just wrote about why ML is a good fit for container security, https://www.darkreading.com/cloud/is-machine-learning-the-future-of-cloud-native-security/a/d-id/1335206
tdsan
tdsan,
User Rank: Ninja
7/15/2019 | 1:05:18 PM
Re: spot on especially for container security
Yes, agreed, we need to improve the application imaging process where the app is locked down using a Pentesting process and an app policy needs to be activated when referring to the internal functions, characteristics and outcomes should be studied so a policy change can be put in place to mitigate organizational problems:
  • "yum install selinux; systemctl enable selinux; systemctl state selinux" # Install, enable and verify state
  • "grep -i avc /var/log/audit/audit.log | audit2allow --module local > local.te" # Create module for something specific, review the policy, I am looking the web traffic since this is a web server
  • "yum install policycoreutils-devel" # Gives users the ability to configure policies from the desktop
  • "find / -name "local.te" print0 | xargs -0 -t semodule -i" # looks for local.te and installs it as one of the modules
  • "setsebool -P httpd_read_user_content" # Sets the policy permanently to read pages that have been served up by nginx or apache

There are other application programming aspects that we can review but this gives the user an idea of how a developer and security consultant can work together to manipulate the characteristics of files, filesystem, domains, policies, and executables.

Todd
tdsan
tdsan,
User Rank: Ninja
7/11/2019 | 12:15:12 PM
Re: spot on especially for container security
I agree with the points you made, I do think containers are the way, in addition:
  • SELinux - we need to work with the security teams and DevOps team to secure the application, filesystem, domain, executable/bin and application characteristics
  • "setenforce 1; reboot; getenforce; yum install nginx; systemctl start nginx; semanage fcontext -a -R 'httpd_sys_context_t' '/usr/share/nginx/html(/.*)?'; setsebool -P http_read_user_content 1; semanage port -a -t 'http_port_t -p tcp 80,443 (this will limit what the external user has access to)"
  • "iptables -I INPUT 1 -p tcp -m multiport --dport 80,443 -m conntrack --ctstate NEW -j ACCEPT"
  • "for i in `rpm -qa | grep apache`; rpm -e $i ; done #(remove apache from the system (nginx is installed now)"
  • "Docker configuration - yum install docker; systemctl start docker; docker login <enter user from docker hub>; docker pull nginx; docker run -p 8082:80 --name nginx2 -v $PWD:/usr/share/nginx/html/docs --restart unless-stopped nginx # this creates a docker container on your linux machine running nginx latest image or richarvey\nginx-php-fpm # works well using secure https" 
  • Firewall - we need to start utilizing NGFW where the FW is able to think and look at the application's heuristics and understand the application. If there is an outside variant (i.e. Ransomware) and it activates encryption tools, the NGFW (onboard or external) needs to put that process in a container or isolate that process where its effects are limited, what can DevOps do to work with the Security teams to create a pre and post scenario when it finds this type of attack (collaborate to resolve this issue)
  • ML - Machine Learning is missing from this equation but with the DevOps teams help by using Tensorflow techniques, we can train the ML aspect of the application to look for anomalies and variants (especially those that access ssh/keys over the internet after numerous attempts)

Todd
pawan.shankar
pawan.shankar,
User Rank: Author
7/8/2019 | 11:11:54 AM
spot on especially for container security
this seems to be very applicable in the container security space, where devops and security are traditionally in different silos. Teams need to work closer together and the pressure to collaborate is increasing in order to not sacrifice agility for security and vice versa.
tdsan
tdsan,
User Rank: Ninja
6/29/2019 | 1:51:43 PM
Re: Control
Interesting, I do think it depends on the type of work they are performing. If someone from the security team can review the code to determine if the code meets 'CMMI' coding best practices at the beginning of the Agile scrum development process, then yes I agree but that is dependent on the level of compentency the security team has when it comes to "SecDev" or the "Security Development process.
However, in most cases, security groups don't have coders on the team with a strong background in security, so I do think this aspect of the industry is evolving, by combining these business areas, in the long-run it will benefit the industry.

Todd
Dr.T
Dr.T,
User Rank: Ninja
6/28/2019 | 6:35:23 PM
Control
“If a dev team can handle 80% of security work, he added, it's helpful to the development process.” This is the case in most of the situations but it can be managed.
Dr.T
Dr.T,
User Rank: Ninja
6/28/2019 | 6:31:57 PM
Trade-off
“There's a tradeoff between depth and speed” This is really true. Balancing act.
Dr.T
Dr.T,
User Rank: Ninja
6/28/2019 | 6:30:27 PM
Cloud
“DevOps evolved along with the cloud, driving the speed of new software releases and requiring security to review applications more frequently.” Agree. Cloud made it more possible to engage security team early enough, as they enforce certain rules from the beginning.
Dr.T
Dr.T,
User Rank: Ninja
6/28/2019 | 6:28:32 PM
Re: SecDev - wave of the future
“We will be incorporating "SecDev" or "Security Development" teams into our environment as well and thank you for this valuable insight.” Agree this will be important in short and long terms.
Page 1 / 2   >   >>


Edge-DRsplash-10-edge-articles
I Smell a RAT! New Cybersecurity Threats for the Crypto Industry
David Trepp, Partner, IT Assurance with accounting and advisory firm BPM LLP,  7/9/2021
News
Attacks on Kaseya Servers Led to Ransomware in Less Than 2 Hours
Robert Lemos, Contributing Writer,  7/7/2021
Commentary
It's in the Game (but It Shouldn't Be)
Tal Memran, Cybersecurity Expert, CYE,  7/9/2021
Register for Dark Reading Newsletters
White Papers
Video
Cartoon
Current Issue
Everything You Need to Know About DNS Attacks
It's important to understand DNS, potential attacks against it, and the tools and techniques required to defend DNS infrastructure. This report answers all the questions you were afraid to ask. Domain Name Service (DNS) is a critical part of any organization's digital infrastructure, but it's also one of the least understood. DNS is designed to be invisible to business professionals, IT stakeholders, and many security professionals, but DNS's threat surface is large and widely targeted. Attackers are causing a great deal of damage with an array of attacks such as denial of service, DNS cache poisoning, DNS hijackin, DNS tunneling, and DNS dangling. They are using DNS infrastructure to take control of inbound and outbound communications and preventing users from accessing the applications they are looking for. To stop attacks on DNS, security teams need to shore up the organization's security hygiene around DNS infrastructure, implement controls such as DNSSEC, and monitor DNS traffic
Flash Poll
Twitter Feed
Dark Reading - Bug Report
Bug Report
Enterprise Vulnerabilities
From DHS/US-CERT's National Vulnerability Database
CVE-2023-33196
PUBLISHED: 2023-05-26
Craft is a CMS for creating custom digital experiences. Cross site scripting (XSS) can be triggered by review volumes. This issue has been fixed in version 4.4.7.
CVE-2023-33185
PUBLISHED: 2023-05-26
Django-SES is a drop-in mail backend for Django. The django_ses library implements a mail backend for Django using AWS Simple Email Service. The library exports the `SESEventWebhookView class` intended to receive signed requests from AWS to handle email bounces, subscriptions, etc. These requests ar...
CVE-2023-33187
PUBLISHED: 2023-05-26
Highlight is an open source, full-stack monitoring platform. Highlight may record passwords on customer deployments when a password html input is switched to `type=&quot;text&quot;` via a javascript &quot;Show Password&quot; button. This differs from the expected behavior which always obfuscates `ty...
CVE-2023-33194
PUBLISHED: 2023-05-26
Craft is a CMS for creating custom digital experiences on the web.The platform does not filter input and encode output in Quick Post validation error message, which can deliver an XSS payload. Old CVE fixed the XSS in label HTML but didn&acirc;&euro;&trade;t fix it when clicking save. This issue was...
CVE-2023-2879
PUBLISHED: 2023-05-26
GDSDB infinite loop in Wireshark 4.0.0 to 4.0.5 and 3.6.0 to 3.6.13 allows denial of service via packet injection or crafted capture file