feed

package
v1.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Streams = []Stream{
	{
		Name:        "proxies",
		ListName:    "proxies",
		Path:        []string{"feeds", "proxies"},
		Aliases:     []string{"proxy"},
		Description: "Proxy IP observations across residential, datacenter, and mobile networks.",
	},
	{
		Name:        "anonymizers",
		ListName:    "anonymizers",
		Path:        []string{"feeds", "anonymizers"},
		Aliases:     []string{"anonymizer"},
		Description: "VPN, Tor, private relay, and other anonymizer ranges.",
	},
	{
		Name:        "torrents",
		ListName:    "torrents",
		Path:        []string{"feeds", "torrents"},
		Aliases:     []string{"torrent"},
		Description: "DHT and tracker peer sightings with metadata and observed peers.",
	},
	{
		Name:        "honeypot_http",
		ListName:    "honeypot_http",
		Path:        []string{"feeds", "helio", "http"},
		Aliases:     []string{"helios_http", "http"},
		Description: "HTTP request captures from Helios honeypot sensors.",
	},
	{
		Name:        "honeypot_https",
		ListName:    "honeypot_https",
		Path:        []string{"feeds", "helio", "https"},
		Aliases:     []string{"helios_https", "https", "tls"},
		Description: "TLS ClientHello captures from Helios honeypot sensors.",
	},
	{
		Name:        "honeypot_dns",
		ListName:    "honeypot_dns",
		Path:        []string{"feeds", "helio", "dns"},
		Aliases:     []string{"helios_dns", "dns"},
		Description: "DNS resolution observations from Helios honeypot tunnels.",
	},
	{
		Name:        "honeypot_adb",
		ListName:    "honeypot_adb",
		Path:        []string{"feeds", "helio", "adb"},
		Aliases:     []string{"helios_adb", "adb"},
		Description: "Android Debug Bridge shell commands captured by Helios sensors.",
	},
}

Functions

func FileChecksum

func FileChecksum(filename string) (string, error)

func Names

func Names() string

func SnapshotDateHour

func SnapshotDateHour(snapshot string) (string, *int, error)

SnapshotDateHour parses a snapshot string into a date and optional hour for use with the synthient module's download and meta methods.

Types

type Stream

type Stream struct {
	Name        string   `json:"name"`
	ListName    string   `json:"list_name"`
	Path        []string `json:"-"`
	Aliases     []string `json:"aliases"`
	Description string   `json:"description"`
}

func Find

func Find(name string) (Stream, bool)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL