kpcyrd / sn0int

Semi-automatic OSINT framework and package manager
https://sn0int.readthedocs.io/
GNU General Public License v3.0
2k stars 178 forks source link

Auto noscope #108

Closed kpcyrd closed 5 years ago

kpcyrd commented 5 years ago

In addition to recursive noscoping in #87 there should be a way to "permanently recursively noscope".

This is inspired by #107 and after thinking about this for a while I think this could work:

  1. we keep a list of autoscope and autonoscope
  2. we compare new objects to this list
  3. the most precise rule wins

The following objects qualify for autonoscoping:

Precision is measured depending on the object type.

Instead of traversing things recursively every time we would apply these filters to new objects as we add them.