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

Add valid_from and valid_to to relationship #20

Closed
johnwunder opened this issue Aug 25, 2017 · 5 comments
Closed

Add valid_from and valid_to to relationship #20

johnwunder opened this issue Aug 25, 2017 · 5 comments

Comments

@johnwunder
Copy link

Many relationships are only valid for some time period...for example, malware may only be used by a threat actor for some period of time. Optional valid_from and valid_to properties would let you capture that, when relevant.

@gtback
Copy link

gtback commented Aug 29, 2017

We should be careful of how this interacts semantically with (for instance) the valid_from field on Indicators.

@JasonKeirstead
Copy link

I think that first_seen and last_seen makes more sense given the information being captured here.

@lpingree
Copy link

Agreed

@lpingree
Copy link

I think it would be nice to also have a "times seen" but the concurrency and state may be problematic.

@skelley1
Copy link

skelley1 commented Mar 7, 2018

This issue was superseded by our solution to Issue #11.

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

No branches or pull requests

7 participants