Skip to content

Get Malware Detection Rules

Sample JSON Response

json
{
  "yaraRules": {
    "count": 46,
    "url": ""
  }
}

OpenAPI definition

json
{
  "openapi": "3.1.0",
  "info": {
    "title": "ML Endpoint",
    "version": "1.0"
  },
  "servers": [
    {
      "url": "https://api.feedly.com/v3/ml"
    }
  ],
  "components": {
    "securitySchemes": {
      "sec0": {
        "type": "apiKey",
        "in": "header",
        "name": "Authorization",
        "x-bearer-format": "bearer"
      }
    }
  },
  "security": [
    {
      "sec0": []
    }
  ],
  "paths": {
    "/detection-rules/threat/{malwareId}": {
      "get": {
        "summary": "Get Malware Detection Rules",
        "description": "",
        "operationId": "get-malware-detection-rules",
        "parameters": [
          {
            "name": "malwareId",
            "in": "path",
            "description": "ID of malware family",
            "schema": {
              "type": "string",
              "default": "nlp/f/entity/gz:mal:fd035735-1ab9-419d-a94c-d560612e970b"
            },
            "required": true
          }
        ],
        "responses": {
          "200": {
            "description": "200",
            "content": {
              "application/json": {
                "examples": {
                  "Result": {
                    "value": "{}"
                  }
                },
                "schema": {
                  "type": "object",
                  "properties": {}
                }
              }
            }
          },
          "400": {
            "description": "400",
            "content": {
              "application/json": {
                "examples": {
                  "Result": {
                    "value": "{}"
                  }
                },
                "schema": {
                  "type": "object",
                  "properties": {}
                }
              }
            }
          }
        },
        "deprecated": false
      }
    }
  },
  "x-readme": {
    "headers": [],
    "explorer-enabled": true,
    "proxy-enabled": true
  },
  "x-readme-fauxas": true,
  "_id": "660334c44e14a80012542b9a:66033c9838a9670036eeef9c"
}