diff --git a/topics/ioc/index.md b/topics/ioc/index.md new file mode 100644 index 00000000000..be503ad2dc3 --- /dev/null +++ b/topics/ioc/index.md @@ -0,0 +1,9 @@ +--- +topic: ioc +display_name: IoC (Disambiguation) +short_description: 'IoC can either mean "Inversion of Control" or "Indicator of Compromise", depending on the context.' +related: inversion-of-control, indicator-of-compromise +--- +The term "**IoC**" can mean multiple things: +* [Inversion of Control](/topics/inversion-of-control) in the context of [design patterns](/topics/design-patterns) +* [Indicator of Compromise](/topics/indicator-of-compromise) in the context of [cybersecurity](/topics/security)