diff --git a/crowdsec-docs/docs/cti_api/getting_started.mdx b/crowdsec-docs/docs/cti_api/getting_started.mdx index 8a73c48f..702557cb 100644 --- a/crowdsec-docs/docs/cti_api/getting_started.mdx +++ b/crowdsec-docs/docs/cti_api/getting_started.mdx @@ -26,9 +26,9 @@ And the default output looks something like this: ```json { "ip_range_score": 5, - "ip": "[CENSURED]", - "ip_range": "[CENSURED]", - "as_name": "[CENSURED]", + "ip": "[CENSORED]", + "ip_range": "[CENSORED]", + "as_name": "[CENSORED]", "as_num": 0, "location": { "country": "FR", @@ -36,7 +36,7 @@ And the default output looks something like this: "latitude": 0.0, "longitude": 0.0 }, - "reverse_dns": "[CENSURED]", + "reverse_dns": "[CENSORED]", "behaviors": [ { "name": "http:scan", diff --git a/crowdsec-docs/docs/cti_api/taxonomy/cti_fields.md b/crowdsec-docs/docs/cti_api/taxonomy/cti_fields.md index 390eca56..ad941eab 100644 --- a/crowdsec-docs/docs/cti_api/taxonomy/cti_fields.md +++ b/crowdsec-docs/docs/cti_api/taxonomy/cti_fields.md @@ -11,9 +11,9 @@ sidebar_position: 2 ```json { "ip_range_score": 5, - "ip": "[CENSURED]", - "ip_range": "[CENSURED]", - "as_name": "[CENSURED]", + "ip": "[CENSORED]", + "ip_range": "[CENSORED]", + "as_name": "[CENSORED]", "as_num": 0, "location": { "country": "FR", @@ -21,7 +21,7 @@ sidebar_position: 2 "latitude": 0.0, "longitude": 0.0 }, - "reverse_dns": "[CENSURED]", + "reverse_dns": "[CENSORED]", "behaviors": [ { "name": "http:scan",