<?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>Devon Bryan, Author at Security Current</title>
	<atom:link href="/author/devon-bryan/feed/" rel="self" type="application/rss+xml" />
	<link>/author/devon-bryan/</link>
	<description>Security Current improves the way security, privacy and risk executives around the world collaborate to protect their organizations and their information. Its CISO-driven proprietary content and events provide insight, actionable advice and analysis giving executives the latest information to make knowledgeable decisions.</description>
	<lastBuildDate>Wed, 03 Jan 2018 01:27:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>/wp-content/uploads/2020/09/cropped-Security-Current-Round-Logo-32x32.png</url>
	<title>Devon Bryan, Author at Security Current</title>
	<link>/author/devon-bryan/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Blockchain Adoption and the Cybersecurity Practitioners Dilemma</title>
		<link>/blockchain-adoption-and-the-cybersecurity-practitioners-dilemma/</link>
					<comments>/blockchain-adoption-and-the-cybersecurity-practitioners-dilemma/#respond</comments>
		
		<dc:creator><![CDATA[Devon Bryan]]></dc:creator>
		<pubDate>Mon, 29 May 2017 14:34:14 +0000</pubDate>
				<category><![CDATA[CISO Insights]]></category>
		<guid isPermaLink="false">http://184.154.4.181/?p=15532</guid>

					<description><![CDATA[<p>&#8220;We drive into the future looking into our rear view mirrors&#8221; Marshall McLuhan (The views expressed in this article are entirely my own do not reflect the position of my employer&#8230;</p>
<p>The post <a href="/blockchain-adoption-and-the-cybersecurity-practitioners-dilemma/">Blockchain Adoption and the Cybersecurity Practitioners Dilemma</a> appeared first on <a href="https://securitycurrent.com">Security Current</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fsecuritycurrent.com%2Fblockchain-adoption-and-the-cybersecurity-practitioners-dilemma%2F&amp;linkname=Blockchain%20Adoption%20and%20the%20Cybersecurity%20Practitioners%20Dilemma" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fsecuritycurrent.com%2Fblockchain-adoption-and-the-cybersecurity-practitioners-dilemma%2F&amp;linkname=Blockchain%20Adoption%20and%20the%20Cybersecurity%20Practitioners%20Dilemma" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><p><strong><em>&#8220;We drive into the future looking into our rear view mirrors&#8221; Marshall McLuhan</em></strong></p>
<p><em><strong>(The views expressed in this article are entirely my own do not reflect the position of my employer the Federal Reserve Bank of Richmond, the Federal Reserve Board of Governors, or the Federal Reserve System as a whole.)</strong></em></p>
<div>Notably absent from the dearth of ongoing blockchain conversations, is the cyber defenders perspective.  Perhaps the reasoning could simply be that thought-leaders feeding the blockchain hype cycle are opposed to having security types pouring cold water on their &#8220;1000 blockchain flowers blooming&#8221; conversations.</div>
<p>Or, perhaps the &#8220;paid paranoids&#8221; across the security community are still wrestling with the decision of which existing security risk management framework applies to this peer-to-peer distributed ledger technology, if any at all.</p>
<p>The very definition and basic characteristics of blockchains challenge many leading security models and in particular leading security risk management frameworks (NIST Risk Management Framework, International Organization for Standardization (ISO)) built on the underlying premise that information systems supporting core business functions and organization missions need to be confined to a virtual &#8220;boundary&#8221; and with a singularly identified &#8220;system owner&#8221; to achieve &#8220;certification&#8221;/&#8221;authorization.&#8221;</p>
<p>With the widely accepted definition that blockchain is a distributed database with an open ledger implying that data isn&#8217;t stored on a single computer but rather on many different computers, known as nodes in a peer-to-peer network, renders the legacy consideration of a &#8216;boundary&#8217; for an organization&#8217;s blockchain quite challenging.</p>
<p>It gets even more complicated when we dive deeper into other key characteristics of blockchain summarized as follows:</p>
<ul>
<li>Distributed data ledger used, updated and verified by participants in the blockchain versus centralized database (more on public versus private blockchains shortly)</li>
<li>Identity verification and authentication executed by the participants</li>
<li>Logic and rules embedded in the transaction versus in a separate application layer</li>
<li>Traceability of changes from the beginning</li>
<li>Documents maintained separate from the ledgers</li>
</ul>
<p>The aforementioned characteristics further challenges any assertion regarding a clearly defined system boundary under singular control of a distinct system owner.</p>
<p>The &#8216;security boundary&#8217; and &#8220;authorizing official&#8221;/&#8221;system owner&#8221; decision is further complicated by the different blockchain network topology options an organization can choose, for example:</p>
<ol>
<li>Cloud-hosted One Network:  Each participant owns a number of peer nodes including validating nodes.  In this configuration the blockchain network is in a cloud and hosted by a vendor who owns the physical hardware.  The participants contractually control the computing resources making the configuration decentralized within a centralized environment.</li>
<li>Cloud-hosted Multiple Networks:  This environment allows participants to have their peer nodes hosted by any cloud provider given that peer nodes can connect via the peer to peer protocol typically https.</li>
<li>Participant-hosted Intranet:  This environment uses networks that are owned by participants with https channel used for peer-to-peer communications</li>
</ol>
<p>So what model should a practitioner apply to a technology that&#8217;s causing so much disruption to legacy business processes and practices globally?  Or does any such model exist?</p>
<p>The actual architectural stack of a typical blockchain implementation is also worthy of deeper exploration.  This stack can usually be divided into three primary functions described as follows:</p>
<ol>
<li>Membership Function &#8211; this is where membership registration, identity management and auditability occurs</li>
</ol>
<p>NB: This function is the key differentiator between private, for example Permissioned Blockchain, and public for example Permissionless Blockchains which rely on &#8220;proof of work&#8221; mechanisms for node validation</p>
<ol>
<li value="2">Blockchain Services Function &#8211; this is where your Consensus Management, Distributed Ledger, Peer to Peer Protocol Management and Ledger Storage occurs</li>
<li value="3">Chain-code Functions &#8211; decentralized transactional program running on the validation nodes within Secure Containers and Secure Registry</li>
</ol>
<p>Layering on top of and across these three primary functions is the application interface layer where APIs, SDKs and other UI interact with the functions.</p>
<p>Cyber Defenders charged with protecting this stack have much to worry about in all three of these functional areas.  For Private/Permissioned Blockchains ensuring the technologies providing the membership functions and cryptographic functions from the certificate authority are properly configured.  Similarly, for Public/Permissionless Blockchains, ensuring validity and cryptographic integrity in &#8220;proof of work&#8221; mechanisms will be critical.</p>
<p>There is some paranoia around “Consensus Management” in Permissionless Blockchains that revolve primarily around how agreement is derived since its basically a voting system where more than 50% of the nodes need to agree on a transaction to make it effective.</p>
<p>This 50% agreement therefore implies that when more than half the computing power on a public blockchain mining network is controlled by an entity it can effectively certify false transactions.  Of note is that it has been reported that in April 2016 over 70%&#8217; of transactions on the Bitcoin network were flowing through four companies in just one country and most of them flowed through just two of those companies</p>
<p>For the Chaincode services functions, cyber defenders will want to pay particular attention to whether the chaincode relies on a virtual machine, computer language, or something like Docker to contain chaincode execution, each with varying degrees of risk.</p>
<p>In closing, despite the potential lack of ‘fit’ of blockchains into current security risk management paradigms, several core cyber defense tenets and practices should still hold true and perhaps will become even more foundational in blockchain implementations.</p>
<p>Further, the cybersecurity risk &#8216;lens&#8217; that any particular blockchain implementation must be viewed through will depend on the particulars of the operational model of the blockchain architectural stack and network topology being deployed. This further underscores the urgency of having those charged with organizational cyber protections involved early in any corporate blockchain pilots or proofs of concept.</p>
<p>The post <a href="/blockchain-adoption-and-the-cybersecurity-practitioners-dilemma/">Blockchain Adoption and the Cybersecurity Practitioners Dilemma</a> appeared first on <a href="https://securitycurrent.com">Security Current</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/blockchain-adoption-and-the-cybersecurity-practitioners-dilemma/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cut the FUD: Four Reasons Cloud Brings Security Advantages</title>
		<link>/cut-the-fud-four-reasons-cloud-brings-security-advantages/</link>
					<comments>/cut-the-fud-four-reasons-cloud-brings-security-advantages/#respond</comments>
		
		<dc:creator><![CDATA[Devon Bryan]]></dc:creator>
		<pubDate>Tue, 09 Feb 2016 17:07:21 +0000</pubDate>
				<category><![CDATA[CISO Insights]]></category>
		<guid isPermaLink="false">http://184.154.4.181/?p=16433</guid>

					<description><![CDATA[<p>At the risk of being &#8216;voted off CISO island&#8217; or worse, ‘lose my CISO card,&#8217; I&#8217;m prepared to make an argument contrary to the popular opinions expressed by many of&#8230;</p>
<p>The post <a href="/cut-the-fud-four-reasons-cloud-brings-security-advantages/">Cut the FUD: Four Reasons Cloud Brings Security Advantages</a> appeared first on <a href="https://securitycurrent.com">Security Current</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fsecuritycurrent.com%2Fcut-the-fud-four-reasons-cloud-brings-security-advantages%2F&amp;linkname=Cut%20the%20FUD%3A%20Four%20Reasons%20Cloud%20Brings%20Security%20Advantages" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fsecuritycurrent.com%2Fcut-the-fud-four-reasons-cloud-brings-security-advantages%2F&amp;linkname=Cut%20the%20FUD%3A%20Four%20Reasons%20Cloud%20Brings%20Security%20Advantages" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><p>At the risk of being &#8216;voted off CISO island&#8217; or worse, ‘lose my CISO card,&#8217; I&#8217;m prepared to make an argument contrary to the popular opinions expressed by many of my fellow CISOs. I believe cloud-based migrations can actually bring several security advantages for certain organizations and especially SMBs.</p>
<p>I find it surprising that so many fellow security practitioners are still discussing the ills of the nefarious &#8220;cloud.&#8221; I also wonder why many of the pundits, in their haste to further incite fear, uncertainty and doubt (FUD), often never take time to delineate the differences between the various &#8220;clouds&#8221; before piling on.</p>
<p>But then again, if they did attempt the delineation of the various types of cloud offerings – private cloud versus public cloud, platform as a service (PaaS), infrastructure as a service (IaaS) and software as a service (SaaS) – the fallacy of their logic would be revealed. So, instead they opt for broad generalizations that have limited substance and accuracy.</p>
<p>A few of the more overused FUD tactics, of course, are those of data residency, commingling of data and access controls. You may recognize the following rhetoric: &#8220;when you move to the cloud, your data could be anywhere,&#8221; &#8220;your data will be commingled with everyone else&#8217;s,&#8221; and lastly &#8220;anyone and everyone has access to your data in the cloud.&#8221;</p>
<p>Many of these fear factors are only applicable to public SaaS, but this fact is usually disregarded or overlooked. Furthermore, with both geo-load balancers aside and pre-negotiated contractual terms and conditions, it would make little sense for a SaaS provider to not house client data in proximity to where it&#8217;s being used to minimize latency and improve performance.</p>
<p>So in defense of cloud providers everywhere, here are my arguments for why organizations should consider cloud migrations and their security advantages:</p>
<p>1. &#8220;Trust&#8221; is the basic building block of the go-to-market business strategy of all cloud providers and with fragility of that trust by clients, cloud providers have zero tolerance for poor practices that could compromise their systems and hurt their &#8220;brand.&#8221;</p>
<p>2. Most cloud providers of infrastructure, platform or software exist within regulated industries themselves or they serve clients in these industries, and hence the tools, tactics, techniques and procedures of most cloud providers are held to very exacting compliance standards by various examiners, standards bodies and compliance organizations.</p>
<p>3. With few exceptions, the size, annual budget spend and talent skillset of most cloud providers typically exceed those of in-house cyber resources.</p>
<p>4. If my fellow CISOs would for a moment remove the blinders, they should pause when they consider that small businesses are what fuel the US economy. Most small and medium-sized businesses can ill-afford the kind of capital and operational expense investments that it takes to truly protect their businesses from cyber criminals. As an industry, we should be encouraging SMBs to move to the cloud versus feeding them baseless FUD.</p>
<p><strong>Want to Read an Executives View on Why to Avoid the Cloud, Read:</strong></p>
<p><strong><a href="http://www.securitycurrent.com/en/ciso_journal/ac_ciso_journal/a-ciso-checklist-11-reasons-to-avoid-the-cloud">A CISO Checklist: 11 Reasons to Avoid the Cloud by Farhaad Nero <em>Bank of Tokyo-Mitsubishi UFJ, Ltd., VP Enterprise Security</em></a></strong></p>
<p>The post <a href="/cut-the-fud-four-reasons-cloud-brings-security-advantages/">Cut the FUD: Four Reasons Cloud Brings Security Advantages</a> appeared first on <a href="https://securitycurrent.com">Security Current</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/cut-the-fud-four-reasons-cloud-brings-security-advantages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Innovating as a CISO: Changing the Conversation</title>
		<link>/innovating-as-a-ciso-changing-the-conversation/</link>
					<comments>/innovating-as-a-ciso-changing-the-conversation/#respond</comments>
		
		<dc:creator><![CDATA[Devon Bryan]]></dc:creator>
		<pubDate>Thu, 07 Jan 2016 18:13:10 +0000</pubDate>
				<category><![CDATA[CISO Insights]]></category>
		<guid isPermaLink="false">http://184.154.4.181/?p=16455</guid>

					<description><![CDATA[<p>I recently sat on a panel with fellow security executives to discuss the general topic of innovating as a CISO. Unsurprising and somewhat understandable, the conversation quickly devolved and topics&#8230;</p>
<p>The post <a href="/innovating-as-a-ciso-changing-the-conversation/">Innovating as a CISO: Changing the Conversation</a> appeared first on <a href="https://securitycurrent.com">Security Current</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fsecuritycurrent.com%2Finnovating-as-a-ciso-changing-the-conversation%2F&amp;linkname=Innovating%20as%20a%20CISO%3A%20Changing%20the%20Conversation" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fsecuritycurrent.com%2Finnovating-as-a-ciso-changing-the-conversation%2F&amp;linkname=Innovating%20as%20a%20CISO%3A%20Changing%20the%20Conversation" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><p>I recently sat on a panel with fellow security executives to discuss the general topic of innovating as a CISO. Unsurprising and somewhat understandable, the conversation quickly devolved and topics covered included RSA’s Innovation Sandbox, the large number of startups CISOs visit at RSA each year and how many trips CISOs make to Silicon Valley or abroad to meet with startups.</p>
<p>I say ‘unsurprising and understandable’ because the natural tendencies of most cyber and overall IT practitioners in general tend to gravitate toward tactical technical investments as ‘innovation.’</p>
<p>I’d have preferred to have much more focused discourse about strategic security and privacy business process innovations, which executives are undertaking to enhance the go-to-market strategy of their businesses.</p>
<p>Take for instance, the challenges of recalibrating the legacy secure software development lifecycle to adapt to the ‘market speed’ with which products are now being deployed using the Agile methodologies (Secure DevOps). To ensure they are securely enabling their businesses to react at market-speed, more CISOs should pursue innovations in Secure DevOps.</p>
<p>Similarly, with the importance of protection of corporate brands from the recurring onslaught of phishing campaigns exploiting the trust consumers place in many corporate brands, I continue to be amazed at the low adoption rate of Domain-based Message Authentication, Reporting &amp; Conformance (DMARC), which is an email authentication protocol that allows senders and receivers to improve and monitor protection of their domains from fraudulent email.</p>
<p>With the data on end-user systems being susceptible to exposure and often highly exposed, innovations around auto-tagging, labeling, classification of sensitive data and the consequent authorization and encryption at a granular level are areas of concern that seem ripe for innovation, yet robust implementations are very few and far between.</p>
<p>Furthermore, the absence of discourse around innovations at the human firewall layer is increasingly evident in the low adoption rates of gamification to improve corporate security awareness programs.</p>
<p>Lastly, with the increased focus on insider threat, security innovations that deliver robust monitoring while balancing privacy concerns are sadly sorely missing from many CISO conversations and considerations.</p>
<p>And whereas my wish list for more strategic discourse on game-changing security innovations is also very technically focused, unlike rhetoric around number of startups I visited last year, I’d like to think that the initiatives I outlined all have direct traceability to key business or operational objectives.</p>
<p>The post <a href="/innovating-as-a-ciso-changing-the-conversation/">Innovating as a CISO: Changing the Conversation</a> appeared first on <a href="https://securitycurrent.com">Security Current</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/innovating-as-a-ciso-changing-the-conversation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Wisdom of the CISO Crowd&#8230;In an Era of Security Products and Technologies DELUGE</title>
		<link>/the-wisdom-of-the-ciso-crowd-in-an-era-of-security-products-and-technologies-deluge/</link>
					<comments>/the-wisdom-of-the-ciso-crowd-in-an-era-of-security-products-and-technologies-deluge/#respond</comments>
		
		<dc:creator><![CDATA[Devon Bryan]]></dc:creator>
		<pubDate>Tue, 03 Feb 2015 14:32:23 +0000</pubDate>
				<category><![CDATA[CISO Insights]]></category>
		<guid isPermaLink="false">http://184.154.4.181/?p=16640</guid>

					<description><![CDATA[<p>The list of security products and technologies resulting from searches by even the least sophisticated Internet Search Engines across any of the major security product categories can be quite overwhelming.&#8230;</p>
<p>The post <a href="/the-wisdom-of-the-ciso-crowd-in-an-era-of-security-products-and-technologies-deluge/">The Wisdom of the CISO Crowd&#8230;In an Era of Security Products and Technologies DELUGE</a> appeared first on <a href="https://securitycurrent.com">Security Current</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fsecuritycurrent.com%2Fthe-wisdom-of-the-ciso-crowd-in-an-era-of-security-products-and-technologies-deluge%2F&amp;linkname=The%20Wisdom%20of%20the%20CISO%20Crowd%E2%80%A6In%20an%20Era%20of%20Security%20Products%20and%20Technologies%20DELUGE" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fsecuritycurrent.com%2Fthe-wisdom-of-the-ciso-crowd-in-an-era-of-security-products-and-technologies-deluge%2F&amp;linkname=The%20Wisdom%20of%20the%20CISO%20Crowd%E2%80%A6In%20an%20Era%20of%20Security%20Products%20and%20Technologies%20DELUGE" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><p>The list of security products and technologies resulting from searches by even the least sophisticated Internet Search Engines across any of the major security product categories can be quite overwhelming. These categories include &#8216;firewalls,&#8217; &#8216;IDS/IPS&#8217;, &#8216;SIEM&#8217; and don’t even mention &#8220;Threat Intelligence&#8221; since, thanks to the associated market hype-cycle, even vulnerability scanners are now being branded as &#8220;threat intel.&#8221;</p>
<p>As daunting as the plethora of security products and technologies listed online can be, stepping onto the showroom floor at any large security conference such as RSA, brings that reality into very sharp focus.</p>
<p>In light  of this security product deluge and with the operational exigencies of their roles prioritized toward protecting their company&#8217;s vital assets, the average resource-constrained CISO in many cases  defers exhaustive product testing, technical bake-offs and comparative product analyses to industry think-tanks and high-paid consultants.</p>
<p>There are many, many shortcomings to relying on the results of think-thank reports or consultant recommendations. These reports are often &#8216;stale,&#8217; reflecting features and functionalities of previous versions of the products in question; are often based on sanitized lab testing environments not reflecting real operational environments; and in some cases have  questionable vendor affiliations. This has given rise to more and more CISOs basing their technology investment decisions  on the experiences and recommendations of other CISOs in their &#8220;circles of trust&#8221; rather than industry think-tanks or consultants.</p>
<p>The industry transformation that a &#8220;Crowd-sourced CISO Product Recommendation Matrix&#8221; would have is only limited by the logistics involved with scaling the &#8220;trusted CISO circle&#8221; model to cross-industry, national and international levels.</p>
<div class="links"></div>
<div id="disqusWrapper">
<div id="disqus_thread"><iframe id="dsq-app8786" tabindex="0" title="Disqus" src="https://disqus.com/embed/comments/?base=default&amp;f=securitycurrent&amp;t_u=http%3A%2F%2Fwww.securitycurrent.com%2Fen%2Fciso_journal%2Fac_ciso_journal%2Fthe-wisdom-of-the-ciso-crowd-in-an-era-of-security-products-and-technologies-deluge&amp;t_d=The%20Wisdom%20of%20the%20CISO%20Crowd...In%20an%20Era%20of%20Security%20Products%20and%20Technologies%20DELUGE&amp;t_t=The%20Wisdom%20of%20the%20CISO%20Crowd...In%20an%20Era%20of%20Security%20Products%20and%20Technologies%20DELUGE&amp;s_o=default#version=0f0a865317e99ed65c3b6704321fb8c2" name="dsq-app8786" width="100%" height="150" frameborder="0" scrolling="no" data-mce-fragment="1"></iframe></div>
</div>
<p>The post <a href="/the-wisdom-of-the-ciso-crowd-in-an-era-of-security-products-and-technologies-deluge/">The Wisdom of the CISO Crowd&#8230;In an Era of Security Products and Technologies DELUGE</a> appeared first on <a href="https://securitycurrent.com">Security Current</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/the-wisdom-of-the-ciso-crowd-in-an-era-of-security-products-and-technologies-deluge/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>If Not Now, When? If Not Us, Who? – “Tackling The Great Minority Cyber Divide”</title>
		<link>/if-not-now-when-if-not-us-who-tackling-the-great-minority-cyber-divide/</link>
					<comments>/if-not-now-when-if-not-us-who-tackling-the-great-minority-cyber-divide/#respond</comments>
		
		<dc:creator><![CDATA[Devon Bryan]]></dc:creator>
		<pubDate>Thu, 15 Jan 2015 15:14:40 +0000</pubDate>
				<category><![CDATA[CISO Insights]]></category>
		<guid isPermaLink="false">http://184.154.4.181/?p=16657</guid>

					<description><![CDATA[<p>In a November 2014 article, Lowell McAdam the CEO of Verizon made the following very bold public statement, “It’s Wrong That in a Room of 25 Engineers, Only 3 Are&#8230;</p>
<p>The post <a href="/if-not-now-when-if-not-us-who-tackling-the-great-minority-cyber-divide/">If Not Now, When? If Not Us, Who? – “Tackling The Great Minority Cyber Divide”</a> appeared first on <a href="https://securitycurrent.com">Security Current</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fsecuritycurrent.com%2Fif-not-now-when-if-not-us-who-tackling-the-great-minority-cyber-divide%2F&amp;linkname=If%20Not%20Now%2C%20When%3F%20If%20Not%20Us%2C%20Who%3F%20%E2%80%93%20%E2%80%9CTackling%20The%20Great%20Minority%20Cyber%20Divide%E2%80%9D" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fsecuritycurrent.com%2Fif-not-now-when-if-not-us-who-tackling-the-great-minority-cyber-divide%2F&amp;linkname=If%20Not%20Now%2C%20When%3F%20If%20Not%20Us%2C%20Who%3F%20%E2%80%93%20%E2%80%9CTackling%20The%20Great%20Minority%20Cyber%20Divide%E2%80%9D" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><p>In a November 2014 article, Lowell McAdam the CEO of Verizon made the following very bold public statement, “It’s Wrong That in a Room of 25 Engineers, Only 3 Are Women.”</p>
<p>Lowell’s very intriguing article went on to quote several other very compelling facts and figures triggering resonance at so many levels, including the prediction that, “80% of all jobs in the next decade will require Science, Technology, Engineering, and Math (STEM) skills.”</p>
<p>The prediction by itself on the surface is unsurprising since we can all relate to the transformational effects that information technology has had on our personal and professional lives.</p>
<p>When analyzed however, from a socio-economic context and ‘fused’ with another set of similarly quoted figures i.e. “74% of young women in middle school express interest in STEM, yet when choosing a college major, just 0.3% of young women in high school select computer science,” the implications and associated macro-economics become outright scary.</p>
<p>If you’re an African American or Latino, where the diversity representation approximates to roughly 50% of the net female representation in STEM related disciplines and particularly in the practicum of cybersecurity, it even more dismal.</p>
<p>Hence a ‘recast’ of Lowell’s bold statement to reflect the broader minority cybersecurity divide, the caption I suggest would most likely read as follows, “It’s Wrong That in a Room of 25 &lt;&gt;, Only three Are Women and only one is African American or Latino.”</p>
<p>Lowell is certainly not the first, nor is he the only one making these very public and very bold statements regarding the &#8220;Great Minority Cyber &lt;&gt; Divide,&#8221; or as it has become known in many circles,  &#8220;The only one in the room problem.&#8221; The lack of women (and minorities) in STEM has been cited as recently as September 2014 in a <a href="http://www.usnews.com/news/stem-solutions/articles/2014/09/09/attracting-more-women-to-stem-fields-is-a-matter-of-national-security">US News &amp; World Report</a> as a &#8220;National Security Issue.&#8221;</p>
<p>The compulsion of the very necessary and the immediacy to just  <em>‘do something’</em> to effect some small measure of social/societal change, in the face of a dramatic decline in interest level and involvement from minorities in the very fields that will be the backbone of the future global economy, gave birth to the formation of a grassroots volunteer-led 501(c)3 non-profit organization. This organization is  dedicated to closing the gap of under-representation of women and minorities in the field of cybersecurity.</p>
<p>Obtaining official approval by the United States Department of the Treasury Internal Revenue Service (IRS) as a Tax Exempt Non-Profit Public Charity organization operating under Section 501(c)(3) of the Internal Revenue Code in July of 2014, the International Consortium of Minority Cybersecurity Professionals (ICMCP) began official operations in September of 2014. ICMCP is organized exclusively for charitable educational purposes, specifically to provide educational/technical scholarships to its members, mentoring opportunities, professional development and networking.</p>
<p>With cybersecurity being cited as one of the most serious economic and national security challenges we face across the world, ICMCP is among very few non-profit organizations intent on bridging that “Great Minority Cyber Divide.”</p>
<div class="links"></div>
<div id="disqusWrapper">
<div id="disqus_thread"><iframe id="dsq-app2840" tabindex="0" title="Disqus" src="https://disqus.com/embed/comments/?base=default&amp;f=securitycurrent&amp;t_u=http%3A%2F%2Fwww.securitycurrent.com%2Fen%2Fciso_journal%2Fac_ciso_journal%2Fif-not-now-when-if-not-us-who-tackling-the-great-minority-cyber-divide&amp;t_d=If%20Not%20Now%2C%20When%3F%20If%20Not%20Us%2C%20Who%3F%20%E2%80%93%20%E2%80%9CTackling%20The%20Great%20Minority%20Cyber%20Divide%E2%80%9D&amp;t_t=If%20Not%20Now%2C%20When%3F%20If%20Not%20Us%2C%20Who%3F%20%E2%80%93%20%E2%80%9CTackling%20The%20Great%20Minority%20Cyber%20Divide%E2%80%9D&amp;s_o=default#version=0f0a865317e99ed65c3b6704321fb8c2" name="dsq-app2840" width="100%" height="150" frameborder="0" scrolling="no" data-mce-fragment="1"></iframe></div>
</div>
<p>The post <a href="/if-not-now-when-if-not-us-who-tackling-the-great-minority-cyber-divide/">If Not Now, When? If Not Us, Who? – “Tackling The Great Minority Cyber Divide”</a> appeared first on <a href="https://securitycurrent.com">Security Current</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/if-not-now-when-if-not-us-who-tackling-the-great-minority-cyber-divide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
