Adam Swanda
Adam Swanda
Cymon.io shut down at the end of April and the domain doesn't exist anymore. Not urgent by any means but removing Cymon as a source would be cool 😄
iocextract doesn't seem to recognize any IPv4 addresses from netstat output since they all end with `.` or the protocol. For example, `10.1.1.117.4222` and `10.1.1.117.https`. It pulls out IPv6 adddresses...
It'd be great to be able to provide a directory path to iocextract and have it iterate over all files, extracting IOC's from each as it goes. for example, i...
https://www.csirtg.io is a service where users can create Feeds and submit their honeypot IOCs or otherwise curated IOC data, other users can subscribe to feeds, query them, etc. Having an...
I really like the Tweet option so we can share with our community what our honeypot sees, though I also don't want it to flood my timeline and over take...
It seems there's multiple issues with either the config file or its use with ConfigParser (or the ConfigParser version?) Using the default config and editing it to add my keys...
I followed the installation instructions for a Development environment, but when I go to run the first command `python manage.py migrate`, I receive a traceback that throws `AttributeError: module 'django.contrib.auth.views'...
Reference: https://analyze.intezer.com/
It’s a fork of Cuckoo (I believe) that can take files, URLs, or PCAPs. I imagine the endpoints are very similar to Cuckoo API Docs: https://cape.contextis.com/api/
To get a wider user base and ensure we can support both Python2.7 and Python3.6+, we'll need to make some changes: - [ ] Ensure all dependencies from requirements.txt are...