-
Notifications
You must be signed in to change notification settings - Fork 385
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
Edit Readme.MD for a goot view. #757
Conversation
Added branch for it This reverts commit f2e1f76.
Adding q radar analyzer
Revert "Adding q radar analyzer"
Adjusting mail responder
Thanks @DanteDevil89 If I'm not wrong this issue is related to: I need to ask you to split this pull in 3 different part. If you provide different pull will be easier and quicker for us to merge them. |
I'm going to close this pull because it's very difficult to review and merge. |
sorry @dadokkio, But i have suggesto also a change ok README.md. Because web view isn't good. |
Hi @DanteDevil89 , what do you mean with issue for \n at the end of README.md ? |
@DanteDevil89 probably you want to make this change in @jeffrey-e https://github.com/jeffrey-e/Cortex-Analyzers repo because the analyzer you are trying to fix in not yet available in this one. |
At the end's Readme you not have same "\n".
sorry for my bad English.
##Basic configuration: The following settings are available for the script.
QRadar:
proxies: << Use this for any proxy url's required
http:
https:
url: https://<ip/hostname>: << QRadar url
key: << QRadar API key. This can be the same as the key for the analyzer
verify: <True/False/pathtocert> << Defines whether or not certificate hostname validation is enabled. Provide a path to a CA file if you have a specific file with authorized CA's
enabled_datatypes: << Allows you to enable/disable certain datatypes.
- ip
- domain
- fqdn
- url
- hash
search_limit : 1 << The amount of days it searches back in time
search_timeout : 86400 << The maximum duration it may take to complete the search
polling_interval : 10 << polling interval for the search status
url_root_domain_field: << Field names
url_fqdn_field:
url_field:
mail_recipient_field:
mail_sender_field:
mail_send_qid:
mail_receive_qid:
hash_md5:
hash_sha1:
hash_sha256:
TheHive:
proxies: << Use this for any proxy url's required
http:
https:
url: https://<ip/hostname> << The Hive url
key: << The Hive API key
verify: <True/False/pathtocert> << Defines whether or not certificate hostname validation is enabled. Provide a path to a CA file if you have a specific file with authorized CA's