a-oneil / Indicator-Search

Web application and API designed for rapid aggregation of OSINT results for enrichment.
8 stars 0 forks source link

[BUG] Fix false positive feedlist matches #32

Closed a-oneil closed 10 months ago

a-oneil commented 11 months ago

Within this function, we are taking the indicator and doing a for loop to check if the indicator is in the threat feed.

This often produces a false positive feedlist match.

For example, if you try to search tony@gmail.com, the word gmail is found in the following threat feeds.

image

This function needs refactored to ensure these type of false positive matches no longer occur.