Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chewitt/osintd
An OSINT downloader created in bash
https://github.com/chewitt/osintd
bash osint threat-intelligence
Last synced: 8 days ago
JSON representation
An OSINT downloader created in bash
- Host: GitHub
- URL: https://github.com/chewitt/osintd
- Owner: chewitt
- License: gpl-2.0
- Created: 2021-10-11T15:57:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T06:06:09.000Z (about 3 years ago)
- Last Synced: 2024-12-02T13:11:37.751Z (2 months ago)
- Topics: bash, osint, threat-intelligence
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osintd
osintd is a low-tech tool written in bash for managing the download of OSINT threat intelligence feeds for SOC tools. The main features are:
- Downloading feeds with IP indicators
- Combining feeds and appending feed source
- Applying static allow/block overrides
- Manipulating feeds for use with Fidelis solutions
- Publishing (via nginx/apache)Feed automation is handled via cron on the host system.
NB: It is an intentionally simple tool that focusses on getting the job done more than bash ettiquette. Contributions that improve how it works are welcomed!