Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Links to data source entries in STIX file #31

Open
dougmcdorman opened this issue Dec 13, 2022 · 1 comment
Open

Broken Links to data source entries in STIX file #31

dougmcdorman opened this issue Dec 13, 2022 · 1 comment

Comments

@dougmcdorman
Copy link

There are at least 10 data source entries in the STIX file where the url is a broken link.
Here is one example where
"url": "https://attack.mitre.org/data-sources/DS0002" - broken (has a "-" in datasources)
"url": "https://attack.mitre.org/datasources/DS0002" - correct

        "type": "x-mitre-data-source",
        "id": "x-mitre-data-source--0b4f86ed-f4ab-46a3-8ed1-175be1974da6",
        "external_references": [
            {
                "source_name": "mitre-attack",
                "url": "https://attack.mitre.org/data-sources/DS0002",
                "external_id": "DS0002"
            }
        ],
@nightly-nessie
Copy link

Adding the list of the x-mitre-data-source ids to clarify this issue
[
{
"id": "x-mitre-data-source--0b4f86ed-f4ab-46a3-8ed1-175be1974da6",
"external_references": [
"@{source_name=mitre-attack; url=https://attack.mitre.org/data-sources/DS0002; external_id=DS0002}"
]
},
{
"id": "x-mitre-data-source--12c1e727-7fa4-49b6-af81-366ed2ce231e",
"external_references": [
"@{source_name=mitre-attack; url=https://attack.mitre.org/data-sources/DS0012; external_id=DS0012}"
]
},
{
"id": "x-mitre-data-source--4358c631-e253-4557-86df-f687d0ef9891",
"external_references": [
"@{source_name=mitre-attack; url=https://attack.mitre.org/data-sources/DS0028; external_id=DS0028}"
]
},
{
"id": "x-mitre-data-source--4523e7f3-8de2-4078-96f8-1227eb537159",
"external_references": [
"@{source_name=mitre-attack; url=https://attack.mitre.org/data-sources/DS0013; external_id=DS0013}"
]
},
{
"id": "x-mitre-data-source--509ed41e-ca42-461e-9058-24602256daf9",
"external_references": [
"@{source_name=mitre-attack; external_id=DS0022; url=https://attack.mitre.org/data-sources/DS0022}"
]
},
{
"id": "x-mitre-data-source--73691708-ffb5-4e29-906d-f485f6fa7089",
"external_references": [
"@{source_name=mitre-attack; url=https://attack.mitre.org/data-sources/DS0017; external_id=DS0017}"
]
},
{
"id": "x-mitre-data-source--b86d9b40-5fbe-4ef1-8dc3-263eff26f495",
"external_references": [
"@{source_name=mitre-attack; url=https://attack.mitre.org/data-sources/DS0004; external_id=DS0004}"
]
},
{
"id": "x-mitre-data-source--c000cd5c-bbb3-4606-af6f-6c6d9de0bbe3",
"external_references": [
"@{source_name=mitre-attack; url=https://attack.mitre.org/data-sources/DS0029; external_id=DS0029}"
]
},
{
"id": "x-mitre-data-source--c3af32ff-65c5-4ea8-912a-fb4a85197239",
"external_references": [
"@{source_name=mitre-attack; url=https://attack.mitre.org/data-sources/DS0031; external_id=DS0031}"
]
},
{
"id": "x-mitre-data-source--e8b8ede7-337b-4c0c-8c32-5c7872c1ee22",
"external_references": [
"@{source_name=mitre-attack; url=https://attack.mitre.org/data-sources/DS0009; external_id=DS0009}"
]
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants