{"id":24101,"date":"2017-02-21T15:32:20","date_gmt":"2017-02-21T15:32:20","guid":{"rendered":"https:\/\/one.sightlinemg.com\/federaltimes\/uncategorized\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/"},"modified":"2026-08-08T18:13:51","modified_gmt":"2026-08-08T18:13:51","slug":"go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity","status":"publish","type":"post","link":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/","title":{"rendered":"Go, machine intelligence and the ethics of predictive cybersecurity"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">On Feb. 10, 1996, then-World Chess Champion Garry Kasparov lost a game with standard controls to IBM&#8217;s Deep Blue computer. It was widely portrayed as an ominous event, although Kasparov would go on to win the match, 4-2.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A year later, in May 1997, Kasparov lost an entire chess match (3 \u00bd-2 \u00bd) to an enhanced Deep Blue. Although <a href=\"https:\/\/en.chessbase.com\/post\/deep-blue-s-cheating-move\" target=\"_blank\">controversy ensued<\/a>, <em>Inside Chess<\/em> magazine captured the mood of many with the cover, &#8220;ARMAGEDDON!&#8221;\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Yet scientists estimated it could be <a href=\"http:\/\/www.nytimes.com\/1997\/07\/29\/science\/to-test-a-powerful-computer-play-an-ancient-game.html\" target=\"_blank\">more than 100 years<\/a> before computers would beat humans at Go, a game exponentially more complex than chess for a computer to master.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Nineteen years later, in March 2016, Google DeepMind&#8217;s AlphaGo became the first computer to beat (4-1) Go World Champion Lee Sedol on a 19&#215;19 board without the use of handicaps.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On the surface, these events seem similar: A computer beat the current world&#8217;s best human player at a complex game. But the different factors \u2013 and future implications \u2013 around each are stark.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What\u0092s in a Game?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the key differences between Deep Blue&#8217;s and AlphaGo&#8217;s achievements is rooted in the fundamental dissimilarities between chess and Go. Differing factors include complexity as expressed by the number of possible games (10<sup>47<\/sup> for chess vs. 10<sup>170<\/sup> for Go), possible legal moves per turn (on average, 35 in chess vs. 250 in Go), valuation systems (fixed in chess vs. relative in Go), positional analysis (logical and sequential in chess vs. spatial and intuitive in Go) and so forth. Each of these factors contributed to a distinct problem space, requiring a unique approach to computational design, programming and engineering.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A second major difference is what creators did to prepare the machines for these different types of games. In the 1990s, developers input a vast quantity of chess know-how into Deep Blue and then bolstered its ability to calculate moves with raw processing power. In June 1997, Deep Blue was the <a href=\"https:\/\/www.top500.org\/list\/1997\/06\/300\/\" target=\"_blank\">259<sup>th<\/sup><\/a> most powerful supercomputer in the world. Deep Blue used brute-force processing to out-calculate Kasparov \u2013 at a pace of 200 million positions per second.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By contrast, AlphaGo&#8217;s creators could not use the same approach for Go that Deep Blue&#8217;s developers had used for chess. In a research paper, AlphaGo&#8217;s creators explained the unique challenges: &#8220;The game of Go has long been viewed as the most challenging of classic games for artificial intelligence,&#8221; researchers wrote, &#8220;owing to its enormous search space and the difficulty of evaluating board positions and moves.&#8221;\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AlphaGo&#8217;s creators therefore employed a combination of cognitive computing technologies that enabled the machine to essentially &#8220;teach&#8221; itself Go through continuous play and incremental tweaking of its strategic and tactical approaches. Whereas chess depends on logical, sequence-based reasoning heavily influenced by the fixed value of pieces (e.g., a rook is always valued more than a bishop), the value of Go&#8217;s simple black and white stones is derived entirely from their relation to other pieces in specific board positions.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Go therefore relies on something more ambiguous \u2013 a combination of spatial reasoning and what top human players describe as subconscious or intuitive reasoning, neither of which are easy for humans to encode for computational application.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AlphaGo instead &#8220;learned&#8221; fundamentally better ways to play Go through trial, error and refinement of approach involving two key components \u2013 a policy network and a value network, both based on the deep-learning technology called artificial neural networks. The policy network allowed AlphaGo to obtain general &#8220;rules of thumb&#8221; for good play from millions of games against itself and other computers. The value network allowed AlphaGo to reference a vast historical database of Go games to identify similar positions and infer the likeliest next best move.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this way, AlphaGo developed its skill much like humans do \u2013 through experience and intuition \u2013 although scientists say AlphaGo took much longer to develop its skills than humans do.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Intuition is a broad and easily misunderstood term, especially when applied to computational capability. To communicate the concept is tricky, often illustrated by strained phrasing <a href=\"https:\/\/www.wired.com\/2015\/11\/facebook-is-aiming-its-ai-at-go-the-game-no-computer-can-crack\/\" target=\"_blank\">such as<\/a>, &#8220;Solving big AI problems requires a wide range of technologies and deep learning can provide something akin to human intuition \u2013 or at least approximate the kind of intuitive tasks that we humans find difficult to explain.&#8221; Observers are nonetheless compelled to use the term in describing AlphaGo&#8217;s feat. &#8220;What&#8217;s new and important about AlphaGo is that its developers have figured out a way of bottling something very like that intuitive sense,&#8221; wrote computer scientist Michael Nielsen.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unlike Deep Blue, which exceled at chess but not much else, the fundamental technologies underlying AlphaGo have broad application, including cybersecurity. At first glance, the most obvious use case is cyber gamification, which is already used by the military, universities and companies to train security professionals and test cyber resilience during simulated attacks.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But the possibilities are much broader and the cybersecurity industry is currently undergoing something of an &#8220;intelligence&#8221; innovation boom cycle \u2013 although what is meant by &#8220;intelligence,&#8221; how it should be applied and its potential effectiveness are all issues very much still under debate.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Machine Intelligence, Not Artificial Intelligence<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Computer scientists have long dreamed of building computers with artificial intelligence (AI). Last week at the RSA Conference, the security industry&#8217;s largest annual gathering, AI was one of the most discussed themes on panels and in marketing spiels. But ambiguity remains about what, exactly, is meant by AI.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Further, it&#8217;s unclear whether AI is too narrow a focus or should even be the focus at all. A recent Deloitte University Press <a href=\"https:\/\/dupress.deloitte.com\/dup-us-en\/focus\/tech-trends\/2017\/moving-beyond-artificial-intelligence.html\" target=\"_blank\">article<\/a> argued that a broader concept, machine intelligence (MI), is really &#8220;the bigger story.&#8221; Deloitte researchers wrote:\n<\/p>\n\n\n\n\n\n<p class=\"wp-block-paragraph\">Important elements of MI applications to cybersecurity include big data, cognitive analytics and machine learning.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Big data \u2013 last year&#8217;s security industry <em>jargon du jour<\/em> \u2013 is ushering in <a href=\"https:\/\/www.cisco.com\/c\/en\/us\/solutions\/collateral\/service-provider\/visual-networking-index-vni\/vni-hyperconnectivity-wp.html\" target=\"_blank\">The Zettabyte Era<\/a>. AlphaGo&#8217;s big data input consisted of 30 million game positions \u2013 which, none the less, do not approach Go&#8217;s 10<sup>170<\/sup> realm of possibility.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Cybersecurity professionals in the trenches are all-too-familiar with big data. Security technologies trigger a high volume of warnings, many of which turn out to be false positives and which, over time, can lead to &#8220;alert fatigue.&#8221; The amount of data \u2013 threat and otherwise \u2013 is expected only to increase with the continued deployment of data-intensive technologies (e.g., internet of things) and increased cyber threat intelligence capabilities.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Cognitive analytics is a catchall term for technologies that enable high volumes of unstructured data to be searched and contextualized. Cognitive analytics combines natural language processing (NLP), probabilistic reasoning and machine learning to find the best answer to a question within a specific context. Algorithms are at the heart of cognitive analytics. A key part of AlphaGo&#8217;s cognitive analytics capability stemmed from researchers&#8217; use of the <a href=\"https:\/\/jeffbradberry.com\/posts\/2015\/09\/intro-to-monte-carlo-tree-search\/\" target=\"_blank\">Monte Carlo tree search algorithm<\/a> (MCTSA). MCTSA uses statistical random sampling to determine the next best move in games.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Two important points about cognitive analytics:\n<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Its methods do not depend upon rules-based structured queries, but can answer more open questions and hypotheses.<\/li><li>Cognitive analytics\u0092 underlying probabilistic inference is what provides the \u0093predictive\u0094 in predictive cybersecurity.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Machine learning is the process whereby computers automatically identify patterns in data. AlphaGo played other machines and against itself millions of times. As it played, AlphaGo &#8220;learned&#8221; to recognize patterns of play and how to evaluate vague \u2013 yet highly contextual \u2013 concepts, such as board position.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To achieve this, AlphaGo developers employed artificial neural networks (recall the policy and value networks), which use digital technology to essentially simulate a human brain for solving problems. Neural networks enable machines to &#8220;teach&#8221; themselves tasks by repetition and refinement \u2013 a process researchers call deep learning \u2013 rather than relying on a set of instructions developed by programmers.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Companies are already developing cybersecurity solutions based on one or multiple facets of MI. To date, big data analytics have been applied to security metrics, NLP applied to threat intelligence and machine learning applied to endpoint security.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Skeptics Emerge<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In an industry with its fair share of contrarians, it&#8217;s perhaps no surprise that some are brushing aside the notion, the promise \u2013 and, especially, the hype \u2013 of MI, AI and the whole nine yards.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On a <a href=\"https:\/\/www.theregister.co.uk\/2017\/02\/15\/rsa_crypto_panel\/\" target=\"_blank\">crypto panel<\/a> at RSA last week, MIT Professor Ron Rivest (the &#8220;R&#8221; in RSA) said, &#8220;I&#8217;m skeptical of AI.&#8221; He then spoke about a future internet on which it could be hard to find a real human among all the bots.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Borman Professor of Computer Science at the Weizmann Institute Adi Shamir (yes, the &#8220;S&#8221; in RSA) said, &#8220;Fifteen years from now we will give all data to AI systems, it will think, and [then] say that, &#8216;in order to save the internet, I&#8217;ll have to kill it.&#8217; The internet is beyond salvaging; we need to start over with something better.&#8221;\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ahead of his keynote address, Cisco Security&#8217;s David Ulevitch <a href=\"http:\/\/fortune.com\/2017\/02\/15\/rsa-cisco-david-ulevitch-artificial-intelligence\/\" target=\"_blank\">said<\/a> he&#8217;s &#8220;more concerned about &#8216;Artificial Stupidity,'&#8221; by which he meant ineffective automation and orchestration of security safeguards.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Nonetheless, as evidenced by the numerous investment-focused events at RSA, innovators and venture capitalists continue to believe and invest, whether intelligently or <a href=\"https:\/\/www.infosecurity-magazine.com\/news\/rsac-too-many-unintelligent\/\" target=\"_blank\">not<\/a>.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Ethical Dimensions of Predictive Cybersecurity <\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Should the believers and investors succeed and widespread MI-driven cybersecurity become a reality, government and industry will face a slew of ethical questions that few have begun to consider.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the first ethical questions to arise around MI inevitably pertains to automation and the resulting loss of human jobs. The cybersecurity industry currently faces a talent shortage in <a href=\"http:\/\/www.esg-global.com\/hubfs\/ESG-Brief-Cybersecurity-Skills-Shortage-Feb-2016.pdf\" target=\"_blank\">private<\/a> and <a href=\"http:\/\/fifthdomain.com\/2017\/02\/10\/agencies-contractors-need-30000-soldiers-for-cyber-tech-army\/\" target=\"_blank\">public<\/a> sectors, probably <a href=\"http:\/\/blogs.gartner.com\/sam-olyaei\/2016\/12\/21\/cybersecurity-talent-shortage-myth\/\" target=\"_blank\">exacerbated by current business practices<\/a>, so it&#8217;s not clear whether automation would be as controversial as in other industries.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Additional ethical issues emerge when considering predictive cybersecurity used to anticipate cybercrime or cyberterrorism \u2013 wherein the accused are implicated in crimes that have yet to be committed.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Dr. Evan Selinger, a professor of philosophy at Rochester Institute of Technology and fellow at the Institute for Ethics and Emerging Technologies, pointed to several potential issues arising from the poor quality and\/or inadequate quantity of data on which to base such predictions. In shadowy cyberspace, data quality can be questionable, especially as <a href=\"http:\/\/thehill.com\/policy\/cybersecurity\/254977-officials-worried-hackers-will-change-your-data-not-steal-it\" target=\"_blank\">attacks on data integrity<\/a> rise. These challenges accompany the historical challenge of attributing cyberattacks \u2013 to say nothing of <em>intent<\/em> to attack.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another set of ethical questions arises from the predictive capability based on algorithms used to infer probabilistic outcomes. This raises the issue of &#8220;algorithmic transparency,&#8221; whose proponents argue that people should know which factors go into an algorithm&#8217;s design and application \u2013 especially when implicating people (or their computers) in crimes. The trouble is such details are often considered proprietary \u2013 and therefore confidential \u2013 by companies and classified by government agencies.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But algorithmic transparency does not guarantee clear understanding.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Unfortunately,&#8221; Selinger said, &#8220;calls for greater transparency that don&#8217;t compromise classified intelligence or intellectual property face a fundamental complication: Computational complexity.&#8221;\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">New America Fellow David Auerbach <a href=\"http:\/\/www.slate.com\/articles\/technology\/bitwise\/2015\/01\/black_box_society_by_frank_pasquale_a_chilling_vision_of_how_big_data_has.html\" target=\"_blank\">summarized<\/a> the challenge with computational complexity: &#8220;Just because someone has access to the source code of an algorithm does not always mean he or she can explain how a program works.&#8221; That&#8217;s because, Auerbach wrote, &#8220;machine learning and the &#8216;training&#8217; of data create classification algorithms that do not behave in wholly predictable manners.&#8221;\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The ethical issues of predictive cybersecurity are not limited to cybercrime and cyberterrorism. Frank Pasquale, author of <em>The Black Box Society<\/em>, has <a href=\"http:\/\/passcode.csmonitor.com\/frankpasquale\" target=\"_blank\">talked about<\/a> issues related to autonomous weapons systems. It&#8217;s not hard to imagine predictive cybersecurity preemptively \u2013 whether correctly or not \u2013 launching cyberattacks against another country&#8217;s critical infrastructure, especially if <a href=\"http:\/\/www.redstate.com\/diary\/alecstates\/2016\/05\/24\/cybersecurity-free-markets\/\" target=\"_blank\">private businesses are incentivized to attack<\/a>.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">None of these questions present easy answers, even for ethicists like Selinger, who admitted, &#8220;If I knew how to remedy the situation, I might be up for a Nobel Prize.&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The possibilities are broad in a cybersecurity industry currently undergoing something of an \u0093intelligence\u0094 innovation boom cycle \u0096 although what is meant by \u0093intelligence,\u0094 how it should be applied and its potential effectiveness are all issues very much still under debate.  <\/p>\n","protected":false},"author":7,"featured_media":69659,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_yoast_wpseo_meta-robots-noindex":"","_yoast_wpseo_meta-robots-nofollow":"","_yoast_wpseo_canonical":"","_acf":"","_yoast_wpseo_primary_category":10,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","_smg_distribution_targets":[]},"categories":[3574],"tags":[],"coauthors":[503],"class_list":["post-24101","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cyber"],"acf":{"subheadline":"","legacy_arc_id":"33XE6K3VMBCZLNP3IJ3W5DXYKQ","arc_canonical_url":"\/home\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/","remove_feature_photo":false,"is_sponsored":false,"subtype":"","redirect_url":"","disable_inline_ads":false,"native_logo_pretext":"Presented By:"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.0 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Go, machine intelligence and the ethics of predictive cybersecurity - Federal Times<\/title>\n<meta name=\"description\" content=\"The possibilities are broad in a cybersecurity industry currently undergoing something of an \u0093intelligence\u0094 innovation boom cycle \u0096 although what is meant by \u0093intelligence,\u0094 how it should be applied and its potential effectiveness are all issues very much still under debate.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/one.sightlinemg.com\/c4isrnet\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Go, machine intelligence and the ethics of predictive cybersecurity\" \/>\n<meta property=\"og:description\" content=\"The possibilities are broad in a cybersecurity industry currently undergoing something of an \u0093intelligence\u0094 innovation boom cycle \u0096 although what is meant by \u0093intelligence,\u0094 how it should be applied and its potential effectiveness are all issues very much still under debate.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/\" \/>\n<meta property=\"og:site_name\" content=\"Federal Times\" \/>\n<meta property=\"article:published_time\" content=\"2017-02-21T15:32:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-08T18:13:51+00:00\" \/>\n<meta name=\"author\" content=\"Brad D. Williams\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brad D. Williams\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\\\/\\\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"Article\",\n\t            \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/#article\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/\"\n\t            },\n\t            \"author\": {\n\t                \"name\": \"migration\",\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/#\\\/schema\\\/person\\\/cc76c831bb37a926738c8391fca7a3b1\"\n\t            },\n\t            \"headline\": \"Go, machine intelligence and the ethics of predictive cybersecurity\",\n\t            \"datePublished\": \"2017-02-21T15:32:20+00:00\",\n\t            \"dateModified\": \"2026-08-08T18:13:51+00:00\",\n\t            \"mainEntityOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/\"\n\t            },\n\t            \"wordCount\": 1950,\n\t            \"commentCount\": 0,\n\t            \"publisher\": {\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/#organization\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/one.sightlinemg.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/GettyImages-515358446.jpg.jpg\",\n\t            \"articleSection\": [\n\t                \"Cyber\"\n\t            ],\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"CommentAction\",\n\t                    \"name\": \"Comment\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/#respond\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/\",\n\t            \"url\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/\",\n\t            \"name\": \"Go, machine intelligence and the ethics of predictive cybersecurity - Federal Times\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/one.sightlinemg.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/GettyImages-515358446.jpg.jpg\",\n\t            \"datePublished\": \"2017-02-21T15:32:20+00:00\",\n\t            \"dateModified\": \"2026-08-08T18:13:51+00:00\",\n\t            \"description\": \"The possibilities are broad in a cybersecurity industry currently undergoing something of an \u0093intelligence\u0094 innovation boom cycle \u0096 although what is meant by \u0093intelligence,\u0094 how it should be applied and its potential effectiveness are all issues very much still under debate.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/#primaryimage\",\n\t            \"url\": \"https:\\\/\\\/one.sightlinemg.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/GettyImages-515358446.jpg.jpg\",\n\t            \"contentUrl\": \"https:\\\/\\\/one.sightlinemg.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/GettyImages-515358446.jpg.jpg\"\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/cyber\\\/2017\\\/02\\\/21\\\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\\\/#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/\",\n\t                    \"ad_zone\": \"home\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Federal Retirement Academy\",\n\t                    \"item\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/federal-retirement-academy\\\/\",\n\t                    \"ad_zone\": \"federal-retirement-academy\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 3,\n\t                    \"name\": \"Go, machine intelligence and the ethics of predictive cybersecurity\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/#website\",\n\t            \"url\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/\",\n\t            \"name\": \"Federal Times\",\n\t            \"description\": \"Federal Times\",\n\t            \"publisher\": {\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/#organization\"\n\t            },\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/#organization\",\n\t            \"name\": \"Federal Times\",\n\t            \"url\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/\",\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/#\\\/schema\\\/logo\\\/image\\\/\",\n\t                \"url\": \"https:\\\/\\\/one.sightlinemg.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/federal-logo-white.png\",\n\t                \"contentUrl\": \"https:\\\/\\\/one.sightlinemg.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/federal-logo-white.png\",\n\t                \"caption\": \"Federal Times\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/#\\\/schema\\\/logo\\\/image\\\/\"\n\t            }\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/#\\\/schema\\\/person\\\/cc76c831bb37a926738c8391fca7a3b1\",\n\t            \"name\": \"migration\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9e8d47be443ce94ce7fc357677b5f9c70235bb1f59e7267a102a74af58c04f59?s=96&d=mm&r=gcf4cb6ee0ec29e49e7a963234e4340ec\",\n\t                \"url\": \"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9e8d47be443ce94ce7fc357677b5f9c70235bb1f59e7267a102a74af58c04f59?s=96&d=mm&r=g\",\n\t                \"contentUrl\": \"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9e8d47be443ce94ce7fc357677b5f9c70235bb1f59e7267a102a74af58c04f59?s=96&d=mm&r=g\",\n\t                \"caption\": \"migration\"\n\t            },\n\t            \"url\": \"https:\\\/\\\/one.sightlinemg.com\\\/federaltimes\\\/author\\\/migration\\\/\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Go, machine intelligence and the ethics of predictive cybersecurity - Federal Times","description":"The possibilities are broad in a cybersecurity industry currently undergoing something of an \u0093intelligence\u0094 innovation boom cycle \u0096 although what is meant by \u0093intelligence,\u0094 how it should be applied and its potential effectiveness are all issues very much still under debate.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/one.sightlinemg.com\/c4isrnet\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/","og_locale":"en_US","og_type":"article","og_title":"Go, machine intelligence and the ethics of predictive cybersecurity","og_description":"The possibilities are broad in a cybersecurity industry currently undergoing something of an \u0093intelligence\u0094 innovation boom cycle \u0096 although what is meant by \u0093intelligence,\u0094 how it should be applied and its potential effectiveness are all issues very much still under debate.","og_url":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/","og_site_name":"Federal Times","article_published_time":"2017-02-21T15:32:20+00:00","article_modified_time":"2026-08-08T18:13:51+00:00","author":"Brad D. Williams","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Brad D. Williams","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/#article","isPartOf":{"@id":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/"},"author":{"name":"migration","@id":"https:\/\/one.sightlinemg.com\/federaltimes\/#\/schema\/person\/cc76c831bb37a926738c8391fca7a3b1"},"headline":"Go, machine intelligence and the ethics of predictive cybersecurity","datePublished":"2017-02-21T15:32:20+00:00","dateModified":"2026-08-08T18:13:51+00:00","mainEntityOfPage":{"@id":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/"},"wordCount":1950,"commentCount":0,"publisher":{"@id":"https:\/\/one.sightlinemg.com\/federaltimes\/#organization"},"image":{"@id":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/#primaryimage"},"thumbnailUrl":"https:\/\/one.sightlinemg.com\/wp-content\/uploads\/2026\/08\/GettyImages-515358446.jpg.jpg","articleSection":["Cyber"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/","url":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/","name":"Go, machine intelligence and the ethics of predictive cybersecurity - Federal Times","isPartOf":{"@id":"https:\/\/one.sightlinemg.com\/federaltimes\/#website"},"primaryImageOfPage":{"@id":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/#primaryimage"},"image":{"@id":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/#primaryimage"},"thumbnailUrl":"https:\/\/one.sightlinemg.com\/wp-content\/uploads\/2026\/08\/GettyImages-515358446.jpg.jpg","datePublished":"2017-02-21T15:32:20+00:00","dateModified":"2026-08-08T18:13:51+00:00","description":"The possibilities are broad in a cybersecurity industry currently undergoing something of an \u0093intelligence\u0094 innovation boom cycle \u0096 although what is meant by \u0093intelligence,\u0094 how it should be applied and its potential effectiveness are all issues very much still under debate.","breadcrumb":{"@id":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/#primaryimage","url":"https:\/\/one.sightlinemg.com\/wp-content\/uploads\/2026\/08\/GettyImages-515358446.jpg.jpg","contentUrl":"https:\/\/one.sightlinemg.com\/wp-content\/uploads\/2026\/08\/GettyImages-515358446.jpg.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/one.sightlinemg.com\/federaltimes\/cyber\/2017\/02\/21\/go-machine-intelligence-and-the-ethics-of-predictive-cybersecurity\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/one.sightlinemg.com\/federaltimes\/","ad_zone":"home"},{"@type":"ListItem","position":2,"name":"Federal Retirement Academy","item":"https:\/\/one.sightlinemg.com\/federaltimes\/federal-retirement-academy\/","ad_zone":"federal-retirement-academy"},{"@type":"ListItem","position":3,"name":"Go, machine intelligence and the ethics of predictive cybersecurity"}]},{"@type":"WebSite","@id":"https:\/\/one.sightlinemg.com\/federaltimes\/#website","url":"https:\/\/one.sightlinemg.com\/federaltimes\/","name":"Federal Times","description":"Federal Times","publisher":{"@id":"https:\/\/one.sightlinemg.com\/federaltimes\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/one.sightlinemg.com\/federaltimes\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/one.sightlinemg.com\/federaltimes\/#organization","name":"Federal Times","url":"https:\/\/one.sightlinemg.com\/federaltimes\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/one.sightlinemg.com\/federaltimes\/#\/schema\/logo\/image\/","url":"https:\/\/one.sightlinemg.com\/wp-content\/uploads\/2026\/06\/federal-logo-white.png","contentUrl":"https:\/\/one.sightlinemg.com\/wp-content\/uploads\/2026\/06\/federal-logo-white.png","caption":"Federal Times"},"image":{"@id":"https:\/\/one.sightlinemg.com\/federaltimes\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/one.sightlinemg.com\/federaltimes\/#\/schema\/person\/cc76c831bb37a926738c8391fca7a3b1","name":"migration","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9e8d47be443ce94ce7fc357677b5f9c70235bb1f59e7267a102a74af58c04f59?s=96&d=mm&r=gcf4cb6ee0ec29e49e7a963234e4340ec","url":"https:\/\/secure.gravatar.com\/avatar\/9e8d47be443ce94ce7fc357677b5f9c70235bb1f59e7267a102a74af58c04f59?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9e8d47be443ce94ce7fc357677b5f9c70235bb1f59e7267a102a74af58c04f59?s=96&d=mm&r=g","caption":"migration"},"url":"https:\/\/one.sightlinemg.com\/federaltimes\/author\/migration\/"}]}},"jetpack_featured_media_url":"https:\/\/one.sightlinemg.com\/wp-content\/uploads\/2026\/08\/GettyImages-515358446.jpg.jpg","jetpack_sharing_enabled":true,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Federal Times","distributor_original_site_url":"https:\/\/one.sightlinemg.com\/federaltimes","push-errors":false,"_links":{"self":[{"href":"https:\/\/one.sightlinemg.com\/federaltimes\/wp-json\/wp\/v2\/posts\/24101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/one.sightlinemg.com\/federaltimes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/one.sightlinemg.com\/federaltimes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/one.sightlinemg.com\/federaltimes\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/one.sightlinemg.com\/federaltimes\/wp-json\/wp\/v2\/comments?post=24101"}],"version-history":[{"count":1,"href":"https:\/\/one.sightlinemg.com\/federaltimes\/wp-json\/wp\/v2\/posts\/24101\/revisions"}],"predecessor-version":[{"id":24102,"href":"https:\/\/one.sightlinemg.com\/federaltimes\/wp-json\/wp\/v2\/posts\/24101\/revisions\/24102"}],"wp:attachment":[{"href":"https:\/\/one.sightlinemg.com\/federaltimes\/wp-json\/wp\/v2\/media?parent=24101"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/one.sightlinemg.com\/federaltimes\/wp-json\/wp\/v2\/categories?post=24101"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/one.sightlinemg.com\/federaltimes\/wp-json\/wp\/v2\/tags?post=24101"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/one.sightlinemg.com\/federaltimes\/wp-json\/wp\/v2\/coauthors?post=24101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}