threatlead

Results 5 issues of threatlead

Please consider making _**50, 0** (result_count, offset)_ configurable, so that users can request different pages from anyapp by changing the **offset**? Thanks in advance. > self.subscribe('publicTasks', [ > **50, 0,**...

Suggestions: - At line #43 : https://github.com/armbues/ioc_parser/blob/master/iocp.py#L43 - Replace with: ``` python try: from StringIO import StringIO except ImportError: from io import StringIO ``` - pdfminer doesn't support python3, so...

File - https://www.proofpoint.com/sites/default/files/proofpoint-operation-transparent-tribe-threat-insight-en.pdf - Testing with pypdf2 > python iocp.py -i pdf -o csv -d -l **pypdf2** proofpoint-operation-transparent-tribe-threat-insight-en.pdf > > > proofpoint-operation-transparent-tribe-threat-insight-en.pdf 0 error File has not been decrypted -...

http://www.sandboxie.com/index.php?StartCommandLine#start The parameter /hide_window can be used to signal that the starting program should not display its window: `"C:\Program Files\Sandboxie\Start.exe" /hide_window cmd.exe /c automated_script.bat`

Thanks for sharing the code. How can i write configuration with duplicate keys e.g. ``` sandboxie_configuration = { ... 'ClosedFilePath': '\\Device\\CdRom*', 'ClosedFilePath': '\\Device\\VBox*', 'ClosedFilePath': '\\VBOXSVR\', } ``` and then pass...