Skip to content
View IlluminatiFish's full-sized avatar
๐Ÿ”ฎ
RE + CTI + IR + Malware Analysis + Phishing Detection
๐Ÿ”ฎ
RE + CTI + IR + Malware Analysis + Phishing Detection

Organizations

@South-Hollow @ReaperTeam @vipyrsec
Block or Report

Block or report IlluminatiFish

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
IlluminatiFish/README.md

๐Ÿ‘‹

Security Researcher specializing in phishing detection and analysis ๐ŸŸ, malware analysis โ˜ฃ๏ธ, and reverse engineering ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป.

Pinned

  1. Odyssey Odyssey Public

    A piece of software that shows a traceroute of a URL redirect path

    Python 43 7

  2. GoogleFormSpammer GoogleFormSpammer Public

    A simple CLI script to spam Google Forms used by Crypto Wallet scammers to collect stolen data

    Python 22 4

  3. phish-report/IOK phish-report/IOK Public

    IOK (Indicator Of Kit) is an open source language and ruleset for detecting phishing threat actor tools and tactics

    Go 144 31

  4. A quick and short python script to d... A quick and short python script to deobfuscate JNDI payloads that are used in log4j exploitation which leverage on default value assignment, character manipulation syntaxes & other methods, licensed under GNU LGPLv3
    1
    import re
    2
    
                  
    3
    class DeobfuscatorException(Exception):
    4
        """
    5
        DeobfuscatorException class to be raised