relaton / relaton-nist

NistBib: retrieve NIST Standards for bibliographic use using the BibliographicItem model
https://www.metanorma.com
MIT License
2 stars 1 forks source link

Create relaton-data-nist data repository from CSRC and NIST-Tech-Pubs content #95

Open ronaldtse opened 1 year ago

ronaldtse commented 1 year ago

I agree that we should have a relaton-data-nist repo. Let's create it based on both CSRC and NIST-Tech-Pubs content. Thanks!

Originally posted by @ronaldtse in https://github.com/relaton/relaton-nist/issues/63#issuecomment-1612992608

andrew2net commented 1 year ago

@ronaldtse in the CSRC dataset we have documents with identical IDs. For example there are three documents with "SP 1800-15 (Draft)" ID. These documents have different date and url. Two of them are Preliminary Draft and have same year. Do you have idea how to create distinguish references for these documents?

ronaldtse commented 1 year ago

For preliminary drafts from CSRC they are numbered drafts, starting from IPD (initial preliminary draft) to 2PD (second PD), 3PD etc. so given the different dates we know they are different iterations of PD. Are they not numbered?

andrew2net commented 1 year ago

No, they aren't all numbered. These three have iteration nil. But some drafts are numbered, except fist draft, which is also has nil iteration. For example there are two drafts "SP 1800-12 (Draft)", one with nil and one with "2" iterations. It seems we need to sort drafts with nil iterations by date and then number IPD, 2PD, 3PD, ... Right? Should we update draft IDs with nil iteration to IPD? Should we update draft IDs with N iteration to NPD?

There are also not draft duplications. For example there are two "SP 500-20" documents with different dates and urls. One of them updates another. I'll prepare full list of duplications later.

ronaldtse commented 1 year ago

Can you post the source data here?

andrew2net commented 1 year ago

The earliest of these two has iteration nil, the latest "2"

  {
    "language": "en",
    "script": "Latn",
    "series": "nist-sp",
    "docnumber": "1800-12",
    "docidentifier": "SP 1800-12 (Draft)",
    "revision": null,
    "edition": null,
    "volume": null,
    "uri": "https://csrc.nist.gov/publications/detail/sp/1800-12/archive/2018-08-02",
    "doi": null,
    "title-main": "Derived Personal Identity Verification (PIV) Credentials",
    "title-sub": null,
    "iteration": "2",
    "issued-date": "2018-08",
    "updated-date": null,
    "published-date": "2018-08-02",
    "obsoleted-date": "2019-08-27",
    "status": "draft-public",
    "substage": "withdrawn",
    "authors": [
      {
        "title": null,
        "givenName": "William",
        "middleName": "D.",
        "surname": "Newhouse",
        "suffix": null,
        "nickname": "Bill",
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "William D. Newhouse"
      },
      {
        "title": null,
        "givenName": "Michael",
        "middleName": null,
        "surname": "Bartock",
        "suffix": null,
        "nickname": "Mike",
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Michael Bartock"
      },
      {
        "title": null,
        "givenName": "Jeffrey",
        "middleName": "A.",
        "surname": "Cichonski",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Jeffrey A. Cichonski"
      },
      {
        "title": null,
        "givenName": "Hildegard",
        "middleName": null,
        "surname": "Ferraiolo",
        "suffix": null,
        "nickname": "Hildy",
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Hildegard Ferraiolo"
      },
      {
        "title": null,
        "givenName": "Murugiah",
        "middleName": "P.",
        "surname": "Souppaya",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Murugiah P. Souppaya"
      },
      {
        "title": null,
        "givenName": "Christopher",
        "middleName": null,
        "surname": "Brown",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Christopher Brown"
      },
      {
        "title": null,
        "givenName": "Spike",
        "middleName": null,
        "surname": "Dog",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Spike Dog"
      },
      {
        "title": null,
        "givenName": "Susan",
        "middleName": null,
        "surname": "Prince",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Susan Prince"
      },
      {
        "title": null,
        "givenName": "Julian",
        "middleName": "T.",
        "surname": "Sexton",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Julian T. Sexton"
      }
    ],
    "editors": [],
    "supersedes": [],
    "superseded-by": [],
    "keywords": [
      "enterprise mobility management (EMM)",
      "identity",
      "mobile&nbsp",
      "mobile threat",
      "(multifactor) authentication",
      "network/software vulnerability",
      "Personal Identity Verification (PIV)",
      "PIV card",
      "device",
      "smart card",
      "derived PIV credential (DPC)",
      "cybersecurity"
    ],
    "comment-from": "2018-08-02",
    "comment-to": "2018-10-01"
  },
  {
    "language": "en",
    "script": "Latn",
    "series": "nist-sp",
    "docnumber": "1800-12",
    "docidentifier": "SP 1800-12 (Draft)",
    "revision": null,
    "edition": null,
    "volume": null,
    "uri": "https://csrc.nist.gov/publications/detail/sp/1800-12/archive/2017-09-29",
    "doi": null,
    "title-main": "Derived Personal Identity Verification (PIV) Credentials",
    "title-sub": null,
    "iteration": null,
    "issued-date": "2017-09",
    "updated-date": null,
    "published-date": "2017-09-29",
    "obsoleted-date": "2018-08-02",
    "status": "draft-public",
    "substage": "withdrawn",
    "authors": [
      {
        "title": null,
        "givenName": "William",
        "middleName": "D.",
        "surname": "Newhouse",
        "suffix": null,
        "nickname": "Bill",
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "William D. Newhouse"
      },
      {
        "title": null,
        "givenName": "Michael",
        "middleName": null,
        "surname": "Bartock",
        "suffix": null,
        "nickname": "Mike",
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Michael Bartock"
      },
      {
        "title": null,
        "givenName": "Jeffrey",
        "middleName": "A.",
        "surname": "Cichonski",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Jeffrey A. Cichonski"
      },
      {
        "title": null,
        "givenName": "Hildegard",
        "middleName": null,
        "surname": "Ferraiolo",
        "suffix": null,
        "nickname": "Hildy",
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Hildegard Ferraiolo"
      },
      {
        "title": null,
        "givenName": "Murugiah",
        "middleName": "P.",
        "surname": "Souppaya",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Murugiah P. Souppaya"
      },
      {
        "title": null,
        "givenName": "Christopher",
        "middleName": null,
        "surname": "Brown",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Christopher Brown"
      },
      {
        "title": null,
        "givenName": "Spike",
        "middleName": null,
        "surname": "Dog",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Spike Dog"
      },
      {
        "title": null,
        "givenName": "Susan",
        "middleName": null,
        "surname": "Prince",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Susan Prince"
      }
    ],
    "editors": [],
    "supersedes": [],
    "superseded-by": [],
    "keywords": [
      "enterprise mobility management (EMM)",
      "identity",
      "mobile device",
      "mobile threat",
      "(multifactor) authentication",
      "network/software vulnerability",
      "Personal Identity Verification",
      "PIV card",
      "smart card",
      "derived PIV credentials",
      "cybersecurity"
    ],
    "comment-from": "2017-09-29",
    "comment-to": "2017-11-29"
  },
andrew2net commented 1 year ago

These two are not drafts

  {
    "language": "en",
    "script": "Latn",
    "series": "nist-sp",
    "docnumber": "800-100",
    "docidentifier": "SP 800-100",
    "revision": null,
    "edition": null,
    "volume": null,
    "uri": "https://csrc.nist.gov/publications/detail/sp/800-100/final",
    "doi": "10.6028/NIST.SP.800-100",
    "title-main": "Information Security Handbook",
    "title-sub": "A Guide for Managers",
    "iteration": null,
    "issued-date": "2006-10",
    "updated-date": "2007-03-07",
    "published-date": "2007-03-07",
    "obsoleted-date": null,
    "status": "final",
    "substage": "active",
    "authors": [
      {
        "title": null,
        "givenName": "Pauline",
        "middleName": null,
        "surname": "Bowen",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Pauline Bowen"
      },
      {
        "title": null,
        "givenName": "Joan",
        "middleName": null,
        "surname": "Hash",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Joan Hash"
      },
      {
        "title": null,
        "givenName": "Mark",
        "middleName": null,
        "surname": "Wilson",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Mark Wilson"
      }
    ],
    "editors": [],
    "supersedes": [
      {
        "uri": "https://csrc.nist.gov/publications/detail/sp/800-100/archive/2006-10-31",
        "docidentifier": "SP 800-100"
      }
    ],
    "superseded-by": [],
    "keywords": [
      "Awareness",
      "capital planning",
      "certification",
      "configuration management",
      "contingency plan",
      "incident response",
      "interconnecting systems",
      "performance measures",
      "risk management",
      "security governance",
      "security plans",
      "security services",
      "system development life cycle",
      "training"
    ],
    "comment-from": null,
    "comment-to": null
  },
  {
    "language": "en",
    "script": "Latn",
    "series": "nist-sp",
    "docnumber": "800-100",
    "docidentifier": "SP 800-100",
    "revision": null,
    "edition": null,
    "volume": null,
    "uri": "https://csrc.nist.gov/publications/detail/sp/800-100/archive/2006-10-31",
    "doi": null,
    "title-main": "Information Security Handbook",
    "title-sub": "A Guide for Managers",
    "iteration": null,
    "issued-date": "2006-10",
    "updated-date": null,
    "published-date": "2006-10-31",
    "obsoleted-date": "2007-03-07",
    "status": "final",
    "substage": "withdrawn",
    "authors": [
      {
        "title": null,
        "givenName": "Pauline",
        "middleName": null,
        "surname": "Bowen",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Pauline Bowen"
      },
      {
        "title": null,
        "givenName": "Joan",
        "middleName": null,
        "surname": "Hash",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Joan Hash"
      },
      {
        "title": null,
        "givenName": "Mark",
        "middleName": null,
        "surname": "Wilson",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Mark Wilson"
      }
    ],
    "editors": [],
    "supersedes": [],
    "superseded-by": [
      {
        "uri": "https://csrc.nist.gov/publications/detail/sp/800-100/final",
        "docidentifier": "SP 800-100"
      }
    ],
    "keywords": [
      "Awareness",
      "capital planning",
      "certification",
      "configuration management",
      "contingency plan",
      "incident response",
      "interconnecting systems",
      "performance measures",
      "risk management",
      "security governance",
      "security plans",
      "security services",
      "system development life cycle",
      "training"
    ],
    "comment-from": null,
    "comment-to": null
  },
andrew2net commented 1 year ago

These three drafts all have iteration nil

  {
    "language": "en",
    "script": "Latn",
    "series": "nist-sp",
    "docnumber": "1800-15",
    "docidentifier": "SP 1800-15 (Draft)",
    "revision": null,
    "edition": null,
    "volume": null,
    "uri": "https://csrc.nist.gov/publications/detail/sp/1800-15/archive/2020-09-16",
    "doi": null,
    "title-main": "Securing Small Business and Home Internet of Things (IoT) Devices",
    "title-sub": "Mitigating Network-Based Attacks Using Manufacturer Usage Description (MUD)",
    "iteration": null,
    "issued-date": "2020-09",
    "updated-date": null,
    "published-date": "2020-09-16",
    "obsoleted-date": "2021-05-26",
    "status": "draft-public",
    "substage": "withdrawn",
    "authors": [
      {
        "title": null,
        "givenName": "Donna",
        "middleName": "F.",
        "surname": "Dodson",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Donna F. Dodson"
      },
      {
        "title": null,
        "givenName": "Douglas",
        "middleName": "C.",
        "surname": "Montgomery",
        "suffix": null,
        "nickname": "Doug",
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Douglas C. Montgomery"
      },
      {
        "title": null,
        "givenName": "W.",
        "middleName": "Timothy",
        "surname": "Polk",
        "suffix": null,
        "nickname": "Tim",
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "W. Timothy Polk"
      },
      {
        "title": null,
        "givenName": "Mudumbai",
        "middleName": null,
        "surname": "Ranganathan",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Mudumbai Ranganathan"
      },
      {
        "title": null,
        "givenName": "Murugiah",
        "middleName": "P.",
        "surname": "Souppaya",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Murugiah P. Souppaya"
      },
      {
        "title": null,
        "givenName": "Steve",
        "middleName": null,
        "surname": "Johnson",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "CableLabs",
          "acronym": null
        },
        "fullName": "Steve Johnson"
      },
      {
        "title": null,
        "givenName": "Ashwini",
        "middleName": null,
        "surname": "Kadam",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "CableLabs",
          "acronym": null
        },
        "fullName": "Ashwini Kadam"
      },
      {
        "title": null,
        "givenName": "Craig",
        "middleName": null,
        "surname": "Pratt",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "CableLabs",
          "acronym": null
        },
        "fullName": "Craig Pratt"
      },
      {
        "title": null,
        "givenName": "Darshak",
        "middleName": null,
        "surname": "Thakore",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "CableLabs",
          "acronym": null
        },
        "fullName": "Darshak Thakore"
      },
      {
        "title": null,
        "givenName": "Mark",
        "middleName": null,
        "surname": "Walker",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "CableLabs",
          "acronym": null
        },
        "fullName": "Mark Walker"
      },
      {
        "title": null,
        "givenName": "Eliot",
        "middleName": null,
        "surname": "Lear",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "Cisco",
          "acronym": null
        },
        "fullName": "Eliot Lear"
      },
      {
        "title": null,
        "givenName": "Brian",
        "middleName": null,
        "surname": "Weis",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "Cisco",
          "acronym": null
        },
        "fullName": "Brian Weis"
      },
      {
        "title": null,
        "givenName": "William",
        "middleName": "C.",
        "surname": "Barker",
        "suffix": null,
        "nickname": "Curt",
        "affiliation": {
          "name": "Dakota Consulting",
          "acronym": null
        },
        "fullName": "William C. Barker"
      },
      {
        "title": null,
        "givenName": "Dean",
        "middleName": null,
        "surname": "Coclin",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "DigiCert",
          "acronym": null
        },
        "fullName": "Dean Coclin"
      },
      {
        "title": null,
        "givenName": "Avesta",
        "middleName": null,
        "surname": "Hojjati",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "DigiCert",
          "acronym": null
        },
        "fullName": "Avesta Hojjati"
      },
      {
        "title": null,
        "givenName": "Clint",
        "middleName": null,
        "surname": "Wilson",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "DigiCert",
          "acronym": null
        },
        "fullName": "Clint Wilson"
      },
      {
        "title": null,
        "givenName": "Tim",
        "middleName": null,
        "surname": "Jones",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "ForeScout",
          "acronym": null
        },
        "fullName": "Tim Jones"
      },
      {
        "title": null,
        "givenName": "Adnan",
        "middleName": null,
        "surname": "Baykal",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "Global Cyber Alliance",
          "acronym": null
        },
        "fullName": "Adnan Baykal"
      },
      {
        "title": null,
        "givenName": "Drew",
        "middleName": null,
        "surname": "Cohen",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "MasterPeace Solutions",
          "acronym": null
        },
        "fullName": "Drew Cohen"
      },
      {
        "title": null,
        "givenName": "Kevin",
        "middleName": null,
        "surname": "Yeich",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "MasterPeace Solutions",
          "acronym": null
        },
        "fullName": "Kevin Yeich"
      },
      {
        "title": null,
        "givenName": "Yemi",
        "middleName": null,
        "surname": "Fashina",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Yemi Fashina"
      },
      {
        "title": null,
        "givenName": "Parisa",
        "middleName": null,
        "surname": "Grayeli",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Parisa Grayeli"
      },
      {
        "title": null,
        "givenName": "Joshua",
        "middleName": null,
        "surname": "Harrington",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Joshua Harrington"
      },
      {
        "title": null,
        "givenName": "Joshua",
        "middleName": null,
        "surname": "Klosterman",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Joshua Klosterman"
      },
      {
        "title": null,
        "givenName": "Blaine",
        "middleName": null,
        "surname": "Mulugeta",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Blaine Mulugeta"
      },
      {
        "title": null,
        "givenName": "Susan",
        "middleName": null,
        "surname": "Symington",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Susan Symington"
      },
      {
        "title": null,
        "givenName": "Jaideep",
        "middleName": null,
        "surname": "Singh",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "Molex",
          "acronym": null
        },
        "fullName": "Jaideep Singh"
      }
    ],
    "editors": [],
    "supersedes": [],
    "superseded-by": [],
    "keywords": [
      "access control",
      "bootstrapping",
      "botnets",
      "firewall rules",
      "flow rules",
      "Internet of Things",
      "IoT",
      "Manufacturer Usage Description",
      "MUD",
      "network segmentation",
      "onboarding",
      "router",
      "server",
      "software update server",
      "threat signaling",
      "Wi-Fi Easy Connect"
    ],
    "comment-from": "2020-09-16",
    "comment-to": "2020-10-16"
  },
  {
    "language": "en",
    "script": "Latn",
    "series": "nist-sp",
    "docnumber": "1800-15",
    "docidentifier": "SP 1800-15 (Draft)",
    "revision": null,
    "edition": null,
    "volume": null,
    "uri": "https://csrc.nist.gov/publications/detail/sp/1800-15/archive/2019-11-21",
    "doi": null,
    "title-main": "Securing Small Business and Home Internet of Things (IoT) Devices",
    "title-sub": "Mitigating Network-Based Attacks Using Manufacturer Usage Description (MUD) (Preliminary Draft)",
    "iteration": null,
    "issued-date": "2019-11",
    "updated-date": null,
    "published-date": "2019-11-21",
    "obsoleted-date": "2020-09-16",
    "status": "draft-public",
    "substage": "withdrawn",
    "authors": [
      {
        "title": null,
        "givenName": "Donna",
        "middleName": "F.",
        "surname": "Dodson",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Donna F. Dodson"
      },
      {
        "title": null,
        "givenName": "W.",
        "middleName": "Timothy",
        "surname": "Polk",
        "suffix": null,
        "nickname": "Tim",
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "W. Timothy Polk"
      },
      {
        "title": null,
        "givenName": "Mudumbai",
        "middleName": null,
        "surname": "Ranganathan",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Mudumbai Ranganathan"
      },
      {
        "title": null,
        "givenName": "Murugiah",
        "middleName": "P.",
        "surname": "Souppaya",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Murugiah P. Souppaya"
      },
      {
        "title": null,
        "givenName": "Darshak",
        "middleName": null,
        "surname": "Thakore",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "CableLabs",
          "acronym": null
        },
        "fullName": "Darshak Thakore"
      },
      {
        "title": null,
        "givenName": "Mark",
        "middleName": null,
        "surname": "Walker",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "CableLabs",
          "acronym": null
        },
        "fullName": "Mark Walker"
      },
      {
        "title": null,
        "givenName": "Eliot",
        "middleName": null,
        "surname": "Lear",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "Cisco",
          "acronym": null
        },
        "fullName": "Eliot Lear"
      },
      {
        "title": null,
        "givenName": "Brian",
        "middleName": null,
        "surname": "Weis",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "Cisco",
          "acronym": null
        },
        "fullName": "Brian Weis"
      },
      {
        "title": null,
        "givenName": "William",
        "middleName": "C.",
        "surname": "Barker",
        "suffix": null,
        "nickname": "Curt",
        "affiliation": {
          "name": "Dakota Consulting",
          "acronym": null
        },
        "fullName": "William C. Barker"
      },
      {
        "title": null,
        "givenName": "Dean",
        "middleName": null,
        "surname": "Coclin",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "DigiCert",
          "acronym": null
        },
        "fullName": "Dean Coclin"
      },
      {
        "title": null,
        "givenName": "Clint",
        "middleName": null,
        "surname": "Wilson",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "DigiCert",
          "acronym": null
        },
        "fullName": "Clint Wilson"
      },
      {
        "title": null,
        "givenName": "Tim",
        "middleName": null,
        "surname": "Jones",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "ForeScout",
          "acronym": null
        },
        "fullName": "Tim Jones"
      },
      {
        "title": null,
        "givenName": "Adnan",
        "middleName": null,
        "surname": "Baykal",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "Global Cyber Alliance",
          "acronym": null
        },
        "fullName": "Adnan Baykal"
      },
      {
        "title": null,
        "givenName": "Drew",
        "middleName": null,
        "surname": "Cohen",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "MasterPeace Solutions",
          "acronym": null
        },
        "fullName": "Drew Cohen"
      },
      {
        "title": null,
        "givenName": "Kevin",
        "middleName": null,
        "surname": "Yeich",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "MasterPeace Solutions",
          "acronym": null
        },
        "fullName": "Kevin Yeich"
      },
      {
        "title": null,
        "givenName": "Yemi",
        "middleName": null,
        "surname": "Fashina",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Yemi Fashina"
      },
      {
        "title": null,
        "givenName": "Parisa",
        "middleName": null,
        "surname": "Grayeli",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Parisa Grayeli"
      },
      {
        "title": null,
        "givenName": "Joshua",
        "middleName": null,
        "surname": "Harrington",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Joshua Harrington"
      },
      {
        "title": null,
        "givenName": "Joshua",
        "middleName": null,
        "surname": "Klosterman",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Joshua Klosterman"
      },
      {
        "title": null,
        "givenName": "Blaine",
        "middleName": null,
        "surname": "Mulugeta",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Blaine Mulugeta"
      },
      {
        "title": null,
        "givenName": "Susan",
        "middleName": null,
        "surname": "Symington",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Susan Symington"
      },
      {
        "title": null,
        "givenName": "Jaideep",
        "middleName": null,
        "surname": "Singh",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "Molex",
          "acronym": null
        },
        "fullName": "Jaideep Singh"
      }
    ],
    "editors": [],
    "supersedes": [],
    "superseded-by": [],
    "keywords": [
      "botnets",
      "Internet of Things",
      "IoT",
      "Manufacturer Usage Description",
      "MUD",
      "router",
      "server",
      "software update server",
      "threat signaling"
    ],
    "comment-from": "2019-11-21",
    "comment-to": "2020-01-21"
  },
  {
    "language": "en",
    "script": "Latn",
    "series": "nist-sp",
    "docnumber": "1800-15",
    "docidentifier": "SP 1800-15 (Draft)",
    "revision": null,
    "edition": null,
    "volume": null,
    "uri": "https://csrc.nist.gov/publications/detail/sp/1800-15/archive/2019-04-24",
    "doi": null,
    "title-main": "Securing Small Business and Home Internet of Things (IoT) Devices",
    "title-sub": "Mitigating Network-Based Attacks Using Manufacturer Usage Description (MUD) (Preliminary Draft)",
    "iteration": null,
    "issued-date": "2019-04",
    "updated-date": null,
    "published-date": "2019-04-24",
    "obsoleted-date": "2019-11-21",
    "status": "draft-public",
    "substage": "withdrawn",
    "authors": [
      {
        "title": null,
        "givenName": "Donna",
        "middleName": "F.",
        "surname": "Dodson",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Donna F. Dodson"
      },
      {
        "title": null,
        "givenName": "W.",
        "middleName": "Timothy",
        "surname": "Polk",
        "suffix": null,
        "nickname": "Tim",
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "W. Timothy Polk"
      },
      {
        "title": null,
        "givenName": "Murugiah",
        "middleName": "P.",
        "surname": "Souppaya",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "National Institute of Standards and Technology",
          "acronym": "NIST"
        },
        "fullName": "Murugiah P. Souppaya"
      },
      {
        "title": null,
        "givenName": "William",
        "middleName": "C.",
        "surname": "Barker",
        "suffix": null,
        "nickname": "Curt",
        "affiliation": {
          "name": "Dakota Consulting",
          "acronym": null
        },
        "fullName": "William C. Barker"
      },
      {
        "title": null,
        "givenName": "Eliot",
        "middleName": null,
        "surname": "Lear",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "Cisco",
          "acronym": null
        },
        "fullName": "Eliot Lear"
      },
      {
        "title": null,
        "givenName": "Brian",
        "middleName": null,
        "surname": "Weis",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "Cisco",
          "acronym": null
        },
        "fullName": "Brian Weis"
      },
      {
        "title": null,
        "givenName": "Yemi",
        "middleName": null,
        "surname": "Fashina",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Yemi Fashina"
      },
      {
        "title": null,
        "givenName": "Parisa",
        "middleName": null,
        "surname": "Grayeli",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Parisa Grayeli"
      },
      {
        "title": null,
        "givenName": "Joshua",
        "middleName": null,
        "surname": "Klosterman",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Joshua Klosterman"
      },
      {
        "title": null,
        "givenName": "Blaine",
        "middleName": null,
        "surname": "Mulugeta",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Blaine Mulugeta"
      },
      {
        "title": null,
        "givenName": "Mary",
        "middleName": null,
        "surname": "Raguso",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Mary Raguso"
      },
      {
        "title": null,
        "givenName": "Susan",
        "middleName": null,
        "surname": "Symington",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "The MITRE Corporation",
          "acronym": "MITRE"
        },
        "fullName": "Susan Symington"
      },
      {
        "title": null,
        "givenName": "Dean",
        "middleName": null,
        "surname": "Coclin",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "DigiCert",
          "acronym": null
        },
        "fullName": "Dean Coclin"
      },
      {
        "title": null,
        "givenName": "Clint",
        "middleName": null,
        "surname": "Wilson",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "DigiCert",
          "acronym": null
        },
        "fullName": "Clint Wilson"
      },
      {
        "title": null,
        "givenName": "Tim",
        "middleName": null,
        "surname": "Jones",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "ForeScout",
          "acronym": null
        },
        "fullName": "Tim Jones"
      },
      {
        "title": null,
        "givenName": "Jaideep",
        "middleName": null,
        "surname": "Singh",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "Molex",
          "acronym": null
        },
        "fullName": "Jaideep Singh"
      },
      {
        "title": null,
        "givenName": "Darshak",
        "middleName": null,
        "surname": "Thakore",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "CableLabs",
          "acronym": null
        },
        "fullName": "Darshak Thakore"
      },
      {
        "title": null,
        "givenName": "Mark",
        "middleName": null,
        "surname": "Walker",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "CableLabs",
          "acronym": null
        },
        "fullName": "Mark Walker"
      },
      {
        "title": null,
        "givenName": "Drew",
        "middleName": null,
        "surname": "Cohen",
        "suffix": null,
        "nickname": null,
        "affiliation": {
          "name": "MasterPeace",
          "acronym": null
        },
        "fullName": "Drew Cohen"
      }
    ],
    "editors": [],
    "supersedes": [],
    "superseded-by": [],
    "keywords": [
      "botnets",
      "internet of things",
      "IoT",
      "manufacturer usage description",
      "MUD",
      "router",
      "server",
      "software update server",
      "threat signaling"
    ],
    "comment-from": "2019-04-24",
    "comment-to": "2019-06-24"
  },
ronaldtse commented 1 year ago

I think we'd better report this to the source. I'll do that.

ronaldtse commented 11 months ago

@andrew2net can we proceed with this task? The data sources won’t be fixed so soon.

andrew2net commented 10 months ago

@ronaldtse it seems NIST has updated the https://csrc.nist.gov/CSRC/media/feeds/metanorma/pubs-export.zip dataset and now it has only 37 docs. There were 719 docs.

ronaldtse commented 10 months ago

@ronaldtse it seems NIST has updated the https://csrc.nist.gov/CSRC/media/feeds/metanorma/pubs-export.zip dataset and now it has only 37 docs. There were 719 docs.

I have reported to NIST.