forked from OpenC2-org/openc2-org.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
701 lines (689 loc) · 32.6 KB
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
---
layout: page
title: OpenC2 in the News
pageHeading: OpenC2 in the News
permalink: /news.html
---
<main id="main">
<section class="features">
<div class="timeline" data-aos="fade-in">
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>November 16, 2022</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://docs.oasis-open.org/openc2/oc2ls/v2.0/csd01/oc2ls-v2.0-csd01.html">
OASIS Publishes CSD01 of the OpenC2 Language Specification, v2.0</a>.
<br>
The Language Specification is the foundation document
defining the OpenC2 language. The TC has determined
to advance the Language Specification to Version 2.0
to address changes identified since the November 2019
publication of v1.0, CSD02, including a small number
of breaking changes. CSD01 is the initial publication
of the in-development v.20 specification.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>September 30, 2022</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://lists.oasis-open.org/archives/openc2/202206/msg00000.html">
Open Command and Control (OpenC2) Architecture v1.0 approved as an OASIS Committee Specification</a>.
<br>
The Architecture Specification is an overarching
document that describes the concepts and organization
of OpenC2, and provides a blueprint for developing
Actuator Profiles and Transfer Specifications. It
also describes the abstract architecture of OpenC2 to
define a common understanding of the messages and
interactions for all bindings and serializations.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>June 3, 2022</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://lists.oasis-open.org/archives/openc2/202206/msg00000.html">
OASIS Publishes CSD01 of the OpenC2 Architecture Specification, v1.0</a>.
<br>
The Architecture Specification is an overarching
document that describes the concepts and organization
of OpenC2, and provides a blueprint for developing
Actuator Profiles and Transfer Specifications.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>June 2, 2022</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.cybersecurityautomationworkshop.org/">
OpenC2 Participates in Cybersecurity Automation Workshop (CAW)</a>.
<br>
Cybersecurity Automation Workshops are a series of
events to prototype and test interoperability among
cybersecurity automation technologies. OpenC2
participated in the latest CAW event, which also
explored related cybersecurity technologies including
Software Bill of Materials (SBOM), and security
Posture Attribute Collection & Evaluation (PACE).
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>April 28, 2022</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/posts/vasileiosmavroeidis_the-role-of-openc2-in-cybersecurity-automation-activity-6925464109844938752-ph0I?">
Presentation on the Role of OpenC2 in Cybersecurity Automation</a>.
<br>
Dr. Vasileios Mavroeidis, a member of the OpenC2
TC, gave a talk on "the role of OpenC2 in
cybersecurity automation" at the <a rel="noopener noreferrer" target="_blank" href="https://www.finsec-project.eu/second-ecsci-virtual-workshop">2nd
ECSCI Workshop on Critical Infrastructure Protection</a>,
organized by the European Cluster
for Securing Critical Infrastructures (ECSCI).
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>April 12, 2022</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.mnemonic.io/resources/podcast/episode-64-the-science-of-soar/">
The Science of SOAR on security podcast</a>.
<br>
Dr. Vasileios Mavroeidis, a member of the OpenC2
TC, was a guest on the mnemonic security podcast,
to discuss "The Science of SOAR".
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>January 19, 2022</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.oasis-open.org/2022/01/19/originbx-alliance-for-digital-trade-and-stix-taxii-cybersecurity-standards-win-open-cup-awards/">
OpenC2 TC Co-Chair named OASIS Distinguished Contributor</a>.
<br>
Duncan Sparrell, a co-chair of the OpenC2 TC, was
named an <a rel="noopener noreferrer"
target="_blank"
href="https://www.oasis-open.org/members/distinguished-contributors/">OASIS
Distinguished Contributor</a>.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>December 3, 2021</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.oasis-open.org/2021/12/03/specification-for-transfer-of-openc2-messages-via-https-v1-1-from-openc2-tc-approved-as-a-committee-specification/">
OASIS Publishes CS01 of the OpenC2 HTTPS Transfer Specification, v1.1</a>.
<br>
HTTP over TLS is a widely deployed transfer
protocol that provides authenticated, ordered,
lossless delivery of uniquely-identified messages.
This document specifies the use of HTTP over TLS as
a transfer mechanism for OpenC2 Messages. This
specification replaces the July 2019 v.10 CS01, and
incorporates changes to OpenC2 message formatting
and other lessons learned through interoperability
testing. A Testing conformance target is provided
to support interoperability testing without
security mechanisms.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>December 1, 2021</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.oasis-open.org/2021/12/01/specification-for-transfer-of-openc2-messages-via-mqtt-v1-0-from-openc2-tc-approved-as-a-committee-specification/">
OASIS Publishes CS01 of the OpenC2 MQTT Transfer Specification, v1.0</a>.
<br>
OpenC2 transfer specifications describe how to use
standard protocols to transfer OpenC2 messages. The
MQTT Transfer Specification describes how to use
<a rel="noopener noreferrer" target="_blank" href="https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html">
MQTT v5.0</a> in support of OpenC2 messaging.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>October 13, 2021</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.oasis-open.org/2021/10/13/invitation-to-comment-on-transfer-of-openc2-messages-via-https-v1-1/">
OASIS Announces Public Review of the HTTPS Transfer Specification, v1.1</a>.
<br>
OpenC2 transfer specifications describe how to use
standard protocols to transfer OpenC2 messages. The
HTTPS Transfer Specification describes how to use
HTTP and TLS in support of OpenC2 messaging. The
v1.1 update incorporates an updated OpenC2 message
format and the option for a testing mode without
TLS, the addition of a well-known path for POSTing
OpenC2 commands, and other minor changes and
corrections.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>August 30, 2021</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.oasis-open.org/2021/08/30/invitation-to-comment-on-specification-for-transfer-of-openc2-messages-via-mqtt-v1-0/">
OASIS Announces Public Review of the MQTT Transfer Specification, v1.0</a>.
<br>
OpenC2 transfer specifications describe how to use standard protocols to transfer OpenC2 messages.
The MQTT Transfer Specification describes how to use
<a rel="noopener noreferrer" target="_blank" href="https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html">
MQTT v5.0</a> in support of OpenC2 messaging.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>August 30, 2021</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://lists.oasis-open.org/archives/openc2/202108/msg00021.html">
OASIS Publishes CSD01 of the OpenC2 Language Specification, v1.1</a>.
<br>
The Language Specification is the foundation document defining the OpenC2 language.
Version 1.1 of the Language Specification will address changes identified since the
November 2019 publication of v1.0, CSD02.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>August 24, 2021</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://lists.oasis-open.org/archives/openc2/202108/msg00019.html">
OASIS Publishes CS01 of the JSON Abstract Data Notation (JADN) Specification, v1.0</a>.
<br>
JSON Abstract Data Notation (JADN) is a UML-based information modeling language that defines data structure
independently of data format. Information models are used to define and generate physical data models,
validate information instances, and enable lossless translation across data formats. A JADN specification
consists of two parts: type definitions that comprise the information model, and serialization rules that
define how information instances are represented as data.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>August 17, 2021</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://lists.oasis-open.org/archives/openc2/202108/msg00009.html">
OASIS Publishes CSD01 of the Actuator Profile for Packet Filtering, v1.0</a>.
<br>
The Packet Filtering AP will combine stateless and stateful packet filtering
under a single AP, and make provisions for use in cloud environments.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>June 24, 2021</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://youtu.be/XTpMQaANg6A">
Future Challenges and Directions for Security Automation and Orchestration</a> (video).
<br>
Neal Ziring, Technical Director, National Security Agency delivers the keynote address
for the Borderless Cyber 2021, in which he discusses the importance of OpenC2 in evolving cybersecurity challenges.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>June 24, 2021</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://youtu.be/sMFQzcG6AqQ">
STIX, OpenC2, CACAO Playbooks: Cybersecurity Standards Working Together To Tackle Recent String of High-Profile Hacks</a> (video).
<br>
Michael Rosa (NSA) explores OpenC2 applications (at approximately the
<a rel="noopener noreferrer" target="_blank" href="https://youtu.be/sMFQzcG6AqQ">
twenty-six minute</a>
mark) in a Borderless Cyber panel
on how standards could help with the recent attacks.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>June 22, 2021</h6>
<p>
A successful OpenC2 Plugfest was held in conjunction with Borderless Cyber 2021.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>February 10, 2021</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.ntia.gov/files/ntia/publications/ntia_sbom_sharing_exchanging_sboms-10feb2021.pdf">
Sharing & Exchanging SBOMs</a> (paper).
<br>
The NTIA Software Transparency Multistakeholder Group is producing documentation
on how improve software supply chain, particularly on the value om
Software Bill of Materials (SBOM).
The "Sharing & Exchanging SBOMs" paper includes OpenC2 as one of the mechanisms.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>January 12, 2021</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.oasis-open.org/2021/01/15/cacao-security-playbooks-v1-0-approved-as-a-committee-specification/">
OASIS publishes CACAO Playbook Committee Specification including OpenC2 in playbooks</a> (paper).
<br>
The OASIS CACAO TC published CACAO Security Playbooks Version 1.0,
Committee Specification 01. This security playbook specification
on collaborative automated course of action operations (CACAO) includes
how to specify security actions using OpenC2.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>December 8, 2020</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://youtu.be/tYs7ooW_RNQ">
Demonstrating OpenC2 and SOAR</a> (video)
<br>
<a rel="noopener noreferrer" target="_blank" href="https://www.iacdautomate.org">IACD</a>
experiment using OpenC2 with a
<a rel="noopener noreferrer" target="_blank" href="https://swimlane.com">Swimlane</a>
orchestrator and
<a rel="noopener noreferrer" target="_blank" href="https://broadcom.com/products/cyber-security/integrated-cyber-defense/integrated-cyber-defense-exchange">Symantec ICDx</a>
to respond to malicious software download.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>December 8, 2020</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.itu.int/webcast/archive/t2020kaleidoscope#video">
"Cybersecurity Automation"</a> (video - click on word "English")
<br>
was presented at the ITU Kaleidoscope Academic Conference,
including openC2's role in cybersecurity automation
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>October 28, 2020</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://github.com/oasis-tcs/openc2-usecases/blob/master/SBOM-PoC/README.md">
Cyber Security Automation Virtual Plugfest / Hackathon</a>
<br>Information about the October 28, 2020 Plugfest / Hackathon,
a mashup of SBOM / OpenC2 / SCAPv2 / IACD / CACAO / OCA / MUD / DBOM
virtual Proof-of-Concept(PoC) / plugfest / hackathon.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>October 23, 2020</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/pulse/october-28-sbom-poc-openc2-plugfest-hackathon-dan-johnson">
SBOM PoC / OpenC2 Plugfest / Hackathon</a>.
<br>A LinkedIn post by Dan Johnson.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>August 18, 2020</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.sciencedirect.com/science/article/pii/S0167404820302728">
A nonproprietary language for the command and control of cyber defenses – OpenC2</a>
<br>An academic paper by Vasileios Mavroeidis.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>July 29, 2020</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://medium.com/swlh/openc2-orchestration-vs-the-cyber-kill-chain-8cfcbde96763">
OpenC2 Orchestration vs the Cyber Kill Chain</a>.
<br>A blog post on Medium by Erich Izdepski.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>March 06, 2020</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://codesync.global/media/making-iot-safer-with-beam-otp-cbf20/">
Making IoT safer with BEAM OTP</a>
<br>A presentation to Code BEAM SF 2020 by Duncan Sparrell (video).
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>June 17, 2020</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://securityintelligence.com/posts/introducing-collaborative-automated-course-of-action-operations-cacao-an-emerging-cybersecurity-standard-to-quickly-define-and-share-playbooks/">
Introducing Collaborative Automated Course of Action Operations (CACAO): An Emerging Cybersecurity Standard to Quickly Define and Share Playbooks</a>
<br>A blog post on SecuityIntelligence.com by Stephanie Hazlewood.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>May 27, 2020</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.businesswire.com/news/home/20200527005048/en/EclecticIQ-Joins-Forces-Endpoint-Solution-Provider-PolyLogyx">
EclecticIQ Joins Forces with Endpoint Solution Provider PolyLogyx</a>
<br>A press release on businesswire.com.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>Feb 5, 2020</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/pulse/through-first-openc2-plugfest-towards-vasileios-mavroeidis">
Through the First OpenC2 Plugfest - Towards Standardization</a>
<br>A LinkedIn article by Vasileios Mavroeidis
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>Jan 27, 2020</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://github.com/oasis-tcs/openc2-usecases/blob/master/Cybercom-Plugfest/README.md">
Twenty-eight organizations meet across two days to test interoperability and implement the standard at the inaugural OpenC2 PlugFest</a>
<br>Information about the January 27-28, 2020 OpenC2 Plugfest / Hackathon sponsored by Dreamport and hosted by UMBC Training.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>December 12, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.oasis-open.org/news/announcements/open-command-and-control-openc2-language-specification-v1-0-from-openc2-tc-approv">
Open Command and Control (OpenC2) Language Specification v1.0 from OpenC2 TC approved as a Committee Specification</a>
<br>OASIS announcement of the publication of the 24 November 2019 CS02 version of the OpenC2 Language Specification.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>December 04, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.itu.int/dms_pub/itu-t/opb/proc/T-PROC-KALEI-2019-PDF-E.pdf">
ITU Kaleidoscope</a>
<br> Conference proceedings for December 2019 ITU Kaleidoscope (large PDF), includes paper on <i>Cyber-Safety in Healthcare IoT</i> by Duncan Sparrell
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>November 24, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://docs.oasis-open.org/openc2/oc2ls/v1.0/cs02/oc2ls-v1.0-cs02.html">
Open Command and Control (OpenC2) Language Specification Version 1.0 (CS02)
</a>
<br>The HTML version of the OpenC2 Language Specification, CS02.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>October 08, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://us19.borderlesscyber.org/program-schedule/program/69/bc-track-improving-iot-safety-using-standards-to-improve-iot-security">
Improving IOT Safety using standards to improve IOT Security
</a>
<br>A presentation by Duncan Sparrell at Borderless Cyber in Washington, DC (conference program entry).
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>October 08, 2019</h6>
<p>
Guidebook Session
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>September 03, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.darkreading.com/risk/3-promising-technologies-making-an-impact-on-cybersecurity/a/d-id/1335684">
3 Promising Technologies Making an Impact on Cybersecurity
</a>
<br>A commentary article on DARKReading by Jon Oltsik.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>August 07, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.hardenstance.com/wp-content/uploads/2019/08/A-Window-onto-an-OpenC2-World-FINAL.pdf">
A New Window Onto an OpenC2 World
</a>
<br>A report (PDF) from HardenStance.com about the publication of three initial OpenC2 Committee Specifications.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>August 05, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.oasis-open.org/news/announcements/three-committee-specifications-approved-by-open-command-and-control-openc2-tc">
Three Committee Specifications approved by Open Command and Control (OpenC2) TC
</a>
<br>The official OASIS publication announcement for the three inital OpenC2 Committee Specifications (CS01 versions).
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>July 11, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://docs.oasis-open.org/openc2/open-impl-https/v1.0/open-impl-https-v1.0.html">
Specification for Transfer of OpenC2 Messages via HTTPS Version 1.0 (CS01)
</a>
<br>The HTML version of the HTTPS Transfer Specification, CS01.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>July 11, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://docs.oasis-open.org/openc2/oc2slpf/v1.0/oc2slpf-v1.0.html">
Specification for Transfer of OpenC2 Messages via HTTPS Version 1.0 (CS01)
Open Command and Control (OpenC2) Profile for Stateless Packet Filtering Version 1.0
</a>
<br>The HTML version of the Stateless Packet Filtering actuator profile, CS01.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>July 11, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://docs.oasis-open.org/openc2/oc2ls/v1.0/cs01/oc2ls-v1.0-cs01.html">
Specification for Transfer of OpenC2 Messages via HTTPS Version 1.0 (CS01)
Open Command and Control (OpenC2) Language Specification Version 1.0
</a>
<br>The HTML version of the OpenC2 Language Specification, CS01.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>May 01, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.csoonline.com/article/3391562/5-threat-detection-and-response-technologies-are-coming-together.html">
5 threat detection and response technologies are coming together
</a>
<br>A Cybersecurity Snippets article by Jon Oltsik at CSO Online.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>Apr 02, 2019</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.csoonline.com/article/3386161/openc2-can-accelerate-security-operations-automation-and-orchestration.html">
OpenC2 can accelerate security operations, automation, and orchestration
</a>
<br>A Cybersecurity Snippets article by Jon Oltsik at CSO Online.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>December 18, 2018</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.csoonline.com/article/3329558/security-operations-activities-to-watch-in-2019.html">
Security operations activities to watch in 2019
</a>
<br>A Cybersecurity Snippets article by Jon Oltsik at CSO Online.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>November 12, 2018</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://securityintelligence.com/busting-cybersecurity-silos/">
Busting Cybersecurity Silos
</a>
<br>An article by Sridhar Muppidi at SecurityIntelligence.com.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>October 24, 2018</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.youtube.com/watch?v=yJl6kG08mYI">
Duncan Sparrell interview with Ed Amoroso of TAG Cyber
</a>
<br>Duncan Sparrell, Chief Cyber Curmudgeon at S-Fractal Consulting,
chats about his long career at AT&T, current projects, and trends
in cyber security (YouTube video).
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>September 06, 2018</h6>
<p>
IoTsm "Response at Cyberspeed to Attack" Proceedings of the International Conference on Industrial Internet of Things and Smart Manufacturing
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>March 15, 2018</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://codesync.global/media/https-youtu-be-nykwvvklbu8/">
Let it Be Hacked - Code Beam SF 2018
</a>
<br>Presentation by Duncan Sparrell at Code Beam SF 2018 (video).
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>November 18, 2017</h6>
<p>
Cybersecurity, Erlang, & Opensource Combine in OpenC2
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>October 19, 2017</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://prezi.com/ro4hklmxja4a/2017-10-19-rochester-security-summit/">
Responding to Cyber Attacks at Machine Speed.
</a>
<br>Presentation by Duncan Sparrell at Rochester Security Summit 2017 (Prezi).
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>September 05, 2017</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.oasis-open.org/news/pr/international-community-comes-together-at-oasis-to-advance-openc2-standard-for-automated-def">
International Community Comes Together at OASIS to Advance OpenC2 Standard for Automated Defense Against Cyber-Attacks
</a>
<br>OASIS press release about the work of the OpenC2 Technical Committee.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>June 14, 2017</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.cyberscoop.com/openc2-nsa-open-source-cyber-defense/">
NSA's new open language for cyber-defenses will aid interoperability
</a>
<br>Article about OpenC2 and the formation of the OASIS OpenC2 TC by Shaun Waterman on cyberscoop.com.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>June 7, 2017</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.oasis-open.org/committees/document.php?document_id=61010&wg_abbrev=openc2">
Formation meeting for OASIS OpenC2 Technical Committee.
</a>
<br>Public link to meeting minutes for the formation meeting.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>April 10, 2017</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.oasis-open.org/news/announcements/call-for-participation-oasis-open-command-and-control-openc2-tc">
OpenC2 Forum Transitions to OASIS OpenC2 TC
</a>
<br>OASIS Call For Participation in the newly-forming OpenC2 Technical Committee.
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>March 23, 2017</h6>
<p>
<a rel="noopener noreferrer" target="_blank" href="https://www.youtube.com/watch?v=F073GDdAHBQ">
Responding to Cyber Attack at Machine Speed - Duncan Sparrell
</a>
<br>Presentation by Duncan Sparrell at Erlang & Elixir Factory SF 2017 (YouTube video).
</p>
</div>
</div>
<div class="timecard" data-aos="fade-up">
<div class="content">
<h6>2015</h6>
<p>
OpenC2 Forum founded to create OpenC2 language
</p>
</div>
</div>
</div>
</section>
</main>