Gethvi

Results 19 issues of Gethvi

Hi, I found a use case where I need to have projections made dynamically, basically just by specifying an arbitrary subset of fields that I want. My solution was to...

Please consider support for renaming double episodes of TV shows. Sometimes two episodes are released as one video. Currently if the original filename contains for example "S01E01E02" or "SE01E01-E02" mnamer...

request
wont do

Please consider adding an option where instead of moving the movie into a new directory (`--movie-directory`) the tool would just rename the current directory where the movie resides. Reasons are:...

request

This is refactoring of some of my old code including tests. It had a bug where the source field 'host' was mapped to 'source.fqdn' which would fail when content of...

I believe this should be using `source.port`: https://github.com/certtools/intelmq/blob/ce60fd4bf65b0ca2d98ac05c4db658890dbac1a3/intelmq/bots/parsers/spamhaus/parser_cert.py#L168

bug
help wanted
component: bots

As we are running the IntelMQ for quite some time now, the mailbox gets really cluttered. It would be nice if the mail collector could also remove old emails. This...

feature request
component: bots

### What? I know there are [general recommendations](https://intelmq.readthedocs.io/en/maintenance/dev/data-format.html#id17) in the docs. However I am proposing to create a definition of: - required fields for each classification type - disallowed fields...

Feature request: Implement skip_header as `Union[bool, int]`. Then: - If False, skip zero lines. - If True, skip one line. - If Int skip fixed number of N lines.

feature request
component: bots

Let's say I have a generic csv parser with following parameters: ```json "parameters": { "columns": [ "source.url", "source.fqdn", "source.ip", "time.source", "__IGNORE__", "__IGNORE__" ], "delimiter": ",", "skip_header": true, "type": "phishing" }...

feature request
component: bots

UPDATED. Work in progress. This PR merges API and Manager to the main IntelMQ repository. Pros: - Users only need to install one piece of software. - No need to...