Showing posts with label routine. Show all posts
Showing posts with label routine. Show all posts

Tuesday, 20 January 2015

How to Perform Successful Security Audits



One of the most important security measures in Information Technology is web application security audits. They are not just one-time measures, but something that should be done by an organization at least annually. Even if your network security was perfect last year, it is not necessary for it to remain the same way, as hackers keep coming up with new tools and there may be a new mistake that your company made. In some industries, the audit requirements are spelled out by the federal regulations. You can decide how you want to run the audit, in case no regulations apply. 




 Following are some of the best ways you can conduct a security web application security audits :

Hire an Auditor

Hiring an outside auditor is one of the best ways of going about a security check. An outsider may be able to spot weaknesses that your in-house IT staff missed out. Experienced computer-security professionals who are aware of exactly what to look for, prove to be good auditors. You should set specific goals in order to get the maximum out of an auditor. An annual audit will be able to pick up every possible vulnerability. During audits, you may also be able to accomplish smaller objectives such as examining a new firewall's performance.

Prepare for an Audit

A big part of making an audit successful is preparing for the audit. The cost of an audit has to be build into the budget and it has to be scheduled for a time when critical operations will not be interfered with. Someone on your staff should be able to take responsibility of the project, work with the auditor and stay informed about the audit regulations of your firm. Once the auditor arrives, present her with all the documentation – IT procedures, policies and flow diagrams in a single docket.

Making an Assessment and Finding Solutions

Assessing your security, identifying the problem and analyzing them properly, is the first step in the audit process. This includes looking at network weaknesses, as well as weaknesses in the operating system and software. The assessment also includes looking at the security of your network when employees have access to it from home, and also if someone sets up a convenient network bypass.

A good auditor will not only identify problems, but will also tell you the solution. The solution can differ from replacing your firewall, to changing the password policies. Critical issues need to be fixed at once, other changes are not urgent and can be fixed slowly.

For more security information visit here http://www.avyaan.com/

Tuesday, 6 January 2015

5 Essential Security and Network Infrastructure Trends for 2015



Web Application audit services
 
With the rapid development of networking and security industries, here are some views on the most important technologies to look out for in 2015:


1. Security breaches are difficult to stop


Data leakage and security breaches will continue to cause trouble for most companies. Studies over the last 10-15 years have shown that new threats are answered quickly by a new defense system.  Once the threat evolves, a brand-new defense system is required. This has given rise to a variety of security appliances, management systems and software agents that in a number of cases are not able to talk to each other. The security architectures of the next generation will implement discrete security systems, which can work with threat life elements and crack the infection chain in various places.



2. Cloud technologies finally taking root


 All kinds of cloud are making their way inroad and are being an essential part of the enterprise infrastructure. Most organizations trust the security provider's capabilities and therefore, Software as a Service (SaaS) has reached a high point. For flexibility, infrastructure as a service (IaaS) still focuses on web application security services. Hybrid clouds, personal clouds and cloud bursting will cause more sharing of distributed management, services and security.



3. Variety in mobile apps and management


The market of mobile devices (handsets and tablets), unlike the PC market, are not dominated by Microsoft. There are at least two to three platforms across the world. This diversity means that management systems need to be more open and flexible. Enhanced JavaScript performance pushes the browser and HTML5, as the mainstream enterprise application development environment. This guides towards richer applications with more focus on usability, rather than cumbersome large applications.



4. Software defined modular infrastructure becomes the rule


The control layer is being separated and centralized for various parts of the infrastructure. Initial focus is mainly on virtualization of the data center, Software Defined Storage (SDS), Software Defined Networking (SDN) and standalone switch fabrics. The result is that API's are being used up at a much higher rate. In today's world, where the infrastructure is segmented and dissected, API's are important, but they also pose to be a potential security hole in the network element.



5. Wired access is being continuously replaced by wireless


Wireless access is a norm across most organizations. Enterprises in new building are mostly not wired. Wireless systems are now becoming the main network access mechanism, which means that an authentic system with tight integration is most essential. Wireless technology continues to get better with ac Wave 1 now coming out and Wave 2 being launched in 2015.

http://www.avyaan.com/blog/five-open-source-security-audit-tools/

Tuesday, 23 December 2014

Major Security Errors in Web Application




Web application developers these days have to be skilled in a number of fields. It becomes important to  create an application which is user friendly, accessible, gives high performance and is secure. And, all this has to be done in an untrustworthy environment that you, the developer, cannot control. I am talking about the User Agent, normally seen as a web browser, but no one really understands what's there on the other side of the HTTP connection.

There are various things to worry about when it comes to security testing of web application. Is your website protected from service attacks? Are your users being tricked into doing things which can harm the security? Is your user data safe? Can fake data from an attacker pollute the database? Is it possible to gain unauthorized access to those parts of your website which are restricted. Unfortunately, the answer to these questions will be yes, unless we are careful about writing the codes.

In this article, we will not mention denial of service attacks, but will take a closer look at other problems. To be more relevant to the context, we will talk about Cross-Site Scripting (XSS), Cross-Site Request Forgery (CSRF), Click-Jacking and SQL injection. We will also assume PHP as the development language, but the problem will occur regardless of the language and the solutions are identical in all languages.

1. Cross-Site Scripting (XSS)

An attack, in which the user is mislead into executing code from another site, in the framework of our website is called Cross-site scripting. The problem will occur no matter what our website does, but the complexity of the problem will change according to what the user does on the site.

2. Cross-Site Request Forgery (CSRF)

This is an attack where a bad site can trick the visitors into going ahead and taking an action on our website. This generally happens if a user logs into a website that they regularly use (eg. Their e-mails, Facebook, etc.) and then log into a bad site without first logging out of the previous site. If the former site is capable of getting a CSRF attack, then the malicious site can do whatever it wants on the user's behalf.

3. Click-Jacking

It might not be on the OWASP top ten list for 2010, but still it has gained a lot of popularity due to the attacks on Facebook and Twitter, as both of them make it spread very quickly because of their social nature.

We are protected against CSRF attacks as we use a nonce. However, if the user is made to click the submit link themselves, then the nonce will not be able to guard us. In this type of attack, the website is included in an iframe on their own website. Even though the attacker will not have control over our page, they will have control over the iframe element. CSS is used to set the iframe's capacity to 0 and the JavaScript is used to move it around, so that the submit button comes under the user's mouse.

4. SQL Injection

In this type of attack, insufficient input validation is exploited by the attacker, in order to gain shell access to your database server. The message sent by the attacker can get passed to the database and it could get dropped in the 'Messages' section, causing a lot of trouble to you and your user.  

http://www.avyaan.com/blog/five-open-source-security-audit-tools/


Wednesday, 17 December 2014

Data Not Handled Safely by Forty Percent of Mobile Apps




According to a research, approximately 40% of mobile applications that are used are not safe for handling data. The research was conducted across a set of enterprises to find out the state of mobile application security audit. According to the end result, more than 40% of mobile vulnerabilities detected were related to unsafe and improper handling of data.

The sectors conducting business mainly through mobile and web applications are BFSI and Ecommerce. The companies are already taking proactive measures and all the necessary precautions that are required to secure the data transactions taking place through their stores. The future is going to see a lot of other services that are going to be enabled through mobile. This means that businesses need to have a good focus on mobile app security.

Tests were conducted on top 10 mobile app vulnerabilities listed by OWASP and the conclusion that came out was that 17% of mobile apps experienced accidental leakage of data. There was data storage insecurity in 23% cases and weak server side controls was the issue with 10% cases. Approximately 100 mobile applications were tested by many Indian companies and as much as 21,000 mobile app vulnerabilities were found. This confirms that lot of enterprise mobile apps can be affected by data leaks.

Various security breaches have taken place with Android apps. There have been a number of hacking incidents, that have been reported on Android apps. Critical mobile apps on Apple iOS systems are more susceptible to security threats than Android apps. Both Android and iOS operating systems have the same amount of high level vulnerabilities. But, for the critical vulnerabilities, it was found that Apple iOS was 67% more vulnerable as compared to Android apps which were 33% more susceptible.

Increase in the use of Smartphones is considered to be one of the reasons for rise in vulnerability risks. All mobile apps used in Smartphones have access to the information in user's Smartphone, which makes it all the more risky. Businesses have to find out ways in which they can protect their critical information, which makes mobile and web application security really important.   

www.avyaan.com/blog/checklist-data-mobile-app-security/

Wednesday, 19 November 2014

Growth Rate of Security Testing Market to Change from CAGR of 14.9% to $4.96 Billion by 2019



Security testing is a set of activities done to locate and isolate defects in the security mechanisms of an application or a software, to ensure functionality and data protection as planned.

The method discloses hidden vulnerabilities in a software, which can be easily taken advantage of, by a virus or a hacker. Security testing is now considered very important for organizations over all industry verticals. The demand for security testing is also being motivated by the growth of web and mobile applications.

With the development of new software and applications, there has been a boost in the security testing market, as it is an important part of systems development life cycle. The security testing market is described mainly as a service, but it also consists of devices provided by vendors such as NT Objectives, Veracode and WhiteHat Security.


Being a service primarily, the security testing outsourcing model has been implemented to be used by small and medium-sized enterprises. Security testing can further be sub-divided into two markets - Dynamic Application Security Testing (DAST) and Static Application Security Testing (SAST). DAST involves testing application security during the state of an operation and SAST involves scanning the binary code or source of an application for vulnerabilities. Both these methods are widely used in security testing.

Important vendors in the security testing market are Applause, Accenture, Cisco, Cenzic, IBM, HP, NT Objectives, McAfee, WhiteHat Security and Veracode. A research on the security testing market gives a detailed analysis of the main players in the services and tools ecosystem, with their recent developments, opportunities, key issues, future growth potentials and global adoption trends.

The major focus of the report is on the tools and types of services provided in security testing. The security testing market has been divided into Web application security testing services , network security testing services, application security testing types, , security testing services market by deployment models, security testing tools, regions and industry verticals.

The report shows the key factors that are promoting growth in the market along with new opportunities for growth. As per the report, North America is the biggest market for security testing services. This market is supposed to grow from $2.47 billion in 2014 to $4.96 billion by 2019. The growth is estimated to be at a Compound Annual Growth Rate (CAGR) of 14.9% from 2014 to 2019.

http://www.avyaan.com/blog/art-human-hacking-social-engineering/