oasis-open / cti-stix-common-objects

OASIS Cyber Threat Intelligence (CTI) TC: A repository for commonly used STIX objects in order to avoid needless duplication. https://github.com/oasis-open/cti-stix-common-objects
BSD 3-Clause "New" or "Revised" License
84 stars 36 forks source link

Administrative Areas from USA vs CA #76

Open SYNchroACK opened 2 months ago

SYNchroACK commented 2 months ago

USA Example

{
    "type": "location",
    "spec_version": "2.1",
    "id": "location--78a7f0f3-ea60-4ca2-894e-9e825b94b592",
    "created_by_ref": "identity--8ce3f695-d5a4-4dc8-9e93-a65af453a31a",
    "created": "2021-03-13T20:09:21.286293Z",
    "modified": "2021-12-01T16:19:51.601791Z",
    "name": "District of Columbia",
    "country": "US",
    "administrative_area": "US-DC"
}

CA Example

{
    "type": "location",
    "spec_version": "2.1",
    "id": "location--bbf06113-7a5a-465d-8a8e-e5a8f3da22ca",
    "created_by_ref": "identity--8ce3f695-d5a4-4dc8-9e93-a65af453a31a",
    "created": "2021-03-13T20:09:21.225835Z",
    "modified": "2021-12-01T16:19:51.601791Z",
    "name": "Ontario",
    "country": "CA",
    "administrative_area": "ON"
}

Do we really need the administrative_area prefix in the USA objects? I think would be nice to create a new version of those USA location objects in order to remove the prefix.