-
Notifications
You must be signed in to change notification settings - Fork 42
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
Config file entries not being applied #29
Comments
Same issue experienced here. Part of the issue may be rooted here https://github.com/gcrahay/otx_misp/blob/master/src/otx_misp/cli.py#L145 in
And here's the signature to
Looks like Will need to dig further on why some others are not seemingly being acted upon. |
OK, I think the remainder of the issue is as follows (and yes, the missing
|
is otx_misp still active? It seems like this might have been an easy fix, but there has been no action for 18 months. @gcrahay are you still maintaining this? |
Description
When certain options are set via a config file and otx-misp is used like otx-misp -c /etc/otx.conf certain options don't seem to apply. these include to_ids = yes, author = yes, discover_tags = yes.
When ran with the bellow config file tags are not discovered, alienvault is not added to the info field and the IDS flag is not set. running with otx-misp -a --discover-tags --to-ids --dedup-titles -c /etc/otx.conf works as expected.
The config file was initially generated using the -w argument.
Versions
Config File
[otx_misp]
tlp = yes
dedup_titles = yes
author = yes
timestamp = 2019-02-05T06:02:24.516501
to_ids = yes
bulk_tag = otx,test
server = https://127.0.0.1
otx =
publish = yes
stop_on_error = no
author_tag = no
discover_tags = yes
misp =
update_timestamp = yes
The text was updated successfully, but these errors were encountered: