ytisf1k downloadsEnrich your notes with information from VirusTotal.
The VirusTotal Enrichment Plugin for Obsidian allows you to enhance your notes by querying VirusTotal directly within Obsidian. You can enrich notes with detailed properties of files, URLs, IP addresses, or domains, which can then be utilized within the note's body or as metadata for advanced querying capabilities, particularly with plugins like dataview.
To use the VirusTotal Enrichment Plugin, follow these steps:
Ctrl/Cmd + P) to run VirusTotal queries:Enrich Current Note: Enriches the open note with data fetched from VirusTotal based on content detected in the note.Navigate to the plugin settings in Obsidian to configure the following options:
md5, sha256, filetype, etc.Once your notes are enriched, you can utilize Dataview to create dynamic lists and tables based on the enriched data. Here are a few example queries:
```dataview
table md5, sha256, creation_date
from "notes-folder"
where contains(filetype, "executable")
```
```dataview
list
from "notes-folder"
where sha256 = "specific-hash-value"
```
See more examples in this repo in this link.
This project is licensed under the GNU License - see the LICENSE file for details.
Special thanks to:
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)For more detailed instructions, you may follow the standard GitHub documentation on creating a pull request.