{
  "schema": "cremit-ioc/v1",
  "generated_at": "2026-07-04T13:30:17.541Z",
  "package": {
    "ecosystem": "npm",
    "name": "weavedb-lite",
    "version": "0.1.1",
    "publisher": "asteroiddao",
    "sha256": "sha512-AGxwdIP6/cf9X+Ba3Q+BccD476YCnBfLZKoJ8+/ArJY3cOAIOSerxmXmaV0fotePuvOX6DXbfK+S63wO+7xqDg==",
    "tarball_url": "https://registry.npmjs.org/weavedb-lite/-/weavedb-lite-0.1.1.tgz",
    "weekly_downloads": null,
    "description": null,
    "repository_url": null,
    "first_published_at": "2025-01-27T00:55:51.916Z"
  },
  "classification": {
    "label": "benign",
    "confidence": 0.85,
    "summary": "No suspicious destination, no remote-exec shape — 1 known-vendor host(s).",
    "provider": "ollama",
    "heuristic_score": 89,
    "disposition": "auto-published"
  },
  "references": {
    "npm_url": "https://www.npmjs.com/package/weavedb-lite/v/0.1.1",
    "pypi_url": null,
    "osv_id": null,
    "osv_url": null,
    "package_page": "https://incidents.cremit.io/packages/npm/weavedb-lite"
  },
  "techniques": [
    {
      "id": "T1027",
      "name": "Obfuscated Files or Information",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1140",
      "name": "Deobfuscate/Decode Files or Information",
      "tactic": "Defense Evasion"
    }
  ],
  "indicators": {
    "network": {
      "urls": [],
      "ipv4": [],
      "webhook_bins": [],
      "discord_webhook_ids": [],
      "telegram_bots": [],
      "github_repos": []
    },
    "files": {
      "credential_paths": []
    },
    "deps": {
      "suspicious": []
    },
    "encoded": {
      "base64": [
        {
          "encoded_preview": "bG9jYWwgd2RiID0gcmVxdWlyZSgid2VhdmVkYiIpCmxvY2FsIGpzb24gPSByZXF1aXJlKCJqc29uIikKCmxvY2FsIGZ1bmN0…",
          "decoded": "local wdb = require(\"weavedb\")\nlocal json = require(\"json\")\n\nlocal function parse(msg)\n  assert(type(msg.Tags.Query) == 'string', 'Query is required!')\n  return json.decode(msg.Tags.Query)\nend\n  \nHandlers.add(\"Get\", \"Get\", function(msg) msg.reply({ Data = wdb.get(parse(msg)) }) end)\nHandlers.add(\"Cget\", \"Cget\", function(msg) msg.reply({ Data = wdb.cget(parse(msg)) }) end)\nHandlers.add(\"Add\", \"Add\", function(msg) msg.reply({ Data = { id = wdb.add(parse(msg)) } }) end)\nHandlers.add(\"Set\", \"Set\", function(msg) msg.reply({ Data = { id = wdb.set(parse(msg)) } }) end)\nHandlers.add(\"Update\", \"Update\", function(msg) msg.reply({ Data = { id = wdb.update(parse(msg)) } }) end)\nHandlers.add(\"Upsert\", \"Upsert\", function(msg) msg.reply({ Data = { id = wdb.upsert(parse(msg)) } }) end)\nHandlers.add(\"Delete\", \"Delete\", function(msg) msg.reply({ Data = { id = wdb.delete(parse(msg)) } }) end)\n"
        }
      ]
    },
    "metadata": {
      "heuristic_flags": [
        "install-scripts:preinstall",
        "new-publisher:1d",
        "publisher-multi-name-burst:16",
        "publisher-version-pump:17",
        "osv-flagged:MAL-2026-4720"
      ],
      "static_flags": [
        "long-base64-literal",
        "base64-decode"
      ],
      "self_described_as": []
    }
  },
  "stix_hints": {
    "indicator_pattern_examples": [
      "[file:hashes.'SHA-256' = 'sha512-AGxwdIP6/cf9X+Ba3Q+BccD476YCnBfLZKoJ8+/ArJY3cOAIOSerxmXmaV0fotePuvOX6DXbfK+S63wO+7xqDg==']"
    ],
    "note": "These are STIX 2.1 indicator pattern fragments, not a full bundle. Wrap each in {type:\"indicator\", pattern:..., pattern_type:\"stix\"} and add identity / created_by_ref objects to ingest into a TIP."
  }
}