socket threat-feed

Look up the Socket threat feed

This opens an interactive Socket Threat Feed in your terminal.

You can also generate a --json dump for the current request, or format it nicely with --markdown.

Note: Access to this feature requires a special Thread Feed license.

  [beta] View the threat feed

  Usage
    $ socket threat-feed

  API Token Requirements
    - Quota: 1 unit
    - Permissions: threat-feed:list
    - Special access

  This feature requires a Threat Feed license. Please contact
  sales@socket.dev if you are interested in purchasing this access.

  Options
    --direction       Order asc or desc by the createdAt attribute
    --eco             Only show threats for a particular ecosystem
    --filter          Filter what type of threats to return
    --help            Print this help
    --json            Output result as json
    --markdown        Output result as markdown
    --page            Page token
    --perPage         Number of items per page

  Valid filters:

    - anom    Anomaly
    - c       Do not filter
    - fp      False Positives
    - joke    Joke / Fake
    - mal     Malware and Possible Malware [default]
    - secret  Secrets
    - spy     Telemetry
    - tp      False Positives and Unreviewed
    - typo    Typo-squat
    - u       Unreviewed
    - vuln    Vulnerability

  Valid ecosystems:

    - gem
    - golang
    - maven
    - npm
    - nuget
    - pypi

  Examples
    $ socket threat-feed
    $ socket threat-feed --perPage=5 --page=2 --direction=asc --filter=joke
 

Did this page help you?