Skip to content

Commit

Permalink
adjusts in the introduction and contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Aug 26, 2024
1 parent 8f29088 commit 66309dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/IntelOwl/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ After having written the new python module, you have to remember to:
6. \*Playbook to Execute: Playbook that **will** be executed in the Job generated by the Pivot

Most of the times you don't need to create a new Pivot Module. There are already some base modules that can be extended.
The most important ones are the following 2: 1.`AnyCompare`: use this module if you want to create a custom Pivot from a specific value extracted from the results of the analyzers/connectors. How? you should populate the parameter `field_to_compare` with the dotted path to the field you would like to extract the value from. 2.`SelfAnalyzable`: use this module if you want to create a custom Pivot that would analyze again the same observable/file.
The most important ones are the following 2:
- 1.`AnyCompare`: use this module if you want to create a custom Pivot from a specific value extracted from the results of the analyzers/connectors. How? you should populate the parameter `field_to_compare` with the dotted path to the field you would like to extract the value from.
- 2.`SelfAnalyzable`: use this module if you want to create a custom Pivot that would analyze again the same observable/file.

### How to add a new Visualizer

Expand Down
3 changes: 3 additions & 0 deletions docs/IntelOwl/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ To know more about the project and its growth over time, you may be interested i
- [Certego Blog: v.5.0.0 Announcement](https://www.certego.net/blog/intelowl-v5-released)
- [Youtube demo: IntelOwl v4](https://youtu.be/pHnh3qTzSeM)
- [Certego Blog: v.4.0.0 Announcement](https://www.certego.net/en/news/intel-owl-release-v4-0-0/)
- [LimaCharlie sponsorship](https://limacharlie.io/blog/limacharlie-sponsors-intel-owl/?utm_source=intelowl&utm_medium=banner)
- [Tines sponsorship](https://www.tines.com/blog/announcing-our-sponsorship-of-intel-owl?utm_source=oss&utm_medium=sponsorship&utm_campaign=intelowl)
- [APNIC blog](https://blog.apnic.net/2021/10/22/intel-owl-v3-0-0-speeds-up-threat-intelligence-retrieval/)
- [Honeynet Blog: v3.0.0 Announcement](https://www.honeynet.org/2021/09/13/intel-owl-release-v3-0-0/)
- [Intel Owl on Daily Swig](https://portswigger.net/daily-swig/intel-owl-osint-tool-automates-the-intel-gathering-process-using-a-single-api)
- [Honeynet Blog: v1.0.0 Announcement](https://www.honeynet.org/?p=7558)
Expand Down

0 comments on commit 66309dc

Please sign in to comment.