<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.4.12 -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-sacm-arch-13" category="std" obsoletes="" updates="" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.7.0 -->
  <front>
    <title abbrev="SACM Architecture">Security Automation and Continuous Monitoring (SACM) Architecture</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-sacm-arch-13"/>
    <author initials="A." surname="Montville" fullname="Adam W. Montville">
      <organization abbrev="CIS">Center for Internet Security</organization>
      <address>
        <postal>
          <street>31 Tech Valley Drive</street>
          <city>East Greenbush</city>
          <region>NY</region>
          <code>12061</code>
          <country>USA</country>
        </postal>
        <email>adam.montville.sdo@gmail.com</email>
      </address>
    </author>
    <author initials="B." surname="Munyan" fullname="Bill Munyan">
      <organization abbrev="CIS">Center for Internet Security</organization>
      <address>
        <postal>
          <street>31 Tech Valley Drive</street>
          <city>East Greenbush</city>
          <region>NY</region>
          <code>12061</code>
          <country>USA</country>
        </postal>
        <email>bill.munyan.ietf@gmail.com</email>
      </address>
    </author>
    <date year="2021" month="July" day="09"/>
    <area>Security</area>
    <workgroup>SACM Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document defines an architecture enabling a cooperative Security Automation and Continuous Monitoring (SACM) ecosystem.  This work is predicated upon information gleaned from SACM Use Cases and Requirements (<xref target="RFC7632" format="default"/> and <xref target="RFC8248" format="default"/> respectively), and terminology as found in <xref target="I-D.ietf-sacm-terminology" format="default"/>.</t>
      <t>WORKING GROUP: The source for this draft is maintained in GitHub.  Suggested changes should be submitted as pull requests at https://github.com/sacmwg/ietf-mandm-sacm-arch/.  Instructions are on that page as well.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>The purpose of this draft is to define an architectural approach for a SACM Domain, based on the spirit of use cases found in <xref target="RFC7632" format="default"/> and requirements found in <xref target="RFC8248" format="default"/>. This approach gains the most advantage by supporting a variety of collection systems, and intends to enable a cooperative ecosystem of tools from disparate sources with minimal operator configuration.</t>
      <section anchor="requirements-notation" numbered="true" toc="default">
        <name>Requirements notation</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in RFC
2119, BCP 14 <xref target="RFC2119" format="default"/>.</t>
      </section>
    </section>
    <section anchor="terms-and-definitions" numbered="true" toc="default">
      <name>Terms and Definitions</name>
      <dl>
        <dt>
Assessment:  </dt>
        <dd>
          <t>Defined in <xref target="RFC5209" format="default"/> as "the process of collecting posture for a set of capabilities on the endpoint (e.g., host-based firewall) such that the appropriate validators may evaluate the posture against compliance policy."</t>
        </dd>
        <dt>
Asset:  </dt>
        <dd>
          <t>Is a system resource, as defined in <xref target="RFC4949" format="default"/>, that may be composed of other assets.</t>
        </dd>
        <dt/>
        <dd>
          <t>Examples of Assets include: Endpoints, Software, Guidance, or X.509 public key certificates. An asset is not necessarily owned by an organization.</t>
        </dd>
        <dt>
Asset Management:  </dt>
        <dd>
          <t>The IT process by which assets are provisioned, updated, maintained and deprecated.</t>
        </dd>
        <dt>
Attribute:  </dt>
        <dd>
          <t>Is a data element, as defined in <xref target="RFC5209" format="default"/>, that is atomic.</t>
        </dd>
        <dt/>
        <dd>
          <t>In the context of SACM, attributes are "atomic" information elements and an equivalent to attribute-value-pairs.  Attributes can be components of Subjects.</t>
        </dd>
        <dt>
Capability:  </dt>
        <dd>
          <t>A set of features that are available from a SACM Component.</t>
        </dd>
        <dt/>
        <dd>
          <t>See also "capability" in <xref target="I-D.ietf-i2nsf-terminology" format="default"/>.</t>
        </dd>
        <dt>
Collector:  </dt>
        <dd>
          <t>A piece of software that acquires information about one or more target endpoints by conducting collection tasks.</t>
        </dd>
        <dt/>
        <dd>
          <t>A collector can be distributed across multiple endpoints, e.g. across a target endpoint and a SACM component.  The separate parts of the collector can communicate with a specialized protocol, such as PA-TNC [RFC5792].  At least one part of a distributed collector has to take on the role of a provider of information by providing SACM interfaces to propagate capabilities and to provide SACM content in the form of collection results.</t>
        </dd>
        <dt>
Configuration:  </dt>
        <dd>
          <t>A non-volatile subset of the endpoint attributes of a endpoint that is intended to be unaffected by a normal reboot-cycle.</t>
        </dd>
        <dt/>
        <dd>
          <t>Configuration is a type of imperative guidance that is stored in files (files dedicated to contain configuration and/ or files that are software components), directly on block devices, or on specific hardware components that can be accessed via corresponding software components.  Modification of configuration can be conducted manually or automatically via management (plane) interfaces that support management protocols, such as SNMP or WMI. A change of configuration can occur during both run-time and down- time of an endpoint.  It is common practice to scheduled a change of configuration during or directly after the completion of a boot-cycle via corresponding software components located on the target endpoint itself.</t>
        </dd>
        <dt>
Consumer:  </dt>
        <dd>
          <t>A SACM Role that requires a SACM Component to include SACM Functions enabling it to receive information from other SACM Components.</t>
        </dd>
        <dt>
Endpoint:  </dt>
        <dd>
          <t>Defined in <xref target="RFC5209" format="default"/> as "any computing device that can be connected to a network."</t>
        </dd>
        <dt/>
        <dd>
          <t>Additional Information - The <xref target="RFC5209" format="default"/> definition continues, "Such devices normally are associated with a particular link layer address before joining the network and potentially an IP address once on the network.  This includes: laptops, desktops, servers, cell phones, or any device that may have an IP address."</t>
        </dd>
        <dt/>
        <dd>
          <t>To further clarify the <xref target="RFC5209" format="default"/> definition, an endpoint is any physical or virtual device that may have a network address.  Note that, network infrastructure devices (e.g. switches, routers, firewalls), which fit the definition, are also considered to be endpoints within this document.</t>
        </dd>
        <dt/>
        <dd>
          <t>Physical endpoints are always composites that are composed of hardware components and software components. Virtual endpoints are composed entirely of software components and rely on software components that provide functions equivalent to hardware components.</t>
        </dd>
        <dt/>
        <dd>
          <t>The SACM architecture differentiates two essential categories of endpoints: Endpoints whose security posture is intended to be assessed (target endpoints) and endpoints that are specifically excluded from endpoint posture assessment (excluded endpoints).</t>
        </dd>
        <dt/>
        <dd>
          <t>Based on the definition of an asset, an endpoint is a type of asset.</t>
        </dd>
        <dt>
Endpoint Attribute:  </dt>
        <dd>
          <t>Is a discreet endpoint characteristic that is computably observable.</t>
        </dd>
        <dt/>
        <dd>
          <t>Endpoint Attributes typically constitute Attributes that can be bundled into Subject (e.g. information about a specific network interface can be represented via a set of multiple AVP).</t>
        </dd>
        <dt>
Endpoint Characteristics:  </dt>
        <dd>
          <t>The state, configuration and composition of the software components and (virtual) hardware components a target endpoint is composed of, including observable behavior, e.g. sys-calls, log-files, or PDU emission on a network.</t>
        </dd>
        <dt/>
        <dd>
          <t>In SACM work-flows, (Target) Endpoint Characteristics are represented via Information Elements.</t>
        </dd>
        <dt>
Posture:  </dt>
        <dd>
          <t>Defined in <xref target="RFC5209" format="default"/> as "configuration and/or status of hardware or software on an endpoint as it pertains to an organization's security policy."</t>
        </dd>
        <dt/>
        <dd>
          <t>This term is used within the scope of SACM to represent the configuration and state information that is collected from a target endpoint in the form of endpoint attributes (e.g. software/hardware inventory, configuration settings, dynamically assigned addresses).  This information may constitute one or more posture attributes.</t>
        </dd>
        <dt>
Posture Attributes:  </dt>
        <dd>
          <t>Defined in <xref target="RFC5209" format="default"/> as "attributes describing the configuration or status (posture) of a feature of the endpoint.  A Posture Attribute represents a single property of an observed state.  For example, a Posture Attribute might describe the version of the operating system installed on the system."</t>
        </dd>
        <dt/>
        <dd>
          <t>Within this document this term represents a specific assertion about endpoint configuration or state (e.g. configuration setting, installed software, hardware) represented via endpoint attributes.  The phrase "features of the endpoint" highlighted above refers to installed software or software components.</t>
        </dd>
        <dt>
Provider:  </dt>
        <dd>
          <t>A provider is a SACM role assigned to a SACM component that provides role-specific functions to provide information to other SACM components.</t>
        </dd>
        <dt>
Repository:  </dt>
        <dd>
          <t>A repository is a controller that contains functions to consume, store and provide information of a particular kind.</t>
        </dd>
        <dt/>
        <dd>
          <t>Such information is typically data transported on the data plane, but potentially also data and metadata from the control and management plane.  A single repository may provide the functions of more than one specific repository type (i.e. configuration baseline repository, assessment results repository, etc.)</t>
        </dd>
        <dt>
Security Automation:  </dt>
        <dd>
          <t>The process of which security alerts can be automated through the use of different components to monitor, analyze and assess endpoints and network traffic for the purposes of detecting misconfigurations, misbehaviors or threats.</t>
        </dd>
        <dt/>
        <dd>
          <t>Security Automation is intended to identify target endpoints that cannot be trusted (see "trusted" in <xref target="RFC4949" format="default"/>. This goal is achieved by creating and processing evidence (assessment statements) that a target endpoint is not a trusted system <xref target="RFC4949" format="default"/>.</t>
        </dd>
        <dt>
SIEM:  </dt>
        <dd>
          <t>TBD</t>
        </dd>
        <dt>
SOAR:  </dt>
        <dd>
          <t>TBD</t>
        </dd>
        <dt>
State:  </dt>
        <dd>
          <t>A volatile set of endpoint attributes of a (target) endpoint that is affected by a reboot-cycle.</t>
        </dd>
        <dt/>
        <dd>
          <t>Local state is created by the interaction of components with other components via the control plane, via processing data plane payload, or via the functional properties of local hardware and software components. Dynamic configuration (e.g.  IP address distributed dynamically via an address distribution and management services, such as DHCP) is considered state that is the result of the interaction with another component (e.g. provided by a DHCP server with a specific configuration).</t>
        </dd>
        <dt>
Target Endpoint:  </dt>
        <dd>
          <t>Is an endpoint that is under assessment at some point in, or region of, time.</t>
        </dd>
        <dt/>
        <dd>
          <t>Every endpoint that is not specifically designated as an excluded endpoint is a target endpoint.  A target endpoint is not part of a SACM domain unless it contains a SACM component (e.g. a SACM component that publishes collection results coming from an internal collector).</t>
        </dd>
        <dt/>
        <dd>
          <t>A target endpoint is similar to a device that is a Target of Evaluation (TOE) as defined in Common Criteria and as referenced by <xref target="RFC4949" format="default"/>.</t>
        </dd>
        <dt>
Vulnerability Assessment:  </dt>
        <dd>
          <t>An assessment specifically tailored to determining whether a set of endpoints is vulnerable according to the information contained in the vulnerability description information.</t>
        </dd>
        <dt>
Workflow:  </dt>
        <dd>
          <t>A workflow is a modular composition of tasks that can contain loops, conditionals, multiple starting points and multiple endpoints.</t>
        </dd>
        <dt/>
        <dd>
          <t>The most prominent workflow in SACM is the assessment workflow.</t>
        </dd>
      </dl>
      <t>--&gt;</t>
    </section>
    <section anchor="architectural-overview" numbered="true" toc="default">
      <name>Architectural Overview</name>
      <t>The generic approach proposed herein recognizes the need to obtain information from existing and future state collection systems, and makes every attempt to respect <xref target="RFC7632" format="default"/> and <xref target="RFC8248" format="default"/>. At the foundation of any architecture are entities, or components, that need to communicate. They communicate by sharing information, where, in a given flow, one or more components are consumers of information and one or more components are providers of information.  Different roles within a cooperative ecosystem may act as both Producers and Consumers of SACM-relevant information.</t>
      <figure anchor="fig-basic">
        <name>Basic Architectural Structure</name>
        <artwork name="" type="" align="left" alt=""><![CDATA[
       +----------------+
       | SACM Component |
       |   (Producer)   |
       +-------+--------+
               |
               |
+--------------v----------------+
|      Integration Service      |
+--------------+----------------+
               |
               |
       +-------v--------+
       | SACM Component |
       |   (Consumer)   |
       +----------------+
]]></artwork>
      </figure>
      <section anchor="producer" numbered="true" toc="default">
        <name>Producer</name>
        <t>A Producer can be described as an abstraction that refers to an entity capable of sending SACM-relevant information to one or many Consumers.  In general, information (a "payload") is produced to a particular topic, subscribed to by one or more Consumers.  Producers need not be concerned about any specifics of the payload it is providing to a given topic.  A Producer may, for example, publish posture collection instructions to collector topics.</t>
      </section>
      <section anchor="consumer" numbered="true" toc="default">
        <name>Consumer</name>
        <t>A Consumer can be described as an abstraction that refers to an entity capable of receiving SACM-relevant information from one or many Producers.  A Consumer acts as a subscriber to a given topic (or set of topics), enabling it to receive event notifications when a Producer provides a payload to that topic or topics.  Consumers receive payloads and act upon them according to their capabilities.  A Consumer may, for example, subscribe to a posture collection topic to receive and act upon, collection instructions.</t>
      </section>
      <section anchor="integration-service" numbered="true" toc="default">
        <name>Integration Service</name>
        <t>The Integration Service acts as the broker between Producers and Consumers; acting as the destination for Producers to publish payloads, and as the source for Consumers subscribing to those payloads.</t>
        <t>SACM Components are intended to interact with other SACM Components. These interactions can be thought of, at the architectural level, as the combination of interfaces with their supported operations.  Each interaction will convey a classified payload of information. This classification of payload information allows Consumers to subscribe to only the classifications to which they are capable of handling.  The payload information should contain subdomain-specific characteristics and/or instructions.</t>
      </section>
      <section anchor="payloadmessage" numbered="true" toc="default">
        <name>Payload/Message</name>
        <t>The payload (sometimes referred to as a "message" or "message payload") is the unit of data involved in any given interaction between two SACM components.  The payload MAY be used to convey the semantic meaning of the operation to be performed.  Protocols such as <xref target="RFC6120" format="default"/> achieves this meaning through XML namespace identification within a <tt>&lt;message/&gt;</tt> or <tt>&lt;iq/&gt;</tt> stanza.  Topic-centric protocols such as <xref target="MQTT" format="default"/> convey the meaning of payloads through topic naming techniques.  Both methods require connected components to verify message payloads according to their respective capabilities.</t>
        <t>With respect to the Integration Service, the payload is simply an array of bytes, so the data contained within it is not required to convey a specific format or meaning to the Integration Service.  The serialization of the payload combined with the payload categorization provides meaning within the SACM context.</t>
      </section>
      <section anchor="payload-categorization" numbered="true" toc="default">
        <name>Payload Categorization</name>
        <t>Within the SACM ecosystem, categorization of payloads and their transport provide the context through which various capabilities are achieved.  Two types of payload categorization can be described.</t>
        <section anchor="topic-centric" numbered="true" toc="default">
          <name>Topic-centric</name>
          <t>Topic-centric payload categorization allows for a broad spectrum of payloads by characterizing those payloads through the Integration Service topic.  In this categorization, the topic name becomes a label attached to the payload to which the Integration Service matches against known subscriptions.  The topic becomes the operational context for the payload.  Topic-centric categorization allows for any payload to be sent to any topic, but requires that SACM consumers parse the payloads to determine whether or not they have the capability to act on those payloads.</t>
          <t>When interacting using a topic-centric payload categorization, topic naming conventions SHOULD provide an adequate amount of information to be deterministic regarding the purpose of the interaction.  For example, a topic named <tt>/notification/collection/oval</tt> would indicate that (a) the topic is a broadcast/notification (publish/subscribe) topic, (b) subscribers to this topic are performing a "collection" action, and (c) the payloads published to the topic are represented using the OVAL serialization format.</t>
        </section>
        <section anchor="payload-centric" numbered="true" toc="default">
          <name>Payload-centric</name>
          <t>Payload-centric categorization encapsulates the intent of an interaction within the message payload itself, using an identifying token, tag, or namespace identifier.  This method allows for the limitation of message types, and therefore increases the extensibility of message payloads.</t>
          <t>Payload-centric categorization allows for modularization and specification of extensions, and for plugin-based support of capabilities based the categorization.  XMPP is an example of utilization of payload-centric categorization, allowing only three distinct "stanzas" (<tt>&lt;message/&gt;</tt>, <tt>&lt;presence/&gt;</tt>, and <tt>&lt;iq/&gt;</tt>), using payloads defined by the various extension protocols maintained by the XMPP standards foundation.</t>
        </section>
      </section>
      <section anchor="capabilities" numbered="true" toc="default">
        <name>Capabilities</name>
        <t>SACM components interact with each other based on their capacity to perform specific actions.  In advertising its capabilities, a SACM component indicates its competence to understand message payloads, perform any payload translation or normalization, and act upon that message.  For example, an Orchestration component receives a message to initiate posture attribute collection.  The Orchestrator may then normalize those instructions to a particular collection system's serialization.  The normalized instructions are then published to the Integration Service, notifying the appropriate subscribers.</t>
        <t>Capabilities are described using Uniform Resource Names (URNs), which will be maintained and enhanced via IANA tables (IANA Considerations). Using topic-centric categorization of message payloads, capability URNs SHOULD be associated with Integration Service topics to which publishers, subscribers, and service handlers, will interact.  Topic naming conventions are considered implementation details and are not considered for standardization.  Given a payload-centric categorization of message payloads, capability URNs SHOULD be used as the identifying token, tag, or namespace in order to distinguish specific payloads.</t>
      </section>
      <section anchor="interaction-categories" numbered="true" toc="default">
        <name>Interaction Categories</name>
        <t>Two categories of interactions SHOULD be supported by the Integration Service: broadcast and directed.  Broadcast interactions are asynchronous by default, and directed interactions may be invoked either synchronously or asynchronously.</t>
        <section anchor="broadcast" numbered="true" toc="default">
          <name>Broadcast</name>
          <t>A broadcast interaction, commonly referred to as publish/subscribe, allows for a wider distribution of a message payload.  When a payload is published to the Integration Service, all subscribers to that payload are alerted and may consume the message payload.  This category of interaction can also be described as a "unicast" interaction when only a single subscriber exists.  An example of a broadcast interaction could be to publish Linux OVAL objects to a posture collection topic.  Subscribing consumers receive the notification, and proceed to collect endpoint configuration posture based on the supplied message payload.</t>
        </section>
        <section anchor="directed" numbered="true" toc="default">
          <name>Directed</name>
          <t>The intent of a directed interaction is to enable point-to-point communications between a producer and consumer, through the standard interfaces provided by the Integration Service.  The provider component indicates which consumer is intended to receive the payload, and the Integration Service routes the payload directly to that consumer.  Two "styles" of directed interaction exist, differing only by the response from the consumer.</t>
          <section anchor="synchronous" numbered="true" toc="default">
            <name>Synchronous</name>
            <t>Synchronous, request/response style interaction requires that the requesting component block and wait for the receiving component to respond, or to time out when that response is delayed past a given time threshold.  A synchronous interaction example may be querying a CMDB for posture attribute information in order to perform an evaluation.</t>
          </section>
          <section anchor="asynchronous" numbered="true" toc="default">
            <name>Asynchronous</name>
            <t>An asynchronous interaction involves the payload producer directing the message to a consumer, but not blocking or waiting for an immediate response.  This style of interaction allows the producer to continue on to other activities without the need to wait for responses.  This style is particularly useful when the interaction payload invokes a potentially long-running task, such as data collection, report generation, or policy evaluation.  The receiving component may reply later via callbacks or further interactions, but it is not mandatory.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="sacm-role-based-architecture" numbered="true" toc="default">
      <name>SACM Role-based Architecture</name>
      <t>Within the cooperative SACM ecosystem, a number of roles act in coordination to provide relevant policy/guidance, perform data collection, storage, evaluation, and support downstream analytics and reporting.</t>
      <figure anchor="fig-notional">
        <name>Notional Role-based Architecture</name>
        <artwork name="" type="" align="left" alt=""><![CDATA[
 +-------------------------------------------+
 |                 Manager                   |
 +-------------------^-----------------------+
                     |
 +-----------------+ |  +--------------------+
 | Orchestrator(s) | |  |  Repository(-ies)  |
 +---------^-------+ |  +----------^---------+
           |         |             |                +--------------------+
           |         |             |                |  Downstream Uses   |
           |         |             |                | +----------------+ |
 +---------v---------v-------------v---------+      | |   Analytics    | |
 |             Integration Service           <------> +----------------+ |
 +-----------^--------------------------^----+      | +----------------+ |
             |                          |           | |   Reporting    | |
             |                          |           | +----------------+ |
 +-----------v-------------------+      |           +--------------------+
 |  Collection Sub-Architecture  |      |
 +-------------------------------+      |
                        +---------------v---------------+
                        |  Evaluation Sub-Architecture  |
                        +-------------------------------+
]]></artwork>
      </figure>
      <t>As shown in <xref target="fig-notional" format="default"/>, the SACM role-based architecture consists of some basic SACM Components communicating using an integration service. The integration service is expected to maximally align with the requirements described in <xref target="RFC8248" format="default"/>, which means that the integration service will support brokered (i.e. point-to-point) and proxied data exchange.</t>
      <section anchor="architectural-rolescomponents" numbered="true" toc="default">
        <name>Architectural Roles/Components</name>
        <t>This document suggests a variety of players in a cooperative ecosystem; known as SACM Components. SACM Components may be composed of other SACM Components, and each SACM Component plays one, or more, of several roles relevant to the ecosystem. Roles may act as providers of information, consumers of information, or both provider and consumer.  <xref target="fig-notional" format="default"/> depicts a number of SACM components which are architecturally significant and therefore warrant discussion and clarification. Each role depicted in <xref target="fig-notional" format="default"/> represents the interface to the component(s) fulfilling that role, not necessarily any specific implementation.  For example, the "Repository" figure represents the interface to persistent storage, and not any particular persistent storage mechanism.</t>
        <section anchor="manager" numbered="true" toc="default">
          <name>Manager</name>
          <t>The Manager acts as the control plane for the SACM ecosystem; a sort of high level component capable of coordinating the actions, notifications, and events between components.  The manager controls the administrative interfaces with the various components of the ecosystem, acting as the central point to which all other components will register and advertise their capabilities.  It is the responsibility of the manager to control a component's access to the ecosystem, maintain an inventory of components attached to the ecosystem, and to initiate the various workflows involved in the collection and/or evaluation of posture attributes.</t>
          <t>The manager should maintain the master set of capabilities that can be supported within the ecosystem.  These are the various collection, evaluation, and persistence capabilities with which components may register.  The manager MAY be responsible for assigning topics for each of the capabilities that are supported, as registering components subsequently subscribe to, or configure service handlers for, those topics.</t>
          <t>The manager may act as the user interface to the ecosystem, providing user dashboards, inventories, component management, or operational controls within the boundary of responsibility.</t>
        </section>
        <section anchor="orchestrators" numbered="true" toc="default">
          <name>Orchestrator(s)</name>
          <t>Orchestration components provide the manager with resources for delegating work across the SACM ecosystem.  Orchestrators are responsible for receiving messages from the manager, e.g. posture attribute collection instructions, and routing those messages to the appropriate "actions".  For example, an orchestrator may support the capability of translating posture collection instructions using the Open Vulnerability and Assessment Language (OVAL) and providing those instructions to OVAL collectors.  An orchestrator may support the capability of initiating policy evaluation.  Where the Manager is configured to ask a particular set of questions, those questions are delegated to Orchestrators, who are then capable of asking those questions using specific dialects.</t>
        </section>
        <section anchor="repositories" numbered="true" toc="default">
          <name>Repositories</name>
          <t><xref target="fig-notional" format="default"/> only includes a single reference to "Repository(-ies)", but in practice, a number of separate data repositories may exist, including posture attribute repositories, policy repositories, local vulnerability definition data repositories, and state assessment results repositories. The diagrammed notion of a repository within the SACM context represents an interface in which payloads are provided (based on the capabilities of the producer), normalized, and persisted.</t>
          <t>These data repositories may exist separately or together in a single representation, and the design of these repositories may be as distinct as their intended purpose, such as the use of relational database management systems (RDBMS), filesystem-based storage, or graph/map implementations.  Each implementation of a SACM repository should focus on the relationships between data elements and implement the SACM information and data model(s).</t>
        </section>
        <section anchor="integration-service-1" numbered="true" toc="default">
          <name>Integration Service</name>
          <t>If each SACM component represents a set of capabilities, then the Integration Service represents the "fabric" by which SACM components are woven together.  The Integration Service acts as a message broker, combining a set of common message categories and infrastructure to allow SACM components to communicate using a shared set of interfaces.  The Integration Service's brokering capabilities enable the exchange of various information payloads, orchestration of component capabilities, message routing and reliable delivery.  The Integration Service minimizes the dependencies from one system to another through the loose coupling of applications through messaging.  SACM components will "attach" to the Integration Service either through native support for the integration implementation, or through the use of "adapters" which provide a proxied attachment.</t>
          <t>The Integration Service should provide mechanisms for both synchronous and asynchronous request/response-style messaging, and a publish/subscribe mechanism to implement an event-based architecture.  It is the responsibility of the Integration Service to coordinate and manage the sending and receiving of messages.  The Integration Service should allow components to directly connect and produce or consume messages, or connect via message translators which can act as a proxy, transforming messages from a component format to one implementing a SACM data model.</t>
          <t>The Integration Service MUST provide routing capabilities for payloads between producers and consumers.  The Integration Service MAY provide further capabilities within the payload delivery pipeline.  Examples of these capabilities include, but are not limited to, intermediate processing, message transformation, type conversion, validation, or other enterprise integration patterns.</t>
        </section>
      </section>
      <section anchor="downstream-uses" numbered="true" toc="default">
        <name>Downstream Uses</name>
        <t>As depicted by <xref target="fig-notional" format="default"/>, a number of downstream uses exist in the cooperative ecosystem.  Each notional SACM component represents distinct sub-architectures which will exchange information via the integration services, using interactions described in this draft.</t>
        <section anchor="reporting" numbered="true" toc="default">
          <name>Reporting</name>
          <t>The Reporting component represents capabilities outside of the SACM architecture scope dealing with the query and retrieval of collected posture attribute information, evaluation results, etc. in various display formats that are useful to a wide range of stakeholders.</t>
        </section>
        <section anchor="analytics" numbered="true" toc="default">
          <name>Analytics</name>
          <t>The Analytics component represents capabilities outside of the SACM architecture scope dealing with the discovery, interpretation, and communication of any meaningful patterns of data in order to inform effective decision making within the organization.</t>
        </section>
      </section>
      <section anchor="sub-architectures" numbered="true" toc="default">
        <name>Sub-Architectures</name>
        <t><xref target="fig-notional" format="default"/> shows two components representing sub-architectural roles involved in a cooperative ecosystem of SACM components for the purpose of posture assessment: Collection and Evaluation.</t>
        <section anchor="collection-sub-architecture" numbered="true" toc="default">
          <name>Collection Sub-Architecture</name>
          <t>The Collection sub-architecture is, in a SACM context, the mechanism by which posture attributes are collected from applicable endpoints and persisted to a repository, such as a configuration management database (CMDB).  Control plane functions initiated by the Manager will coordinate the necessary orchestration components, who will choreograph endpoint data collection via defined interactions, using the Integration Service as a message broker.  Instructions to perform endpoint data collection are directed to a Posture Collection Service capable of performing collection activities utilizing any number of protocols, such as SNMP, NETCONF/RESTCONF, SCAP, SSH, WinRM, packet capture, or host-based.  Instructions are orchestrated with the appropriate Posture Collection Services using serializations supported according to the collector's capabilities.</t>
          <figure anchor="fig-collection">
            <name>Decomposed Collection Sub-Architecture</name>
            <artwork name="" type="" align="left" alt=""><![CDATA[
  +----------------------------------------------------------+
  |                       Manager                            |
  +-----------+----------------------------------------------+
              |
          Orchestrate
          Collection
              |
  +-----------v-------------+ +------------------------------+
  |      Orchestrator(s)    | | Posture Attribute Repository |
  +-----------+-------------+ +--------------^---------------+
              |                              |
           Perform                           |
          Collection                  Collected Data
              |                              ^
              |                              |
  +-----------v------------------------------+---------------+
  |                    Integration Service                   |
  +----+------------------^------------------------------^---+
       |                  |           |                  |
       v                  +           v                  |
    Perform           Collected    Perform           Collected
   Collection           Data      Collection           Data
       |                  ^           |                  ^
       |                  |           |                  |
  +----v-----------------------+ +------------------------------+
  | Posture Collection Service | |    |     Endpoint     |      |
  +---^------------------------+ | +--v------------------+----+ |
      |                   |      | |Posture Collection Service| |
      |                   |      | +--------------------------+ |
    Events             Queries   +------------------------------+
      ^                   |          (PCS resides on Endpoint)
      |                   |
  +---+-------------------v----+
  |          Endpoint          |
  +----------------------------+
(PCS does not reside on Endpoint)

]]></artwork>
          </figure>
          <section anchor="posture-collection-service" numbered="true" toc="default">
            <name>Posture Collection Service</name>
            <t>The Posture Collection Service (PCS) is a SACM component responsible for the collection of posture attributes from an endpoint or set of endpoints.  A single PCS MAY be responsible for management of posture attribute collection from many endpoints.  The PCS will interact with the Integration Service to receive collection instructions, and to provide collected posture attributes for persistence to one or more Posture Attribute Repositories.  Collection instructions may be supplied in a variety of forms, including subscription to a publish/subscribe topic to which the Integration Service has published instructions, or via request/response-style messaging (either synchronous or asynchronous).</t>
            <t>Four classifications of posture collections MAY be supported.</t>
            <section anchor="ad-hoc" numbered="true" toc="default">
              <name>Ad-Hoc</name>
              <t>Ad-Hoc collection is defined as a single colletion of posture attributes, collected at a particular time.  An example of ad-hoc collection is the single collection of a specific registry key.</t>
            </section>
            <section anchor="continuousscheduled" numbered="true" toc="default">
              <name>Continuous/Scheduled</name>
              <t>Continuous/Scheduled collection is defined as the ongoing, periodic collection of posture attributes.  An example of scheduled collection is the collection of a specific registry key value every day at a given time.</t>
            </section>
            <section anchor="observational" numbered="true" toc="default">
              <name>Observational</name>
              <t>This classification of collection is triggered by the observation, external to an endpoint, of information asserting posture attribute values for that endpoint.  An example of observational collection is examination of netflow data for particular packet captures and/or specific information within those captures.</t>
            </section>
            <section anchor="event-based" numbered="true" toc="default">
              <name>Event-based</name>
              <t>Event-based collection may be triggered either internally or externally to the endpoint.  Internal event-based collection is triggered when a posture attribute of interest is added, removed, or modified on an endpoint.  This modification indicates a change in the current state of the endpoint, potentially affecting its adherence to some defined policy.  Modification of the endpoint's minimum password length is an example of an attribute change which could trigger collection.</t>
              <t>External event-based collection can be described as a collector being subscribed to an external source of information, receiving events from that external source on a periodic or continuous basis.  An example of event-based collection is subscription to YANG Push notifications.</t>
            </section>
          </section>
          <section anchor="endpoint" numbered="true" toc="default">
            <name>Endpoint</name>
            <t>Building upon <xref target="I-D.ietf-sacm-terminology" format="default"/>, the SACM Collection Sub-Architecture augments the definition of an Endpoint as a component within an organization's management domain from which a Posture Collection Service will collect relevant posture attributes.</t>
          </section>
          <section anchor="posture-attribute-repository" numbered="true" toc="default">
            <name>Posture Attribute Repository</name>
            <t>The Posture Attribute Repository is a SACM component responsible for the persistent storage of posture attributes collected via interactions between the Posture Collection Service and Endpoints.</t>
          </section>
          <section anchor="posture-collection-workflow" numbered="true" toc="default">
            <name>Posture Collection Workflow</name>
            <t>Posture collection may be triggered from a number of components, but commonly begin either via event-based triggering on an endpoint or through manual orchestration, both illustrated in <xref target="fig-collection" format="default"/> above.  Once orchestration has provided the directive to perform collection, posture collection services consume the directives.  Posture collection is invoked for those endpoints overseen by the respective posture collection services.  Collected data is then provided to the Integration Service, with a directive to store that information in an appropriate repository.</t>
          </section>
        </section>
        <section anchor="evaluation-sub-architecture" numbered="true" toc="default">
          <name>Evaluation Sub-Architecture</name>
          <t>The Evaluation Sub-Architecture, in the SACM context, is the mechanism by which policy, expressed in the form of expected state, is compared with collected posture attributes to yield an evaluation result, that result being contextually dependent on the policy being evaluated.</t>
          <figure anchor="fig-evaluation">
            <name>Decomposed Evaluation Sub-Architecture</name>
            <artwork name="" type="" align="left" alt=""><![CDATA[
+------------------+
|     Manager      |
+-------+----------+
        |
   Orchestrate        +------------------+
    Evaluation        |    Collection    |    +-------------------------------+
        |             | Sub+Architecture |    | Evaluation Results Repository |
 +------v----------+  +--------^---------+    +-----------------^-------------+
 | Orchestrator(s) |           |                                |
 +------+----------+     (Potentially)                          |
        |                   Perform                 Store Evaluation Results
     Perform               Collection                           |
    Evaluation                 |                                |
        |                      |                                |
 +------v----------------------v--------------------------------+-------------+
 |                             Integration Service                            |
 +--------^----------------------^-----------------------^--------------------+
          |                      |                       |
          |                      |                       |
          |               Retrieve Posture            Perform
   Retrieve Policy           Attributes              Evaluation
          |                      |                       |
          |                      |                       |
   +------v-----+          +-----v------+       +--------v-------------------+
   |   Policy   |          |  Posture   |       | Posture Evaluation Service |
   | Repository |          | Attribute  |       +----------------------------+
   +------------+          | Repository |
                           +------------+

]]></artwork>
          </figure>
          <section anchor="posture-evaluation-service" numbered="true" toc="default">
            <name>Posture Evaluation Service</name>
            <t>The Posture Evaluation Service (PES) represents the SACM component responsible for coordinating the policy to be evaluated and the collected posture attributes relevant to that policy, as well as the comparison engine responsible for correctly determining compliance with the expected state.</t>
          </section>
          <section anchor="policy-repository" numbered="true" toc="default">
            <name>Policy Repository</name>
            <t>The Policy Repository represents a persistent storage mechanism for the policy to be assessed against collected posture attributes to determine if an endpoint meets the desired expected state.  Examples of information contained in a Policy Repository would be Vulnerability Definition Data or configuration recommendations as part of a CIS Benchmark or DISA STIG.</t>
          </section>
          <section anchor="evaluation-results-repository" numbered="true" toc="default">
            <name>Evaluation Results Repository</name>
            <t>The Evaluation Results Repository persists the information representing the results of a particular posture assessment, indicating those posture attributes collected from various endpoints which either meet or do not meet the expected state defined by the assessed policy.  Consideration should be made for the context of individual results.  For example, meeting the expected state for a configuration attribute indicates a correct configuration of the endpoint, whereas meeting an expected state for a vulnerable software version indicates an incorrect configuration.</t>
          </section>
          <section anchor="posture-evaluation-workflow" numbered="true" toc="default">
            <name>Posture Evaluation Workflow</name>
            <t>Posture evaluation is orchestrated through the Integration Service to the appropriate Posture Evaluation Service (PES).  The PES will, using interactions defined by the applicable taxonomy, query both the Posture Attribute Repository and the Policy Repository to obtain relevant state data for comparison.  If necessary, the PES may be required to invoke further posture collection.  Once all relevant posture information has been collected, it is compared to expected state based on applicable policy.  Comparison results are then persisted to an evaluation results repository for further downstream use and analysis.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="ecosystem-interactions" numbered="true" toc="default">
      <name>Ecosystem Interactions</name>
      <t>Ecosystem interactions describe the various functions between SACM components, including manager requirements, the onboarding of components, capability advertisement, administrative actions, and status updates, among others. The Manager component acts as the administrative "lead" for the SACM ecosystem, and must maintain records of registered components, manage capabilities, and more.</t>
      <section anchor="manager-1" numbered="true" toc="default">
        <name>Manager</name>
        <t>The Manager, being a specialized role in the architecture, enables the onboarding and capability management of the various SACM component roles.  The Manager must support the set of capabilities needed to operate the SACM ecosystem.</t>
        <t>With this in mind, the Manager must first authenticate to the Integration Service.  Once authentication has succeeded, the Manager MUST establish a service handler capable of performing SACM component registration/onboarding activities (Component Registration Operation).  The Manager MUST also establish a subscription to an ecosystem-wide status notification mechanism,  in order to receive published status updates from other SACM components.</t>
        <t>The following requirements exist for the Manager to establish service handlers supporting the component registration taxonomy (Component Registration Operation):</t>
        <ul spacing="normal">
          <li>The Manager MUST enable the capability to receive onboarding requests,</li>
          <li>The Manager MUST have the capability to generate, manage, and persist unique identifiers for all registered components,</li>
          <li>The Manager MUST maintain the relationships between capabilities and payload categorizations (such as topic names or specific payload identifiers),</li>
          <li>The Manager MUST have the capability to inventory and manage its "roster" (the list of registered components),</li>
          <li>The Manager MUST have the capability to manage its roster's advertised capabilities, including those endpoints to which those capabilities apply.</li>
          <li>In addition to supporting component registration, the Manager is responsible for many of the operational functions of the architecture, including initiating collection or evaluation, queries for repository data, or the assembly of information for downstream use.</li>
          <li>The Manager MUST support making directed requests to registered components over the component's administrative interface.  Administrative interface functions are described by their taxonomy, below.</li>
          <li>The Manager MUST support each of the interaction categories as described above.</li>
        </ul>
      </section>
      <section anchor="component-registration" numbered="true" toc="default">
        <name>Component Registration</name>
        <t>Component registration describes how an individual component becomes part of the SACM ecosystem; authenticating to the Integration Service, registering and establishing its administrative interface with, the Manager.</t>
        <t>The component onboarding workflow involves multiple steps:</t>
        <ul spacing="normal">
          <li>The component first authenticates to the Integration Service.</li>
          <li>The component initiates registration with the Manager, per the component registration operation (Component Registration Operation).</li>
          <li>The component handles the response from the Manager to configure a service handler allowing the component to receive directed messages over the  administrative interface with the Manager.</li>
        </ul>
      </section>
      <section anchor="administrative-interface" numbered="true" toc="default">
        <name>Administrative Interface</name>
        <t>The administrative interface represents a direct communication channel between the Manager and any registered Component.  This interface allows the Manager to make directed requests to a component in order to perform specific actions.</t>
        <section anchor="capability-advertisement-handshake" numbered="true" toc="default">
          <name>Capability Advertisement Handshake</name>
          <t>Capability Advertisement is the mechanism by which components initially indicate their capabilities to the Manager. This handshake is completed using the administrative interface with the Manager.  It becomes the Manager's responsibility to persist component/capability relationships, and to provide the component the information necessary to receive and process message payloads specific to the supported capabilities.</t>
        </section>
        <section anchor="health-check" numbered="true" toc="default">
          <name>Health Check</name>
          <t>The administrative "health check" is a mechanism by which the Manager queries for the "liveness" of its roster of components, and to possibly alert users or other systems when components are no longer present.  The Manager MAY enable a periodic message to each component to determine if that component is still listening to the Administrative Interface. The Health Check interaction MAY include a request for "Capability Refresh", to reinitiate the Capability Advertisement Handshake. This interaction is similar to the "Heartbeat" interaction, but is initiated by the Manager.</t>
        </section>
        <section anchor="heartbeat" numbered="true" toc="default">
          <name>Heartbeat</name>
          <t>The administrative "heartbeat" is a mechanism by which a Component indicates to the Manager that the Component remains connected to the ecosystem. The Heartbeat differs from the Health Check interaction in that the Component initiates the interaction, and that no response from the Manager is required.</t>
        </section>
        <section anchor="capability-specific-requests" numbered="true" toc="default">
          <name>Capability-specific Requests</name>
          <t>Any number of capability-specific requests can be enabled through the administrative interface that allow the Manager to direct actions to be performed by a specific component.  Utilizing the interface from a component to the Manager, this interface can be used to indicate a component has come back online, or to provide an updated capability advertisement, potentially resulting in updates to subscriptions or service handlers.</t>
        </section>
      </section>
      <section anchor="status-notifications" numbered="true" toc="default">
        <name>Status Notifications</name>
        <t>A generic status notifications mechanism SHOULD be configured to which (a) the Manager is subscribed, and (b) all onboarded components can publish.  Status notifications may be used by the Manager to update user interfaces, to provide notification of the start, finish, success or failure of ecosystem operations, or as events to trigger subsequent activities.</t>
      </section>
      <section anchor="component-interactions" numbered="true" toc="default">
        <name>Component Interactions</name>
        <t>Component interactions describe functionality between components relating to collection, evaluation, or other downstream processes.  The following component interactions begin with the Manager providing a set of instructions to an Orchestrator or set of Orchestrators that have registered with the SACM ecosystem indicating the appropriate capabilities, such as collection or evaluation.  Subscribing Orchestrator(s) MAY translate, manipulate, filter, augment, or otherwise transform the Manager's instructions into content supported through the Orchestrator's capabilities.</t>
        <section anchor="initiate-ad-hoc-collection" numbered="true" toc="default">
          <name>Initiate Ad-Hoc Collection</name>
          <t>The Orchestrator supplies a payload of collection instructions to a Posture Collection Service either through direct or broadcast mechanisms.  The receiving PCS components perform the required collection based on their capabilities.  Each PCS then forms a payload of collected posture attributes (including endpoint identifying information) and provides that payload to the Posture Attribute Repository interface, for persistence.</t>
        </section>
        <section anchor="coordinate-periodic-collection" numbered="true" toc="default">
          <name>Coordinate Periodic Collection</name>
          <t>Similar to ad-hoc collection, the Orchestrator supplies a payload of collection instructions similar to those of ad-hoc collection.  Additional information elements containing collection identification and periodicity are included.</t>
          <section anchor="schedule-periodic-collection" numbered="true" toc="default">
            <name>Schedule Periodic Collection</name>
            <t>To enable operations on periodic collection, the scheduling payload MUST include both a unique identifier for the set of collection instructions, as well as a periodicity expression to enable the collection schedule.  An optional "immediate collection" flag will indicate to the collection component that, upon receipt of the collection instructions, a collection will automatically be initiated prior to engagement of the scheduled collection.</t>
          </section>
          <section anchor="cancel-periodic-collection" numbered="true" toc="default">
            <name>Cancel Periodic Collection</name>
            <t>The Orchestrator disables the periodic collection of posture attributes by supplying collector(s) the unique identifier of previously scheduled collection instructions.  An optional "final collection" flag will indicate to the collection component that, upon receipt of the cancellation instructions, a final ad-hoc collection is to take place.</t>
          </section>
        </section>
        <section anchor="coordinate-observationalevent-based-collection" numbered="true" toc="default">
          <name>Coordinate Observational/Event-based Collection</name>
          <t>In these scenarios, the Posture Collection Service acts as the "observer".  Interactions with the observer could specify a time period of observation and potentially information intended to filter observed posture attributes to aid the PCS in determining those attributes that are applicable for collection and persistence to the Posture Attribute Repository.</t>
          <section anchor="initiate-observationalevent-based-collection" numbered="true" toc="default">
            <name>Initiate Observational/Event-based Collection</name>
            <t>The Orchestrator supplies a payload of instructions to a topic or set of topics to which Posture Collection Services (observers) are subscribed.  This payload could include specific instructions based on the observer's capabilities to determine specific posture attributes to observe and collect.</t>
          </section>
          <section anchor="cancel-observationalevent-based-collection" numbered="true" toc="default">
            <name>Cancel Observational/Event-based Collection</name>
            <t>The Orchestrator supplies a payload of instructions to a topic or set of topics to which Posture Collection Services are subscribed.  The receiving PCS components cancel the identified observational/event-based collection executing on those PCS components.</t>
          </section>
        </section>
        <section anchor="persist-collected-posture-attributes" numbered="true" toc="default">
          <name>Persist Collected Posture Attributes</name>
          <t>Following successful collection, Posture Collection Services (PCS) will supply the payload of collected posture attributes to the interface(s) supporting the persistent storage of those attributes to the Posture Attribute Repository.  Information in this payload should include identifying information of the computing resource(s) for which attributes were collected.</t>
        </section>
        <section anchor="initiate-ad-hoc-evaluation" numbered="true" toc="default">
          <name>Initiate Ad-Hoc Evaluation</name>
          <t>The Orchestrator supplies a payload of evaluation instructions to a Posture Evaluation Services (PES) either through direct or broadcast mechanisms.  The receiving PES components perform the required evaluation based on their capabilities.  The PES generates a payload of posture evaluation results and publishes that payload to the Evaluation Results Repository interface, for persistence.</t>
        </section>
        <section anchor="coordinate-periodic-evaluation" numbered="true" toc="default">
          <name>Coordinate Periodic Evaluation</name>
          <t>Similar to ad-hoc evaluation, the Orchestrator supplies a payload of evaluation instructions similar to those of ad-hoc evaluation.  Additional information elements containing evaluation identification and periodicity are included.</t>
          <section anchor="schedule-periodic-evaluation" numbered="true" toc="default">
            <name>Schedule Periodic Evaluation</name>
            <t>To enable operations on periodic evaluation, the scheduling payload MUST include both a unique identifier for the set of evaluation instructions, as well as a periodicity expression to enable the evaluation schedule.  An optional "immediate evaluation" flag will indicate to the Posture Evaluation Service (PES) that, upon receipt of the evaluation instructions, an evaluation will automatically be initiated prior to engagement of the scheduled evaluation.</t>
          </section>
          <section anchor="cancel-periodic-evaluation" numbered="true" toc="default">
            <name>Cancel Periodic Evaluation</name>
            <t>The Orchestrator disables the periodic evaluation of posture attributes by supplying Posture Evaluation Service(s) the unique identifier of previously scheduled evaluation instructions.  An optional "final evaluation" flag will indicate to the PES that, upon receipt of the cancellation instructions, a final ad-hoc evaluation is to take place.</t>
          </section>
        </section>
        <section anchor="coordinate-change-based-evaluation" numbered="true" toc="default">
          <name>Coordinate Change-based Evaluation</name>
          <t>A more fine-grained approach to periodic evaluation may be enabled through the triggering of Posture Evaluation based on changes to posture attribute values at the time of their collection and persistence to the Posture Attribute Repository.</t>
          <section anchor="identify-attributes" numbered="true" toc="default">
            <name>Identify Attributes</name>
            <t>The Orchestrator enables change-based evaluation through a payload published to Posture Attribute Repository component(s).  This payload includes appropriate information elements describing the posture attributes on which changes in value will trigger posture evaluation.</t>
          </section>
          <section anchor="cancel-change-based-evaluation" numbered="true" toc="default">
            <name>Cancel Change-based Evaluation</name>
            <t>An Orchestrator may disable change-based evaluation through a payload published to Posture Attribute Repository component(s), including those information elements necessary to identify those posture attributes for which change-based evaluation no longer applies.</t>
          </section>
        </section>
        <section anchor="queries" numbered="true" toc="default">
          <name>Queries</name>
          <t>Queries should allow for a "freshness" time period, allowing the requesting entity to determine if/when posture attributes must be re-collected prior to performing evaluation.  This freshness time period can be "zeroed out" for the purpose of automatically triggering re-collection regardless of the most recent collection.</t>
        </section>
      </section>
    </section>
    <section anchor="operations" numbered="true" toc="default">
      <name>Operations</name>
      <t>The following sections describe a number of operations required to enable a cooperative ecosystem of posture attribute collection and evaluation functions.</t>
      <section anchor="component-registration-1" numbered="true" toc="default">
        <name>Component Registration</name>
        <t>Component registration describes how an individual component becomes part of the SACM ecosystem; registering with the Manager, and establishing the administrative interface.</t>
        <ul spacing="normal">
          <li>Interaction Type: Directed (Request/Response)</li>
          <li>Source Component: Any component wishing to join the ecosystem, such as Posture Collection Services, Repository Interfaces, Posture Evaluation Services and more.</li>
          <li>Target Component(s): Manager</li>
        </ul>
        <section anchor="request-payload" numbered="true" toc="default">
          <name>Request Payload</name>
          <t>When a component onboards with the ecosystem, it must identify itself to the Manager, using either descriptive information or an already-existing component unique identifier.</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
component-registration-request:
  {:component-identification:}

component-identification:
  component-unique-identifier (if re-establishing communication)
    #-OR-#
  component-type {:component-type:}
  component-name
  component-description (optional)

component-type:
  enumeration:
    - posture-collection-service
    - posture-evaluation-service
    - repository-interface
    - orchestrator
    - others?
]]></artwork>
          <t>When registering for the first time, the component will send identifying information including the component type and a name.  If the component is re-establishing communications, for example after a restart of the component or deployment of a new version, the component only needs to supply its previously generated (and persisted) [component-unique-identifier].</t>
        </section>
        <section anchor="request-processing" numbered="true" toc="default">
          <name>Request Processing</name>
          <t>When the Manager receives the component's request for onboarding, it will:</t>
          <ul spacing="normal">
            <li>Generate a unique identifier, <tt>[component-unique-identifier]</tt>, for the onboarding component,</li>
            <li>Persist identifying information, including the <tt>[component-unique-identifier]</tt> to its component inventory, enabling an up-to-date roster of components being managed,</li>
            <li>Establish the administrative interface to the onboarded component by enabling a service handler to listen for directed messages from the component.</li>
          </ul>
        </section>
        <section anchor="response-payload" numbered="true" toc="default">
          <name>Response Payload</name>
          <t>The Manager will respond to the component with a payload including the component's unique identifier.  At this point, the Manager is aware of the component's existence in the ecosystem, and the component can self-identify by virtue of receiving its unique identifier.</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
component-registration-response:
  component-unique-identifier: [component-unique-identifier]
]]></artwork>
        </section>
        <section anchor="response-processing" numbered="true" toc="default">
          <name>Response Processing</name>
          <t>Successful receipt of the Manager's response, including the <tt>[component-unique-identifier]</tt>, indicates the component is onboarded to the ecosystem.  Using the response payload, the component can then establish it's end of the administrative interface with the Manager.  The component must then persist it's unique identifier for use when re-establishing communication with the Manager after failure recovery or restart.</t>
        </section>
      </section>
      <section anchor="administrative-interface-1" numbered="true" toc="default">
        <name>Administrative Interface</name>
        <t>A number of functions may take place which, instead of being published to multiple subscribers, may require direct interaction between the Manager and a registered component (and vice-versa).  During component onboarding, this direct channel, known as the Administrative Interface, is established first by the Manager and subsequently complemented by the component onboarding the SACM ecosystem.  Three operations are defined for the administrative interface, but any number of application or capability-specific operations MAY be enabled using the directed messaging provided by this interface.</t>
        <section anchor="capability-advertisement-handshake-1" numbered="true" toc="default">
          <name>Capability Advertisement Handshake</name>
          <t>Capability advertisement represents the ability of any registered component to inform the Manager of that component's capacity for performing certain operations. For example, a Posture Collection Service component may advertise its capability to perform collection using a particular collection system/serialization.  This capability advertisement is important for the Manager to persist in order for the Manager to correctly classify components registered within the SACM ecosystem, and therefore provide the ability to publish messages to components in accordance with their capabilities.</t>
          <ul spacing="normal">
            <li>Interaction Type: Directed (Request/Response)</li>
            <li>Source Component: Any registered component, such as Posture Collection Services, Repository Interfaces, Posture Evaluation Services and more.</li>
            <li>Target Component(s): Manager</li>
          </ul>
          <section anchor="request-payload-1" numbered="true" toc="default">
            <name>Request Payload</name>
            <t>The component's capability advertisement request payload will include a list of "Capability URNs" (TBD IANA SECTION) that represent it's supported operational capabilities.</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
capability-advertisement:
  capabilities:
    capability-urn: [urn]
    capability-urn: [urn]
    capability-urn: [urn]
    ...
]]></artwork>
          </section>
          <section anchor="request-processing-1" numbered="true" toc="default">
            <name>Request Processing</name>
            <t>Upon receipt of the component's capability advertisement, the Manager SHOULD:</t>
            <ul spacing="normal">
              <li>Persist the component's capabilities to the Manager's inventory</li>
              <li>Coordinate, based on the supplied capabilities, the service handlers (for directed messages) and/or event listeners (for broadcast messages) to which the component should support.</li>
            </ul>
          </section>
          <section anchor="response-payload-1" numbered="true" toc="default">
            <name>Response Payload</name>
            <t>The response payload delivered to the component should include the appropriate service handling/event listening information required for the component to handle further interactions based on each advertised capability.  If a capability was not registered successfully, appropriate error messages SHOULD be supplied to inform the component of the failure(s).</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
capability-advertisement-response:
  capabilities:
    capability:
      capability-urn: [urn]
      registration-status: (success | failure)
      service-handler-or-event-listener: [info]
      messages: [messages]
    capability:
      capability-urn: [urn]
      registration-status: (success | failure)
      service-handler-or-event-listener: [info]
      messages: [messages]
]]></artwork>
          </section>
          <section anchor="response-processing-1" numbered="true" toc="default">
            <name>Response Processing</name>
            <t>Once the component has received the response to its capability advertisement, it should configure the capability-specific service handler(s) or event listener(s). Once these handlers/listeners have been configured, the component is considered fully onboarded to the SACM ecosystem.</t>
          </section>
        </section>
        <section anchor="health-check-1" numbered="true" toc="default">
          <name>Health Check</name>
          <t>As time passes, it is important that the Manager maintains knowledge of all registered component's current operational status.  The health check operation describes the efforts taken by the Manager to maintain the most up-to-date inventory of it's component roster, and to potentially trigger events to users or outside systems (e.g. a SIEM or SOAR) indicating unavailable components.</t>
          <ul spacing="normal">
            <li>Interaction Type: Directed (Request/Response)</li>
            <li>Source Component: Manager</li>
            <li>Target Component(s): Any registered component, such as Posture Collection Services, Repository Interfaces, Posture Evaluation Services and more.</li>
          </ul>
          <section anchor="request-payload-2" numbered="true" toc="default">
            <name>Request Payload</name>
            <t>The request for the health check is a simple "ping".</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
health-check-request:
  action: ping
]]></artwork>
          </section>
          <section anchor="request-processing-2" numbered="true" toc="default">
            <name>Request Processing</name>
            <t>When the target component receives the health check request, the target component need only respond that it is operational and connected to the integration service.  This is a simple "Hello component, are you listening?  Yes, I am" interaction.  The health check request from the Manager should be made with an appropriately small timeout indicator; only an operational component will be able to respond to the request, so if that component is offline and cannot respond, the Manager should not be kept waiting for an extended amount of time.</t>
          </section>
          <section anchor="response-payload-2" numbered="true" toc="default">
            <name>Response Payload</name>
            <t>When responding to the health check request, the response payload will simply indicate success:
~~~~~~
health-check-response:
  response: success
~~~~~~</t>
          </section>
          <section anchor="response-processing-2" numbered="true" toc="default">
            <name>Response Processing</name>
            <t>Upon receipt of the "health-check-response" payload, the Manager will update its inventory of currently operational components with the timestamp of the receipt.  Manager implementations may raise alerts, inform users, or take other actions when health checks are unsuccessful, at their discretion.</t>
          </section>
        </section>
        <section anchor="heartbeat-1" numbered="true" toc="default">
          <name>Heartbeat</name>
          <t>As time passes and SACM ecosystem components which have previously registered are brought offline (perhaps for maintenance or redeployment) and back online, it is important that registered components maintain administrative contact with the Manager. The heartbeat operation describes the efforts taken by a registered component to determine the status of contact with the Manager, and to take appropriate action if such contact cannot be made.</t>
          <ul spacing="normal">
            <li>Interaction Type: Directed (Request/Response)</li>
            <li>Source Component: Any registered component, such as Posture Collection Services, Repository Interfaces, Posture Evaluation Services and more.</li>
            <li>Target Component(s): Manager</li>
          </ul>
          <section anchor="request-payload-3" numbered="true" toc="default">
            <name>Request Payload</name>
            <t>The request payload simply defines the hearbeat action:</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
heartbeat-request:
  action: pulse
]]></artwork>
          </section>
          <section anchor="request-processing-3" numbered="true" toc="default">
            <name>Request Processing</name>
            <t>When the Manager receives the heartbeat request, it need only respond that it is operational and connected to the integration service.  This is a simple "Hello Manager, are you listening?  Yes, I am" interaction.  The heartbeat request from the component should be made with an appropriately small timeout indicator; only an operational Manager will be able to respond to the request, so if it is offline and cannot respond, the component should not be kept waiting for an extended amount of time.</t>
          </section>
          <section anchor="response-payload-3" numbered="true" toc="default">
            <name>Response Payload</name>
            <t>When responding to the heartbeat request, the response payload will simply indicate success:
~~~~~~
heartbeat-response:
  response: success
~~~~~~</t>
          </section>
          <section anchor="response-processing-3" numbered="true" toc="default">
            <name>Response Processing</name>
            <t>Upon receipt of the "heartbeat-response" payload, the component may reset its heartbeat timer and continue normal operations, awaiting incoming message payloads.  Component implementations may raise alerts, inform users, or take other actions when heartbeat requests are unsuccessful (potentially indicating a downed Manager), at their discretion.</t>
          </section>
        </section>
      </section>
      <section anchor="status-notification" numbered="true" toc="default">
        <name>Status Notification</name>
        <t>From time to time during the performance of any given operation, a component may need to supply status information to the Manager (or any other concerned component), for use in display to users, or to trigger other events within the SACM ecosystem.  The status notification operation is designed to allow any component to broadcast status message payloads to any subscribers with the need to know. For example, a collection component could broadcast to the Manager that it has initiated collection, subsequent collection progress updates, and finally completion or error conditions.</t>
        <ul spacing="normal">
          <li>Interaction Type: Broadcast (Publish/Subscribe)</li>
          <li>Source Component: Any registered component, such as Posture Collection Services, Repository Interfaces, Posture Evaluation Services and more.</li>
          <li>Target Component(s): Typically the Manager, but any registered component may subscribe to status notifications.</li>
        </ul>
        <section anchor="request-payload-4" numbered="true" toc="default">
          <name>Request Payload</name>
          <t>At a minimum, the payload broadcast for a status notification MUST include the status message and the publishing component's <tt>component-unique-identifier</tt>. Further identifying information, such as status codes, operation indicators, etc., MAY be provided by implementing components.</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
status-notification:
  publisher: [component-unique-identifier]
  message: [message]
  [additional information]
]]></artwork>
        </section>
        <section anchor="request-processing-4" numbered="true" toc="default">
          <name>Request Processing</name>
          <t>When subscribers are notified of the status message, respective components may act upon them in component/application-specific ways, including persisting those messages to repositories, forwarding to log aggregation tools, displaying on user interfaces, and so on. Potential for use of component status notifications is only limited by application implementations.</t>
        </section>
        <section anchor="response-payload-4" numbered="true" toc="default">
          <name>Response Payload</name>
          <t>N/A</t>
        </section>
        <section anchor="response-processing-4" numbered="true" toc="default">
          <name>Response Processing</name>
          <t>N/A</t>
        </section>
      </section>
      <section anchor="initiate-ad-hoc-collection-1" numbered="true" toc="default">
        <name>Initiate Ad-Hoc Collection</name>
        <t>The Ad-hoc collection workflow MAY be initiated by the Manager, via user interaction, or through a Posture Evaluation Service, and represents a single, point-in-time operation to collect posture attributes from applicable endpoints.  The SACM Producer initiates a message payload, either through directed channels (such as the administrative interface) or through broadcast notifications to multiple subscribers, to Orchestrator components.  Orchestrators MAY manipulate the Manager's collection instructions according to various collection capabilities, prior to providing those instructions to Posture Collection Service (PCS) components.  Once collection instructions are received by the PCS, it will collect the requested posture attributes from the designated endpoints, using its advertised collection capabilities.  The following diagram illustrates this workflow with the Manager as the initiating SACM Producer:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
 +-----------+                      +------------------------------+
 |  Manager  |                      |  Posture Collection Service  |
 +-+-----^---+                      +---^----------+----------+----+
   |     |                              |          |          |
 1.|    (S)                           4.|         (S)       5.|
   |     |                              |          |          |
   |     |                              |          |          |
 +-v-----+-----------------------------------------v----------v----+
 |                       Integration Service                       |
 +-+-----^------^----------------------------------^----------+----+
   |     |      |                                  |          |
 2.|    (S)     |3.                               (S)         |6.
   |     |      |                                  |          |
   |     |      |                                  |          |
 +-v-----+------+-+               +----------------+----------v----+
 |  Orchestrator  |               |  Posture Attribute Repository  |
 +----------------+               +--------------------------------+
]]></artwork>
        <ol spacing="normal" type="1"><li>The Manager initiates a request to one or more Orchestrators to perform collection,</li>
          <li>The Orchestrator receives collection instructions and potentially manipulates them according to one or more collection capabilities,</li>
          <li>The Orchestrator publishes a notification to subscribed Posture Collection Service components, indicating the posture attributes to be collected,</li>
          <li>The Posture Collection Service receives the collection instructions and performs the actual collection of posture attributes from an endpoint or endpoints.</li>
          <li>The Posture Collection Service publishes a notification(s) containing the collected posture attributes to be persisted to the Posture Attribute Repository,</li>
          <li>The Posture Attribute Repository persists the collected posture attributes, potentially performing normalization of the data as part of its process.</li>
        </ol>
        <t>Interactions labeled (S) indicate the capability of each component to publish status notifications, subscribed to by the Manager.</t>
        <section anchor="sacm-producer-to-orchestrator" numbered="true" toc="default">
          <name>SACM Producer to Orchestrator</name>
          <t>The Ad-hoc collection workflow MAY be initiated by a number of SACM components, such as the Manager, a Posture Evaluation Service, or other events outside the scope of this document.</t>
          <ul spacing="normal">
            <li>Interaction Type: Directed (Request/Response) or Broadcast (Publish/Subscribe)</li>
            <li>Source Component: Various</li>
            <li>Target Component(s): Orchestrator</li>
          </ul>
          <section anchor="request-payload-5" numbered="true" toc="default">
            <name>Request Payload</name>
            <t>A request to orchestrate posture attribute collection MUST include enough information to describe those attributes being collected, and MAY include endpoint targeting information.</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
collection-instructions:
  TBD
]]></artwork>
          </section>
          <section anchor="request-processing-5" numbered="true" toc="default">
            <name>Request Processing</name>
            <t>When the Orchestrator receives the collection instructions, it may be required to manipulate them according to the capabilities it's collector(s) support.  For example, generic collection instructions could be transformed to the appropriate OVAL serialization for collection via OVAL-compliant collectors.</t>
          </section>
          <section anchor="response-payload-5" numbered="true" toc="default">
            <name>Response Payload</name>
            <t>Orchestrators have the option to provide broadcast status update messages to indicate success, failure, or other error messages when receiving posture collection orchestration payloads.</t>
          </section>
          <section anchor="response-processing-5" numbered="true" toc="default">
            <name>Response Processing</name>
            <t>N/A</t>
          </section>
        </section>
        <section anchor="orchestrator-to-posture-collection-service" numbered="true" toc="default">
          <name>Orchestrator to Posture Collection Service</name>
          <t>Once the Orchestrator has received collection instructions from the initiating SACM component, and has performed any manipulation of the instructions to conform to it's capabilities, it will provide those instructions to relevant Posture Collection Services.</t>
          <ul spacing="normal">
            <li>Interaction Type: Directed (Request/Response) or Broadcast (Publish/Subscribe)</li>
            <li>Source Component: Orchestrator</li>
            <li>Target Component(s): Posture Collection Service</li>
          </ul>
          <section anchor="request-payload-6" numbered="true" toc="default">
            <name>Request Payload</name>
            <t>The payload exchanged between the Orchestrator and it's associated Posture Collection Services will be collection instructions adhering to a data model supported by the PCS based on its advertised capabilities.</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
collection-instructions:
  TBD
]]></artwork>
          </section>
          <section anchor="request-processing-6" numbered="true" toc="default">
            <name>Request Processing</name>
            <t>Upon receipt of the payload containing collection instructions, the Posture Collection Service should parse and validate them, indicating any errors in the process.  If the payload does not conform to any serialization or data model to which the PCS' capabilities correspond, status messages indicating such nonconformance SHOULD be provided to both the Orchestrator and the initiating SACM producer.</t>
            <t>Once successfully parsed and validated, the PCS MUST perform collection of posture attributes according to the collection instructions, from any endpoint to which the PCS has access, or from the list of endpoints described in any targeting information included in the collection instructions.</t>
          </section>
          <section anchor="response-payload-6" numbered="true" toc="default">
            <name>Response Payload</name>
            <t>Posture Collection Service components will respond using the generic status update mechanisms to indicate success, failure, or any errors that occur. Errors may occur parsing collection instructions, verifying them, targeting indicated endpoints, or from the act of collecting the indicated posture attributes.</t>
          </section>
          <section anchor="response-processing-6" numbered="true" toc="default">
            <name>Response Processing</name>
            <t>Any messages received by components regarding the success, failure, or errors involved in the collection of posture attributes MAY be processed according to the receiving components' capabilities.</t>
          </section>
        </section>
        <section anchor="posture-collection-service-to-posture-attribute-repository" numbered="true" toc="default">
          <name>Posture Collection Service to Posture Attribute Repository</name>
          <t>Upon completion of posture attribute collection, the PCS constructs the payload of collected attributes based on its advertised capabilities, e.g. OVAL system characteristics.  This payload is provided to either a specific posture attribute repository via directed messages or to subscribed repository interfaces via broadcast messages.</t>
          <ul spacing="normal">
            <li>Interaction Type: Directed (Request/Response) or Broadcast (Publish/Subscribe)</li>
            <li>Source Component: Posture Collection Service</li>
            <li>Target Component(s): Posture Attribute Repository</li>
          </ul>
          <section anchor="request-payload-7" numbered="true" toc="default">
            <name>Request Payload</name>
            <t>The payload supplied by the Posture Collection Service SHOULD conform to information and data models supported by its advertised capabilities. These data models, at a minimum, SHOULD include name/value pairs for each collected attribute.</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
collection-results:
  [
    attribute-name, 
    attribute-value
  ]
]]></artwork>
          </section>
          <section anchor="request-processing-7" numbered="true" toc="default">
            <name>Request Processing</name>
            <t>As the Posture Attribute Repository interface receives the payload of collected posture attributes, some data normalization MAY occur in order to persist the information most efficiently based on the persistence technology.  This normalization is dependent on the implementation of the repository interface as well as the persistence technology.  For example, OVAL system characteristics, an XML payload, could be normalized to a property graph representation when persisted to a Neo4j database.</t>
          </section>
          <section anchor="response-payload-7" numbered="true" toc="default">
            <name>Response Payload</name>
            <t>Once the Posture Attribute Repository has received, it MAY respond to the Posture Collection Service that it has successfully received the collected posture attributes. This response would only be applicable when receiving payloads via directed requests. If payloads are received via broadcast interactions, there may not be a PCS to which a response can be sent.  The Posture Attribute Repository MAY utilize the generic status update interactions to provide response messages to appropriate subscribers.</t>
          </section>
          <section anchor="response-processing-7" numbered="true" toc="default">
            <name>Response Processing</name>
            <t>Any messages received by components regarding the success, failure, or errors involved in the persistence of collected posture attributes MAY be processed according to the receiving components' capabilities.  For example, a generic status update message could be processed by a Manager component, correlated with the initial posture collection instructions in order to "close the loop" on the posture attribute collection workflow.</t>
          </section>
        </section>
      </section>
      <section anchor="initiate-ad-hoc-evaluation-1" numbered="true" toc="default">
        <name>Initiate Ad-Hoc Evaluation</name>
        <t>### Manager to Orchestrator
### Orchestrator to Evaluator
### Evaluator to Posture Evaluation Repository</t>
      </section>
    </section>
    <section anchor="privacy-considerations" numbered="true" toc="default">
      <name>Privacy Considerations</name>
      <t>[TBD]</t>
    </section>
    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>[TBD]</t>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>[TBD] Some boilerplate code...</t>
      <section anchor="component-types" numbered="true" toc="default">
        <name>Component Types</name>
        <t>URI: <tt>urn:ietf:sacm:component-type</tt>
Description: The allowed enumeration of the various component types permitted to utilize the SACM ecosystem.</t>
        <ul spacing="normal">
          <li>Manager</li>
          <li>Orchestrator</li>
          <li>Collector</li>
          <li>Evaluator</li>
          <li>Repository Interface</li>
          <li>[MORE]</li>
        </ul>
      </section>
      <section anchor="component-capabilities" numbered="true" toc="default">
        <name>Component Capabilities</name>
        <t>### Health Check
A URN representing a component's capability to initiate Health Check operations and to process any provided response payloads.</t>
        <t>URN: <tt>urn:ietf:sacm:capability:action:health-check</tt></t>
        <section anchor="heartbeat-2" numbered="true" toc="default">
          <name>Heartbeat</name>
          <t>A URN representing a component's capability to initiate Heartbeat operations and to process any provided response payloads.</t>
          <t>URN: <tt>urn:ietf:sacm:capability:action:heartbeat</tt></t>
        </section>
        <section anchor="status-notification-publish" numbered="true" toc="default">
          <name>Status Notification (Publish)</name>
          <t>A URN representing a component's capability to publish status notifications.</t>
          <t>URN: <tt>urn:ietf:sacm:capability:publish:status-notification</tt></t>
        </section>
        <section anchor="status-notification-subscribe" numbered="true" toc="default">
          <name>Status Notification (Subscribe)</name>
          <t>A URN representing a component's capability to subscribe to status notification events.</t>
          <t>URN: <tt>urn:ietf:sacm:capability:subscribe:status-notification</tt></t>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8412" target="https://www.rfc-editor.org/info/rfc8412">
          <front>
            <title>Software Inventory Message and Attributes (SWIMA) for PA-TNC</title>
            <author fullname="C. Schmidt" initials="C." surname="Schmidt">
              <organization/>
            </author>
            <author fullname="D. Haynes" initials="D." surname="Haynes">
              <organization/>
            </author>
            <author fullname="C. Coffin" initials="C." surname="Coffin">
              <organization/>
            </author>
            <author fullname="D. Waltermire" initials="D." surname="Waltermire">
              <organization/>
            </author>
            <author fullname="J. Fitzgerald-McKay" initials="J." surname="Fitzgerald-McKay">
              <organization/>
            </author>
            <date month="July" year="2018"/>
            <abstract>
              <t>This document extends "PA-TNC: A Posture Attribute (PA) Protocol Compatible with Trusted Network Connect (TNC)" (RFC 5792) by providing specific attributes and message exchanges to allow endpoints to report their installed software inventory information to a NEA Server, as defined in "Network Endpoint Assessment (NEA): Overview and Requirements" (RFC 5209).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8412"/>
          <seriesInfo name="DOI" value="10.17487/RFC8412"/>
        </reference>
        <reference anchor="I-D.ietf-sacm-ecp" target="https://www.ietf.org/archive/id/draft-ietf-sacm-ecp-05.txt">
          <front>
            <title>Endpoint Posture Collection Profile</title>
            <author fullname="Danny Haynes">
              <organization>The MITRE Corporation</organization>
            </author>
            <author fullname="Jessica Fitzgerald-McKay">
              <organization>Department of Defense</organization>
            </author>
            <author fullname="Lisa Lorenzin">
              <organization>Pulse Secure</organization>
            </author>
            <date day="21" month="June" year="2019"/>
            <abstract>
              <t>   This document specifies the Endpoint Posture Collection Profile,
   which describes the best practices for the application of IETF, TNC,
   and ISO/IEC data models, protocols, and interfaces to support the on-
   going collection and communication of endpoint posture to a
   centralized server where it can be stored and made available to other
   tools.  This document is an extension of the Trusted Computing
   Group's Endpoint Compliance Profile Version 1.0 specification [ECP].

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-sacm-ecp-05"/>
        </reference>
        <reference anchor="RFC8600" target="https://www.rfc-editor.org/info/rfc8600">
          <front>
            <title>Using Extensible Messaging and Presence Protocol (XMPP) for Security Information Exchange</title>
            <author fullname="N. Cam-Winget" initials="N." role="editor" surname="Cam-Winget">
              <organization/>
            </author>
            <author fullname="S. Appala" initials="S." surname="Appala">
              <organization/>
            </author>
            <author fullname="S. Pope" initials="S." surname="Pope">
              <organization/>
            </author>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre">
              <organization/>
            </author>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document describes how to use the Extensible Messaging and Presence Protocol (XMPP) to collect and distribute security incident reports and other security-relevant information between network- connected devices, primarily for the purpose of communication among Computer Security Incident Response Teams and associated entities. To illustrate the principles involved, this document describes such a usage for the Incident Object Description Exchange Format (IODEF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8600"/>
          <seriesInfo name="DOI" value="10.17487/RFC8600"/>
        </reference>
        <reference anchor="RFC6120" target="https://www.rfc-editor.org/info/rfc6120">
          <front>
            <title>Extensible Messaging and Presence Protocol (XMPP): Core</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre">
              <organization/>
            </author>
            <date month="March" year="2011"/>
            <abstract>
              <t>The Extensible Messaging and Presence Protocol (XMPP) is an application profile of the Extensible Markup Language (XML) that enables the near-real-time exchange of structured yet extensible data between any two or more network entities.  This document defines XMPP's core protocol methods: setup and teardown of XML streams, channel encryption, authentication, error handling, and communication primitives for messaging, network availability ("presence"), and request-response interactions.  This document obsoletes RFC 3920.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6120"/>
          <seriesInfo name="DOI" value="10.17487/RFC6120"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.ietf-sacm-terminology" target="https://www.ietf.org/archive/id/draft-ietf-sacm-terminology-16.txt">
          <front>
            <title>Security Automation and Continuous Monitoring (SACM) Terminology</title>
            <author fullname="Henk Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Jarrett Lu">
              <organization>Oracle Corporation</organization>
            </author>
            <author fullname="John Strassner">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Nancy Cam-Winget">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Adam Montville">
              <organization>Center for Internet Security</organization>
            </author>
            <date day="14" month="December" year="2018"/>
            <abstract>
              <t>   This memo documents terminology used in the documents produced by
   SACM (Security Automation and Continuous Monitoring).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-sacm-terminology-16"/>
        </reference>
        <reference anchor="RFC8322" target="https://www.rfc-editor.org/info/rfc8322">
          <front>
            <title>Resource-Oriented Lightweight Information Exchange (ROLIE)</title>
            <author fullname="J. Field" initials="J." surname="Field">
              <organization/>
            </author>
            <author fullname="S. Banghart" initials="S." surname="Banghart">
              <organization/>
            </author>
            <author fullname="D. Waltermire" initials="D." surname="Waltermire">
              <organization/>
            </author>
            <date month="February" year="2018"/>
            <abstract>
              <t>This document defines a resource-oriented approach for security automation information publication, discovery, and sharing.  Using this approach, producers may publish, share, and exchange representations of software descriptors, security incidents, attack indicators, software vulnerabilities, configuration checklists, and other security automation information as web-addressable resources. Furthermore, consumers and other stakeholders may access and search this security information as needed, establishing a rapid and on-demand information exchange network for restricted internal use or public access repositories.  This specification extends the Atom Publishing Protocol and Atom Syndication Format to transport and share security automation resource representations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8322"/>
          <seriesInfo name="DOI" value="10.17487/RFC8322"/>
        </reference>
        <reference anchor="draft-birkholz-sacm-yang-content" target="https://tools.ietf.org/html/draft-birkholz-sacm-yang-content-01">
          <front>
            <title>YANG subscribed notifications via SACM Statements</title>
            <author initials="H." surname="Birkholz" fullname="Henk Birkholz">
              <organization/>
            </author>
            <author initials="N." surname="Cam-Winget" fullname="Nancy Cam-Winget">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC7632" target="https://www.rfc-editor.org/info/rfc7632">
          <front>
            <title>Endpoint Security Posture Assessment: Enterprise Use Cases</title>
            <author fullname="D. Waltermire" initials="D." surname="Waltermire">
              <organization/>
            </author>
            <author fullname="D. Harrington" initials="D." surname="Harrington">
              <organization/>
            </author>
            <date month="September" year="2015"/>
            <abstract>
              <t>This memo documents a sampling of use cases for securely aggregating configuration and operational data and evaluating that data to determine an organization's security posture.  From these operational use cases, we can derive common functional capabilities and requirements to guide development of vendor-neutral, interoperable standards for aggregating and evaluating data relevant to security posture.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7632"/>
          <seriesInfo name="DOI" value="10.17487/RFC7632"/>
        </reference>
        <reference anchor="RFC8248" target="https://www.rfc-editor.org/info/rfc8248">
          <front>
            <title>Security Automation and Continuous Monitoring (SACM) Requirements</title>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget">
              <organization/>
            </author>
            <author fullname="L. Lorenzin" initials="L." surname="Lorenzin">
              <organization/>
            </author>
            <date month="September" year="2017"/>
            <abstract>
              <t>This document defines the scope and set of requirements for the Security Automation and Continuous Monitoring (SACM) architecture, data model, and transfer protocols.  The requirements and scope are based on the agreed-upon use cases described in RFC 7632.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8248"/>
          <seriesInfo name="DOI" value="10.17487/RFC8248"/>
        </reference>
        <reference anchor="RFC5023" target="https://www.rfc-editor.org/info/rfc5023">
          <front>
            <title>The Atom Publishing Protocol</title>
            <author fullname="J. Gregorio" initials="J." role="editor" surname="Gregorio">
              <organization/>
            </author>
            <author fullname="B. de hOra" initials="B." role="editor" surname="de hOra">
              <organization/>
            </author>
            <date month="October" year="2007"/>
            <abstract>
              <t>The Atom Publishing Protocol (AtomPub) is an application-level protocol for publishing and editing Web resources.  The protocol is based on HTTP transfer of Atom-formatted representations.  The Atom format is documented in the Atom Syndication Format.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5023"/>
          <seriesInfo name="DOI" value="10.17487/RFC5023"/>
        </reference>
        <reference anchor="RFC3444" target="https://www.rfc-editor.org/info/rfc3444">
          <front>
            <title>On the Difference between Information Models and Data Models</title>
            <author fullname="A. Pras" initials="A." surname="Pras">
              <organization/>
            </author>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder">
              <organization/>
            </author>
            <date month="January" year="2003"/>
            <abstract>
              <t>There has been ongoing confusion about the differences between Information Models and Data Models for defining managed objects in network management.  This document explains the differences between these terms by analyzing how existing network management model specifications (from the IETF and other bodies such as the International Telecommunication Union (ITU) or the Distributed Management Task Force (DMTF)) fit into the universe of Information Models and Data Models. This memo documents the main results of the 8th workshop of the Network Management Research Group (NMRG) of the Internet Research Task Force (IRTF) hosted by the University of Texas at Austin.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3444"/>
          <seriesInfo name="DOI" value="10.17487/RFC3444"/>
        </reference>
        <reference anchor="RFC4949" target="https://www.rfc-editor.org/info/rfc4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey">
              <organization/>
            </author>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="36"/>
          <seriesInfo name="RFC" value="4949"/>
          <seriesInfo name="DOI" value="10.17487/RFC4949"/>
        </reference>
        <reference anchor="RFC5209" target="https://www.rfc-editor.org/info/rfc5209">
          <front>
            <title>Network Endpoint Assessment (NEA): Overview and Requirements</title>
            <author fullname="P. Sangster" initials="P." surname="Sangster">
              <organization/>
            </author>
            <author fullname="H. Khosravi" initials="H." surname="Khosravi">
              <organization/>
            </author>
            <author fullname="M. Mani" initials="M." surname="Mani">
              <organization/>
            </author>
            <author fullname="K. Narayan" initials="K." surname="Narayan">
              <organization/>
            </author>
            <author fullname="J. Tardo" initials="J." surname="Tardo">
              <organization/>
            </author>
            <date month="June" year="2008"/>
            <abstract>
              <t>This document defines the problem statement, scope, and protocol requirements between the components of the NEA (Network Endpoint Assessment) reference model.  NEA provides owners of networks (e.g., an enterprise offering remote access) a mechanism to evaluate the posture of a system.  This may take place during the request for network access and/or subsequently at any time while connected to the network.  The learned posture information can then be applied to a variety of compliance-oriented decisions.  The posture information is frequently useful for detecting systems that are lacking or have out-of-date security protection mechanisms such as: anti-virus and host-based firewall software.  In order to provide context for the requirements, a reference model and terminology are introduced.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5209"/>
          <seriesInfo name="DOI" value="10.17487/RFC5209"/>
        </reference>
        <reference anchor="RFC6192" target="https://www.rfc-editor.org/info/rfc6192">
          <front>
            <title>Protecting the Router Control Plane</title>
            <author fullname="D. Dugal" initials="D." surname="Dugal">
              <organization/>
            </author>
            <author fullname="C. Pignataro" initials="C." surname="Pignataro">
              <organization/>
            </author>
            <author fullname="R. Dunn" initials="R." surname="Dunn">
              <organization/>
            </author>
            <date month="March" year="2011"/>
            <abstract>
              <t>This memo provides a method for protecting a router's control plane from undesired or malicious traffic.  In this approach, all legitimate router control plane traffic is identified.  Once legitimate traffic has been identified, a filter is deployed in the router's forwarding plane.  That filter prevents traffic not specifically identified as legitimate from reaching the router's control plane, or rate-limits such traffic to an acceptable level.</t>
              <t>Note that the filters described in this memo are applied only to traffic that is destined for the router, and not to all traffic that is passing through the router.  This document is not an Internet  Standards Track specification; it is published for informational  purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6192"/>
          <seriesInfo name="DOI" value="10.17487/RFC6192"/>
        </reference>
        <reference anchor="I-D.ietf-i2nsf-terminology" target="https://www.ietf.org/archive/id/draft-ietf-i2nsf-terminology-08.txt">
          <front>
            <title>Interface to Network Security Functions (I2NSF) Terminology</title>
            <author fullname="Susan Hares">
              <organization>Huawei</organization>
            </author>
            <author fullname="John Strassner">
              <organization>Huawei</organization>
            </author>
            <author fullname="Diego R. Lopez">
	 </author>
            <author fullname="Liang Xia">
              <organization>Huawei</organization>
            </author>
            <author fullname="Henk Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <date day="5" month="July" year="2019"/>
            <abstract>
              <t>   This document defines a set of terms that are used for the Interface
   to Network Security Functions (I2NSF) effort.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-i2nsf-terminology-08"/>
        </reference>
        <reference anchor="CISCONTROLS" target="https://www.cisecurity.org/controls">
          <front>
            <title>CIS Controls v7.1</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="MQTT" target="https://mqtt.org/mqtt-specification/">
          <front>
            <title>MQTT</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="NIST800126" target="https://csrc.nist.gov/publications/detail/sp/800-126/rev-3/final">
          <front>
            <title>SP 800-126 Rev. 3 - The Technical Specification for the Security Content Automation Protocol (SCAP) - SCAP Version 1.3</title>
            <author initials="D." surname="Waltermire" fullname="David Waltermire">
              <organization/>
            </author>
            <author initials="S." surname="Quinn" fullname="Stephen Quinn">
              <organization/>
            </author>
            <author initials="H." surname="Booth" fullname="Harold Booth">
              <organization/>
            </author>
            <author initials="K." surname="Scarfone" fullname="Karen Scarfone">
              <organization/>
            </author>
            <author initials="D." surname="Prisaca" fullname="Dragos Prisaca">
              <organization/>
            </author>
            <date year="2018" month="February"/>
          </front>
        </reference>
        <reference anchor="NISTIR7694" target="https://csrc.nist.gov/publications/detail/nistir/7694/final">
          <front>
            <title>NISTIR 7694 Specification for Asset Reporting Format 1.1</title>
            <author initials="A." surname="Halbardier" fullname="Adam Halbardier">
              <organization/>
            </author>
            <author initials="D." surname="Waltermire" fullname="David Waltermire">
              <organization/>
            </author>
            <author initials="M." surname="Johnson" fullname="Mark Johnson">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="XMPPEXT" target="https://xmpp.org/extensions/">
          <front>
            <title>XMPP Extensions</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="HACK99" target="https://www.github.com/sacmwg/vulnerability-scenario/ietf-hackathon">
          <front>
            <title>IETF 99 Hackathon - Vulnerability Scenario EPCP</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="HACK100" target="https://www.github.com/sacmwg/vulnerability-scenario/ietf-hackathon">
          <front>
            <title>IETF 100 Hackathon - Vulnerability Scenario EPCP+XMPP</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="HACK101" target="https://www.github.com/CISecurity/Integration">
          <front>
            <title>IETF 101 Hackathon - Configuration Assessment XMPP</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="HACK102" target="https://www.github.com/CISecurity/YANG">
          <front>
            <title>IETF 102 Hackathon - YANG Collection on Traditional Endpoints</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="HACK103" target="https://www.ietf.org/how/meetings/103/">
          <front>
            <title>IETF 103 Hackathon - N/A</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="HACK104" target="https://github.com/CISecurity/SACM-Architecture">
          <front>
            <title>IETF 104 Hackathon - A simple XMPP client</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="HACK105" target="https://github.com/CISecurity/SACM-Architecture">
          <front>
            <title>IETF 105 Hackathon - A more robust XMPP client including collection extensions</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="security-domain-workflows" numbered="true" toc="default">
      <name>Security Domain Workflows</name>
      <t>This section describes three primary information security domains from which workflows may be derived: IT Asset Management, Vulnerability Management, and Configuration Management.</t>
      <section anchor="it-asset-management" numbered="true" toc="default">
        <name>IT Asset Management</name>
        <t>Information Technology asset management is easier said than done. The <xref target="CISCONTROLS" format="default"/> have two controls dealing with IT asset management. Control 1, Inventory and Control of Hardware Assets, states, "Actively manage (inventory, track, and correct) all hardware devices on the network so that only authorized devices are given access, and unauthorized and unmanaged devices are found and prevented from gaining access." Control 2, Inventory and Control of Software Assets, states, "Actively manage (inventory, track, and correct) all software on the network so that only authorized software is installed and can execute, and that unauthorized and unmanaged software is found and prevented from installation or execution."</t>
        <t>In spirit, this covers all of the processing entities on your network (as opposed to things like network cables, dongles, adapters, etc.), whether physical or virtual, on-premises or in the cloud.</t>
        <section anchor="components-capabilities-and-workflows" numbered="true" toc="default">
          <name>Components, Capabilities and Workflow(s)</name>
          <t>TBD</t>
          <section anchor="components" numbered="true" toc="default">
            <name>Components</name>
            <t>TBD</t>
          </section>
          <section anchor="capabilities-1" numbered="true" toc="default">
            <name>Capabilities</name>
            <t>An IT asset management capability needs to be able to:</t>
            <ul spacing="normal">
              <li>Identify and catalog new assets by executing Target Endpoint Discovery Tasks</li>
              <li>Provide information about its managed assets, including uniquely identifying information (for that enterprise)</li>
              <li>Handle software and/or hardware (including virtual assets)</li>
              <li>Represent cloud hybrid environments</li>
            </ul>
          </section>
          <section anchor="workflows" numbered="true" toc="default">
            <name>Workflow(s)</name>
            <t>TBD</t>
          </section>
        </section>
      </section>
      <section anchor="vulnerability-management" numbered="true" toc="default">
        <name>Vulnerability Management</name>
        <t>Vulnerability management is a relatively established process. To paraphrase the <xref target="CISCONTROLS" format="default"/>, continuous vulnerability management is the act of continuously acquiring, assessing, and taking subsequent action on new information in order to identify and remediate vulnerabilities, therefore minimizing the window of opportunity for attackers.</t>
        <t>A vulnerability assessment (i.e. vulnerability detection) is performed in two steps:</t>
        <ul spacing="normal">
          <li>Endpoint information collected by the endpoint management capabilities is examined by the vulnerability management capabilities through Evaluation Tasks.</li>
          <li>If the data possessed by the endpoint management capabilities is insufficient, a Collection Task is triggered and the necessary data is collected from the target endpoint.</li>
        </ul>
        <t>Vulnerability detection relies on the examination of different endpoint information depending on the nature of a specific vulnerability. Common endpoint information used to detect a vulnerability includes:</t>
        <ul spacing="normal">
          <li>A specific software version is installed on the endpoint</li>
          <li>File system attributes</li>
          <li>Specific state attributes</li>
        </ul>
        <t>In some cases, the endpoint information needed to determine an endpoint's vulnerability status will have been previously collected by the endpoint management capabilities and available in a Repository. However, in other cases, the necessary endpoint information will not be readily available in a Repository and a Collection Task will be triggered to perform collection from the target endpoint. Of course, some implementations of endpoint management capabilities may prefer to enable operators to perform this collection even when sufficient information can be provided by the endpoint management capabilities (e.g. there may be freshness requirements for information).</t>
        <section anchor="components-capabilities-and-workflows-1" numbered="true" toc="default">
          <name>Components, Capabilities and Workflow(s)</name>
          <t>TBD</t>
          <section anchor="components-1" numbered="true" toc="default">
            <name>Components</name>
            <t>TBD</t>
          </section>
          <section anchor="capabilities-2" numbered="true" toc="default">
            <name>Capabilities</name>
            <t>TBD</t>
          </section>
          <section anchor="workflows-1" numbered="true" toc="default">
            <name>Workflow(s)</name>
            <t>TBD</t>
          </section>
        </section>
      </section>
      <section anchor="configuration-management" numbered="true" toc="default">
        <name>Configuration Management</name>
        <t>Configuration management involves configuration assessment, which requires state assessment. The <xref target="CISCONTROLS" format="default"/> specify two high-level controls concerning configuration management (Control 5 for non-network devices and Control 11 for network devices). As an aside, these controls are listed separately because many enterprises have different organizations for managing network infrastructure and workload endpoints. Merging the two controls results in the following paraphrasing: Establish, implement, and actively manage (track, report on, correct) the security configuration of systems using a rigorous configuration management and change control process in order to prevent attackers from exploiting vulnerable services and settings.</t>
        <t>Typically, an enterprise will use configuration guidance from a reputable source, and from time to time they may tailor the guidance from that source prior to adopting it as part of their enterprise standard. The enterprise standard is then provided to the appropriate configuration assessment tools and they assess endpoints and/or appropriate endpoint information.</t>
        <t>A preferred flow follows:</t>
        <ul spacing="normal">
          <li>Reputable source publishes new or updated configuration guidance</li>
          <li>Enterprise configuration assessment capability retrieves configuration guidance from reputable source</li>
          <li>Optional: Configuration guidance is tailored for enterprise-specific needs</li>
          <li>Configuration assessment tool queries asset inventory repository to retrieve a list of affected endpoints</li>
          <li>Configuration assessment tool queries configuration state repository to evaluate compliance</li>
          <li>If information is stale or unavailable, configuration assessment tool triggers an ad hoc assessment</li>
        </ul>
        <t>The SACM architecture needs to support varying deployment models to accommodate the current state of the industry, but should strongly encourage event-driven approaches to monitoring configuration.</t>
        <section anchor="components-capabilities-and-workflows-2" numbered="true" toc="default">
          <name>Components, Capabilities and Workflow(s)</name>
          <t>This section provides more detail about the components and capabilities required when considering the aforementioned configuration management workflow.</t>
          <section anchor="components-2" numbered="true" toc="default">
            <name>Components</name>
            <t>The following is a minimal list of SACM Components required to implement the aforementioned configuration assessment workflow.</t>
            <ul spacing="normal">
              <li>Configuration Policy Feed: An external source of authoritative configuration recommendations.</li>
              <li>Configuration Policy Repository: An internal repository of enterprise standard configurations.</li>
              <li>Configuration Assessment Orchestrator: A component responsible for orchestrating assessments.</li>
              <li>Posture Attribute Collection Subsystem: A component responsible for collection of posture attributes from systems.</li>
              <li>Posture Attribute Repository: A component used for storing system posture attribute values.</li>
              <li>Configuration Assessment Evaluator: A component responsible for evaluating system posture attribute values against expected posture attribute values.</li>
              <li>Configuration Assessment Results Repository: A component used for storing evaluation results.</li>
            </ul>
          </section>
          <section anchor="capabilities-3" numbered="true" toc="default">
            <name>Capabilities</name>
            <t>Per <xref target="RFC8248" format="default"/>, solutions MUST support capability negotiation. Components implementing specific interfaces and operations (i.e. interactions) will need a method of describing their capabilities to other components participating in the ecosystem; for example, "As a component in the ecosystem, I can assess the configuration of Windows, MacOS, and AWS using OVAL".</t>
          </section>
          <section anchor="configuration-assessment-workflow" numbered="true" toc="default">
            <name>Configuration Assessment Workflow</name>
            <t>This section describes the components and interactions in a basic configuration assessment workflow. For simplicity, error conditions are recognized as being necessary and are not depicted. When one component messages another component, the message is expected to be handled appropriately unless there is an error condition, or other notification, messaged in return.</t>
            <figure anchor="fig-configassess">
              <name>Configuration Assessment Component Interactions</name>
              <artwork name="" type="" align="left" alt=""><![CDATA[
+-------------+  +----------------+  +------------------+  +------------+
| Policy Feed |  |  Orchestrator  |  |    Evaluation    |  | Evaluation |
+------+------+  +-------+--------+  | Sub-Architecture |  |   Results  |
       |                 |           +---^----------+---+  | Repository |
       |                 |               |          |      +------^-----+
       |                 |               |          |             |
     1.|               3.|             8.|        9.|          10.|
       |                 |               |          |             |
       |                 |               |          |             |
+------v-----------------v---------------+----------v-------------+-----+
|                           Integration Service                         |
+-----+----------------------------------+----------^---------+------^--+
      |                                  |          |         |      |
      |                                  |          |         |      |
    2.|                                4.|        5.|       6.|    7.|
      |                                  |          |         |      |
      |                                  |          |         |      |
+-----v------+                       +---v----------+---+  +--v------+--+
|   Policy   |                       |    Collection    |  |  Posture   |
| Repository |                       | Sub-Architecture |  | Attribute  |
+------------+                       +------------------+  | Repository |
                                                           +------------+
]]></artwork>
            </figure>
            <t><xref target="fig-configassess" format="default"/> depicts configuration assessment components and their interactions, which are further described below.</t>
            <ol spacing="normal" type="1"><li>A policy feed provides a configuration assessment policy payload to the Integration Service.</li>
              <li>The Policy Repository, a consumer of Policy Feed information, receives and persists the Policy Feed's payload.</li>
              <li>Orchestration component(s), either manually invoked, scheduled, or event-based, publish a payload to begin the configuration assessment process.</li>
              <li>If necessary, Collection Sub-Architecture components may be invoked to collect neeeded posture attribute information.</li>
              <li>If necessary, the Collection Sub-Architecture will provide collected posture attributes to the Integration Service for persistence to the Posture Attribute Repository.</li>
              <li>The Posture Attribute Repository will consume a payload querying for relevant posture attribute information.</li>
              <li>The Posture Attribute Repository will provide the requested information to the Integration Service, allowing further orchestration payloads requesting the Evaluation Sub-Architecture perform evaluation tasks.</li>
              <li>The Evaluation Sub-Architecture consumes the evaluation payload and performs component-specific state comparison operations to produce evaluation results.</li>
              <li>A payload containing evaluation results are provided by the Evaluation Sub-Architecture to the Integration Service</li>
              <li>Evaluation results are consumed by/persisted to the Evaluation Results Repository</li>
            </ol>
            <t>In the above flow, the payload information is expected to convey the context required by the receiving component for the action being taken under different circumstances. For example, a directed message sent from an Orchestrator to a Collection sub-architecture might be telling that Collector to watch a specific posture attribute and report only specific detected changes to the Posture Attribute Repository, or it might be telling the Collector to gather that posture attribute immediately. Such details are expected to be handled as part of that payload, not as part of the architecture described herein.</t>
          </section>
        </section>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
at5QAQA=

-->

</rfc>
