Steven

Results 29 issues of Steven

A lot more functionality can be included by using a connection to the crt.sh database with PostgreSQL. Only some filters are exposed through the web interface. For example, this query:...

If certain escaped characters are added to the metadata (https://github.com/VirusTotal/yara-python/issues/135), it crashes Python when yara-python tries to match. If a related rule was created in this repository, it passes the...

Currently, the repr() of the property bytes is returned in the metadata. This attempts to decode it with the Properties code page.

:+1: enhancement
oleid

The Rnd function does not return 71 if Randomize is not called. Steps to reproduce the behavior: Execute script: ``` intHighNumber = 100 intLowNumber = 1 intNumber = Int((intHighNumber –...

enhancement
VBA emulator

### Is your feature request related to a problem? Please describe. When a Unicode domain attribute is created (`Bücher.example`), it is IDN encoded stored and searchable only as the IDN...

needs triage

Please add an option to directly use a user ID and group ID with the -Z/--relinquish-privileges option. With the following commands: ``` # tcpdump -c 10 -w output_file_1 -Z 900:990...

feature request

Please add an option to directly use a user ID and group ID with the -U/--relinquish-privileges option. With the following commands: ``` # tcpflow -w output_file_1 -U 900:990 # tcpflow...

enhancement

When using `api.add_event_report()`, I get two errors. 1. When a MISPEvent is provided, `api.get_uuid_or_id_from_abstract_misp()` returns the UUID, but the `add_event_report()` for the `event` value must be the MISPEvent['id'] integer or...

Let me know if a specific Dockerfile style preferred.

A network module with `ipv4` and `ipv6` keywords to decode ascii/wide IP addresses. This would simplify matches and comparisons of IP addresses extracted, including comparisons to an IP address external...