fixed typos

pull/88/head
Mokaddem 2016-10-13 17:17:09 +02:00
parent 4eafca2936
commit f615333aae
1 changed files with 8 additions and 2 deletions

View File

@ -109,17 +109,23 @@ How to feed the AIL framework
For now, there are two different way to feed AIL with data: 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. 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 2. You can setup [pystemon](https://github.com/CIRCL/pystemon) and use the custom feeder provided by AIL
#Feeding AIL with pystemon #Feeding AIL with pystemon
AIL is a analysis tool, not a collector! AIL is an 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!! However, if you want to collect some paste and feed them to AIL, the procedure is described below.
Nevertheless, moderate your queries!
Here are the steps to setup your pystemon and feed data to AIL: 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) 1. Clone the [pystemon's git repository](https://github.com/CIRCL/pystemon)
2. Install its python dependencies inside your virtual environment 2. Install its python dependencies inside your virtual environment
3. Launch pystemon ``` ./pystemon ``` 3. Launch pystemon ``` ./pystemon ```
4. Edit the file bin/feeder/pystemon-feeder.py and modify the pystemonpath path accordingly 4. Edit the file bin/feeder/pystemon-feeder.py and modify the pystemonpath path accordingly
5. Launch pystemon-feeder ``` ./pystemon-feeder.py ``` 5. Launch pystemon-feeder ``` ./pystemon-feeder.py ```