Floyd

Results 92 issues of Floyd

HELP WANTED 👋 : If you'd like to take help resolve this issue, please let me know! Even if you're new to Github, this is a great place to start...

enhancement
help wanted
time est: 0.1 hour
priority: 3 (low)

Link to [contributors page](https://github.com/fhightower/ioc-finder/graphs/contributors)

Good [example](https://pypi.org/project/jsonschema/)

enhancement
time est: 0.1 hour
priority: 1 (high)

If [this license](https://github.com/mitre/cti/blob/master/LICENSE.txt) applies to the data in that repo (which I believe it does), I need to state the changes I've made to the data in this library and...

time est: 0.1 hour
priority: 1 (high)

enhancement
time est: 1 hour
priority: 3 (low)

This is a corollary to #219 in which we added an option to specify which indicator types we want to parse. There are cases in which it is easier to...

enhancement
time est: 1 hour
priority: 3 (low)

We should clarify the purpose of the [original_text` variable](https://github.com/fhightower/ioc-finder/blob/609ff1a9bfd6f391d638d7f2b711983ae1de65f7/ioc_finder/ioc_finder.py#L449). - [ ] make `original_text` a constant? - [ ] Add docs/comment noting why we parse from `original_text` to find some...

enhancement
docs
time est: 0.1 hour
priority: 3 (low)

The following tests were failing and I'd like to get them passing: ```python s = "DownloadString('https://example[.]com/rdp.ps1');g $I" iocs = find_iocs(s) assert iocs['urls'] == ['https://example.com/rdp.ps1'] s = 'DownloadString("https://example[.]com/rdp.ps1");g $I' iocs =...

bug
time est: 1 hour
priority: 1 (high)