Handling policy statements define any obligations or controls on information received, to ensure the confidentiality of information that is shared.
1. Policy Statement | ENCRYPT IN TRANSIT |
---|---|
Policy Type | HANDLING |
Policy Description | States whether the received information has to be encrypted when it is retransmitted by the recipient. |
Policy Enumerations | MUST Recipients MUST encrypt the information received when it is retransmitted or redistributed. MAY Recipients MAY encrypt the information received when it is retransmitted or redistributed. |
Required Statement | NO |
2. ENCRYPT AT REST | |
---|---|
Policy Statement | ENCRYPT AT REST |
Policy Type | HANDLING |
Policy Description | States whether the received information has to be encrypted by the Recipient when it is stored at rest. |
Policy Enumerations | MUST Recipients MUST encrypt the information received when it is stored at rest. MAY Recipients MAY encrypt the information received when it is stored at rest. |
Required Statement | NO |
Action policy statements define the permitted actions or uses of the information received that can be carried out by a recipient.
1. PERMITTED ACTIONS | |
---|---|
Policy Statement | PERMITTED ACTIONS |
Policy Type | ACTION |
Policy Description | States the permitted actions that Recipients can take upon information received. |
Policy Enumerations | NONE Recipients MUST NOT act upon the information received. CONTACT FOR INSTRUCTION Recipients MUST contact the Providers before acting upon the information received. An example is where information redacted by the Provider could be derived by the Recipient and identify the affected parties. INTERNALLY VISIBLE ACTIONS Recipients MAY conduct actions on the information received that are only visible on the Recipient's internal networks and systems, and MUST NOT conduct actions that are visible outside of the Recipients networks and systems, or visible to third parties. EXTERNALLY VISIBLE INDIRECT ACTIONS Recipients MAY conduct indirect, or passive, actions on the information received that are externally visible and MUST NOT conduct direct, or active, actions. EXTERNALLY VISIBLE DIRECT ACTIONS Recipients MAY conduct direct, or active, actions on the information received that are externally visible. |
Required Statement | NO |
2. AFFECTED PARTY NOTIFICATIONS | |
---|---|
Policy Statement | AFFECTED PARTY NOTIFICATIONS |
Policy Type | ACTION |
Policy Description | Recipients are permitted notify affected third parties of a potential compromise or threat. Examples include permitting National CSIRTs to send notifications to affected constituents, or a service provider contacting affected customers. |
Policy Enumerations | MAY Recipients MAY notify affected parties of a potential compromise or threat. MUST NOT Recipients MUST NOT notify affected parties of potential compromise or threat. |
Required Statement | NO |
Sharing policy statements define any permitted redistribution of information that is received and any actions that need to be taken first.
1. TRAFFIC LIGHT PROTOCOL | |
---|---|
Policy Statement | TRAFFIC LIGHT PROTOCOL |
Policy Type | SHARING |
Policy Description | Recipients are permitted to redistribute the information received within the redistribution scope as defined by the enumerations. The enumerations “RED”, “AMBER”, “GREEN”, “WHITE” in this document are to be interpreted as described in the FIRST Traffic Light Protocol Policy3 |
Policy Enumerations | RED Personal for identified recipients only. AMBER Limited sharing on the basis of needtoknow. GREEN Community wide sharing. WHITE Unlimited sharing. |
Required Statement | NO |
2. PROVIDER ATTRIBUTION | |
---|---|
Policy Statement | PROVIDER ATTRIBUTION |
Policy Type | SHARING |
Policy Description | Recipients could be required to attribute or anonymize the Provider when redistributing the information received. |
Policy Enumerations | MAY Recipients MAY attribute the Provider when redistributing the information received. MUST Recipients MUST attribute the Provider when redistributing the information received. MUST NOT Recipients MUST NOT attribute the Provider when redistributing the information received. |
Required Statement | NO |
3. OBFUSCATE AFFECTED PARTIES | |
---|---|
Policy Statement | OBFUSCATE AFFECTED PARTIES |
Policy Type | SHARING |
Policy Description | Recipients could be required to obfuscate or anonymize information that could be used to identify the affected parties before redistributing the information received. Examples include removing affected parties IP addresses, or removing the affected parties names but leaving the affected parties industry vertical prior to sending a notification. |
Policy Enumerations | MAY Recipients MAY obfuscate information about the specific affected parties. MUST Recipients MUST obfuscate information about the specific affected parties. MUST NOT Recipients MUST NOT obfuscate information about the specific affected parties. |
Required Statement | NO |
Licensing policy statements define any applicable agreements, licenses, or terms of use that governs the information being shared. For example, a reference to an existing partner sharing agreement or commercial license.
1. EXTERNAL REFERENCE | |
---|---|
Policy Statement | EXTERNAL REFERENCE |
Policy Type | LICENSING |
Policy Description | This statement can be used to convey a description or reference to any applicable licenses, agreements, or conditions between the producer and receiver. e.g. specific terms of use , contractual language, agreement name, or a URL. |
Policy Enumerations | There are no EXTERNAL REFERENCE enumerations and this is a free form text field. |
Required Statement | NO |
2. UNMODIFIED RESALE | |
---|---|
Policy Statement | UNMODIFIED RESALE |
Policy Type | LICENSING |
Policy Description | States whether the recipient MAY or MUST NOT resell the information received unmodified or in a semantically equivalent format. e.g. transposing the information from a .csv file format to a .json file format would be considered semantically equivalent. |
Policy Enumerations | MAY Recipients MAY resell the information received. MUST NOT Recipients MUST NOT resell the information received unmodified or in a semantically equivalent format. |
Required Statement | NO |
Metadata policy statements define the metadata elements for an IEP that are needed to support implementation of the IEP framework and the machine readability of IEPs. Metadata policy statements have values but do not have enumerations.
1. POLICY ID | |
---|---|
Policy Statement | POLICY ID |
Policy Type | METADATA |
Policy Description | Provides a unique ID to identify a specific IEP implementation. |
Required Statement | YES |
2. POLICY VERSION | |
---|---|
Policy Statement | POLICY VERSION |
Policy Type | METADATA |
Policy Description | States the version of the IEP framework that has been used. e.g. 1.0 |
Required Statement | NO |
3. POLICY NAME | |
---|---|
Policy Statement | POLICY NAME |
Policy Type | METADATA |
Policy Description | This statement can be used to provide a name for an IEP implementation. e.g. FIRST Mailing List IEP |
Required Statement | NO |
4. POLICY START DATE | |
---|---|
Policy Statement | POLICY START DATE |
Policy Type | METADATA |
Policy Description | States the UTC date that the IEP is effective from. |
Required Statement | NO |
5. POLICY END DATE | |
---|---|
Policy Statement | POLICY END DATE |
Policy Type | METADATA |
Policy Description | States the UTC4 date that the IEP is effective until. |
Required Statement | NO |
6. POLICY REFERENCE | |
---|---|
Policy Statement | POLICY REFERENCE |
Policy Type | METADATA |
Policy Description | This statement can be used to provide a URL reference to the specific IEP implementation. |
Required Statement | NO |
The following is an example JSON representation of an IEP implementation
"FIRST-mailing-list-iep": {
"id": "01bc435348294d558d520ab7e0790df9",
"name": "FIRST.org Mailing List IEP",
"version": 1,
"reference": "https://www.first.org/mailinglistiep",
"start-date": "2016-06-09 10:09:00",
"end-date": "2016-12-31 10:09:00",
"encrypt-in-transit": "MAY",
"encrypt-at-rest": "MAY",
"permitted-actions": "EXTERNALLY VISIBLE DIRECT ACTIONS",
"affected-party-notifications": "MAY",
"tlp": "AMBER",
"attribution": "MUST NOT",
"obfuscate-affected-parties": "MUST",
"unmodified-resale": "MUST NOT",
"external-reference": "https://www.first.org/about/policies/bylaws"
}
Notes: