Nebulock · Arazzo Workflow

Validate and deploy a Nebulock detection rule

Version 1.0.0

Validate rule content, create it inactive, then activate it.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanySecurityThreat HuntingThreat DetectionSecurity OperationsDetection EngineeringAI AgentsSIEMArazzoWorkflows

Provider

nebulock

Workflows

validateAndDeployRule
Validate a Sigma rule, create it inactive, then flip it to active.
3 steps inputs: content, rule_type outputs: ruleId
1
validateRule
2
createRule
3
activateRule

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Validate and deploy a Nebulock detection rule
  version: 1.0.0
  summary: Validate rule content, create it inactive, then activate it.
sourceDescriptions:
- name: rulesApi
  url: ../openapi/nebulock-rules-api-openapi.yml
  type: openapi
workflows:
- workflowId: validateAndDeployRule
  summary: Validate a Sigma rule, create it inactive, then flip it to active.
  inputs:
    type: object
    properties:
      rule_type:
        type: string
      content:
        type: string
  steps:
  - stepId: validateRule
    operationId: validate_rule_public_api
    requestBody:
      contentType: application/json
      payload:
        rule_type: $inputs.rule_type
        content: $inputs.content
  - stepId: createRule
    operationId: create_rule_public_api
    requestBody:
      contentType: application/json
      payload:
        rule_type: $inputs.rule_type
        content: $inputs.content
        status: inactive
    outputs:
      ruleId: $response.body#/rule_id
  - stepId: activateRule
    operationId: update_rule_public_api
    parameters:
    - name: rule_id
      in: path
      value: $steps.createRule.outputs.ruleId
    requestBody:
      contentType: application/json
      payload:
        status: active
  outputs:
    ruleId: $steps.createRule.outputs.ruleId

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/nebulock-validate-and-deploy-rule"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.