https://github.com/chewitt/osintd
An OSINT downloader created in bash
https://github.com/chewitt/osintd
bash osint threat-intelligence
Last synced: 2 months 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T06:06:09.000Z (over 4 years ago)
- Last Synced: 2025-06-29T10:41:22.532Z (about 1 year ago)
- Topics: bash, osint, threat-intelligence
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- 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!