Skip to main content
The Securitytrails plugin syncs data locally. Use corsair.securitytrails.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Certificates

Path: securitytrails.db.certificates.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Company Ip Ranges

Path: securitytrails.db.companyIpRanges.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Domains

Path: securitytrails.db.domains.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Ips

Path: securitytrails.db.ips.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Projects

Path: securitytrails.db.projects.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.