Skip to content

sytek/firebolt-app

Repository files navigation

firebolt-app

Front end application to find previously undetectable malware on a system.

Technologies: Meteorjs, Nodejs, Blaze, HTML, CSS3, JavaScript, JQuery, ElasticSeach, MongoDB, Kibana


mapping:

PUT /firebolt { "mappings": { "endpoint": { "date_detection": false, "properties": { "hostname": { "type": "string", "index": "not_analyzed" }, "filename": { "type": "string", "index": "not_analyzed" }, "hash": { "type": "string" }, "category": { "type": "string" }, "path": { "type": "string", "index": "not_analyzed" }, "kaspersky" : { "type": "string", "index": "not_analyzed" }, "trendMicro" :{ "type": "string", "index": "not_analyzed" }, "sophos" : { "type": "string", "index": "not_analyzed" }, "mcafee" : { "type": "string", "index": "not_analyzed" }, "malwarebytes" : { "type": "string", "index": "not_analyzed" }, "gen_date": { "type": "date", "format": "yyyy-MM-dd" } }

}

} }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published