Skip to content

need a strategy for storing non-filetype objects #32

@webstergd

Description

@webstergd

We need to develop a simple strategy for storing non-file types (email, ip addresses, domain names). Our current scheme could almost work. However, we cannot use SASI indexing on Cassandra due to the object name array. Additionally, we need a way to easily dedup entries.

@zhanif3 @cynexit what are your thoughts?

Current scheme for object as follows:
{
"_id": UUID,
"sha1: str,
"sha256": str,
"md5": str,
"mime": str,
"source": []str,
"obj_name": []str,
"submissions" []UUID,
}

Current scheme for submission as follows:
{
"_id": UUID
"object": UUID,
"user_id": str,
"source": str,
"date": ISO8601,
"obj_name": str,
"tags": []str,
"comment": str,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions