Skip to content

Threatelligence is a simple cyber threat intelligence feed collector, using Elasticsearch, Kibana and Python to automatically collect intelligence from custom or public sources. Automatically updates feeds and tries to further enhance data for dashboards.

Notifications You must be signed in to change notification settings

gfunkoriginal/Threatelligence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Threatelligence

Introduction

Threatelligence fetches cyber threat intelligence data from various sources, exposing threats through a search engine. The software provides a variety of dashboards (built using Kibana) used to display data and make searching through security vulnerability data extremely easy.

The project codebase was originally cloned from syphon1c/Threatelligence. Kudos!

The original author of some of this code has made made it very easy to add your own custom feeds to Threatelligence, automate the fetching of data and removing old data. For more information please see Customer Feeds. You should be able to add all kinds of data (whatever you determine as intelligence) to the underlying index and then display it in the dashboards. The codebase has been customized however to accomodate specific security notification and requirements.

Installation

See the Installation Guide.

Acknowledgements and Inspiration

The project was originally cloned from syphon1c/Threatelligence. Many aspetcs of the code have been edited over time. In order to see a full breakdown of changes consult the project differential. All additional code present within this codebase is provided by Graeme James McGibbney as per the following permissive, open source license.

#Copyright 2016 Graeme James McGibbney
#
#Licensed under the Apache License, Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
#You may obtain a copy of the License at
#
#    http://www.apache.org/licenses/LICENSE-2.0
#
#Unless required by applicable law or agreed to in writing, software
#distributed under the License is distributed on an "AS IS" BASIS,
#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#See the License for the specific language governing permissions and
#limitations under the License.

About

Threatelligence is a simple cyber threat intelligence feed collector, using Elasticsearch, Kibana and Python to automatically collect intelligence from custom or public sources. Automatically updates feeds and tries to further enhance data for dashboards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 65.3%
  • HTML 23.6%
  • Python 9.8%
  • JavaScript 1.3%