Merge branch 'python3' of https://github.com/CIRCL/AIL-framework into python3

This commit is contained in:
Terrtia 2018-04-23 16:22:51 +02:00
commit a7bd01ed9a

View file

@ -1,148 +0,0 @@
[Directories]
bloomfilters = Blooms
dicofilters = Dicos
pastes = PASTES
base64 = BASE64
wordtrending_csv = var/www/static/csv/wordstrendingdata
wordsfile = files/wordfile
protocolstrending_csv = var/www/static/csv/protocolstrendingdata
protocolsfile = files/protocolsfile
tldstrending_csv = var/www/static/csv/tldstrendingdata
tldsfile = faup/src/data/mozilla.tlds
domainstrending_csv = var/www/static/csv/domainstrendingdata
pystemonpath = /home/pystemon/pystemon/
sentiment_lexicon_file = sentiment/vader_lexicon.zip/vader_lexicon/vader_lexicon.txt
[Notifications]
sender = sender@example.com
sender_host = smtp.example.com
sender_port = 1337
[Flask]
max_preview_char = 250
max_preview_modal = 800
default_display = 10
minute_processed_paste = 10
diffmaxlinelength = 10000
[Categ]
matchingthreshold = 1
[Credential]
minimumlengththreshold = 3
criticalnumbertoalert = 8
mintoppasslist = 5
[Modules_Duplicates]
maximum_month_range = 3
threshold_duplicate_ssdeep = 50
threshold_duplicate_tlsh = 100
min_paste_size = 0.3
[Module_ModuleInformation]
threshold_stucked_module = 600
[Module_Mixer]
operation_mode = 3
ttl_duplicate = 86400
[Module_Base64]
path = Base64/
[Redis_Cache]
host = localhost
port = 6379
db = 0
[Redis_Log]
host = localhost
port = 6380
db = 0
[Redis_Queues]
host = localhost
port = 6381
db = 0
[Redis_Data_Merging]
host = localhost
port = 6379
db = 1
[Redis_Paste_Name]
host = localhost
port = 6379
db = 2
[Redis_Mixer_Cache]
host = localhost
port = 6381
db = 1
[Redis_Level_DB_Curve]
host = localhost
port = 6382
db = 1
[Redis_Level_DB_Sentiment]
host = localhost
port = 6382
db = 4
[Redis_Level_DB_TermFreq]
host = localhost
port = 6382
db = 2
[Redis_Level_DB_TermCred]
host = localhost
port = 6382
db = 5
[Redis_Level_DB]
host = localhost
db = 0
[Redis_Level_DB_Trending]
host = localhost
port = 6382
db = 3
[Redis_Level_DB_Hashs]
host = localhost
db = 1
[Url]
cc_critical = DE
[DomClassifier]
cc = DE
cc_tld = r'\.de$'
[Indexer]
type = whoosh
path = indexdir
register = indexdir/all_index.txt
index_max_size = 2000
[ailleakObject]
maxduplicatetopushtomisp = 10
[ZMQ_Global]
address = tcp://127.0.0.1:5556,tcp://crf.circl.lu:5556
channel = 102
bind = tcp://127.0.0.1:5556
[ZMQ_Url]
address = tcp://127.0.0.1:5004
channel = urls
[ZMQ_FetchedOnion]
address = tcp://127.0.0.1:5005
channel = FetchedOnion
[RedisPubSub]
host = localhost
port = 6381
db = 0