mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Added pystemon instruction section
This commit is contained in:
parent
2781a2f0b7
commit
4eafca2936
2 changed files with 26 additions and 0 deletions
26
README.md
26
README.md
|
@ -101,6 +101,28 @@ Eventually you can browse the status of the AIL framework website at the followi
|
||||||
|
|
||||||
``http://localhost:7000/``
|
``http://localhost:7000/``
|
||||||
|
|
||||||
|
How to
|
||||||
|
======
|
||||||
|
|
||||||
|
How to feed the AIL framework
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
|
For now, there are two different way to feed AIL with data:
|
||||||
|
1. Be a collaborator of CIRCL and ask to access our feed. Then, it will be sent to the static IP your are using for AIL.
|
||||||
|
2. You can setup [pystemon](https://github.com/CIRCL/pystemon) and use the custom feeder provided by AIL
|
||||||
|
|
||||||
|
#Feeding AIL with pystemon
|
||||||
|
AIL is a analysis tool, not a collector!
|
||||||
|
However, if you want to collect some paste and feed them to AIL, here is the procedure but moderate your queries quantity!!
|
||||||
|
|
||||||
|
Here are the steps to setup your pystemon and feed data to AIL:
|
||||||
|
1. Clone the [pystemon's git repository](https://github.com/CIRCL/pystemon)
|
||||||
|
2. Install its python dependencies inside your virtual environment
|
||||||
|
3. Launch pystemon ``` ./pystemon ```
|
||||||
|
4. Edit the file bin/feeder/pystemon-feeder.py and modify the pystemonpath path accordingly
|
||||||
|
5. Launch pystemon-feeder ``` ./pystemon-feeder.py ```
|
||||||
|
|
||||||
|
|
||||||
How to create a new module
|
How to create a new module
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
@ -117,6 +139,10 @@ Feel free to fork the code, play with it, make some patches or add additional an
|
||||||
|
|
||||||
To contribute your module, feel free to pull your contribution.
|
To contribute your module, feel free to pull your contribution.
|
||||||
|
|
||||||
|
Overview and License
|
||||||
|
====================
|
||||||
|
|
||||||
|
|
||||||
Redis and LevelDB overview
|
Redis and LevelDB overview
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
|
0
bin/feeder/pystemon-feeder.py
Normal file → Executable file
0
bin/feeder/pystemon-feeder.py
Normal file → Executable file
Loading…
Reference in a new issue