Socket
Socket
Sign inDemoInstall

n8n-nodes-greynoise

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    n8n-nodes-greynoise

![](./images/greynoise.png)


Version published
Weekly downloads
3
increased by50%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

n8n-nodes-greynoise

This is an n8n community node for interacting with the GreyNoise cybersecurity platform.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

For users on n8n v0.187+, your instance owner can install this node from Community Nodes.

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter n8n-nodes-ldap in Enter npm package name.
  4. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
  5. Select Install.

After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.

Manual installation

To get started install the package in your n8n root directory:

npm install n8n-nodes-ldap

For Docker-based deployments add the following line before the font installation command in your n8n Dockerfile:

RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-ldap

Operations

Community

  • Community IP: Query IPs in the GreyNoise dataset
    • IP: The IP to query

Enterprise

  • GNQL Query: GNQL (GreyNoise Query Language)
    • Query: The GNQL query to run
    • Limit: Maximum amount of results to grab (0..10,000)
  • GNQL Stats: Get aggregate statistics for the top organizations, actors, tags, ASNs, countries, classifications, and operating systems of all the results of a given GNQL query.
    • Query: The GNQL stats query to run
    • Limit: Maximum amount of results to grab (0..10,000)
  • IP Context: Get more information about a given IP address. Returns time ranges, IP metadata (network owner, ASN, reverse DNS pointer, country), associated actors, activity tags, and raw port scan and web request information.
    • IP: The IP to query
  • IP Quick Check: Check whether a given IP address is “Internet background noise”, or has been observed scanning or attacking devices across the Internet.
    • IP: The IP to query
  • Multi-IP Context: Get more information about given IP addresses. Returns time ranges, IP metadata (network owner, ASN, reverse DNS pointer, country), associated actors, activity tags, and raw port scan and web request information.
    • IPs: Comma separated list of IPs to query
  • Multi-IP Quick Check: Check whether given IP addresses are “Internet background noise”, or have been observed scanning or attacking devices across the Internet.
    • IPs: Comma separated list of IPs to query
  • RIOT IP Lookup: RIOT identifies IPs from known benign services and organizations that commonly cause false positives in network security and threat intelligence products. The collection of IPs in RIOT is continually curated and verified to provide accurate results.
    • IP: The IP to query
  • Tag Metadata: Get a list of tags and their respective metadata

Credentials

You can use the GreyNoise Community service without authentication, however you will be limited in the number of requests you can send. For more requests, or enterpise functionality, you can sign-up for an account.

  • Token: The GreyNoise API token

Compatibility

n8n v0.187+

Resources

License

MIT

Keywords

FAQs

Last updated on 27 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc