<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Global Knowledge Training Blog &#187; Hacking &amp; Cybercrime</title>
	<atom:link href="http://globalknowledgeblog.com/category/technology/security/hacking-cybercrime/feed/" rel="self" type="application/rss+xml" />
	<link>http://globalknowledgeblog.com</link>
	<description>Your Source for Technical, Professional, &#38; Leadership Training</description>
	<lastBuildDate>Thu, 17 May 2012 17:34:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Access Control: Who Gets In?</title>
		<link>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/access-control-who-gets-in/</link>
		<comments>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/access-control-who-gets-in/#comments</comments>
		<pubDate>Mon, 14 May 2012 12:21:51 +0000</pubDate>
		<dc:creator>James Michael Stewart</dc:creator>
				<category><![CDATA[Hacking & Cybercrime]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[access control]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5661</guid>
		<description><![CDATA[A major component of IT security is determining who is allowed into your structure both physically and logically, and what can they do once they have gained access? Access control determines who has how much access. To get control, organizations must lock down their systems, including hosts, networks, applications, data stores, and data flows, and address the following:

    Communication Security
    Cryptography
    IDS/IPS/IDP
    Logging and Monitoring
    Penetration Testing
    Remote Access]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2012/04/guylaptop78293754.jpg"><img src="http://globalknowledgeblog.com/wp-content/uploads/2012/04/guylaptop78293754.jpg" alt="" title="guylaptop78293754" width="300" height="297" class="alignright size-full wp-image-5730" /></a>A major component of IT security is determining who is allowed into your structure both physically and logically, and what can they do once they have gained access? Access control determines who has how much access. To get control, organizations must lock down their systems, including hosts, networks, applications, data stores, and data flows, and address the following:</p>
<ul>
<li>Communication Security</li>
<li>Cryptography</li>
<li>IDS/IPS/IDP</li>
<li>Logging and Monitoring</li>
<li>Penetration Testing</li>
<li>Remote Access</li>
</ul>
<h3>Communication Security</h3>
<p>Communication security protects the pathways across which voice and data traverse. The goals of communication security include prevention of eavesdropping to protect confidentiality, assurances of integrity, and the maintenance of availability of the connection itself. All communication channels, whether between devices on the same network, across a VPN, over a remote connection, or wirelessly over radio waves, must be protected. A significant portion of communication security requires appropriate encryption. Encryption is used to protect the data itself while in storage and transit and provide a digital means of authentication. Without proper security, communication is subject to interception, manipulation, or denial of service. Communication security also includes planning for protection, as new technologies and data flow patterns are incorporated into the workplace.</p>
<h3>Cryptography</h3>
<p>Cryptography is the science of obfuscation and is used to protect data while in transit or in storage. Data encryption includes three common sub-divisions: symmetric ciphers, asymmetric ciphers, and hashing. Symmetric cryptography is used for bulk data encryption, protecting information while in transit or in storage. Asymmetric cryptography is used to prove the identity of endpoints (e.g., digital signatures), or provide secure symmetric key exchange (e.g., digital envelopes). Hashing is used to detect alterations or verify integrity of communications and stored data.</p>
<h3>IDS/IPS/IDP</h3>
<p>Intrusion Detection Systems (IDS) are designed to notify administrators of suspect activities in the computing environment. Intrusion Prevention Systems (IPS) detect suspect activities and alter the environment in attempt to thwart those activities. New Intrusion Detection and Prevention (IDP) solutions can perform deep packet inspection on cloud traffic. These tools supplement the security provided by firewalls, proxies, malicious code scanners, and other typical security mechanisms. IDS/IPS/IDP may be able to detect violations based on pattern matching, anomaly detection, and behavior analysis. However, these tools require expertise for proper deployment, configuration, and tuning.</p>
<h3>Logging and Monitoring</h3>
<p>Logging and monitoring, in addition to auditing, are essential parts of keeping track of all of the events that occur within an organization’s infrastructure. Each and every piece of equipment that can record a log file should be configured to do so, especially firewalls, proxies, DNS servers, DHCP servers, routers, and switches. Plus, every OS and application that can log events should be enabled as well. The more extensive the logging, monitoring, and auditing, the more evidence will be collected about benign and malicious situations. Other important issues related to event tracking include historical log archival, securing logs, time synchronization, monitoring performance, vector tracking, maintaining accuracy, and complying with rules of evidence and chain of custody.</p>
<h3>Penetration Testing</h3>
<p>Penetration testing is the third major phase in security assessment and management. Penetration testing is used to stress test a mature environment for issues that cannot be discovered by automated tools or by typical administrators. Penetration testers are skilled in the method and tools of criminal attacks, the art of reconnaissance, and are masters of systems, protocols, and other aspects of IT from the perspective of malicious hackers. Testers craft exploits, modify code, decompile executables, applications, debug scripts, uncover covert channels, and more. These are essential skills of the members of a penetration testing team. A complete understanding of the benefits and the mechanisms of black box security testing will enable an organization to benefit fully from hiring an ethical hacking consultant or developing their own in-house testing team.</p>
<h3>Remote Access</h3>
<p>Remote access is convenient, can reduce costs, and can make work tasks more flexible, but it also increases risk for an organization. Once remote connectivity of any type is enabled for valid user access to a private network, the benefits of physical security are greatly reduced. As soon as authorized outsiders can establish valid connections to internal resources, hackers from across the globe gain the ability to attempt to intrude into those same remote access channels. Remote access includes traditional PSTN modems, VPN connections over the Internet, wireless connections, and more. Remote access often benefits from the implementation of AAA (authentication, authorization, and accounting) servers exclusively for remote users. Adding filters and rigorous oversight, such as with auditing and IDS/IPS/IDP solutions, is essential. Secure remote connectivity is possible, but is more challenging and involved than most organizations realize when first launching telecommuting or remote access projects.</p>
<p><strong>Related Courses</strong><br />
<a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=13526&amp;catid=191&amp;country=United+States" target="_blank">Cybersecurity Foundations</a><br />
<a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=16261&amp;catid=191&amp;country=United+States" target="_blank">Security+ Prep Course</a><br />
<a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=15870&amp;catid=191&amp;country=United+States" target="_blank">Certified Ethical Hacker v7</a></p>
 <div class=’series_links’> </div><div class=’series_toc’><h3>Security Competencies Series</h3><ul><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/security-competencies-what-they-are-why-we-need-them/' title='Security Competencies: What They Are and Why We Need Them'>Security Competencies: What They Are and Why We Need Them</a></li><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/asset-protection-what-do-you-have/' title='Asset Protection: What Do You Have?'>Asset Protection: What Do You Have?</a></li><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/threat-management-whats-coming-at-you/' title='Threat Management: What’s Coming at You?'>Threat Management: What’s Coming at You?</a></li><li>Access Control: Who Gets In?</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/access-control-who-gets-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Ethical Hacking?</title>
		<link>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/what-is-ethical-hacking/</link>
		<comments>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/what-is-ethical-hacking/#comments</comments>
		<pubDate>Wed, 09 May 2012 12:10:36 +0000</pubDate>
		<dc:creator>Michael Gregg</dc:creator>
				<category><![CDATA[CEH v7.0]]></category>
		<category><![CDATA[Hacking & Cybercrime]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[EC Council]]></category>
		<category><![CDATA[ethical hacking]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5648</guid>
		<description><![CDATA[When it comes to terms like ethical hacking, many may see this as an oxymoron. Ethical hacking is one approach to examining the security of your network in the same way that an attacker would. The difference is that is it done without malice and with the permission of the company.]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2012/03/laptop141119515.jpg"><img class="alignright size-full wp-image-5514" title="laptop141119515" src="http://globalknowledgeblog.com/wp-content/uploads/2012/03/laptop141119515.jpg" alt="" width="300" height="300" /></a>When it comes to terms like <em>ethical hacking,</em> many may see this as an oxymoron. Ethical hacking is one approach to examining the security of your network in the same way that an attacker would. The difference is that is it done without malice and with the permission of the company.</p>
<p>Ethical hacking can be used to help determine that your company created the safest environment possible for your most valuable data. Whether it’s a local network, web application, or even a SQL database that is used to store sensitive records, the safety of that information is extremely important. If you run any type of business or organization that depends on the safety and security of your information, as most of us do, making sure it’s always safe and protected from cyber criminals is incredibly important.</p>
<p>When it comes to keeping a secure network or securing database records, many companies employee ethical hackers or even hire private security consultants to find the potential security holes before attackers locate these vulnerabilities. It’s only after you’ve found these vulnerabilities that you can then “patch” or secure these potential intrusion areas and put a stop to the potential threats.</p>
<p>If you’re interested in this field, one good place to start is to increase your knowledge of the field. There are several good certifications to get started. One is the CEH (Certified Ethical Hacker). Certified Ethical Hackers are used to ethically hack into their clients’ networks to make sure they are completely secure. The CEH exam requires candidates to have a wide knowledge of ethical hacking techniques and understand networking protocols. You can learn more by checking their website at <a href="http://www.eccouncil.org" target="_blank">http://www.eccouncil.org</a>.</p>
<p><strong>Related Posts</strong><br /> <a href="http://globalknowledgeblog.com/technology/security/hacking-cybercrime/are-you-interested-in-it-security/" target="_blank">Are You Interested in IT Security?</a><br /> <a href="http://globalknowledgeblog.com/technology/security/hacking-cybercrime/securing-cyberspace-are-you-ready/" target="_blank">Securing Cyberspace: Are You Ready?</a><br /> <a href="http://globalknowledgeblog.com/technology/security/hacking-cybercrime/hacking-back-in-self-defense-is-it-legal-should-it-be/" target="_blank">Hacking Back in Self-Defense: Is It Legal; Should It Be?</a></p>
<p><strong>Related Courses</strong><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=15870&amp;catid=191&amp;country=United+States" target="_blank">Certified Ethical Hacker v7</a><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=13526&amp;catid=191&amp;country=United+States" target="_blank">Cybersecurity Foundations</a><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=978&amp;catid=191&amp;country=United+States" target="_blank">Foundstone Ultimate Hacking</a></p>
]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/what-is-ethical-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Threat Management: What’s Coming at You?</title>
		<link>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/threat-management-whats-coming-at-you/</link>
		<comments>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/threat-management-whats-coming-at-you/#comments</comments>
		<pubDate>Mon, 07 May 2012 12:27:35 +0000</pubDate>
		<dc:creator>James Michael Stewart</dc:creator>
				<category><![CDATA[Hacking & Cybercrime]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Threat Management]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5659</guid>
		<description><![CDATA[When designing and deploying security solutions, a thorough understanding of what you have to protect is important. Just as important is understanding the vulnerabilities within and around your assets and infrastructure. A threat analysis considers the range of currently known threats and the potential and likelihood that an attack will be attempted against your organization. Do you know what's coming at you?]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2011/11/security207521s.jpg"><img src="http://globalknowledgeblog.com/wp-content/uploads/2011/11/security207521s.jpg" alt="" title="security207521s" width="250" height="250" class="alignright size-full wp-image-4989" /></a>
<p>When designing and deploying security solutions, a thorough understanding of what you have to protect is important. Just as important is understanding the vulnerabilities within and around your assets and infrastructure. A threat analysis considers the range of currently known threats and the potential and likelihood that an attack will be attempted against your organization. Do you know what’s coming at you?</p>
<p>Threat management is the mitigation of recognized risk in an attempt to lower that risk to an acceptable level. These efforts require the use of auditing and analysis to confirm your efforts. Humans can be your weakest link. Ensure that they have received adequate training to stay a step or two ahead of potential attackers through:</p>
<ul>
<li>Audit &amp; Analysis</li>
<li>Risk Assessment and Mitigation</li>
<li>Social Engineering</li>
<li>Threat Assessment</li>
<li>Vulnerability Assessment</li>
</ul>
<h3>Audit &amp; Analysis</h3>
<p>Audit and analysis are techniques to measure, record, and understand the threats facing an organization. Audit trails, log files, monitoring data, and other collected data points are used to construct a historical perspective of the infrastructure. Some auditing tools are native to any OS, application, or network service. ISO 27002 lists common controls an organization can use to defend infrastructures. ISACA’s COBIT framework provides ways to test these controls when auditing. Standards and frameworks must be understood to prove corporate governance is compliant with applicable government regulations, such as:  Sarbanes-Oxley Act (SOX), Health Insurance Portability and Accountability Act (HIPAA), and Payment Card Industry Data Security Standard (PCI DSS).</p>
<p>Making a record of events occurring on the network and within a system, as caused by a process or user account, is only the first part. Recorded event details need to be assessed and evaluated in context of all other events, both digital and physical. Such analysis can reveal what actually occurred and whether or not such occurrences are compliant and in adherence with required/expected work tasks. Internal auditing and analysis helps show a company is taking due care of their environment and can lead to resolving employee issues, tracking down criminals, and providing continuous improvement to the organization’s security profile.</p>
<h3>Risk Assessment and Mitigation</h3>
<p>Risk assessment is the initial and ongoing evaluation of an organization’s security stance in light of their assets, threats, and risks. Generally, risk assessment is performed as a multi-step process. This process starts with an inventory of assets. Each asset is assigned a composite value based on both tangible and intangible considerations. Threats that could negatively affect each specific asset are listed. Each of these threats is then evaluated in terms of the potential exposure factor (i.e. amount of potential loss), likelihood of occurrence (i.e. probability of becoming real), and annualized rate of occurrence (i.e. how often in a given year is threat realization possible). These calculations are analyzed to determine the threat/asset combination that is expected to cause the most harm the most often, and thus represents the largest risk to the organization.</p>
<p>Once risks are determined and prioritized based on severity and/or occurrence rate, countermeasures are selected to address top priority threats. Mitigation strategies include risk avoidance (i.e. removing elements of the environment or adjusting work tasks to remove that risk), risk reduction (e.g. installing security products or reconfiguring existing products), risk transference (e.g. assigning risk to others via outsourcing or insurance purchase), and risk acceptance (i.e. choosing to let a risk exist as is due to poor countermeasure options, lack of budget, small loss potential, or infrequency of occurrence). Overall, risk assessment and mitigation aims at taking an organization’s original total risk and reducing it to a manageable and acceptable level. All risk is never eliminated (every new control carries new risks), and risk is not all bad; the ability to analyze risk concisely requires training and exercise.</p>
<h3>Social Engineering</h3>
<p>Social engineering is any attack focusing on the humans of an organization. Since humans are the weakest link in any security solution, it is important to address this growing concern. Social engineering attacks can occur through any means of communication, both real world and digital, whether real-time or not. Social engineering attacks often prey on new or undertrained employees but just as often focus attacks on high value targets such as administrators or C-level executives. Confidence games played by hackers can range from seemingly innocent conversations asking for general information, (e.g. a name, e-mail address, phone number), to specifically targeted ploys to trick a victim into revealing secret information or performing a risk task (e.g. opening an e-mail attachment, typing in commands, or visiting a URL).</p>
<p>Due to the nature of social engineering, there are no specific technology defenses that address it. Some filters for SPAM or phishing in e-mail and Web browsers can help, but the best countermeasure is employee education and awareness. Employees need to know they are targets. They need to be more suspicious of contacts they don’t automatically recognize or that fail to provide a provable identity. Information classification policy should identify how data is to be classified and labeled. Each strata of classification should clearly identify what content can be shared with whom. When necessary, procedures should dictate the means by which identities can be verified, before revealing information or performing tasks. A thorough understanding of the means of social engineering and the common tactics employed by criminals will assist organizations in designing a training program that equips their personnel with the tools needed to avoid the common traps.</p>
<h3>Threat Assessment</h3>
<p>A threat assessment is part of a comprehensive risk assessment and risk mitigation process. It is the profiling and evaluation of threats that loom over an organization and its assets. Only when you know the potential harm that could occur is it possible to design and deploy an appropriate and sufficient security response. Threats include Internet attacks, internal personnel, nature’s physical elements, unplanned downtime, hardware failures, over allocation of resources and capacity, oversights, mistakes, and more. All of these must all be considered when designing an organization’s security solution. Understanding threats (i.e., what they are, how they manifest, how situations are used by criminals, etc.) involves learning how criminal hackers work, the process and costs of incident response and forensic investigations, as well as a thorough understanding the underpinnings of IT infrastructure, including hardware, firmware, operating systems, applications, file storage, network resources, databases, networking protocols, etc.</p>
<h3>Vulnerability Assessment</h3>
<p>When crafting and maintaining a secure infrastructure there are three primary phases or elements: risk assessment/analysis, vulnerability assessment/analysis, and penetration testing. Security starts with a risk assessment to establish a foundational security policy. Risk assessments are repeated on a regular basis to incrementally improve upon a security solution. Generally, risk assessments are more paper based methods of security assessment an analysis.</p>
<p>Vulnerability assessment is then possible once an initial security policy has been implemented into the deployed infrastructure. Vulnerability assessment seeks to confirm that all necessary patches and upgrades are installed, that reasonable configuration settings are in place, and that known flaws and vulnerabilities are addressed. This assessment is usually performing using mostly automated analysis tools which include an updatable database of checks, tests, and threat probes. Most vulnerability assessment tools can be run by a well-rounded network or security administrator. These assessment tools are generally safe to use and do not pose a serious risk to the infrastructure.</p>
<p>Once the administrative staff has responded to all issues uncovered by risk assessment and vulnerability assessment, the third phase of security assessment can be performed — namely penetration testing (a.k.a. ethical hacking). Penetration testing is when a highly skilled team of security experts use the tools and techniques of criminal hackers to test the resiliency of the deployed security infrastructure, the methods of detection, and human response. The goal of such testing is to reveal vulnerabilities and other issues that automated tools overlook and which skilled and focused criminal hackers may be able to uncover. If you are able to find these concerns before they are abused, defenses can be implemented to prevent those esoteric breaches which may have been unknown prior to the penetration test.</p>
<p><strong>Related Courses</strong><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=13526&amp;catid=191&amp;country=United+States" target="_blank">Cybersecurity Foundations</a><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=16261&amp;catid=191&amp;country=United+States" target="_blank">Security+ Prep Course</a><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=15870&amp;catid=191&amp;country=United+States" target="_blank">Certified Ethical Hacker v7</a></p>
 <div class=’series_links’> </div><div class=’series_toc’><h3>Security Competencies Series</h3><ul><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/security-competencies-what-they-are-why-we-need-them/' title='Security Competencies: What They Are and Why We Need Them'>Security Competencies: What They Are and Why We Need Them</a></li><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/asset-protection-what-do-you-have/' title='Asset Protection: What Do You Have?'>Asset Protection: What Do You Have?</a></li><li>Threat Management: What’s Coming at You?</li><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/access-control-who-gets-in/' title='Access Control: Who Gets In?'>Access Control: Who Gets In?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/threat-management-whats-coming-at-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asset Protection: What Do You Have?</title>
		<link>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/asset-protection-what-do-you-have/</link>
		<comments>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/asset-protection-what-do-you-have/#comments</comments>
		<pubDate>Tue, 01 May 2012 12:32:03 +0000</pubDate>
		<dc:creator>James Michael Stewart</dc:creator>
				<category><![CDATA[Hacking & Cybercrime]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[asset protection]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5656</guid>
		<description><![CDATA[In order to protect your assets, you must first know what they are, where they are, and understand how they are tracked and managed. Are they secured? Who has access to them? Who tracks and manages them? Do you have functional procedures in place to respond and recover from a security breach quickly? Do you have a process improvement cycle to prevent re-occurrence?]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2012/02/phonelaptop39.jpg"><img src="http://globalknowledgeblog.com/wp-content/uploads/2012/02/phonelaptop39.jpg" alt="" title="phonelaptop39" width="300" height="300" class="alignright size-full wp-image-5391" /></a>
<p>In order to protect your assets, you must first know what they are, where they are, and understand how they are tracked and managed. Are they secured? Who has access to them? Who tracks and manages them? Do you have functional procedures in place to respond and recover from a security breach quickly? Do you have a process improvement cycle to prevent re-occurrence?</p>
<p>These are all important issues related to assets. It’s important to remember what an asset is — it’s anything used in a business task. Generally, asset protection involves identification of assets, assessment of an asset’s value, and a determination of the technologies needed to provide sufficient security for that asset. There are many facets to the job of asset security including:</p>
<ul>
<li>Cloud Computing</li>
<li>Virtualization</li>
<li>Secure Coding</li>
<li>Identity Management</li>
<li>Information Assurance</li>
<li>Public Key Infrastructure</li>
</ul>
<h3>Cloud Computing</h3>
<p>The cloud offers computing services as a commodity. This involves a wide range of capabilities including online storage and backup, virtual/remote desktop, collaboration services, software as a service, platform as a service, and infrastructure as a service. Popular services include online office productivity (such as Google Docs or Office 365), computing services for custom applications (such as Engine Yard or Windows Azure), or complete back-end scalable datacenters (such as GoGrid or Rackspace). While cloud computing can greatly benefit an organization, it also introduces new and unique security concerns.</p>
<p>Cloud services are at odds with some regulations and security standards. Each organization is responsible for their own compliance of issues like prohibition of comingling of certain data types, hardware types, or data locations. Also, traffic flow must be understood. Is your sensitive and critical data encrypted in transit and while stored/processed in the cloud? Who has access to the encryption keys? What procedures are in place to manage ease of access, recovery options, downtime concerns, backup, privacy protections, and speed of interaction and throughput? Cloud computing revolutionizes technology. The benefits and drawbacks need to be considered carefully before shifting aspects of your infrastructure into the cloud.</p>
<h3>Virtualization</h3>
<p>Virtualization is the creation and/or support of the simulated copy of a real machine or environment. Virtualization can be used to provide virtual hardware platforms, operating systems/platforms, storage capacity, network resources, and applications. Virtualization can also be used to host applications on a different OS than they were originally designed or allow a single set of server hardware to host several server operating systems in memory simultaneously. Virtualization offers benefits of lower hardware costs, reducing operating costs, efficient backups/restoration, high-availability, portability of services, faster deployment, expandable/scalable, and more. Virtualization adds security to the computing environment by permitting servers to be logically separated from each other. However, virtualization can cause problems with licensing, patch management, and regulation compliance which may cause slower performance of services, greater potential of single point of failure, and potential security concerns due to hardware re-use or sharing.</p>
<h3>Secure Coding</h3>
<p>Secure coding practices are essential to reducing the threat caused by the exploitation of processes, bad/poor coding, and flaws in design. Secure coding includes the consideration of appropriate controls at the onset of development, proper consideration given to design, robust code and error routines, minimizing verbose error messages, eliminating programmer back doors, bounds checking, input validation, separation of duties, and comprehensive change management. Failure to use secure coding practices leads to software that is susceptible to buffer overflow attacks, DoS attacks, and malicious code injection attacks. Non-robust code can also provide a path for database and command injection attacks.</p>
<p>Secure coding practices can include many aspects of secure design integration and attack prevention. For example, software can be designed to authenticate all resource requests and processing actions before allowing a task to operate. Additionally, software needs to limit and sanitize input to prevent scripting, meta-characters, and/or command injection are essential parts of secure coding. Secure coding is more than just a few extra lines of code; it is an entire process and architecture of software development.</p>
<p>Secure coding is an essential security practice not just for vendors that sell/release products to the world-wide market but also for internal software developers that develop code for use exclusively by internal users or which is exposed to the world via an Internet service. One of the biggest mistakes companies make in relationship to the Internet is assuming their Internet servers are secure and cannot be compromised, and if they were ever compromised it would not lead to serious consequences or a breach of their private network. This is usually a poor assumption. With the growing popularity of fuzzing tools to find coding errors, the proliferation and distribution of buffer overflow exploit code, and with several variants of code injection attacks (including SQL, command, XML, LDAP, SIP, etc.), no Internet service can ever be assumed to be immune from breach.</p>
<h3>Identity Management</h3>
<p>Companies collect a lot of customer and employee data. Identity management involves the protection of all personally identifiable information (PII). This protection includes proper classification of information, delineation of the lines of communication, and strict policies and procedures for access control. Accountability is a key requirement to hold all information requestors (‘subjects’, both internal users and outside attackers) liable for their actions.</p>
<p>Credentials are a popular form of PII subject to attack. All repositories of personal information, access channels to those repositories, and exchange of information with those repositories needs to be protected with strong authentication and encryption. Today’s sharing of information, transient locations of data repositories, and society’s acceptance of weak authentication set the stage for transitive attacks. Transitive attacks occur when a trust is allowed without realizing that it included other trusts that you were unaware of, and that can defeat your security.</p>
<h3>Information Assurance</h3>
<p>Information assurance satisfies management’s desire for a given security profile, indicating that all data is properly protected and able to be accepted as accurate and readily available. The set of processes needed to support this assurance requires the establishment of a reliable means to lock down assets and track their usage. Specifically, information assurance is focused on the security of data or information typically stored in files. It is important to properly manage the risk of using, processing, transmitting, and storing these data files. Secure data management addresses not just electronic or digital issues, but physical storage media (especially portable media) as well.</p>
<h3>Public Key Infrastructure</h3>
<p>Public Key Infrastructure (PKI) is a security framework and is generally comprised of four main components: symmetric encryption, asymmetric encryption (often public key cryptography), hashing, and a reliable method of authentication. Symmetric encryption is used for bulk encryption for storage or transmission of information. Asymmetric encryption is used for digital signatures and digital envelopes (i.e., secure exchange of symmetric keys). Hashing is used to check and verify integrity.</p>
<p>How will you assure reliable authentication is used to ensure that only valid entities participate in the PKI environment, secure key delivery, secure key use, and key revocation? Customers’ belief in the credibility of certificates, and therefore security of transactions with your website, depend on the reputation and reliability of the CA. Due to recent events by hackers, blind use of digital certificates has been called into question. As with any protection measure, companies need to understand what PKI technology affords us in terms of protection, as well as to be cognizant of the technology’s limitations and vulnerabilities.</p>
<p><strong>Related Courses</strong><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=13526&amp;catid=191&amp;country=United+States" target="_blank">Cybersecurity Foundations</a><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=16261&amp;catid=191&amp;country=United+States" target="_blank">Security+ Prep Course</a><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=15870&amp;catid=191&amp;country=United+States" target="_blank">Certified Ethical Hacker v7</a></p>
 <div class=’series_links’> </div><div class=’series_toc’><h3>Security Competencies Series</h3><ul><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/security-competencies-what-they-are-why-we-need-them/' title='Security Competencies: What They Are and Why We Need Them'>Security Competencies: What They Are and Why We Need Them</a></li><li>Asset Protection: What Do You Have?</li><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/threat-management-whats-coming-at-you/' title='Threat Management: What’s Coming at You?'>Threat Management: What’s Coming at You?</a></li><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/access-control-who-gets-in/' title='Access Control: Who Gets In?'>Access Control: Who Gets In?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/asset-protection-what-do-you-have/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Are You Interested in IT Security?</title>
		<link>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/are-you-interested-in-it-security/</link>
		<comments>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/are-you-interested-in-it-security/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 12:13:41 +0000</pubDate>
		<dc:creator>Michael Gregg</dc:creator>
				<category><![CDATA[Hacking & Cybercrime]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[InfoSec]]></category>
		<category><![CDATA[IT security]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5636</guid>
		<description><![CDATA[If you are interested in IT security, now is a good time to consider a career move.  According to the 2011 Information Security and Data Privacy Staffing Survey, which polled 190 organizations in 34 countries, IT security staffing budgets are expected to rise 14% next year. That is good news for those involved in IT security and individuals in the InfoSec field. This increase in funding could not come at a better time. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2011/08/badgesecurity86056.jpg"><img class="alignright size-thumbnail wp-image-4278" title="badgesecurity86056" src="http://globalknowledgeblog.com/wp-content/uploads/2011/08/badgesecurity86056-150x150.jpg" alt="" width="150" height="150" /></a>If you are interested in IT security, now is a good time to consider a career move.  According to the <a href="http://www.prweb.com/releases/security-policy/2012/prweb9347575.htm" target="_blank">2011 Information Security and Data Privacy Staffing Survey</a>, which polled 190 organizations in 34 countries, IT security staffing budgets are expected to rise 14% next year. That is good news for those involved in IT security and individuals in the InfoSec field. This increase in funding could not come at a better time. </p>
<p>Earlier this year at the RSA conference, RSA chief Arthur Coviello stated that, “never have the attacks been as targeted, with the aim of breaching one organization as a stepping stone to breaching others.” The last few years have seen a real increase in the rate and magnitude of cyber attacks. While there are several bills in congress slated to address cyber security, there is still much more work to be done. Most of this work will be done by employees and contractors.</p>
<p>If you are interested in making the move to IT security, the best way to start is to increase your security skill set. This can include classroom training, college classes, and reading online security sites and blogs. Some of the areas that I would expect to see growth in include hands-on technical skills, security management practices, risk management, applications development, and cloud security.</p>
]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/are-you-interested-in-it-security/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Security Competencies: What They Are and Why We Need Them</title>
		<link>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/security-competencies-what-they-are-why-we-need-them/</link>
		<comments>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/security-competencies-what-they-are-why-we-need-them/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 12:18:32 +0000</pubDate>
		<dc:creator>James Michael Stewart</dc:creator>
				<category><![CDATA[Hacking & Cybercrime]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[asset protection]]></category>
		<category><![CDATA[security competencies]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5624</guid>
		<description><![CDATA[Technology is changing rapidly. New tools for managing information, providing remote access, and calculating data analytics are being deployed at a feverish pace. Meanwhile, skillful exploits and attacks are being perfected and launched by hacktivists and criminals from across the globe. The ability for an organization to reach out to a world-wide market base has never been so effortless, but at the same time the risks from doing so have never been greater.]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2011/08/handcuffssecuritySS37041.jpg"><img class="alignright size-full wp-image-4309" title="handcuffssecuritySS37041" src="http://globalknowledgeblog.com/wp-content/uploads/2011/08/handcuffssecuritySS37041.jpg" alt="" width="300" height="300" /></a>Technology is rapidly changing. New tools for managing information, providing remote access, and calculating data analytics are being deployed at a feverish pace. Meanwhile, skillful exploits and attacks are being perfected and launched by hacktivists and criminals from across the globe. The ability for an organization to reach out to a world-wide market base has never been so effortless, but at the same time the risks from doing so have never been greater.</p>
<p>Increasingly, the Internet interconnects individuals and businesses which also grants unfettered access by criminals and those who wish to abuse these systems. “Cyber threats” define the attacks that compromise computers, networks, data-sets, and/or their communications. “Cyber attacks” can reach a target from local sources (ie, already on your network) or from across a wide area network link (ie, the Internet). A compromise of IT infrastructure, communications, or data stores can result in serious economic and financial losses. Additionally, security breaches can lead to privacy violations, negative publicity, a depletion of public trust, a reduction of consumer confidence, and loss of market share. Security compromises can cause a violation of regulations, place the organization at risk of losing their license to operate, cause bankruptcy, and potentially trigger criminal or civil penalties for the organization and its officers.</p>
<p>Organizations must take the threat and risk of computer hacking seriously. A well-trained and prepared cyber-work-force is imperative. All personnel in the organization, from the C-level executives to new interns, require cyber-awareness. All organizations benefit from having some personnel trained as cyber warriors. A well-prepared organization is able to build sufficient defenses to ward off most attacks, tune detection systems to discover attempted attacks, and respond to compromises promptly in order to contain and eradicate the violation. The best defense starts with information, knowledge, and education. You need the right-people with the right skills and expertise to counter the ever present onslaught to cyber threats and attacks. Six main security disciplines and their corresponding competencies include:</p>
<ul>
<li>Asset Protection</li>
<li>Threat Management</li>
<li>Access Control</li>
<li>Incident Management</li>
<li>Configuration Management</li>
<li>Contingency Planning</li>
</ul>
<p>Continuing next week, this seven part series will teach you to use and understand each of these disciplines to better protect you and your company.</p>
<p><strong>Related Courses</strong><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=13526&amp;catid=191&amp;country=United+States" target="_blank">Cybersecurity Foundations</a><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=16261&amp;catid=191&amp;country=United+States" target="_blank">Security+ Prep Course</a><br /> <a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=15870&amp;catid=191&amp;country=United+States" target="_blank">Certified Ethical Hacker v7</a></p>
<p> </p>
 <div class=’series_links’> </div><div class=’series_toc’><h3>Security Competencies Series</h3><ul><li>Security Competencies: What They Are and Why We Need Them</li><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/asset-protection-what-do-you-have/' title='Asset Protection: What Do You Have?'>Asset Protection: What Do You Have?</a></li><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/threat-management-whats-coming-at-you/' title='Threat Management: What’s Coming at You?'>Threat Management: What’s Coming at You?</a></li><li><a href='http://globalknowledgeblog.com/technology/security/hacking-cybercrime/access-control-who-gets-in/' title='Access Control: Who Gets In?'>Access Control: Who Gets In?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/security-competencies-what-they-are-why-we-need-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BeEF: The Browser Exploit Framework</title>
		<link>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/beef-the-browser-exploit-framework/</link>
		<comments>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/beef-the-browser-exploit-framework/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 12:14:52 +0000</pubDate>
		<dc:creator>Michael Gregg</dc:creator>
				<category><![CDATA[Hacking & Cybercrime]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[BeEF]]></category>
		<category><![CDATA[browser exploit framework]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5594</guid>
		<description><![CDATA[While many security professionals have used the Metasploit Framework, there is another exploit framework that you should review.  It is known as BeEF.  BeEF is a powerful exploit framework that is focused on leveraging browser vulnerabilities to assess the security posture of a target.  Just as many penetration testers user proxies such as Burp and Paros, BeEF takes this a step further by directly targeting the browser.]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2012/04/troubleshooting23437213.jpg"><img class="alignright size-full wp-image-5569" title="troubleshooting23437213" src="http://globalknowledgeblog.com/wp-content/uploads/2012/04/troubleshooting23437213.jpg" alt="" width="300" height="300" /></a>While many security professionals have used the Metasploit Framework, there is another exploit framework that you should review. It is known as BeEF. BeEF is a powerful exploit framework that is focused on leveraging browser vulnerabilities to assess the security posture of a target. Just as many penetration testers use proxies such as Burp and Paros, BeEF takes this a step further by directly targeting the browser.</p>
<p>You can think of browser exploitation as a method of taking advantage of vulnerabilities in the browser software to modify specific settings without the knowledge of the end user. The BeEF exploit framework allows penetration testers to select specific modules to target each browser in a one-two-three approach. First, a target is selected. After selecting a target, the user can load a specific module used for attack. The ‘Load Modules’ area shows what modules are available for use and, once selected, allows the code to be sent to the targeted browser. Once the module is loaded, the vulnerability can be exploited.</p>
<p>As an example, one module is used to target the way Apple computers insecurely handle URL schemes when initiating a Skype outbound call. If successful, BeEF will initiate a Skype call without the end user’s permission. While this is just one example of BeEF, it demonstrates the power of the tool and how it can be used by security professionals and penetration testers to test for client side vulnerabilities. Other modules include browser overflows, cross site scripting, keylogging, and clipboard theft.</p>
<p>I hope you will consider checking out this great piece of software. You can learn more by <span style="text-decoration: underline;"><a href="http://beefproject.com/"><span style="text-decoration: underline;">visiting the project page</span></a></span> at or by <span style="text-decoration: underline;"><a href="https://github.com/beefproject/beef/wiki"><span style="text-decoration: underline;">reviewing the wiki</span></a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/beef-the-browser-exploit-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Topics on Security+ 2011 (SY0-301) from Domains 4.0–6.0</title>
		<link>http://globalknowledgeblog.com/certification/new-topics-on-security-2011-sy0-301-from-domains-4-0-6-0/</link>
		<comments>http://globalknowledgeblog.com/certification/new-topics-on-security-2011-sy0-301-from-domains-4-0-6-0/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 16:56:11 +0000</pubDate>
		<dc:creator>James Michael Stewart</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[CompTIA]]></category>
		<category><![CDATA[Hacking & Cybercrime]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Security +]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5547</guid>
		<description><![CDATA[Fuzzing is a testing method that uses a brute force technique to send data to software or hardware inputs and then notice the response or reaction. The purpose is to discover programming or design flaws that need fixing or which can be exploited. Both security professionals and hackers use fuzzing tools. These tools can operate autonomously to craft random or sequential input data sets in order to stress test a target.]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2012/04/5651886014.jpg"><img src="http://globalknowledgeblog.com/wp-content/uploads/2012/04/5651886014.jpg" alt="" title="5651886014" width="300" height="300" class="alignright size-full wp-image-5574" /></a>Reprinted from <a href="http://www.globalknowledge.com/training/whitepaperdetail.asp?pageid=502&amp;wpid=954&amp;country=United+States" target="_blank">Global Knowledge: New Topics on Security+ 2011 (SY0-301) from Domains 2.0–6.0</a></p>
<h3>Domain 4.0 Application, Data and Host Security</h3>
<h4>1. Fuzzing (4.1)</h4>
<p>Fuzzing is a testing method that uses a brute force technique to send data to software or hardware inputs and then notice the response or reaction. The purpose is to discover programming or design flaws that need fixing or which can be exploited. Both security professionals and hackers use fuzzing tools. These tools can operate autonomously to craft random or sequential input data sets in order to stress test a target.</p>
<h4>2. Cross-site Request Forgery (XSRF) prevention (4.1)</h4>
<p>Cross-site Request Forgery (XSRF) is an attack that takes advantage of a Web server’s trust in an authenticated client. Usually attacks of this type wait until a valid client authenticates to a server before launching and making command requests to the server as if it were the client. The flaw is the server assuming that an authenticated client will only make valid and reasonable requests. This is a bad assumption. Prevention of XSRF must take place at both the client and server. Clients should avoid risky behavior to prevent malware infection and run current anti-malware scanners. Servers should limit the abilities or functions clients can access and re-request authentication when a sensitive action is requested.</p>
<h4>3. Cable locks (4.2)</h4>
<p>Cable locks are an important part of portable device physical security. A cable lock is used to secure a notebook or other device to a less mobile object (preferable immovable) using a looping cable along with a lock that connects into a K-slot on the device. Cable locks are not insurmountable; a good set of wire cutters or an adept lock-pick may be able to bypass the protection. However, the presence of a cable lock mandates the additional effort in a theft attack, thus reducing the attack’s success rate.</p>
<h4>4. Mobile Devices (4.2)</h4>
<p>There are several mobile device specifics on the objectives list, including screen lock, strong password, device encryption, remote wipe/sanitation, voice encryption, and GPS tracking. Most of these are standard security issues on desktops and notebooks. Smartphones are somewhat more vulnerable to remote wiping and GPS tracking. Often, these services must be installed and configured prior to a loss or theft event.</p>
<h4>5. Data Loss Prevention (DLP) (4.3)</h4>
<p>Data Loss Prevention (DLP) is the focus plan and policy to prevent data from being disclosed to unauthorized entities, especially outsiders and hackers. Most of the efforts related to data access, encryption, tracking, and confidentiality protection are part of the DLP solution. Showing sufficient DLP is also an important part of regulation compliance.</p>
<h3>Domain 5.0 Access Control and Identity Management</h3>
<h4>1. Common Access Card (5.2)</h4>
<p>The Common Access Card (CAC) has been commonly used by the government and military of the USA since the early 2000s; however, CACs are found in many private companies as well. The CAC is a smart card commonly used to control physical and logical access into a secured environment. It often consists of a photo ID, smart card technologies, and proximity mechanisms (such as RFID).</p>
<h4>2. Personal identification verification card (5.2)</h4>
<p>A personal identification verification (PIV) card is a more generic form of a CAC. It is any form of ID card that can be used to confirm or check someone’s identity. A PIV could refer to a driver’s license, an access badge, a photo ID, or a visitor’s badge, etc.</p>
<h3>Domain 6.0 Cryptography</h3>
<h4>1. Miscellaneous Cryptography Items (6.0)</h4>
<p>This domain contains several new topics not included on the previous exam. The topics are not new to the IT security realm as they are standard elements of most cryptography discussions. They include: block vs. stream, transport encryption, WEP vs. WPA/WPA2 and preshared key, RIPEME, HMAC, RC4, Blowfish, whole disk encryption, TwoFish, SSL, TLS, IPSec, SSH, HTTPS, and PKI.</p>
<h3>Conclusion</h3>
<p>The descriptions and definitions of some of the new Security+ topics listed here are designed to pique your interest. This is not an exhaustive coverage of these issues, but they point to a larger discussion of security topics that require greater context.</p>
<p><strong>Related Courses</strong></p>
<p><a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=16261&amp;country=United+States">Security+ Prep Course (SYO-301)</a><br />
<a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=16259&amp;country=United+States">Security+ Certification Boot Camp (SYO-301)</a></p>
 <div class=’series_links’> </div><div class=’series_toc’><h3>New Topics on Security+  Series</h3><ul><li><a href='http://globalknowledgeblog.com/certification/new-topics-on-security-2011-sy0-301-from-domains-2-0-3-0/' title='New Topics on Security+ 2011 (SY0-301) from Domains 2.0–3.0'>New Topics on Security+ 2011 (SY0-301) from Domains 2.0–3.0</a></li><li>New Topics on Security+ 2011 (SY0-301) from Domains 4.0–6.0</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/certification/new-topics-on-security-2011-sy0-301-from-domains-4-0-6-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Topics on Security+ 2011 (SY0-301) from Domains 2.0–3.0</title>
		<link>http://globalknowledgeblog.com/certification/new-topics-on-security-2011-sy0-301-from-domains-2-0-3-0/</link>
		<comments>http://globalknowledgeblog.com/certification/new-topics-on-security-2011-sy0-301-from-domains-2-0-3-0/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 17:49:37 +0000</pubDate>
		<dc:creator>James Michael Stewart</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[CompTIA]]></category>
		<category><![CDATA[Hacking & Cybercrime]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Security+]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5545</guid>
		<description><![CDATA[In early summer of 2011, the latest version SY0-301 was released. This revamped exam focuses more on risk, operational security, and mobile device security. It also clearly emphasizes security in three main areas: application, data, and host. In your efforts to prepare for SY0-301, it would be a good idea to pay special attention to the new topics and issues added for this latest revision.]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2011/10/ladybooksstudy31130SBSRGB75.jpg"><img class="alignright size-full wp-image-4783" title="ladybooksstudy31130SBSRGB75" src="http://globalknowledgeblog.com/wp-content/uploads/2011/10/ladybooksstudy31130SBSRGB75.jpg" alt="" width="300" height="300" /></a>Reprinted from <a href="http://www.globalknowledge.com/training/whitepaperdetail.asp?pageid=502&amp;wpid=954&amp;country=United+States" target="_blank">Global Knowledge: New Topics on Security+ 2011 (SY0-301) from Domains 2.0–6.0</a></p>
<p>In early summer of 2011, the latest version SY0-301 was released. This revamped exam focuses more on risk, operational security, and mobile device security. It also clearly emphasizes security in three main areas: application, data, and host. In your efforts to prepare for SY0-301, it would be a good idea to pay special attention to the new topics and issues added for this latest revision.</p>
<p>This series of posts focuses on some of the new topics, terms, and issues added to the SY0-301 Security+ 2011 exam in domains 2.0 — 6.0. These domains include:</p>
<ul>
<li>2.0 Compliance and Operational Security</li>
<li>3.0 Threats and Vulnerabilities</li>
<li>4.0 Application, Data and Host Security</li>
<li>5.0 Access Control and Identity Management</li>
<li>6.0 Cryptography</li>
</ul>
<p>For the discussion of the new topics in Domain 1.0, please review the white paper <a href="http://www.globalknowledge.com/training/whitepaperdetail.asp?pageid=502&amp;wpid=907&amp;country=United+States">Ten New Topics on Security+ 2011 (SY0-301) from Domain 1.0. </a>(Note: The number in parenthesis after each topic is the official objective sub-domain reference as defined by CompTIA for SY0-301. Please visit <a href="http://www.comptia.org/home.aspx" target="_blank">www.comptia.org</a> for a complete accounting of the objectives.)</p>
<h3>Domain 2.0 – Compliance and Operational Security</h3>
<h4>1. Annualized Loss Expectancy (2.1)</h4>
<p>Annualized Loss Expectancy (ALE) is one of the many calculated values crafted as part of a risk assessment process. ALEs have long been a staple concept for those pursuing CISSP, but its new addition in the Security+ content reveals a new focus on risk management rather than just a cursory nod. The ALE is calculated using three values: asset value (AV), exposure factor (EF), and annualized rate of occurrence (ARO). The AV is an assigned dollar number representing the importance or value of an asset to an organization. The EF is the percentage of loss that may be experienced if a specific threat is realized. ARO is a prediction of how many times in the next year is the threat possible to be realized. AV x EF x ARO = ALE. Once an ALE has been calculated for each pairing of asset and threat, the largest ALE points to the most significant risk to the organization and should be addressed in priority in the security response.</p>
<h4>2. Quantitative vs. Qualitative (2.1)</h4>
<p>Risk assessment is performed using a hybrid approach, a combination of a quantitative and a qualitative assessment of risk. A quantitative approach uses mathematical calculations to prioritize security response. A qualitative approach processes the subjective perspectives of various personnel on the state or status of security and risk. It is important to use a hybrid approach for risk assessment because performing only quantitative or qualitative assessments will produce a skewed view of the true state of risk.</p>
<h4>3. Risks associated to Cloud Computing and Virtualization (2.1)</h4>
<p>Virtualization was a topic in the previous exam, but cloud computing is a new addition. This objective focuses on the risks related to these technologies. Virtualization is the concept of hosting multiple operating systems (and/or their various applications) on a single set of computer hardware. Cloud computing expands on this by taking advantage of Internet (public) or private online services, which can include software, platform, or infrastructure as a service. The risks associated with cloud computing and virtualization include:</p>
<ul>
<li>Reduced control due to data being located outside the physical premise</li>
<li>Difficulty of maintaining regulation compliance</li>
<li>Lack of security training and implementation at the cloud service organization</li>
<li>Potential geographic storage location issue (within your country or spread across multiple countries)</li>
<li>Legal implications in the event of disclosure or breach in terms of jurisdiction,</li>
<li>Method/type of encryption and who possesses the encryption keys</li>
<li>In the event of a search warrant, can the cloud service organization turn over your data in plaintext</li>
<li>Speed of recovery/restoration</li>
</ul>
<h4>4. Basic forensic procedures (2.3)</h4>
<p>Basic forensic procedures were included in the previous list of exam objectives, but the new objectives list nine new specific sub-objectives: order of volatility, capture system image, network traffic and logs, capture video, record time offset, take hashes, screenshots, witnesses, and track man hours and expense. Each of these new sub-objects is fairly straightforward and self-explanatory, especially if you have a basic understanding of computer forensics (i.e., digital evidence collection and processing). For the exam, focus on understanding each of these topics on a more in-depth level since they were named specifically on the new objectives list.</p>
<h4>5. Personally Identifiable Information (2.4)</h4>
<p>Personally identifiable information (PII) is any information that can be linked back to an individual person. This could be due to a reference or identification being included with the information or that the information alone points to an individual. For example, the fact that someone has a favorite flavor of ice cream, such as mint chocolate chip, is not PII, unless it is on a document indicating who that person is (such as Michael). However, if the information is a phone number, e-mail, mailing address, social security number, employee ID, driver’s license number, license plate, etc., this information is PII itself as it directly points back to an individual (or nearly so). PII protection is of utmost importance as information is being gathered at an alarming rate, and often we are giving away this information without even realizing. It may be years before we fully understand the ramifications of being so open about ourselves on social networks and smart phone apps. Will your PII be harvested and used against you one day?</p>
<h4>6. Clean desk policies (2.4)</h4>
<p>A clean desk policy indicates that workers need to secure all materials on their computers and physical workspaces before they end their work shift. A worker should save their work, transfer files to proper locations, potentially make backups, then log out of their computer terminal. A worker should also collect and file away all paperwork from their work surface. All paperwork of any sensitive value must be secured in a locked drawer or office safe. The purpose of a clean desk policy is to reduce the risk of information theft, loss, or disclosure.</p>
<h4>7. Zero day exploits (2.5)</h4>
<p>Zero day exploits are new malicious attacks that have been recently released by malicious attackers. Generally, the term refers to any attack or exploit for which there is no specific or direct countermeasure or safeguard. It is called a “zero day exploit” because a victim has zero notice of the attack being imminent. Since it is a new and, therefore, unknown attack, there are no countermeasures; security solutions are unable to detect or respond to the new threat. Thus, this term can be used to describe attacks that may be days, weeks, or even months old if there is no specific defense against it. Once discovered and a protection or countermeasure exists, such a threat ceases to be a zero day exploit.</p>
<h4>8. Succession planning (2.5)</h4>
<p>Succession planning is the pre-determination of the next-in-line for key leadership positions within an organization. People in an organization’s top C-level hierarchy can make or break an organization. Failing to have responsible leadership can be the downfall of any organization. Since life can be chaotic, it is important to plan for the worst with a line-up of successors to any key positions. Those selected as leadership alternatives can be trained and groomed so as to be ready to take over in the event of a top position becoming vacant.</p>
<h4>9. Hot and cold aisles (2.6)</h4>
<p>Hot and cold aisles is a data center or computer vault air management concept. If a data center is designed so the banks of computers, servers, etc., are lined up like parallel walls or aisles, then, by alternating cold air input and hot air extraction, an otherwise difficult-to-manage situation becomes quite easy. Keeping high-end computing equipment cool is key to high-performance and long-term reliability. Allowing overheating will result in expensive downtime. This air management concept is both simple in design and effective in execution.</p>
<h3>Domain 3.0 Threats and Vulnerabilities</h3>
<h4>1. Smurf attack (3.2)</h4>
<p>The Smurf attack has been a staple example of DDoS (Distributed Denial of Service) for well over a decade. It is a predecessor to the modern botnet concept. Smurf uses ICMP Type 0 echo requests packets to imitate a flood of responses to a victim. This is accomplished by spoofing the source address of the ICMP echo request as the victim’s address and then setting the destination address to several different directed broadcast addresses of vulnerable networks (a.k.a. amplification networks). The amplification networks effectively multiply the inbound requests by the number of members of their network. Then, each of the network members sends back an ICMP Type 8 echo reply to the victim. This can cause so much traffic to the victim that they are cut off from the network. Generally, the Smurf attack is ineffective today, since ICMP and inbound directed broadcasts are often blocked on network boarders.</p>
<h4>2. Spam over Instant Messaging (3.2)</h4>
<p>Spam over Instant Messaging (SPIM) is another cute term to refer to unwanted and/or unsolicited messages appearing in any form of instant messaging or chatting service, which can include mobile device texting (i.e., SMS). SPIM is yet another way of wasting your time and money (if you are not on an unlimited data plan) just so advertising and malicious content can reach you. Also, SPAM over Internet Telephony (SPIT), which is SPAM over VoIP services, such as Vonage, Skype, or Google Video Chat, is also a time and money waster for the consumer.</p>
<h4>3. Vishing (3.2, 3.3)</h4>
<p>Vishing, or VoIP Phishing, is using VoIP services to support phishing attacks. A VoIP service can often falsify its caller ID, fooling you into believing that an inbound call is from someone you might know or trust, even though it is actually a call from an attacker. It is important to be extra cautious when giving up personal information over the phone. Mainly, if you are asked to give up information instead of confirming it (for example, they tell you the personal data, like your account number, and you confirm that they are correct), then you need to hang up and call the claimed organization/person on a known trusted line.</p>
<h4>4. Xmas attack (3.2)</h4>
<p>The Xmas attack is not actually an attack; instead, it is one of the many variants of port scanning. Its name is derived from one of the earliest forms of this port scan where every other flag in the TCP header flag byte was alternated as a 0 or 1. This is said to represent the alternating flashing lights of a Christmas (or Xmas) tree. A basic firewall is usually sufficient to render Xmas scans/attacks, as well as most other port scanning variations, worthless. However, it is important to remember that port scans using the TCP Full Connect or Half Connect methods are always successful at determining open ports. Otherwise, legitimate connections would be refused as well.</p>
<h4>5. Pharming (3.2)</h4>
<p>Pharming is maliciously stealing someone’s traffic. Commonly this is done against Web sites through an attack on DNS. The attack can be local or global. A local attack would only affect visitors from a specific subnet, company network, or maybe a small ISP. A global attack would affect anyone on the Internet attempting to resolve the correct domain name by returning a false IP address. In any case, the pharming attack results in victims being sent to an alternative location, often presenting a false or spoofed version of the original Web site in order to steal sales, perform phishing, or attempt identity theft.</p>
<h4>6. Tailgating (3.3)</h4>
<p>Tailgating is the act of gaining access to a security location by taking advantage of someone else’s valid credentials in such a way that the owner of the valid credentials is unaware that an attack just took place. This is often easiest to understand with a scenario: a worker approaches a secure door and uses his smart card to unlock the door. After the worker enters, an attacker sneaks up and grabs the door just before it closes, slips in unnoticed, and allows the door to close. Tailgating can be reduced by having workers ensure a door closes and re-locks before they leave it, positioning security guards at each entrance, and installing man-traps.</p>
<h4>7. Whaling (3.3)</h4>
<p>Whaling is an attack of phishing aimed at a specific individual or a small class or group of individuals. Typical phishing attacks are distributed to everyone and anyone indiscriminately. Whaling focuses on a specific individual or a group of high-value targets. Common whaling targets are company executives or persons with high net worth, who may have significant monetary funds in a bank or brokerage account.</p>
<h4>8. Evil Twin (3.4)</h4>
<p>Evil Twin is a wireless attack tool that will automatically duplicate the identity of a trusted wireless network. The attack tool can perform this feat because wireless devices typically retain a profile history of wireless networks that it has successfully connected to. Each time the interface is turned back on, it will seek out these known networks and attempt to re-connect. The reconnect request includes the original SSID and base station MAC address. The Evil Twin attack tool captures these reconnect requests and replies with a spoofed identity of the known network.</p>
<h4>9. SQL Injection (3.5)</h4>
<p>SQL injector is a form of command injection attack that takes advantage of poor programming and Web backend architecture that allows the arbitrary execution of database query expressions or even command line code provided by the hacker. Generally, using input filtering and reducing access privileges can greatly reduce the threat this attack represents. Similar to SQL injection are LDAP injection and XML injection. Both are newly listed topics, but both are similar in overall concept. LDAP injection focuses on an LDAP-based directory service. XML injection focuses on any XML-based application, processing, or results rendering.</p>
<h4>10. MAC limiting and filtering (3.6)</h4>
<p>MAC limiting and filtering is an important defense on switches to protect against MAC flooding and ARP spoofing attacks. Basically, MAC limiting or MAC filtering allows a switch to detect the first source MAC address seen on each physical port, then locks that address as the only device identity it will recognize off of that specific port. MAC filtering is also found on wireless access points to potentially limit wireless connectivity to known physical devices.</p>
<h4>11. Black box, White box, Gray box (3.8)</h4>
<p>Black box, white box, and gray box are labels given to various forms of testing, including application testing and penetration testing. Black box implies that the testers have no knowledge of the internal structure or logic of the item/network/system being tested and must learn everything on their own. This is also known as a zeroknowledge test. A white box test is when everything is known about the test target. This is also known as a full knowledge test. A gray box test is when some information about the target is known. This is also called a partial knowledge test.</p>
<p>Next week we’ll finish with Domains 4.0–6.0.</p>
<p><strong>Related Courses</strong></p>
<p><a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=16261&amp;country=United+States">Security+ Prep Course (SYO-301)</a></p>
<p><a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=16259&amp;country=United+States">Security+ Certification Boot Camp (SYO-301)</a></p>
 <div class=’series_links’> </div><div class=’series_toc’><h3>New Topics on Security+  Series</h3><ul><li>New Topics on Security+ 2011 (SY0-301) from Domains 2.0–3.0</li><li><a href='http://globalknowledgeblog.com/certification/new-topics-on-security-2011-sy0-301-from-domains-4-0-6-0/' title='New Topics on Security+ 2011 (SY0-301) from Domains 4.0–6.0'>New Topics on Security+ 2011 (SY0-301) from Domains 4.0–6.0</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/certification/new-topics-on-security-2011-sy0-301-from-domains-2-0-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Cyberspace: Are You Ready?</title>
		<link>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/securing-cyberspace-are-you-ready/</link>
		<comments>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/securing-cyberspace-are-you-ready/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 12:28:59 +0000</pubDate>
		<dc:creator>Guest Authors</dc:creator>
				<category><![CDATA[Hacking & Cybercrime]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Training Trends]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5490</guid>
		<description><![CDATA[Cyber threats are a serious economic and financial challenge facing the US today. Technology is rapidly changing and becoming more sophisticated, yet every day brings new reports of high-profile organizations suffering significant data breaches. These breaches result in access to and loss of vital information causing negative publicity, a lack of trust, a drop in consumer confidence, and lost market share.]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2012/01/securityCC000902.jpg"><img class="alignright size-full wp-image-5244" title="securityCC000902" src="http://globalknowledgeblog.com/wp-content/uploads/2012/01/securityCC000902.jpg" alt="" width="300" height="300" /></a>Cyber threats are a serious economic and financial challenge facing the US today. Technology is rapidly changing and becoming more sophisticated, yet every day brings new reports of high-profile organizations suffering significant data breaches. These breaches result in access to and loss of vital information causing negative publicity, a lack of trust, a drop in consumer confidence, and lost market share.</p>
<p>The bridge from technology to a secure cyberspace is a skilled and well-equipped cyber workforce. Educating and training your workforce to become cyber warriors means giving them the expertise they need to hunt for and continuously monitor networks for intrusions, think like cyber criminals, and reverse-engineer an attack. According to Jim Gosler, NSA Visiting Scientist and founding director of CIA’s Clandestine Information Technology Office, only about 1,000 security specialists in the United States have the specialized skills needed to operate effectively in cyberspace; however, the United States needs about 10,000 to 30,000 such individuals.</p>
<h4>Building Skills and Knowledge for a Secure Cyberspace</h4>
<p>The best investment you can make to protect your critical data and information systems is to build a skilled and knowledgeable cyber workforce. Having the right people with the right skills to tackle the ever-changing threat landscape is paramount. Keeping your workforce exceptionally skilled is crucial to safeguarding your information and information systems, and it requires continual training.</p>
<h4>A Flexible and Scalable Training Approach</h4>
<p>A good cybersecurity learning framework is a component-based, phased training system. It enables you to effectively identify, classify, and assess the needs of your organization and the competencies of your cyber workforce and develop a plan for skills building, maintenance, and evolution.</p>
<p><strong>Identify: </strong>Identify the roles, functions, and competencies your cyber workforce must possess to effectively carry out your organization’s mission of complete and ongoing protection, while ensuring the confidentiality, integrity, and availability of your critical data.</p>
<p><strong>Classify: </strong>Classify the associated roles, functions, and competencies based on level of responsibility or authority as it relates to information systems or the computing environment in which an individual operates. These position levels are also called bands.</p>
<p><strong>Assess: </strong>After identifying and classifying your cyber workforce, assess each member’s expertise. Doing so provides an organizational view of your workforce that helps you determine overarching gaps in education or knowledge and to identify potential areas of security risk within the organization based on the current workforce skills and job functions.</p>
<p><strong>Plan: </strong>Develop a training plan that begins by closing the gaps and evolves into a continuous training program in which your cyber workforce will follow learning tracks against specific competencies or roles.</p>
<p><strong>Train: </strong>With your plan in place, move on to the critical training phase: building and maintaining the knowledge and skills of your cyber workforce.</p>
<p><strong>Evolve: </strong>As job roles, technologies, and training requirements change, continuously evolve your training program to ensure a world-class security team into the future.</p>
<h4>How Mastering These Disciplines Will Help You Protect and Defend</h4>
<p>Whether you need general cyber security awareness, secure network design and implementation, continuous monitoring, network forensics and analysis, or smart and effective incident response training, you need to be prepared to battle the latest cyber threats and attacks.</p>
<p><strong>Asset Protection – What do you have?</strong></p>
<p>In order to protect your assets, you must first know where they are and understand how they are tracked and managed: How are they secured? Who has access to them? Are they tracked and managed? Do you have processes and procedures in place to respond and recover from a security breach quickly?</p>
<p><strong>Threat Management – What’s coming at you?</strong></p>
<p>Assess your vulnerabilities, threats, and risks. Work to mitigate this risk, and use auditing and analysis to confirm your efforts. Humans can be your weakest link. Ensure they have received adequate training to stay one step ahead of the attack.</p>
<p><strong>Access Control – Who gets in?</strong></p>
<p>Control who has access by locking down your systems, including hosts, networks, applications, and data flows.</p>
<p><strong>Incident Management – How do you handle failures?</strong></p>
<p>Perform continuous monitoring with event management tools and maximize your ability to provide an immediate response. Use strong policies that are well communicated for a consistent and uniform reaction.</p>
<p><strong>Configuration Management – How do you manage the lifecycle?</strong></p>
<p>Continuously managing changes to the IT landscape of your organization requires due diligence to ensure your systems are optimally organized and interconnected.</p>
<p><strong>Contingency Planning — How do you plan for failures?</strong></p>
<p>Ensure your organization has planned for continuity after an attack. Failures happen; how best do you respond?</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/technology/security/hacking-cybercrime/securing-cyberspace-are-you-ready/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

