Skip to content

Commit 66309dc

Browse files
committed
adjusts in the introduction and contribute
1 parent 8f29088 commit 66309dc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/IntelOwl/contribute.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,9 @@ After having written the new python module, you have to remember to:
284284
6. \*Playbook to Execute: Playbook that **will** be executed in the Job generated by the Pivot
285285

286286
Most of the times you don't need to create a new Pivot Module. There are already some base modules that can be extended.
287-
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.
287+
The most important ones are the following 2:
288+
- 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.
289+
- 2.`SelfAnalyzable`: use this module if you want to create a custom Pivot that would analyze again the same observable/file.
288290

289291
### How to add a new Visualizer
290292

docs/IntelOwl/introduction.md

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

0 commit comments

Comments
 (0)