the method "helper.api.stix_cyber_observable.read" in the connector. #6880
-
Hi, I want to write my own connector, but I'm faced with the problem of getting data from the platform. I am trying to get only observable with type "ipv4-addr" as follows:
but there is no result, only None. I tried to set other keys, but I get an error: What don't I understand? I will be grateful for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Jijach,
|
Beta Was this translation helpful? Give feedback.
Hi @Jijach,
To filter on the entity type, use the key "entity_type" and to get all the observables corresponding to your filter, use list():