Skip to content
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

removed everything related to honeydb and blocked IP #637

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions cyences_app_for_splunk/README/cs_configurations.conf.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[honeydb]
# HoneyDB information to update Blocked IP lookup dynamically
api_id = <string> Honey DB API ID
api_key = <string> Honey DB API Key

[maliciousip]
# MaliciousIP Collector Configuration,
api_url = <string> URL where the API is hosted to collect the data
auth_token = <string> API auth token
cust_id = <string> UUID generated automatically while Configuration

[product_config]
enabled_products = <string> comma separated list of enabled products
disabled_products = <string> comma separated list of disabled products
117 changes: 0 additions & 117 deletions cyences_app_for_splunk/bin/honeydb_lookup_gen.py

This file was deleted.

98 changes: 0 additions & 98 deletions cyences_app_for_splunk/bin/maliciousip_lookup_gen.py

This file was deleted.

1 change: 0 additions & 1 deletion cyences_app_for_splunk/bin/rh_cyences_product_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@


CONF_FILE = 'cs_configurations'
HONEYDB_STANZA = 'honeydb'

APP_CONFIG_STANZA = 'product_config'
PRODUCTS_KEY = 'products'
Expand Down
68 changes: 0 additions & 68 deletions cyences_app_for_splunk/bin/rh_honeydb_conf.py

This file was deleted.

77 changes: 0 additions & 77 deletions cyences_app_for_splunk/bin/upload_malicious_ip.py

This file was deleted.

Loading