Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Censys Discoveries #18

Closed
corumir opened this issue Jul 3, 2024 · 5 comments
Closed

Censys Discoveries #18

corumir opened this issue Jul 3, 2024 · 5 comments

Comments

@corumir
Copy link

corumir commented Jul 3, 2024

This repo from Threatfox covers a lot of malware hits if you are going to use Censys:
https://github.com/censys-workshop/threatfox-censys/blob/main/fingerprints.yaml

I also like to search within their c2, remote-access, security-tool and network-administration labels.

Example: labels:c2 (https://search.censys.io/search?resource=hosts&sort=RELEVANCE&per_page=25&virtual_hosts=EXCLUDE&q=labels%3Ac2).

I do the same for their Service Names and Services.software.vendor tags.

I find it leads me to a lot of unnamed or lesser known malware/c2/panels.

@montysecurity
Copy link
Owner

montysecurity commented Jul 3, 2024

Working on this, added 4 more from this

        "Cobalt Strike C2": [
            "services.software.product=`Cobalt Strike`"
        ],
        "AsyncRAT": [
            "services.software.product=`AsyncRAT`"
        ],
        "Supershell C2": [
            "services.software.product=`Supershell`"
        ],
        "Hak5 Cloud C2": [
            "services.software.product=`Cloud C2`"
        ]

@montysecurity
Copy link
Owner

Added more. Last added (going down the list): Havoc

@montysecurity
Copy link
Owner

Added more, last one = Ares RAT

@corumir
Copy link
Author

corumir commented Jul 23, 2024

Excellent. Liking the additions.

@montysecurity
Copy link
Owner

Finished this. Thanks!

2970c35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants