Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def example_export_indicators_of_compromise_from_all_enterprise_feeds_as_csv():


if __name__ == "__main__":
# Warning: This example requires the Threat Intelligence package to be enabled on your account

# Will prompt for the token if missing, and launch the example above
# If a token expired error is raised, will prompt for a new token and restart the example
run_example(example_export_indicators_of_compromise_from_all_enterprise_feeds_as_csv)
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def example_export_indicators_of_compromise_from_all_enterprise_feeds_as_stix():


if __name__ == "__main__":
# Warning: This example requires the Threat Intelligence package to be enabled on your account

# Will prompt for the token if missing, and launch the example above
# If a token expired error is raised, will prompt for a new token and restart the example
run_example(example_export_indicators_of_compromise_from_all_enterprise_feeds_as_stix)
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def export_indicators_of_compromise_to_misp():


if __name__ == "__main__":
# Warning: This example requires the Threat Intelligence package to be enabled on your account

logging.basicConfig(level="INFO")
filterwarnings("ignore")

Expand Down