|
1 | 1 | # n8n-nodes-msgraphsecurity |
2 | 2 |
|
3 | | -This is an n8n community node. It lets you use _app/service name_ in your n8n workflows. |
| 3 | +This is an n8n community node. It lets you use the Unified Security API in Microsoft Graph in your n8n workflows. |
4 | 4 |
|
5 | | -_App/service name_ is _one or two sentences describing the service this node integrates with_. |
| 5 | +The Microsoft Graph security API provides a unified interface and schema to integrate with security solutions from Microsoft and ecosystem partners. It empowers customers to streamline security operations and better defend against increasing cyber threats. The Microsoft Graph security API federates queries to all onboarded security providers and aggregates responses. Use the Microsoft Graph security API to build applications that: |
| 6 | + |
| 7 | +- Consolidate and correlate security alerts from multiple sources. |
| 8 | +- Pull and investigate all incidents and alerts from services that are part of or integrated with Microsoft 365 Defender. |
| 9 | +- Unlock contextual data to inform investigations. |
| 10 | +- Automate security tasks, business processes, workflows, and reporting. |
| 11 | +- Send threat indicators to Microsoft products for customized detections. |
| 12 | +- Invoke actions in response to new threats. |
| 13 | +- Provide visibility into security data to enable proactive risk management. |
6 | 14 |
|
7 | 15 | [n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/sustainable-use-license/) workflow automation platform. |
8 | 16 |
|
@@ -41,19 +49,17 @@ Required Microsoft Graph permissions (Type: Application): |
41 | 49 |
|
42 | 50 | ## Compatibility |
43 | 51 |
|
44 | | -_State the minimum n8n version, as well as which versions you test against. You can also include any known version incompatibility issues._ |
| 52 | +Tested with recent n8n 2.x releases. Older versions may work, but are not guaranteed. |
45 | 53 |
|
46 | 54 | ## Usage |
47 | 55 |
|
48 | | -_This is an optional section. Use it to help users with any difficult or confusing aspects of the node._ |
49 | | - |
50 | | -_By the time users are looking for community nodes, they probably already know n8n basics. But if you expect new users, you can link to the [Try it out](https://docs.n8n.io/try-it-out/) documentation to help them get started._ |
| 56 | +[Try it out](https://docs.n8n.io/try-it-out/) |
51 | 57 |
|
52 | 58 | ## Resources |
53 | 59 |
|
54 | 60 | - [n8n community nodes documentation](https://docs.n8n.io/integrations/#community-nodes) |
55 | | -- _Link to app/service documentation._ |
| 61 | +- [Microsoft Graph security API overview](https://learn.microsoft.com/en-us/graph/api/resources/security-api-overview?view=graph-rest-beta) |
56 | 62 |
|
57 | 63 | ## Version history |
58 | 64 |
|
59 | | -_This is another optional section. If your node has multiple versions, include a short description of available versions and what changed, as well as any compatibility impact._ |
| 65 | +[Changelog](./CHANGELOG.md) |
0 commit comments