Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit f433de6

Browse files
authored
Update getting_started.rst (#133)
main_observable_type should be changed to x_opencti_main_observable_type because if it is not changed, an exception of ERROR:root:[opencti_indicator] Missing parameters: name and pattern and main_observable_type will be thrown because the check which is done under opencti_indicator.py is not main_observable_type but x_opencti_main_observable_type.
1 parent f387522 commit f433de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client_usage/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ and OpenCTI compatible date format.
3737
description="This is the C2 server of the campaign",
3838
pattern_type="stix",
3939
indicator_pattern="[domain-name:value = 'www.5z8.info']",
40-
main_observable_type="IPv4-Addr",
40+
x_opencti_main_observable_type="IPv4-Addr",
4141
valid_from=date,
4242
update=True,
4343
markingDefinitions=[TLP_GREEN_CTI["id"]],

0 commit comments

Comments
 (0)