A Reputation Query Protocol
draft-ietf-repute-query-http-10
The information below is for an old version of the document | |||
---|---|---|---|
Document | Type | Active Internet-Draft (repute WG) | |
Last updated | 2013-09-12 (latest revision 2013-08-29) | ||
Replaces | draft-kucherawy-reputation-query-http | ||
Stream | IETF | ||
Intended RFC status | Proposed Standard | ||
Formats | plain text pdf html bibtex | ||
Stream | WG state | Submitted to IESG for Publication | |
Document shepherd | Dave Crocker | ||
Shepherd write-up | Show (last changed 2013-05-25) | ||
IESG | IESG state | IESG Evaluation::Revised I-D Needed | |
Consensus Boilerplate | Unknown | ||
Telechat date |
Needs a YES. Needs 9 more YES or NO OBJECTION positions to pass. |
||
Responsible AD | Pete Resnick | ||
IESG note | Suggest reading -model first. | ||
Send notices to | repute-chairs@tools.ietf.org, draft-ietf-repute-query-http@tools.ietf.org | ||
IANA | IANA review state | IANA OK - Actions Needed | |
IANA action state | None |
REPUTE Working Group N. Borenstein Internet-Draft Mimecast Intended status: Standards Track M. Kucherawy Expires: March 2, 2014 August 29, 2013 A Reputation Query Protocol draft-ietf-repute-query-http-10 Abstract This document defines a mechanism to conduct queries for reputation information over the Hypertext Transfer Protocol using JSON as the payload meta-format. Status of this Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire on March 2, 2014. Copyright Notice Copyright (c) 2013 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Borenstein & Kucherawy Expires March 2, 2014 [Page 1] Internet-Draft A Reputation Query Protocol August 2013 Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 2. Terminology and Definitions . . . . . . . . . . . . . . . . . . 3 2.1. Key Words . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.2. Other Definitions . . . . . . . . . . . . . . . . . . . . . 3 3. Description . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3.1. Overview . . . . . . . . . . . . . . . . . . . . . . . . . 3 3.2. URI Template . . . . . . . . . . . . . . . . . . . . . . . 4 3.3. Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 5 3.4. Response . . . . . . . . . . . . . . . . . . . . . . . . . 6 3.5. Protocol Support . . . . . . . . . . . . . . . . . . . . . 6 4. IANA Considerations . . . . . . . . . . . . . . . . . . . . . . 6 5. Security Considerations . . . . . . . . . . . . . . . . . . . . 6 6. References . . . . . . . . . . . . . . . . . . . . . . . . . . 7 6.1. Normative References . . . . . . . . . . . . . . . . . . . 7 6.2. Informative References . . . . . . . . . . . . . . . . . . 8 Appendix A. Acknowledgements . . . . . . . . . . . . . . . . . . . 8 Appendix B. Public Discussion . . . . . . . . . . . . . . . . . . 8 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 8 Borenstein & Kucherawy Expires March 2, 2014 [Page 2] Internet-Draft A Reputation Query Protocol August 2013 1. Introduction This document defines a method to query a reputation data service for information about an entity, using the HyperText Transfer Protocol (HTTP) as the transport mechanism and JSON as the payload meta- format. The mechanism is a two-stage query: 1. A client retrieves a template from a server that describes the construction of a Universal Resource Identifier (URI) which will be the actual query; 2. The client then uses the constructed URI to request the reputation data from the server. 2. Terminology and Definitions This section defines terms used in the rest of the document. 2.1. Key Words The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [KEYWORDS]. 2.2. Other Definitions Other terms of importance in this document are defined in [I-D.REPUTE-MODEL] and [I-D.REPUTE-MEDIA-TYPE]. 3. Description 3.1. Overview The components to the question being asked comprise the following: o The subject of the query; o The name of the host, or the IP address, at which the reputation service is available; o The name of the reputation application, i.e., the context within which the subject is being evaluated;Show full document text