{"id":18374710,"url":"https://github.com/jupiterone/graph-malwarebytes","last_synced_at":"2025-04-06T20:30:42.499Z","repository":{"id":41976680,"uuid":"320404593","full_name":"JupiterOne/graph-malwarebytes","owner":"JupiterOne","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-02T19:13:16.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-03-22T06:13:09.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JupiterOne.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-12-10T22:24:54.000Z","updated_at":"2022-03-27T21:00:17.000Z","dependencies_parsed_at":"2024-01-02T20:27:18.165Z","dependency_job_id":"db550529-344c-4e5e-9ec4-63b4249ed5f1","html_url":"https://github.com/JupiterOne/graph-malwarebytes","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":"JupiterOne-Archives/integration-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fgraph-malwarebytes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fgraph-malwarebytes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fgraph-malwarebytes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fgraph-malwarebytes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JupiterOne","download_url":"https://codeload.github.com/JupiterOne/graph-malwarebytes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247547033,"owners_count":20956476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T00:15:44.725Z","updated_at":"2025-04-06T20:30:42.180Z","avatar_url":"https://github.com/JupiterOne.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JupiterOne Integration\n\n## Development Environment\n\n### Prerequisites\n\nYou must have Node.JS installed to run this project. If you don't already have\nit installed, you can can download the installer\n[here](https://nodejs.org/en/download/). You can alternatively install Node.JS\nusing a version manager like [fnm](https://github.com/Schniz/fnm) or\n[nvm](https://github.com/nvm-sh/nvm).\n\n### Setup\n\n#### Installing dependencies\n\nFirst, you'll need to\n[install `yarn`](https://yarnpkg.com/getting-started/install). Then, from the\nroot of this project, run `yarn install` to install dependencies.\n\n#### Loading configuration\n\nAn integration executes against a configuration that provides credentials and\nany other information necessary to ingest data from the provider. The\nconfiguration fields are defined in `src/instanceConfigFields.ts` while the\nconfiguration values are stored in a `.env` file at the root of this project.\nThis allows the integration to automatically load the field values and complain\nwhen they're not provided.\n\nCreate a `.env` file at the root of this project and add environment variables\nto match what is in `src/instanceConfigFields.ts`. The `.env` file is ignored by\ngit, so you won't have to worry about accidentally pushing credentials.\n\nGiven this example configuration:\n\n```typescript\nimport { IntegrationInstanceConfigFieldMap } from '@jupiterone/integration-sdk-core';\n\nconst instanceConfigFields: IntegrationInstanceConfigFieldMap = {\n  clientId: {\n    type: 'string',\n  },\n  clientSecret: {\n    type: 'string',\n    mask: true,\n  },\n};\n\nexport default instanceConfigFields;\n```\n\nYou would provide a `.env` file like this:\n\n```bash\nCLIENT_ID=\"client-id\"\nCLIENT_SECRET=\"supersecret\"\n```\n\nThe snake cased environment variables will automatically be converted and\napplied to the camel cased configuration field. So for example, `CLIENT_ID` will\napply to the `clientId` config field, `CLIENT_SECRET` will apply to\n`clientSecret`, and `MY_SUPER_SECRET_CONFIGURATION_VALUE` will apply to a\n`mySuperSecretConfigurationValue` configuration field.\n\n## Running the integration\n\nTo start collecting data, run `yarn start` from the root of the project. This\nwill load in your configuration from `src/index.ts`.\n\n## Documentation\n\n### Development\n\nPlease reference the JupiterOne integration\n[development documentation](https://github.com/JupiterOne/sdk/blob/main/docs/integrations/development.md)\nfor more information on how to use the SDK.\n\nSee [docs/development.md](docs/development.md) for details about how to get\nstarted with developing this integration.\n\n### Integration usage and resource coverage\n\nMore information about the resources covered by this integration and how to\nsetup the integration in JupiterOne can be found in\n[docs/jupiterone.md](docs/jupiterone.md).\n\n### Changelog\n\nThe history of this integration's development can be viewed at\n[CHANGELOG.md](CHANGELOG.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Fgraph-malwarebytes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupiterone%2Fgraph-malwarebytes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Fgraph-malwarebytes/lists"}