Metadata-Version: 2.1
Name: ioc-finder
Version: 7.3.0
Summary: Python package for finding and parsing indicators of compromise from text.
Home-page: https://github.com/fhightower/ioc-finder
Author: Floyd Hightower
Author-email: 
License: GNU Lesser General Public License v3
Project-URL: Changelog, https://github.com/fhightower/ioc-finder/blob/main/CHANGELOG.md
Project-URL: Documentation, https://hightower.space/ioc-finder/
Project-URL: Source, https://github.com/fhightower/ioc-finder
Project-URL: Issues, https://github.com/fhightower/ioc-finder/issues
Project-URL: Sponsor, https://github.com/sponsors/fhightower
Keywords: iocs,indicators of compromise,parsing,finding,searching,threat intelligence,malware,threat hunting,observables,domains,domain names,asns,cidr,cidr ranges,ips,ip addresses,urls,email addresses,md5,sha1,sha256,google ads,cve,file paths
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: COPYING
License-File: COPYING.LESSER

# IOC Finder

[![PyPi](https://img.shields.io/pypi/v/ioc_finder.svg)](https://pypi.python.org/pypi/ioc_finder)
![PyPI - Downloads](https://img.shields.io/pypi/dm/ioc-finder)
[![CI](https://github.com/fhightower/ioc-finder/workflows/CI/badge.svg)](https://github.com/fhightower/ioc-finder/actions)
[![Lint](https://github.com/fhightower/ioc-finder/workflows/Lint/badge.svg)](https://github.com/fhightower/ioc-finder/actions)
[![codecov](https://codecov.io/gh/fhightower/ioc-finder/branch/master/graph/badge.svg)](https://codecov.io/gh/fhightower/ioc-finder)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://choosealicense.com/licenses/lgpl-3.0/)
[![live demo](https://img.shields.io/badge/live%20demo-%E2%86%92-green)](https://hightower.space/ioc-finder/)

Parse [indicators of compromise](https://searchsecurity.techtarget.com/definition/Indicators-of-Compromise-IOC) (also known as "observables" or "network data" - e.g. urls, email addresses, etc) from text.

📖 [Documentation](https://hightower.space/ioc-finder) (it's interactive!)

💪 I'm looking for [sponsorship](https://github.com/sponsors/fhightower) for this project.
I have a number of improvements and helpful features I'd like to add and would appreciate some support as I invest this time and focus.
If you use this project for in a commercial capacity and/or find it useful, please consider [contributing](https://github.com/sponsors/fhightower) even a small amount. Thanks!

