ranguli/ioccheck

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.bandit
.codeclimate.json
.coveragerc
.flake8
.github/dependabot.yml
.github/workflows/docs.yml
.github/workflows/github_release.yml
.github/workflows/lint.yml
.github/workflows/main.yml
.gitignore
.pylintrc
.python-version
LICENSE
README.md
codecov.yml
docs/Makefile
docs/make.bat
docs/source/api_docs.rst
docs/source/conf.py10
A
0 mins
docs/source/index.rst
docs/source/iocs.rst
docs/source/iocs/hash.rst
docs/source/iocs/ioc.rst
docs/source/iocs/ip.rst
docs/source/quickstart.rst
docs/source/services.rst
docs/source/services/malwarebazaar.rst
docs/source/services/shodan.rst
docs/source/services/virustotal.rst
docs/source/usage.rst
ioccheck/__init__.py0
A
0 mins
ioccheck/__main__.py4
A
0 mins
ioccheck/cli/__init__.py104
A
1 hr
ioccheck/cli/printers.py117
A
1 hr
ioccheck/exceptions.py32
A
0 mins
ioccheck/ioc_types.py15
A
0 mins
ioccheck/iocs/__init__.py4
A
0 mins
ioccheck/iocs/hash.py124
A
0 mins
ioccheck/iocs/ioc.py140
A
35 mins
ioccheck/iocs/ip.py61
A
0 mins
ioccheck/reports/__init__.py2
A
0 mins
ioccheck/reports/html_report.py59
A
25 mins
ioccheck/reports/report.py73
A
0 mins
ioccheck/reports/templates/hash_template.html
ioccheck/reports/templates/layout.html
ioccheck/reports/templates/template.html
ioccheck/services/__init__.py8
A
0 mins
ioccheck/services/malwarebazaar.py200
B
4 hrs
ioccheck/services/service.py34
A
0 mins
ioccheck/services/shodan.py63
A
0 mins