# NetoFuse Modules

NetoFuse modules are software components of NetoFuse that integrate a 3rd party product or provide a mechanism for integration to products. NetoFuse ships with a library of modules, and you can also develop custom modules.

## Modules for 3rd Party Products <a href="#modules-for-3rd-party-products" id="modules-for-3rd-party-products"></a>

The following NetoFuse modules are currently available for 3rd party vendor integration.

| Axonius   | Axonius Platform                                        | [axonius](/netofuse/modules/axonius.md)                                                                                                    | [Axonius](/enrich-traffic-with-context/configure-context-integrations/axonius-context.md)                       |
| --------- | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- |
| Claroty   | <p>Claroty CTD<br>Claroty EMC</p>                       | [claroty](/netofuse/modules/claroty.md)                                                                                                    | [Claroty](/enrich-traffic-with-context/configure-context-integrations/claroty-context.md)                       |
| Device42  | Device42                                                | [device42](/netofuse/modules/device42.md)                                                                                                  | [Device42](/enrich-traffic-with-context/configure-context-integrations/device42-context.md)                     |
| Microsoft | <p>Microsoft Defender for Endpoint<br>Microsoft XDR</p> | <p><a href="/pages/yFHnMN8c9HoaMvRxSYaf">defender</a><br><a href="/pages/iszA09e59QW6UW3Rwxap#microsoft-defender-xdr">microsoftxdr</a></p> | [Microsoft Defender](/enrich-traffic-with-context/configure-context-integrations/microsoft-defender-context.md) |
| RunZero   | RunZero                                                 | [runzero](/netofuse/modules/runzero.md)                                                                                                    | [RunZero](/enrich-traffic-with-context/configure-context-integrations/runzero-context.md)                       |
| Tanium    | Tanium Asset, Tanium Core                               | [tanium](/netofuse/modules/tanium.md)                                                                                                      |                                                                                                                 |
| Tenable   | Tenable Vulnerability Management                        | [tenable](/netofuse/modules/tenable.md)                                                                                                    | [Tenable](/enrich-traffic-with-context/configure-context-integrations/tenable-context.md)                       |
| Wiz       | Wiz Security Platform                                   | [wiz2](/netofuse/modules/wiz2.md)                                                                                                          | [Wiz](/enrich-traffic-with-context/configure-context-integrations/wiz.md)                                       |

## Modules for Generic Integration Methods <a href="#modules-for-generic-integration-methods" id="modules-for-generic-integration-methods"></a>

In addition, these NetoFuse modules that can be used to provide a generic integration method that can be used across many different data sources:

| Module     | Capability                          |             NetoFuse Module Name             |
| ---------- | ----------------------------------- | :------------------------------------------: |
| Local File | Integrate with any CSV or JSON file | [localfile](/netofuse/modules/local-file.md) |

## Additional Integrations in the Netography Fusion Portal <a href="#additional-integrations-in-the-netography-fusion-portal" id="additional-integrations-in-the-netography-fusion-portal"></a>

In addition to context integrations provided by NetoFuse modules, additional integrations are available directly in the Netography Fusion Portal in [Context Integrations](/enrich-traffic-with-context/configure-context-integrations.md). To understand the difference between Context Integrations and NetoFuse modules, see [About NetoFuse](/netofuse/about.md).

## Developing custom modules <a href="#developing-custom-modules" id="developing-custom-modules"></a>

See the [Custom Modules](/netofuse/modules/custom-modules.md) documentation to build your own custom modules for NetoFuse.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fusion.vectra.ai/netofuse/modules.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
