Skip to content

Releases: GreyNoise-Intelligence/greynoiselabs

0.1.38 (October 16, 2023)

16 Oct 17:31
Compare
Choose a tag to compare
  • Adds --countries flag to greynoiselabs payloads to obtain the list of destination countries where GreyNoise sensors observed a given payload.
  • Updates urllib3

0.1.36 (September 27, 2023)

28 Sep 03:26
Compare
Choose a tag to compare

Adds --limits to greynoiselabs payloads with a default of 10000 to optimize response time
Adds sha256_sum of untruncated payload to greynoiselabs payloads output so users can track the distinct hash
Adds documentation regarding the 1Kb payload truncation
Adds greynoiselabs info command to output CLI and configuration information
Adds --verbose/-v flag for greynoiselabs update and greynoiselabs init for update debugging

0.1.35 (September 26, 2023)

26 Sep 20:00
Compare
Choose a tag to compare

Adds Accept-Encoding: gzip support for faster response times

0.1.34 (September 26, 2023)

26 Sep 18:31
Compare
Choose a tag to compare

Added --user-agent filter for filtering http-requests. This is case sensitive and is a contains search.
Added --protocol filter for filtering payloads. We currently only support TCP or UDP.

0.1.32 (September 25, 2023)

25 Sep 17:16
Compare
Choose a tag to compare
  • greynoiselabs pcap ips - performs distinct IP extraction
  • greynoiselabs update - forces a check for an update
  • greynoiselabs pcap - subcommands now support --ignore-private to skip RFC1918 IPs from the PCAP and --ignore-flows to skip flow-only PCAP traffic that doesn't contain interesting artifacts like HTTP payloads, JA3 signatures, or HASSH signatures for example.
  • greynoiselabs - now automatically checks for an update every 4 hours but only when a command is executed. Users are prompted to confirm the update, and also if they want to disable automatic updates.

0.1.31 (September 19, 2023)

19 Sep 18:19
Compare
Choose a tag to compare

What's Changed

  • Adds a custom GreyNoiseLabs/0.1.31 User-Agent to all requests
  • Adds pcap subcommand for working with PCAP files
  • Adds pcap pivot for extracting IP centric metadata from a PCAP for lookups in 3rd party tools
  • Adds pcap gnql for extracting metadata from PCAPs and generating GNQL compliant queries

Full Changelog: v0.1.30...v0.1.31

0.1.29 (August 25, 2023)

25 Aug 13:49
Compare
Choose a tag to compare
  • No changes
  • This is where you could read about them if there were cool new things.

0.1.28 (August 25, 2023)

25 Aug 13:32
Compare
Choose a tag to compare
  • No changes.
  • If this was a real release, you could read about the cool new features here.
  • Be on the lookout for a new version to drop next week.

0.1.27 (August 24, 2023)

24 Aug 19:27
Compare
Choose a tag to compare
  • Adds --ips flag to payloads and http-requests to output an aggregate array of distinct source_ips that observed the payload or request.

0.1.25 (August 22, 2023)

22 Aug 20:24
Compare
Choose a tag to compare
  • Adds app as exportable Typer subcommand for use in Click
  • Upgrades a few requirements so we can support Upload GraphQL scalar in the future