Skip to content

Commit dba3461

Browse files
committed
Markdown cleanups
1 parent f3e1c7c commit dba3461

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# php-malware-analysis
1+
# PHP Malware Analysis
22

33
Rough cut analysis of PHP source code that I got via
44
running a [WordPress honey pot](http://stratigery.com/phparasites)
@@ -44,6 +44,8 @@ of this kind of collection and analysis.
4444
* Password guessing campaigns
4545
* Methods of download, commonality with other malware
4646
* Common "dropper" code usage
47+
* Common phone-home code
48+
* Common back-connect shell code (usually Perl)
4749
* Methods of encoding/encryption (e.g. FOPO)
4850
* Geolocation of attacking IP
4951
* Campaign(s) associated with a specific malware

campaign1/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Turkish Ayyıldız m TiHacking Campaign
1+
# Turkish AyyıldıTim Hacking Campaign
22

33
75 [HTTP accesses](access_log) from
44
18/Mar/2018:07:37:01 -0600 to 18/Mar/2018:07:41:36 -0600

customizer-ui-experimenks.php/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
also # Two Automated Download2
1+
# Two Automated Downloads
22

33
A compiled executable that is suppposed to run
44
in the background, and Web Shell by oRb (WSO) version 2.5 with a blob of added code.

general.php/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# general.php - web shel2
1+
# general.php - web shell
22

33
Seems to be a slightly modified WSO (web shell by oRb) web shell.
44

php.backdoor.vpsp.001/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gate.php -
1+
# gate.php - backdoor
22

33
A little googling says this code is [php.backdoor.vpsp.001](https://kb.sucuri.net/malware/signatures/php.backdoor.vpsp.001)
44

phpd.local/extracted/phpd.local/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
psocksd
2-
=======
1+
# psocksd
2+
3+
------
34

45
Extensible SOCKS tunnel / proxy server daemon written in PHP
56

0 commit comments

Comments
 (0)