Skip to content

Releases: SuchitReddi/ois

OIS - OSINT IOC Scanner

11 Feb 10:55

Choose a tag to compare

Full Changelog: v1.1...v1.2

V1.2

  • Added search api results for URLScan domains and urls.
  • Automated yearsago for no virustotal results (time - 1970)
  • Strengthened the regex queries. (If part of an IP satisfied private IP regex, it was tagged as private IP)
  • Added ReadMe and crash error logging batch file to the zip.
  • Added version number display.

OIS - OSINT IOC Scanner

27 Nov 11:00

Choose a tag to compare

Full Changelog: v1.0...v1.1

V1.1

  • Added URLScan API.
  • Added config.json file to handle api key, default browser, IOC limit, etc.
  • Not storing api key in plain text.
  • The urlscan script and config file can be placed anywhere in the base location or inside folder starting with XBM*. Script searches until they are found if there are multiple folders.
  • Improved TG search by adding visibility and time period parameters.
  • Defanged IOCs can also be processed.
  • Fixed issue where jfael.or[.]jp was split at "or" because it was considered as a delimiter.
  • Added so much additional info for each IOC type from VT api.

OIS - OSINT IOC Scanner

24 Nov 19:57

Choose a tag to compare

Full Changelog: https://github.com/SuchitReddi/ois/commits/v1.0

V1.0

  • Used PS2EXE after merging all scripts to convert it into an executable.
  • Completed integrating Virus Total API.
  • Fixed minor bugs.
  • Added a minimum 3 character requirement for IOCs.
  • Added the user choice for opening results in browser.
  • Urlscan polling won't take place if the user disabled opening links in browser.
  • Optimized error handling and revamped the UI.