-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate enrich.py to modular system #117
Conversation
@MarcOverIP @xychix could you already have a look at the proposed approach? Regarding the iplist, I would get rid of the iplist config files from |
As discussed, we'll keep the following iplist config files in sync with the related ES index:
|
5fe1d8a
to
ac43410
Compare
a59288a
to
901401a
Compare
Fetch LOGLEVEL from config.json for alarms.py
Signed-off-by: fastlorenzo <[email protected]>
@lorenzo please do check if alarms.py matches with ones in your open PR. Further these are minor additions
e03dcef
to
a31c5d6
Compare
Fetch LOGLEVEL from config.json for alarms.py
Signed-off-by: fastlorenzo <[email protected]>
@lorenzo please do check if alarms.py matches with ones in your open PR. Further these are minor additions
Signed-off-by: fastlorenzo <[email protected]>
Signed-off-by: fastlorenzo <[email protected]>
Signed-off-by: fastlorenzo <[email protected]>
Signed-off-by: fastlorenzo <[email protected]>
Signed-off-by: fastlorenzo <[email protected]>
Signed-off-by: fastlorenzo <[email protected]>
Signed-off-by: fastlorenzo <[email protected]>
Signed-off-by: fastlorenzo <[email protected]>
Signed-off-by: fastlorenzo <[email protected]>
Signed-off-by: fastlorenzo <[email protected]>
@MarcOverIP @xychix should be ready to be merged in master \o/ |
Signed-off-by: fastlorenzo <[email protected]>
Signed-off-by: fastlorenzo <[email protected]>
Signed-off-by: fastlorenzo <[email protected]>
Enrich CS beacon dataEnrich redirector traffic with greynoiseEnrich redirector traffic with tor exit nodesEnrich redirector traffic with IP list (iplist_unknown.conf
)Enrich redirector traffic with IP list (iplist_redteam.conf
)Enrich redirector traffic with IP list (iplist_customer.conf
)Enrich redirector traffic with IP list (iplist_alarmed.conf
)Enrichment to replace=> To be done in another PRroguedomains.conf
Test enrich CS beacon dataTest enrich redirector traffic with greynoiseTest enrich redirector traffic with tor exit nodesTest enrich redirector traffic with IP list (iplist_unknown.conf
)Test enrich redirector traffic with IP list (iplist_redteam.conf
)Test enrich redirector traffic with IP list (iplist_customer.conf
)Test enrich redirector traffic with IP list (iplist_alarmed.conf
)=> To be done in another PRredteamdomains.conf
=> still to decide how to use itRemove enrichment forknown_testsystems.conf
andknown_sandboxes.conf
Add possibility to enable/disable enrichment modules (via config file)Add possibility to configure run interval for enrichment and alarm modules (via config file)Fix small errors in installer fordev
run (don't run certbot in dev)Fixes #108