Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
montysecurity committed Dec 28, 2024
1 parent 6a8e43d commit 46bc15f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def shodan():
"njRAT Trojan": [
"product:'njRAT Trojan'"
],
"Remcos Pro RAT Trojan": [
"Remcos RAT": [
"product:'Remcos Pro RAT Trojan'"
],
"Poison Ivy Trojan": [
Expand Down Expand Up @@ -410,6 +410,13 @@ def censys():
],
"Pupy RAT": [
"services.software.product=`Pupy RAT`"
],
"Remcos RAT": [
"services.software.product=Remcos"
],
# https://www.team-cymru.com/post/botnet-7777-are-you-betting-on-a-compromised-router
"63256 Botnet": [
"services.port:63256 and services.banner_hashes='sha256:13e9b4b65e60bd9c8e58232591012fa6e2240a7b348ccdd611490e17d00b25f6'"
]
}
h = CensysHosts()
Expand Down

0 comments on commit 46bc15f

Please sign in to comment.