16.09.2015

APT 2015 [SAMPLE] [FAMILY/UA + MORE INFO]

ADDEDTYPEFAMILYMETHODURISAMPLEPCAPUA + MORE INFO
2/8/2015APTDarkKomet8EA4AB05FA7E
D573BA5A4EFFC3FB629308will vary - encrypted keep alive or other data
SamplepcapLibrarySsheet
2/8/2015APTPlugX / Korplug / GulpixPOST/update?id=Sample
Sample2
pcapLibrarySsheet
2/7/2015APTWindataXYZ/WinData.DLL?HELO-STX-1*10.0.0.15*RemotePC*[MAC:00-55-28-11-21-23
XYZ/WinData.DLL?HELO-STX-1*1[IPAddress]*[ComputerName]*0605[MAC:[MacAddress]]$
Sample
LibrarySsheet
2/4/2015APTPingbedGET/default.htm

PHP web shell list


15.09.2015

waidps - Wireless Auditing , Intrusion Detection & Prevention System [ WIFI IDS IPS ]

puppet [start]

1. Server:
sudo apt-get install -y puppetmaster

2. Client:
sudo apt-get install -y puppet

3. Client config /etc/puppet/puppet.conf:
[agent] server = mysuperserver node_name = cert certname = nameofworkstation 

mysuperserver - domain name (DNS server/ hosts file)

4. Test on client station:
puppet agent --test

5. Accept cert request:
puppet cert sign nameofworkstation

puppet cert --list (server cert request list)

6. on client run:
puppet agent --enable
puppet agent --test