unfurl icon indicating copy to clipboard operation
unfurl copied to clipboard

Add domain reputation checks

Open obsidianforensics opened this issue 6 years ago • 1 comments
trafficstars

Description Add a lookup "parser" that takes a domain name in and shows some basic reputation things; for example popularity (Alexa 1M?) or if it has been flagged as bad (SafeBrowsing?).

Examples

  • Show google.com as popular/common and not malicious.
  • Show goooogle.ru as not popular/rare and malicious (made up example).

References

  • TBD

obsidianforensics avatar Nov 12 '19 22:11 obsidianforensics

The popular/common use case is addressed in #134.

https://developers.google.com/safe-browsing/v4 could be used if we want to flag URLs as potentially malicious

obsidianforensics avatar Jan 05 '22 00:01 obsidianforensics