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

[RFC] added new field: threat.indicator.id - resolves GH-2252 #2307

Closed
wants to merge 3 commits into from

Conversation

brett-fitz
Copy link
Contributor

Added threat.indicator.id field. Resolves #2252.

The new field threat.indicator.id will allow for security systems to append a threat.indicator.id. This field can have multiple values to allow for the identification of the same indicator across systems that use different ID formats.

Common serialization format you may expect to see here is a STIX 2.x indicator id. Here is an example of one being produced.

{
            "type": "indicator",
            "spec_version": "2.1",
            "id": "indicator--8a8c60c4-00a8-43dd-ad76-8004ee718c39",
            "created": "2023-12-21T17:55:29.187214Z",
            "modified": "2023-12-21T17:55:29.187214Z",
            "name": "Malicious activity",
            "description": "Indicator for a known malicious IP address",
            "pattern": "[ipv4-addr:value = '192.168.1.1']",
            "pattern_type": "stix",
            "pattern_version": "2.1",
            "valid_from": "2023-01-01T12:00:00Z"
}

@brett-fitz brett-fitz requested a review from a team as a code owner December 21, 2023 17:57
@brett-fitz brett-fitz changed the title added new field: threat.indicator.id, resolves GH-2252 [RFC] added new field: threat.indicator.id - resolves GH-2252 Dec 21, 2023
@brett-fitz
Copy link
Contributor Author

@ebeahan This should be good to go and ready for discussion. Let me know if there are any issues with the PR! 😄

Copy link

github-actions bot commented Mar 3, 2024

This PR is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale Stale issues and pull requests label Mar 3, 2024
Copy link
Contributor

@trisch-me trisch-me left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@trisch-me
Copy link
Contributor

Looks ok to me but I would like to have another approval from ecs maintainers / security folks

@trisch-me
Copy link
Contributor

@mjwolf could you check it as well?

@github-actions github-actions bot removed the stale Stale issues and pull requests label Mar 15, 2024
Copy link
Contributor

@mjwolf mjwolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @brett-fitz, I just have a few minor suggestions, otherwise LGTM

CHANGELOG.next.md Show resolved Hide resolved
schemas/threat.yml Show resolved Hide resolved
schemas/threat.yml Show resolved Hide resolved
@brett-fitz
Copy link
Contributor Author

@trisch-me @mjwolf My organization has dissolved and formed into a new entity. I'm going to resubmit this PR under a branch off my personal fork with the requested changes from above.

@brett-fitz
Copy link
Contributor Author

Closing this PR. Now please refer to the new one: #2324

@brett-fitz brett-fitz closed this Mar 27, 2024
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

Successfully merging this pull request may close these issues.

[RFC] Support id in threat.indicator for STIX 2.1
3 participants