-
Notifications
You must be signed in to change notification settings - Fork 91
Add Aliases Field #137
Comments
I think this makes sense. Adding it for Campaigns would probably be wise as
|
Seems like it's time for a few database changes. It would also be good to move Relationships to its own table and add a field to Indicators that can hold additional attributes. |
@alxhrck I agree more. Maybe we should talk through a new DB schema, all get into agreement, so we can make a unified set of changes that meet everyone's needs instead of breaking it multiple times. |
I agree as well. I'm all for a little round table discussion on this to lay out the plans. On Sat, Feb 13, 2016 at 6:13 PM -0800, "Scott J. Roberts" notifications@github.com wrote: @alxhrck I agree more. Maybe we should talk through a new DB schema, all get into agreement, so we can make a unified set of changes that meet everyone's needs instead of breaking it multiple times. — |
One thing I've mentioned before is the concept of automatic indicator On Sat, Feb 13, 2016 at 9:20 PM, Brian Warehime notifications@github.com
|
@swannysec So that one gets dangerous to me, and goes hand in hand with the idea of caching some of the enrichment stuff. Any time you look up an indicator with a 3rd party source you're leaking some amount of data (not to mention there may be quotas/timing such as VirusTotal). I think we need to be really careful automatically pulling data for folks. That said I think the core idea and being able to pivot on data is key to the whole project. It just needs to be discussed/mapped. |
No argument there. I think adding a control on enrichment is wise! I'd On Sat, Feb 13, 2016 at 9:46 PM, Scott J. Roberts notifications@github.com
|
So I hate making DB changes, but I think it'd be nice to have a method to track aliases for actors. Between CrowdStrike animal names, APT[0-40] Mandiant/FireEye names, something clever from Kaspersky, common names, internal names, etc it becomes really hard to keep track.
I actually think this might be most easily done as a foreign key to a secondary table and only exposing it for actors. Thoughts?
The text was updated successfully, but these errors were encountered: