All Projects → ioc-fang → ioc-fanger

ioc-fang / ioc-fanger

Licence: MIT license
Fang and defang indicators of compromise. You can test this project in a GUI here: http://ioc-fanger.hightower.space .

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ioc-fanger

YAFRA
YAFRA is a semi-automated framework for analyzing and representing reports about IT Security incidents.
Stars: ✭ 22 (-53.19%)
Mutual labels:  ioc, malware-research, threatintel, indicators, indicators-of-compromise
Linux.mirai
Leaked Linux.Mirai Source Code for Research/IoC Development Purposes
Stars: ✭ 466 (+891.49%)
Mutual labels:  ioc, malware, malware-research
Malware-Zoo
Hashes of infamous malware
Stars: ✭ 18 (-61.7%)
Mutual labels:  malware, malware-research, threatintel
MalwareHashDB
Malware hashes for open source projects.
Stars: ✭ 31 (-34.04%)
Mutual labels:  ioc, malware, malware-research
Threatingestor
Extract and aggregate threat intelligence.
Stars: ✭ 439 (+834.04%)
Mutual labels:  ioc, malware-research, threatintel
Python Iocextract
Defanged Indicator of Compromise (IOC) Extractor.
Stars: ✭ 300 (+538.3%)
Mutual labels:  ioc, malware-research, threatintel
IronNetTR
Threat research and reporting from IronNet's Threat Research Teams
Stars: ✭ 36 (-23.4%)
Mutual labels:  threatintel, iocs, indicators-of-compromise
awesome-malware-analysis
Defund the Police.
Stars: ✭ 9,181 (+19434.04%)
Mutual labels:  malware-research, threat-sharing, threatintel
Malware Feed
Bringing you the best of the worst files on the Internet.
Stars: ✭ 69 (+46.81%)
Mutual labels:  malware, malware-research, threatintel
Threat Hunting
Personal compilation of APT malware from whitepaper releases, documents and own research
Stars: ✭ 219 (+365.96%)
Mutual labels:  malware, malware-research
Pafish
Pafish is a testing tool that uses different techniques to detect virtual machines and malware analysis environments in the same way that malware families do
Stars: ✭ 2,026 (+4210.64%)
Mutual labels:  malware, malware-research
Owlyshield
Owlyshield is an EDR framework designed to safeguard vulnerable applications from potential exploitation (C&C, exfiltration and impact))..
Stars: ✭ 281 (+497.87%)
Mutual labels:  malware, malware-research
Antidebugging
A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.
Stars: ✭ 161 (+242.55%)
Mutual labels:  malware, malware-research
Malware scripts
Various scripts for different malware families
Stars: ✭ 91 (+93.62%)
Mutual labels:  malware, malware-research
moneta
Moneta is a live usermode memory analysis tool for Windows with the capability to detect malware IOCs
Stars: ✭ 384 (+717.02%)
Mutual labels:  ioc, malware
Mimir
OSINT Threat Intel Interface - CLI for HoneyDB
Stars: ✭ 104 (+121.28%)
Mutual labels:  ioc, threatintel
Malware Ioc
Indicators of Compromises (IOC) of our various investigations
Stars: ✭ 955 (+1931.91%)
Mutual labels:  ioc, malware
Virustotal Tools
Submits multiple domains to VirusTotal API
Stars: ✭ 29 (-38.3%)
Mutual labels:  ioc, malware
Awesome Yara
A curated list of awesome YARA rules, tools, and people.
Stars: ✭ 1,394 (+2865.96%)
Mutual labels:  ioc, malware-research
Malware Indicators
Citizen Lab Malware Reports
Stars: ✭ 196 (+317.02%)
Mutual labels:  ioc, malware-research

IOC Fanger

PyPi PyPI - Downloads CI Lint Codecov live demo

Python package to fang (example[.]com => example.com) and defang (example.com => example[.]com) indicators of compromise in text.

Read more in our interactive documentation!

Developer Docs

For those working on or testing this library, here's some helpful tips.

Updating Benchmarks

This project uses pytest-benchmark to test the performance impact of changes.

By default, every time you run tests it will compare the new results with the existing results.

If you need to update the benchmarks, open the pyproject.toml and replace all flags starting with --benchmark with:

--benchmark-save=benchmark

This will save a file in the .benchmarks/ dir.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].