SK-CERT / Taranis-NG

Taranis NG is an OSINT gathering and analysis tool for CSIRT teams and organisations. It allows team-to-team collaboration, and contains a user portal for simple self asset management. Taranis NG was developed by SK-CERT with a help from wide CSIRT community.
European Union Public License 1.2
90 stars 20 forks source link

Sample OSINT Sources #346

Open merlin-ke opened 1 month ago

merlin-ke commented 1 month ago

I finally have my instance running but I am struggling how to proceed and get value of the tool. Does anyone have sample OSINT sources that can be imported as JSON or website URLs that can be added to as sources?

Also pictures or videos of what to expect once you configure the sources?

multiflexi commented 4 weeks ago

Just add some RSS feed like https://rss.packetstormsecurity.com/files/ and you will seed those items in asses section

merlin-ke commented 4 weeks ago

Figured this out for the RSS Feeds with a bit of tweaking here and there on the user agent, interval etc. haven't managed to get the website collector to work. Trying to figure out how and role of wordlist during configuration. Any help on that?

Progress1 commented 4 weeks ago

Here is simple example for Patchstack website. On the pictures you can see specific settings for this page. You can see in this example also combination of two ways selectors use (css and xpath).
user agent - you can keep it empty (using default) interval - how much minutes will the crawl repeat (in this example each 1 minute)

These are the mandatory settings for nice crawl (use selectors for identifying target web elements): Links to articles - list of html links pointed to articles Article title - caption Short summary - show in Asses grid as short preview text Article content - full text, if you open news item Wordlist - they works like: if some word from this white list is found then process page. Or opposite like stop list. None set - process all

Clipboard_08-19-2024_01 Clipboard_08-19-2024_02 Clipboard_08-19-2024_03