The Real Truth About Abydos, Visitors (Just not what you were expecting)

Comments (1)

The World Today

The world today is in an interesting state, I’m not sure if i’m looking forward to what might be on it’s way, but at the same time I believe that human beings in themselves are a catalyst for the planet. Speeding up processes (often of damage) that would take otherwise countless years.

The World Today

I’ve decided to start posting again on the azio.org blog. Last year a business was stolen from me, and I  also lost the love of my life which was a very painful process.

I’ve decided though, back to modern sociopolitical issues , Linux based Open Source works, and lots of projects based on the unusual and interesting.

Real geek stuff basically. I’d just like to thank all the people who enjoy reading azio.org and all the tidbits of info on here.

Comments (12)

Proxy List 30 April 2009

89.206.25.99:3128 anonymous server 26 minutes ago Poland
208.74.174.142:3128 anonymous proxy server 4 minutes ago United States
216.14.112.244:3128 anonymous proxy server 5 minutes ago United States
194.160.76.5:80 anonymous server 25 minutes ago Slovakia
195.60.3.121:8080 anonymous server 7 minutes ago United Kingdom
88.208.222.14:80 anonymous server 7 minutes ago United Kingdom
216.14.112.242:3128 anonymous proxy server 4 minutes ago United States
193.200.149.6:80 anonymous server 3 minutes ago Russian Federation
159.115.191.21:80 anonymous server 4 minutes ago United States
221.5.251.211:80 anonymous proxy server 4 minutes ago China
207.245.247.196:80 anonymous server 40 minutes ago Canada
202.142.146.59:8080 anonymous server 9 minutes ago Pakistan
94.82.126.172:8080 anonymous server 3 minutes ago Italy
58.27.140.58:8080 anonymous proxy server 24 minutes ago Pakistan
78.135.127.30:80 anonymous server 18 minutes ago Cyprus
213.133.123.59:80 anonymous server 35 minutes ago Germany
128.208.04.198:3124 CoDeen/PlanetLab? proxy server 2 minutes ago
138.232.66.194:3124 CoDeen/PlanetLab? server 48 minutes ago Austria
58.181.216.180:8000 high-anonymous proxy server 29 minutes ago
217.13.86.128:80 high-anonymous server 42 minutes ago Spain
202.54.61.101:8080 high-anonymous server 41 minutes ago India
133.11.240.57:3128 high-anonymous server 49 minutes ago Japan
150.176.182.31:80 high-anonymous server 8 minutes ago United States
200.207.168.112:8080 high-anonymous server 10 minutes ago Brazil
58.223.251.70:8080 high-anonymous proxy server 28 minutes ago China
58.51.197.203:808 high-anonymous proxy server 37 minutes ago China
217.172.66.50:3128 high-anonymous proxy server 8 minutes ago Spain
216.83.163.74:80 high-anonymous server 3 minutes ago United States
124.207.102.87:80 high-anonymous proxy server 53 minutes ago China
209.47.251.243:80 high-anonymous proxy server 26 minutes ago Canada
82.151.121.244:3128 high-anonymous proxy server 30 minutes ago Russian
24.79.4.228:9090 high-anonymous proxy server 50 minutes ago Canada
211.90.242.210:8089 high-anonymous server 40 minutes ago China
77.88.66.251:8000 high-anonymous server 24 minutes ago Norway
207.61.241.100:9090 high-anonymous proxy server 31 minutes ago Canada
81.95.178.28:3128 high-anonymous proxy server 41 minutes ago Ukraine
190.29.6.18:3128 high-anonymous proxy server 58 minutes ago Colombia
74.54.156.73:80 high-anonymous server 5 minutes ago United States
207.181.203.236:9090 high-anonymous server 28 minutes ago United
76.177.203.173:7212 high-anonymous server 9 minutes ago United States
130.74.233.198:9090 high-anonymous proxy server 27 minutes ago United
194.3.18.22:80 high-anonymous server 27 minutes ago France
80.248.10.233:8000 high-anonymous proxy server 28 minutes ago Nigeria
216.130.105.101:80 high-anonymous proxy server 25 minutes ago United
146.57.249.98:3127 Planetlab/CoDeeN proxy server 29 minutes ago United
152.3.138.5:3128 Planetlab/CoDeeN server 17 minutes ago United States
200.132.0.70:3124 Planetlab/CoDeeN proxy server 29 minutes ago Brazil
128.208.4.198:3128 Planetlab/CoDeeN server 29 minutes ago United
122.152.183.103:80 transparent server 39 minutes ago Japan
67.205.102.88:80 transparent proxy server 51 minutes ago Canada
87.101.94.30:3128 transparent server 39 minutes ago Greece

Comments

A Prime Question

Hey guys, thought I’d quickly dump an application i’m working on that graphs primes as a novelty wave (like mckennas time wave zero I ching hexagram mathematics).

It’s really a hoot. And it wil be interesting to analyse the patterns of  hexagramical novelty in primes further. (block comparison) bit comparison, nth comparison, volume graph comparison. wave comparison.. even considering graphing the grid as a wave form to try and find any resonances. Anyways, lots of odd ideas and stuff.. so on with the code. The intellectual, security, as well as social implications of predicting primes or graphing the novelty of them could very well be the most undervalued cryptography technology there ever could, would or will be. :) very early days yet, this isn’t even my first alpha, just a play in SDL DLL to see what it can do for prime calcs in C++. we’ll see.
sdl c++ code i've been working on the last 24 hours

#include <stdlib.h>
#if defined(_MSC_VER)
#include “SDL.h”
#else
#include “SDL/SDL.h”
#endif
#include<math.h>
#include<iostream.h>

int primes[] = {2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,

103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,

227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,

353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,

487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,

631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,

773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,

937,941,947,953,967,971,977,983,991,997,1009,1013,1019,1021,1031,1033,1039,1049,1051,

1061,1063,1069,1087,1091,1093,1097,1103,1109,1117,1123,1129,1151,1153,1163,1171,1181,

1187,1193,1201,1213,1217,1223,1229,1231,1237,1249,1259,1277,1279,1283,1289,1291,1297,

1301,1303,1307,1319,1321,1327,1361,1367,1373,1381,1399,1409,1423,1427,1429,1433,1439,

1447,1451,1453,1459,1471,1481,1483,1487,1489,1493,1499,1511,1523,1531,1543,1549,1553,

1559,1567,1571,1579,1583,1597,1601,1607,1609,1613,1619,1621,1627,1637,1657,1663,1667,

1669,1693,1697,1699,1709,1721,1723,1733,1741,1747,1753,1759,1777,1783,1787,1789,1801,

1811,1823,1831,1847,1861,1867,1871,1873,1877,1879,1889,1901,1907,1913,1931,1933,1949,1951,

1973,1979,1987,1993,1997,1999,2003,2011,2017,2027,2029,2039,2053,2063,2069,2081,2083,

2087,2089,2099,2111,2113,2129,2131,2137,2141,2143,2153,2161,2179,2203,2207,2213,2221,

2237,2239,2243,2251,2267,2269,2273,2281,2287,2293,2297,2309,2311,2333,2339,2341};

SDL_Surface *screen;

// sprites tutorial but im using DNA sprite
/*
const unsigned char sprite[] =
{

0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0};

void drawsprite(int x, int y, unsigned int color)
{
int i, j, c, yofs;
yofs = y * (screen->pitch / 4) + x;
for (i = 0, c = 0; i < 16; i++)
{
for (j = 0; j < 16; j++, c++)
{
if (sprite[c])
{
((unsigned int*)screen->pixels)[yofs + j] = color;
}
}
yofs += (screen->pitch / 4);
}
}
*/

void putpixel(int x, int y, int color)
{
unsigned int *ptr = (unsigned int*)screen->pixels;
int lineoffset = y * (screen->pitch / 4);
ptr[lineoffset + x] = color;
}

int nextprime(int nth)
{
return primes[nth];
}

void render()
{
// Lock surface if needed
if (SDL_MUSTLOCK(screen))
if (SDL_LockSurface(screen) < 0)
return;

// Ask SDL for the time in milliseconds
int tick = SDL_GetTicks();

// Declare a couple of variables
int i, j, yofs, ofs;

// Draw to screen
/*
yofs = 0;
for (i = 0; i < 480; i++)
{
for (j = 0, ofs = yofs; j < 640; j++, ofs++)
{
((unsigned int*)screen->pixels)[ofs] = i * i + j * j + tick;
}
yofs += screen->pitch / 4;
}
*/

// grid creation

for (int z=0; z < 768 ; z=z+5)
{

for (int y = 0 ; y < 1024 ; y=y+5)
{
putpixel(y, z, 0xff0000);
}

}

/* draw lines in graph

for (int n=1; n < 480; n++)
{
putpixel(2, n, 0xffffff);
}
*/

// draw the first 10 primes
/*putpixel(1,2, 0xffffff);
putpixel(2,3, 0xffffff);
putpixel(3,5, 0xffffff);
putpixel(4,7, 0xffffff);
putpixel(5,11, 0xffffff);
putpixel(6,13, 0xffffff);
*/

// grab nth rotation and the nextprime for the first 10 primes
// x axis = n , y axis = prime
for (int n=0; n < 135; n++)
{

putpixel(n,nextprime(n),0xffffff);
}

// method 2 and an idea on ‘block correlation’
// measure the block correlation between the previous n prime 0-125 to u prime 125-200 , and comparing block starting at
// correlation axis (i.e. x,125px)(correlate correction for nextprime(correlation)
// x axis = u(aka n), y axis= prime)
int correlation;
for (int u=125; u<200; u++)
{
correlation = u - 125;
putpixel(nextprime(correlation),u,0xffffff);
}

// Unlock if needed
if (SDL_MUSTLOCK(screen))
SDL_UnlockSurface(screen);

// Tell SDL to update the whole screen
SDL_UpdateRect(screen, 0, 0, 1024, 768);
}

// Entry point
int main(int argc, char *argv[])
{
// Initialize SDL’s subsystems - in this case, only video.
if ( SDL_Init(SDL_INIT_VIDEO) < 0 )
{
fprintf(stderr, “Unable to init SDL: %sn”, SDL_GetError());
exit(1);
}

// Register SDL_Quit to be called at exit; makes sure things are
// cleaned up when we quit.
atexit(SDL_Quit);

// Attempt to create a 640×480 window with 32bit pixels.
screen = SDL_SetVideoMode(1024, 768, 32, SDL_SWSURFACE);

// If we fail, return error.
if ( screen == NULL )
{
fprintf(stderr, “Unable to set 640×480 video: %sn”, SDL_GetError());
exit(1);
}

// Main loop: loop forever.
while (1)
{
// Render stuff
render();

// Poll for events, and handle the ones we care about.
SDL_Event event;
while (SDL_PollEvent(&event))
{
switch (event.type)
{
case SDL_KEYDOWN:
break;
case SDL_KEYUP:
// If escape is pressed, return (and thus, quit)
if (event.key.keysym.sym == SDLK_ESCAPE)
return 0;
break;
case SDL_QUIT:
return(0);
}
}
}
return 0;
}

Comments

X-Ray Example #2 - Victoria Beckham Nipples

Hello azio.org fans. It was, with somewhat shocking, and distasteful pride that my site seems to be very popular for those searching for the ‘photoshop’ X-Ray seethru camera trick. I thought I’d find a picture and show you just how far and what circumstances are required/ideal for this can go.

Step 1, find a picture with lots of data in which clearly shows that the fabric ‘leaks’

victoria-beckham-nipples

Step 2, Use the magic wand tool to highlight her dress.
beckham-magictoolhighlight

Step 3, Once done, Goto Image->Adjustments->Levels and make your settings look like this

victoriaseet-thrusettings

Step 4, Add some additional brightness/contrast

victoriasee-thrusettings2-brightnesscontrast

Step 5, Dada! finished

…and with a bit of the smudge tool we are onto a winner. That’s it the simple way to do my well exploited and known X-Ray trick. With a bit of power, experience and the very simplest of photoshop wizardry added ..

victoria-beckham-processedvictoria-beckham-nipples-prvictoria-beckham-nipples

Comments (1)

Proxy List Update 15 February 2009

82.204.37.210:8080 high-anonymous server Feb-15, 12:46 Netherlands
80.191.3.6:8080 high-anonymous proxy server Feb-15, 13:04 Iran,
210.82.31.151:80 high-anonymous server Feb-15, 13:15 China
222.41.192.146:808 high-anonymous server Feb-15, 13:22 China
121.10.117.216:8089 high-anonymous server Feb-15, 13:26 China
218.194.80.220:808 high-anonymous proxy server Feb-15, 13:35 China
194.246.124.85:80 high-anonymous server Feb-15, 13:42 Poland
193.173.119.83:8080 anonymous server Feb-15, 13:42 Netherlands
58.246.93.74:80 anonymous server Feb-15, 13:43 China
218.75.76.74:8088 high-anonymous server Feb-15, 13:46 China
211.90.22.106:8088 high-anonymous proxy server Feb-15, 13:46 China
61.78.33.111:80 anonymous server Feb-15, 13:49 Korea, Republic of
195.226.16.132:80 high-anonymous proxy server Feb-15, 13:56
220.117.210.38:80 high-anonymous proxy server Feb-15, 14:00 Korea,
221.11.27.110:8080 anonymous server Feb-15, 14:00 China
218.249.35.4:8080 high-anonymous proxy server Feb-15, 14:01 China
222.190.124.19:8000 anonymous proxy server Feb-15, 13:44 China
194.244.7.212:80 anonymous proxy server Feb-15, 15:56 Italy
213.41.102.165:80 anonymous server Feb-15, 15:40 France
213.130.105.148:8080 anonymous server Feb-15, 16:00 Qatar
200.55.208.203:80 anonymous server Feb-15, 16:00 Chile
62.75.219.25:80 anonymous server Feb-15, 16:00 Germany
193.173.119.83:8080 anonymous proxy server Feb-15, 13:42 Netherlands
200.34.174.14:80 anonymous proxy server Feb-15, 13:45 Mexico
207.35.172.213:80 anonymous proxy server Feb-15, 15:33 Canada
58.246.93.74:80 anonymous proxy server Feb-15, 13:43 China
60.250.27.242:80 anonymous server Feb-15, 14:38 Taiwan
88.87.133.70:3128 anonymous proxy server Feb-15, 14:33 Spain
213.171.255.2:8080 anonymous server Feb-15, 14:22 Spain
82.98.132.207:80 anonymous server Feb-15, 14:28 Spain
60.251.229.173:80 anonymous server Feb-15, 15:21 Taiwan
200.150.10.80:8080 anonymous server Feb-15, 15:03 Brazil
62.28.89.245:80 anonymous server Feb-15, 15:57 Portugal
221.249.144.93:8088 anonymous proxy server Feb-15, 15:55 Japan
202.168.193.131:80 anonymous server Feb-15, 14:03 Taiwan
195.209.224.91:3128 anonymous proxy server Feb-15, 13:10 Russian
91.189.240.25:80 anonymous server Feb-15, 14:01 Russian Federation
195.130.121.205:3124 CoDeen/PlanetLab? server Feb-14, 15:30 Greece
128.111.52.62:3128 CoDeen/PlanetLab? server Feb-15, 15:20 United
128.208.004.199:3128 CoDeen/PlanetLab? server Feb-15, 12:15 United
138.246.99.250:3127 CoDeen/PlanetLab? proxy server Feb-15, 15:47
134.2.172.253:3124 CoDeen/PlanetLab? server Feb-15, 13:03 Germany
164.73.47.244:3124 CoDeen/PlanetLab? server Feb-14, 22:59 Uruguay
203.178.133.002:3127 CoDeen/PlanetLab? proxy server Feb-14, 22:59
130.136.254.22:3127 CoDeen/PlanetLab? server Feb-15, 11:07 Italy
194.42.17.123:3128 CoDeen/PlanetLab? proxy server Feb-15, 13:04 Cyprus
155.98.35.3:3128 CoDeen/PlanetLab? server Feb-15, 14:36 United States
128.232.103.203:3127 CoDeen/PlanetLab? proxy server Feb-15, 14:32
142.150.3.78:3124 CoDeen/PlanetLab? proxy server Feb-15, 15:52 Canada
155.98.35.3:3124 CoDeen/PlanetLab? server Feb-15, 11:15 United States
164.107.127.12:3128 CoDeen/PlanetLab? server Feb-14, 21:15 United
132.187.230.1:3127 CoDeen/PlanetLab? proxy server Feb-15, 12:46
192.42.43.23:3124 CoDeen/PlanetLab? proxy server Feb-14, 16:08
169.235.24.232:3128 CoDeen/PlanetLab? server Feb-15, 09:12 United
165.230.49.114:3128 CoDeen/PlanetLab? proxy server Feb-15, 09:00
128.208.4.199:3128 CoDeen/PlanetLab? proxy server Feb-15, 11:07 United
136.145.115.196:3128 CoDeen/PlanetLab? server Feb-14, 19:45 Puerto
203.178.133.11:3124 CoDeen/PlanetLab? proxy server Feb-15, 15:19 Japan
152.003.138.004:3124 CoDeen/PlanetLab? server Feb-14, 22:41 United
193.167.187.188:3124 CoDeen/PlanetLab? server Feb-15, 11:35 Finland
193.167.187.188:3127 CoDeen/PlanetLab? proxy server Feb-15, 11:35
192.41.135.218:3128 CoDeen/PlanetLab? proxy server Feb-15, 13:24
132.252.152.194:3124 CoDeen/PlanetLab? server Feb-15, 11:15 Germany
192.42.43.22:3124 CoDeen/PlanetLab? server Feb-14, 22:59 Switzerland
192.41.135.219:3127 CoDeen/PlanetLab? proxy server Feb-14, 15:13
192.33.90.67:3127 CoDeen/PlanetLab? proxy server Feb-14, 15:13
128.233.252.11:3124 CoDeen/PlanetLab? proxy server Feb-15, 15:53
133.1.16.172:3124 CoDeen/PlanetLab? proxy server Feb-14, 22:59 Japan
138.246.99.249:3127 CoDeen/PlanetLab? proxy server Feb-14, 19:45
203.178.133.3:3127 CoDeen/PlanetLab? proxy server Feb-14, 22:50 Japan
194.42.17.124:3128 CoDeen/PlanetLab? proxy server Feb-15, 13:04 Cyprus
141.76.45.17:3128 CoDeen/PlanetLab? server Feb-14, 19:47 Germany
140.247.60.123:3124 CoDeen/PlanetLab? proxy server Feb-15, 14:36
137.226.138.156:3127 CoDeen/PlanetLab? server Feb-15, 09:23 Germany
136.145.115.196:3127 CoDeen/PlanetLab? server Feb-15, 11:15 Puerto
133.1.74.162:3127 CoDeen/PlanetLab? proxy server Feb-14, 19:45 Japan
146.57.249.98:3127 CoDeen/PlanetLab? proxy server Feb-15, 14:37 United
35.9.27.27:3128 CoDeen/PlanetLab? proxy server Feb-15, 12:29 United
204.56.0.138:3128 CoDeen/PlanetLab? server Feb-15, 11:35 United States
137.99.11.86:3124 CoDeen/PlanetLab? proxy server Feb-15, 03:33 United
133.1.74.163:3127 CoDeen/PlanetLab? server Feb-15, 08:36 Japan
165.230.49.115:3124 CoDeen/PlanetLab? server Feb-15, 11:35 United
165.230.49.115:3127 CoDeen/PlanetLab? server Feb-15, 12:27 United
129.24.211.25:3124 CoDeen/PlanetLab? proxy server Feb-15, 09:29 United
35.9.27.27:3127 CoDeen/PlanetLab? server Feb-15, 09:12 United States
169.235.24.133:3127 CoDeen/PlanetLab? server Feb-15, 09:29 United
132.252.152.193:3127 CoDeen/PlanetLab? server Feb-15, 12:14 Germany
155.98.35.5:3127 CoDeen/PlanetLab? proxy server Feb-15, 15:56 United
152.3.138.5:3127 CoDeen/PlanetLab? proxy server Feb-15, 11:49 United
165.230.49.115:3128 CoDeen/PlanetLab? server Feb-15, 12:31 United
165.91.83.22:3128 CoDeen/PlanetLab? proxy server Feb-15, 12:31 United
141.76.45.18:3127 CoDeen/PlanetLab? proxy server Feb-15, 08:37 Germany
137.226.138.154:3127 CoDeen/PlanetLab? server Feb-14, 19:45 Germany
138.238.250.155:3128 CoDeen/PlanetLab? proxy server Feb-15, 15:55
128.208.4.99:3127 CoDeen/PlanetLab? server Feb-14, 19:42 United States
128.220.231.3:3124 CoDeen/PlanetLab? server Feb-15, 14:36 United
155.98.35.4:3128 CoDeen/PlanetLab? proxy server Feb-15, 14:37 United
147.102.3.101:3128 CoDeen/PlanetLab? server Feb-15, 13:03 Greece
140.109.17.180:3127 CoDeen/PlanetLab? proxy server Feb-14, 19:46
131.188.44.101:3127 CoDeen/PlanetLab? proxy server Feb-15, 12:46
128.112.139.80:3127 CoDeen/PlanetLab? proxy server Feb-15, 11:07
208.117.131.116:3127 CoDeen/PlanetLab? proxy server Feb-14, 19:40
216.165.109.79:3128 CoDeen/PlanetLab? proxy server Feb-15, 11:15
129.74.74.15:3127 CoDeen/PlanetLab? server Feb-15, 09:11 United States
204.8.155.226:3124 CoDeen/PlanetLab? server Feb-15, 15:55 United
128.223.8.112:3124 CoDeen/PlanetLab? proxy server Feb-15, 11:15 United
129.10.120.193:3127 CoDeen/PlanetLab? proxy server Feb-15, 15:55
138.238.250.157:3128 CoDeen/PlanetLab? proxy server Feb-15, 08:42
128.195.54.161:3128 CoDeen/PlanetLab? server Feb-15, 11:15 United
128.232.103.203:3124 CoDeen/PlanetLab? server Feb-15, 13:52 United
140.113.156.245:3128 CoDeen/PlanetLab? server Feb-15, 12:15 Taiwan
128.238.88.64:3127 CoDeen/PlanetLab? proxy server Feb-15, 11:08 United
195.130.121.204:3128 CoDeen/PlanetLab? server Feb-14, 17:32 Greece
193.6.20.4:3124 CoDeen/PlanetLab? proxy server Feb-15, 13:03 Hungary
134.002.172.252:3127 CoDeen/PlanetLab? proxy server Feb-14, 19:45
128.208.04.198:3128 CoDeen/PlanetLab? proxy server Feb-14, 22:40
193.55.112.41:3124 CoDeen/PlanetLab? server Feb-15, 11:52 France
194.42.17.123:3127 CoDeen/PlanetLab? proxy server Feb-15, 13:04 Cyprus
198.133.224.145:3127 CoDeen/PlanetLab? proxy server Feb-15, 03:33
128.232.103.201:3124 CoDeen/PlanetLab? server Feb-15, 14:32 United
192.41.135.218:3127 CoDeen/PlanetLab? server Feb-14, 22:59 Switzerland
194.36.10.154:3124 CoDeen/PlanetLab? proxy server Feb-15, 13:38 United
142.150.238.13:3127 CoDeen/PlanetLab? server Feb-15, 15:52 Canada
192.33.90.69:3127 CoDeen/PlanetLab? server Feb-15, 08:42 Switzerland
130.75.87.84:3124 CoDeen/PlanetLab? proxy server Feb-15, 13:47 Germany
130.192.157.132:3124 CoDeen/PlanetLab? server Feb-15, 13:24 Italy
128.252.19.21:3128 CoDeen/PlanetLab? server Feb-15, 14:34 United
128.208.4.199:3127 CoDeen/PlanetLab? proxy server Feb-15, 14:36 United
216.165.109.79:3124 CoDeen/PlanetLab? server Feb-15, 15:56 United
128.112.139.97:3127 CoDeen/PlanetLab? server Feb-15, 11:08 United
156.17.10.52:3124 CoDeen/PlanetLab? proxy server Feb-14, 22:50 Poland
156.17.10.52:3127 CoDeen/PlanetLab? server Feb-15, 13:24 Poland
204.8.155.226:3128 CoDeen/PlanetLab? proxy server Feb-15, 14:36 United
132.187.230.1:3124 CoDeen/PlanetLab? server Feb-15, 12:46 Germany
72.36.112.71:3127 CoDeen/PlanetLab? proxy server Feb-15, 04:48 United
206.117.37.4:3124 CoDeen/PlanetLab? proxy server Feb-15, 14:36 United
169.229.50.13:3127 CoDeen/PlanetLab? server Feb-15, 11:49 United
128.223.8.113:3127 CoDeen/PlanetLab? server Feb-15, 14:52 United
128.223.8.112:3127 CoDeen/PlanetLab? proxy server Feb-15, 14:37 United
136.145.115.194:3128 CoDeen/PlanetLab? server Feb-15, 15:32 Puerto
193.167.182.132:3124 CoDeen/PlanetLab? proxy server Feb-14, 22:59
192.33.90.68:3128 high-anonymous proxy server Feb-15, 11:36
128.31.1.13:3128 high-anonymous proxy server Feb-15, 13:25 United
195.116.60.34:3128 high-anonymous server Feb-15, 15:19 Poland
204.85.191.10:3128 high-anonymous server Feb-15, 12:30 United States
192.33.90.69:3128 high-anonymous server Feb-15, 11:35 Switzerland
193.6.20.4:3128 high-anonymous server Feb-15, 13:04 Hungary
203.178.133.11:3128 high-anonymous proxy server Feb-15, 14:03 Japan
204.194.251.15:80 high-anonymous server Feb-15, 15:28 United States
220.117.210.38:80 high-anonymous proxy server Feb-15, 14:00 Korea,
123.232.102.206:80 high-anonymous server Feb-15, 13:30 China
218.249.35.4:8080 high-anonymous proxy server Feb-15, 14:01 China
202.106.121.134:80 high-anonymous server Feb-15, 14:06 China
210.245.63.218:80 high-anonymous proxy server Feb-15, 14:31 Vietnam
61.19.222.7:80 high-anonymous proxy server Feb-15, 15:56 Thailand
210.82.31.151:80 high-anonymous proxy server Feb-15, 13:15 China
211.90.22.106:8088 high-anonymous server Feb-15, 13:46 China
124.107.149.63:3128 high-anonymous proxy server Feb-15, 14:15
220.128.122.187:80 high-anonymous proxy server Feb-15, 14:31 Taiwan
59.44.59.132:808 high-anonymous server Feb-15, 12:46 China
160.75.90.69:80 high-anonymous server Feb-15, 14:54 Turkey
63.208.148.223:80 high-anonymous server Feb-15, 15:38 United States
94.28.104.18:3128 high-anonymous server Feb-15, 15:57
201.229.208.003:0080 high-anonymous proxy server Feb-15, 15:38
61.57.156.246:80 high-anonymous server Feb-15, 15:38 Taiwan
60.28.209.8:80 high-anonymous server Feb-15, 14:16 China
60.28.209.8:0080 high-anonymous proxy server Feb-15, 15:48 China
201.229.208.002:0080 high-anonymous proxy server Feb-15, 14:44

Comments (1)

Facebook Fraud on the Rise!

In recent months, the economic downturn has been something nearby everyones ear, be it radio, TV, word of mouth, or otherwise. It seems though that the scams will continue and for quite some time during the credit crunch.

Helping criminal fraudsters since the economic downturn

We ask ourselves in wonder, and quickly state “Facebook? Fraud? No, no, no. They have safeguards and vetting for such ads”. You’d be correct, but for some reason Facebook are quite happy letting countless hundreds of fraudsters access 15.4 million people per ad.  This is clearly unnacceptable and presents yet again another dangerous trend in irresponsible business practices online.

Now, as we know the CMA (Computer Misuse Act) is a internationally widely misunderstood and misinterpreted legislation, and often revised to meet a changing need of regulations to prevent both criminal and civil crimes being committed with the use of computer and internet technology. There has always been a grey area in which fraudsters are able to hide and operate almost entirely with impunity.  Frankly though, we feel a public outcry is the only response deserved for Facebook profiteering from fraudsters. A symbiosis of association is quite illegal, with or without knowledge (criminal). I believe a strong case can and will be put forward by myself or some other party to ensure that such phenomena cannot repeat itself.

Facebook clearly state they have a filtering/vetting system. Perhaps they could state why they are allowing organised crime to be advertised on their site to their users? See how much facebook cares about their users? Only as much as the monetization, it seems, it’s not cheap to run facebook. Infact when talking about facebook user ROI they will refer to it in pence.. however the real cost to us from fraudsters can reach the hundreds of thousands. Obviously customer value and monetization are clearly mutually exclusive goals. Something of which either requires massive addressing via the CMA, or other currently existing legislations to remove organised crime by association.

A dangerous criminal-commercial symbiosis has formed where commercial entities are prepared to turn a blind eye to clearly illegal pyramid or matrix schemes. Often refered to as scams!

Often in such schemes the scammer will have a website that noticeably has no Google Index, Alexa Rank, backlinks, yahoo rank, msn rank. Infact I and others could go as far to blame the user for being soppy and not checking such blisteringly obvious things. Question though, how mainstream is facebook? How many people on facebook are technicians? It’s a good question, and quickly explains the Beeb’s recent interest in the story about rising frauds related crime since the economic downturn. Also, often the scammer will insist he had recently no options left, no job or promise of success and that *his* scheme, for instance “Gmoney” or “google money” works and generates thousands of $. Also a “free” pack will be offered, always requiring the user to give their creditcard details or a monetary payment of somekind for the “postage”. Often the user may be charged more than the postage list price quoted by said scammer. More often than not that money is lost due to the embarassment of being had, or rather simply because they were desperate and spent their last crumbs on something silly, and have better things to do than trying to get a few dollar, or a few hundred dollars back.

First of all it should be clear that people who use terms like “google will make you money” is pretty disassociative, they are clearly stepping back and saying - “hey google will make you rich” but giving you a clear impression it’s their work, and their “book/starter kit” will tell you everything you need to know to make money on google. Well here’s the wakeup call. Google will tell you everything you need how to make money on google, because they did it first! It’s everywhere: strategies, tutorials, guides, SEO, this stuff already exists, it’s free! And not everyone makes money on it AT ALL. Success ISN’T assured! Losing ones money usually is, especially in matrix schemes. Moreso in Pyramid schemes, and an outright guarantee from someone claiming you can make a personal fortune via google with their help!! Lies, and the same old stories resurface every few years in mainstream media, for instance recently with the economic downturn.

Another great prank is pictures of fancy cars, beautiful women, their children and them, pretending to be a single father/mother. Remeber, scammers are experts in human psychology , social networking, espionate and

Promises that are too good to be true are what they say on the tin.

It’s easy to become involved in one of these schemes, the specific rise and targeting of facebook since the downturn can simply be labeled as a fraudsters exploitation, but how far does the exclusivity of that exploitation go? How far do the responsibilities of the content provider go as to crime? Actually, facebook could indeed be responsible for allowing criminals to use their content for ads network. Google have faced similar suits where their responsibility to patents, trademarks or misleading/fraudulent adverts as well as their users have been instilled by international courts. Facebook is still pretty fresh so it will be interesting to see how badly they are hit with the bad news they’ve been caught red handed, with their pants down, allowing criminal fraudsters to impress upon their entire userbase… if this is not a crime then it can only be pure and simple ignorance, stupidity and/or greed.

Facebook wake up! For gods sake! For your users sake!

One such Ad on facebook today:

The scammer href/link for the facebook ad:

Comments (1)

Proxy List Update 10 February 2009

122.116.65.95:00080 high-anonymous proxy server Feb-10, 09:09 Taiwan
77.106.208.166:8080 high-anonymous server Feb-10, 11:01 Russian
80.143.226.158:8080 high-anonymous proxy server Feb-10, 11:01 Germany
81.216.196.185:8080 anonymous server Feb-10, 11:01 Sweden
76.89.23.238:9090 high-anonymous server Feb-10, 11:02 United States
69.246.123.26:9090 high-anonymous server Feb-10, 11:02 United States
68.188.91.22:9090 high-anonymous proxy server Feb-10, 11:03 United
71.194.0.41:9090 high-anonymous server Feb-10, 11:04 United States
75.65.207.185:9090 high-anonymous server Feb-10, 11:05 United States
76.113.8.160:9090 high-anonymous server Feb-10, 11:05 United States
80.237.209.83:443 anonymous server Feb-10, 11:05 Germany
78.224.128.22:80 high-anonymous proxy server Feb-10, 11:06 France
81.31.157.38:6654 high-anonymous proxy server Feb-10, 11:07 Italy
69.22.113.10:9090 high-anonymous proxy server Feb-10, 11:07 United
119.147.23.118:8080 anonymous proxy server Feb-10, 11:25 China
202.79.186.109:80 anonymous proxy server Feb-10, 11:51 Singapore
213.208.220.112:80 anonymous proxy server Feb-10, 11:46 Netherlands
200.221.10.104:80 anonymous server Feb-10, 11:46 Brazil
208.82.183.103:80 anonymous proxy server Feb-10, 11:59 United States
81.216.196.185:8080 anonymous proxy server Feb-10, 11:01 Sweden
194.226.118.18:3128 anonymous server Feb-10, 11:46 Russian Federation
83.141.17.20:80 anonymous server Feb-10, 11:52 Germany
203.186.65.9:80 anonymous proxy server Feb-10, 11:48 Hong Kong
218.4.65.118:8080 anonymous proxy server Feb-10, 11:52 China
87.245.155.179:80 anonymous proxy server Feb-10, 11:47 Russian
61.91.165.29:3128 anonymous server Feb-10, 11:32 Thailand
208.20.21.159:8080 anonymous server Feb-10, 11:51 United States
203.94.229.227:8080 anonymous server Feb-10, 11:33 India
213.97.52.28:8080 anonymous proxy server Feb-10, 11:51 Spain
195.57.124.85:80 anonymous server Feb-10, 11:33 Spain
213.41.102.165:80 anonymous server Feb-10, 11:50 France
174.129.225.131:80 anonymous server Feb-10, 11:57
94.43.222.138:8080 anonymous proxy server Feb-10, 11:47
219.142.121.37:80 anonymous server Feb-10, 11:08 China
87.193.181.74:80 anonymous proxy server Feb-10, 11:43 Germany
209.205.94.22:80 anonymous proxy server Feb-10, 11:47 Canada
88.198.12.70:8000 anonymous server Feb-10, 11:49 Germany
200.55.208.203:80 anonymous proxy server Feb-10, 11:46 Chile
195.209.224.91:3128 anonymous proxy server Feb-10, 11:33 Russian
164.73.47.244:3124 CoDeen/PlanetLab? proxy server Feb-09, 23:06
128.232.103.203:3127 CoDeen/PlanetLab? server Feb-10, 11:53 United
152.3.138.2:3128 CoDeen/PlanetLab? proxy server Feb-10, 11:21 United
130.136.254.22:3127 CoDeen/PlanetLab? server Feb-10, 11:30 Italy
193.167.182.132:3124 CoDeen/PlanetLab? proxy server Feb-09, 23:20
143.107.111.195:3124 CoDeen/PlanetLab? server Feb-09, 22:46 Brazil
194.36.10.154:3127 CoDeen/PlanetLab? proxy server Feb-10, 10:07 United
128.252.19.21:3124 CoDeen/PlanetLab? proxy server Feb-10, 09:28 United
138.238.250.155:3127 CoDeen/PlanetLab? proxy server Feb-10, 03:38
198.133.224.145:3124 CoDeen/PlanetLab? server Feb-10, 09:28 United
128.232.103.202:3124 CoDeen/PlanetLab? server Feb-10, 11:37 United
192.41.135.218:3124 CoDeen/PlanetLab? proxy server Feb-09, 23:20
194.42.17.124:3124 CoDeen/PlanetLab? proxy server Feb-10, 11:37 Cyprus
128.252.19.21:3128 CoDeen/PlanetLab? server Feb-10, 11:21 United
128.112.139.97:3127 CoDeen/PlanetLab? proxy server Feb-10, 11:07
150.65.32.68:3127 CoDeen/PlanetLab? server Feb-08, 14:45 Japan
198.82.160.221:3127 CoDeen/PlanetLab? server Feb-10, 08:35 United
129.24.211.26:3124 CoDeen/PlanetLab? proxy server Feb-10, 08:35 United
129.24.211.25:3124 CoDeen/PlanetLab? proxy server Feb-10, 08:35 United
72.36.112.72:3128 CoDeen/PlanetLab? server Feb-10, 11:21 United States
146.57.249.98:3128 CoDeen/PlanetLab? server Feb-10, 11:11 United
204.85.191.10:3124 CoDeen/PlanetLab? proxy server Feb-10, 04:38 United
204.8.155.226:3124 CoDeen/PlanetLab? proxy server Feb-10, 04:38 United
171.66.3.182:3127 CoDeen/PlanetLab? proxy server Feb-10, 10:47 United
169.229.50.16:3127 CoDeen/PlanetLab? proxy server Feb-10, 11:08 United
128.2.223.65:3124 CoDeen/PlanetLab? server Feb-10, 03:15 United States
128.59.20.228:3124 CoDeen/PlanetLab? proxy server Feb-09, 23:06 United
169.229.50.13:3124 CoDeen/PlanetLab? proxy server Feb-09, 12:08 United
129.59.88.180:3124 CoDeen/PlanetLab? server Feb-09, 17:49 United
203.178.133.11:3127 CoDeen/PlanetLab? proxy server Feb-10, 05:43 Japan
171.66.3.181:3128 CoDeen/PlanetLab? proxy server Feb-10, 11:36 United
128.232.103.202:3128 CoDeen/PlanetLab? proxy server Feb-10, 11:07
203.178.133.2:3127 CoDeen/PlanetLab? proxy server Feb-09, 23:07 Japan
141.24.249.130:3127 CoDeen/PlanetLab? server Feb-09, 23:20 Germany
194.29.178.13:3124 CoDeen/PlanetLab? server Feb-10, 10:49 Poland
192.33.90.67:3127 CoDeen/PlanetLab? proxy server Feb-10, 10:50
131.246.191.42:3124 CoDeen/PlanetLab? server Feb-09, 23:06 Germany
134.151.255.180:3128 CoDeen/PlanetLab? server Feb-10, 10:07 United
193.167.187.187:3124 CoDeen/PlanetLab? proxy server Feb-09, 23:06
129.69.210.96:3128 CoDeen/PlanetLab? proxy server Feb-09, 23:32
140.113.156.245:3128 CoDeen/PlanetLab? server Feb-10, 11:36 Taiwan
164.73.47.242:3127 CoDeen/PlanetLab? server Feb-09, 23:07 Uruguay
195.113.161.83:3124 CoDeen/PlanetLab? server Feb-09, 23:06 Czech
138.246.99.249:3124 CoDeen/PlanetLab? server Feb-09, 23:00 Germany
132.187.230.1:3128 CoDeen/PlanetLab? proxy server Feb-09, 19:51
128.111.52.62:3127 CoDeen/PlanetLab? server Feb-10, 11:06 United
131.246.191.42:3127 CoDeen/PlanetLab? proxy server Feb-09, 23:07
194.29.178.13:3128 CoDeen/PlanetLab? proxy server Feb-09, 23:12 Poland
128.208.004.197:3124 CoDeen/PlanetLab? proxy server Feb-09, 23:03
195.130.121.204:3124 CoDeen/PlanetLab? server Feb-08, 22:37 Greece
128.208.4.199:3128 CoDeen/PlanetLab? server Feb-10, 11:07 United
146.57.249.98:3124 CoDeen/PlanetLab? server Feb-09, 23:59 United
128.208.4.199:3124 CoDeen/PlanetLab? server Feb-10, 11:07 United
152.3.138.5:3128 CoDeen/PlanetLab? server Feb-09, 23:21 United States
35.9.27.26:3127 CoDeen/PlanetLab? proxy server Feb-09, 21:50 United
140.247.60.123:3127 CoDeen/PlanetLab? server Feb-10, 11:07 United
198.133.224.145:3128 CoDeen/PlanetLab? proxy server Feb-10, 10:06
169.235.24.232:3124 CoDeen/PlanetLab? proxy server Feb-10, 09:29
208.117.131.116:3124 CoDeen/PlanetLab? server Feb-09, 23:59 United
152.3.138.2:3124 CoDeen/PlanetLab? proxy server Feb-10, 09:29 United
195.116.60.34:3127 CoDeen/PlanetLab? proxy server Feb-10, 11:06 Poland
208.117.131.116:3127 CoDeen/PlanetLab? proxy server Feb-10, 00:26
155.98.35.5:3127 CoDeen/PlanetLab? proxy server Feb-09, 23:59 United
169.229.50.14:3124 CoDeen/PlanetLab? proxy server Feb-10, 10:47 United
128.220.231.3:3124 CoDeen/PlanetLab? proxy server Feb-10, 09:29 United
128.112.139.80:3128 CoDeen/PlanetLab? server Feb-10, 11:07 United
72.36.112.71:3124 CoDeen/PlanetLab? server Feb-09, 23:06 United States
128.252.19.20:3128 CoDeen/PlanetLab? server Feb-10, 11:07 United
169.235.24.232:3127 CoDeen/PlanetLab? server Feb-10, 08:35 United
123.127.110.243:80 high-anonymous server Feb-10, 11:15 China
122.116.65.95:80 high-anonymous proxy server Feb-10, 11:19 Taiwan
200.104.250.92:80 high-anonymous proxy server Feb-10, 11:54 Chile
93.188.168.68:80 high-anonymous proxy server Feb-10, 11:43
91.74.59.98:3128 high-anonymous server Feb-10, 11:13 United Arab
122.116.65.95:0080 high-anonymous proxy server Feb-10, 11:19 Taiwan
220.128.122.187:80 high-anonymous server Feb-10, 11:48 Taiwan
211.90.22.106:8088 high-anonymous proxy server Feb-10, 11:49 China
210.82.31.151:80 high-anonymous proxy server Feb-10, 11:51 China
151.11.232.92:80 high-anonymous proxy server Feb-10, 11:38 Italy
192.33.90.66:3128 high-anonymous server Feb-10, 01:21 Switzerland
210.245.63.218:80 high-anonymous proxy server Feb-10, 11:46 Vietnam
202.78.227.32:8080 high-anonymous proxy server Feb-10, 11:50 Vietnam
75.126.232.52:9090 high-anonymous proxy server Feb-10, 11:08 United
75.108.122.150:9090 high-anonymous proxy server Feb-10, 11:07 United
75.126.132.11:9090 high-anonymous server Feb-10, 11:08 United States
76.113.8.160:9090 high-anonymous proxy server Feb-10, 11:05 United
78.224.128.22:80 high-anonymous proxy server Feb-10, 11:06 France
75.126.232.53:9090 high-anonymous proxy server Feb-10, 11:08 United
89.122.143.189:80 high-anonymous server Feb-10, 11:18 Romania
123.203.119.147:808 high-anonymous server Feb-10, 11:18 Hong Kong
98.165.245.250:9090 high-anonymous server Feb-10, 11:16 United States
116.72.23.207:6588 high-anonymous proxy server Feb-10, 11:15 India
83.197.228.251:6588 high-anonymous proxy server Feb-10, 11:09 France
64.210.146.161:80 high-anonymous server Feb-10, 11:22 United States
71.230.31.18:9090 high-anonymous server Feb-10, 11:31 United States
92.236.137.151:9090 high-anonymous proxy server Feb-10, 11:40 United
201.26.133.204:8080 high-anonymous server Feb-10, 11:36 Brazil
81.255.13.36:80 high-anonymous server Feb-10, 11:02 France
76.25.6.162:7212 high-anonymous proxy server Feb-10, 11:59 United
76.22.0.234:9090 high-anonymous proxy server Feb-10, 11:01 United
194.3.18.22:80 high-anonymous server Feb-10, 11:38 France
68.188.91.22:9090 high-anonymous proxy server Feb-10, 11:03 United

Comments (1)

Proxy List Update 9 February 2009

201.88.248.118:6588 high-anonymous proxy server Feb-09, 13:53 Brazil
76.98.32.144:9090 high-anonymous proxy server Feb-09, 13:56 United
201.53.79.149:6588 high-anonymous proxy server Feb-09, 14:10 Brazil
202.78.227.32:8080 high-anonymous server Feb-09, 14:13 Vietnam
222.255.29.84:8888 anonymous proxy server Feb-09, 14:15 Vietnam
68.55.225.102:9090 high-anonymous proxy server Feb-09, 14:16 United
189.111.166.103:6588 high-anonymous proxy server Feb-09, 14:39 Brazil
81.169.176.86:80 high-anonymous server Feb-09, 14:41 Germany
206.123.81.210:9090 high-anonymous server Feb-09, 15:05 United States
59.171.86.136:8080 high-anonymous server Feb-09, 15:48 Japan
203.149.32.30:8080 anonymous proxy server Feb-09, 15:48 Thailand
201.86.70.162:80 high-anonymous proxy server Feb-09, 16:03 Brazil
221.249.144.93:8088 anonymous server Feb-09, 18:36 Japan
66.110.119.167:8080 anonymous server Feb-09, 18:30 Angola
203.149.32.30:8080 anonymous server Feb-09, 15:48 Thailand
210.86.181.201:80 anonymous proxy server Feb-09, 17:45 Thailand
195.209.224.91:3128 anonymous proxy server Feb-09, 18:38 Russian
130.225.245.156:8080 anonymous proxy server Feb-09, 18:56 Denmark
213.130.105.148:8080 anonymous server Feb-09, 18:37 Qatar
194.226.118.18:3128 anonymous server Feb-09, 18:38 Russian Federation
210.86.181.202:80 anonymous server Feb-09, 17:46 Thailand
213.199.68.144:80 anonymous server Feb-09, 17:46 Sweden
222.73.95.245:80 anonymous proxy server Feb-09, 18:32 China
208.20.21.157:8080 anonymous server Feb-09, 18:25 United States
61.91.165.29:3128 anonymous proxy server Feb-09, 18:46 Thailand
200.55.208.203:80 anonymous server Feb-09, 18:32 Chile
88.216.54.84:80 anonymous proxy server Feb-09, 18:37 Lithuania
80.88.242.32:9090 anonymous proxy server Feb-09, 18:30 Bahrain
62.75.219.25:80 anonymous server Feb-09, 18:34 Germany
208.20.21.159:8080 anonymous proxy server Feb-09, 18:38 United States
220.130.81.188:8000 anonymous server Feb-09, 18:11 Taiwan
190.66.18.93:3128 anonymous server Feb-09, 18:45 Colombia
221.11.27.110:8080 anonymous proxy server Feb-09, 18:55 China
77.226.240.50:1080 anonymous server Feb-09, 18:38 Spain
87.193.181.74:80 anonymous proxy server Feb-09, 18:54 Germany
217.219.147.141:80 anonymous server Feb-09, 18:28 Iran, Islamic
66.60.191.141:8090 anonymous server Feb-09, 17:19 United States
208.81.7.18:80 anonymous proxy server Feb-09, 19:01 Canada
203.241.120.92:80 anonymous server Feb-09, 18:18 Korea, Republic of
202.39.6.27:8000 anonymous proxy server Feb-09, 18:19 Taiwan
218.4.65.118:8080 anonymous server Feb-09, 18:33 China
208.117.131.115:3127 CoDeen/PlanetLab? proxy server Feb-09, 17:58
138.246.99.249:3124 CoDeen/PlanetLab? server Feb-09, 17:58 Germany
128.232.103.203:3127 CoDeen/PlanetLab? proxy server Feb-09, 18:46
129.69.210.96:3127 CoDeen/PlanetLab? server Feb-09, 17:59 Germany
142.150.3.77:3124 CoDeen/PlanetLab? server Feb-09, 17:59 Canada
142.150.238.13:3124 CoDeen/PlanetLab? server Feb-09, 17:58 Canada
128.238.88.65:3124 CoDeen/PlanetLab? server Feb-09, 18:00 United
133.1.74.162:3124 CoDeen/PlanetLab? proxy server Feb-09, 17:59 Japan
128.208.004.199:3128 CoDeen/PlanetLab? proxy server Feb-09, 18:00
134.151.255.180:3124 CoDeen/PlanetLab? proxy server Feb-09, 18:46
128.208.004.197:3124 CoDeen/PlanetLab? proxy server Feb-09, 17:59
128.208.004.199:3124 CoDeen/PlanetLab? server Feb-09, 18:00 United
165.91.83.22:3127 CoDeen/PlanetLab? proxy server Feb-09, 18:36 United
131.188.44.101:3124 CoDeen/PlanetLab? server Feb-09, 18:00 Germany
155.225.2.72:3124 CoDeen/PlanetLab? proxy server Feb-09, 17:59 United
138.246.99.250:3127 CoDeen/PlanetLab? proxy server Feb-09, 17:58
131.246.191.42:3127 CoDeen/PlanetLab? server Feb-09, 18:00 Germany
138.246.99.250:3128 CoDeen/PlanetLab? proxy server Feb-09, 18:56
128.112.139.75:3128 CoDeen/PlanetLab? proxy server Feb-09, 17:49
133.1.16.171:3124 CoDeen/PlanetLab? server Feb-08, 22:35 Japan
131.246.191.42:3128 CoDeen/PlanetLab? server Feb-09, 18:48 Germany
128.112.139.80:3124 CoDeen/PlanetLab? proxy server Feb-09, 16:06
192.33.90.66:3124 CoDeen/PlanetLab? server Feb-08, 15:10 Switzerland
192.42.43.22:3128 CoDeen/PlanetLab? server Feb-09, 12:14 Switzerland
131.246.191.42:3124 CoDeen/PlanetLab? proxy server Feb-09, 18:48
203.178.133.3:3124 CoDeen/PlanetLab? proxy server Feb-09, 18:48 Japan
137.226.138.156:3127 CoDeen/PlanetLab? server Feb-09, 13:15 Germany
194.36.10.154:3127 CoDeen/PlanetLab? proxy server Feb-09, 18:46 United
193.167.187.187:3124 CoDeen/PlanetLab? server Feb-08, 15:10 Finland
128.208.4.198:3124 CoDeen/PlanetLab? server Feb-09, 14:13 United
206.117.37.4:3124 CoDeen/PlanetLab? proxy server Feb-09, 18:35 United
133.11.240.56:3124 CoDeen/PlanetLab? server Feb-09, 12:17 Japan
192.33.90.69:3127 CoDeen/PlanetLab? proxy server Feb-09, 12:11
216.165.109.79:3124 CoDeen/PlanetLab? proxy server Feb-09, 16:24
195.130.121.205:3127 CoDeen/PlanetLab? proxy server Feb-09, 12:15
194.42.17.123:3124 CoDeen/PlanetLab? proxy server Feb-09, 12:08 Cyprus
128.232.103.202:3124 CoDeen/PlanetLab? server Feb-09, 18:46 United
137.99.11.86:3128 CoDeen/PlanetLab? server Feb-09, 18:48 United States
192.33.210.16:3124 CoDeen/PlanetLab? proxy server Feb-09, 17:42
193.6.20.4:3127 CoDeen/PlanetLab? server Feb-09, 17:42 Hungary
169.235.24.133:3128 CoDeen/PlanetLab? proxy server Feb-09, 18:36
192.33.90.68:3127 CoDeen/PlanetLab? proxy server Feb-09, 17:42
142.150.238.13:3127 CoDeen/PlanetLab? server Feb-09, 17:26 Canada
128.208.4.99:3124 CoDeen/PlanetLab? proxy server Feb-09, 17:49 United
133.1.74.163:3127 CoDeen/PlanetLab? proxy server Feb-09, 17:43 Japan
133.1.74.163:3124 CoDeen/PlanetLab? proxy server Feb-09, 17:43 Japan
128.223.8.111:3124 CoDeen/PlanetLab? server Feb-09, 17:49 United
169.229.50.7:3128 CoDeen/PlanetLab? proxy server Feb-09, 17:41 United
204.8.155.226:3124 CoDeen/PlanetLab? proxy server Feb-09, 10:50 United
128.135.11.152:3128 CoDeen/PlanetLab? proxy server Feb-09, 10:50
128.59.20.226:3127 CoDeen/PlanetLab? proxy server Feb-09, 10:50 United
132.239.17.224:3128 CoDeen/PlanetLab? proxy server Feb-09, 18:35
35.9.27.27:3128 CoDeen/PlanetLab? server Feb-09, 16:52 United States
169.229.50.9:3124 CoDeen/PlanetLab? server Feb-09, 18:36 United States
169.229.50.16:3127 CoDeen/PlanetLab? server Feb-09, 17:40 United
169.229.50.14:3128 CoDeen/PlanetLab? proxy server Feb-09, 17:49 United
138.238.250.155:3124 CoDeen/PlanetLab? proxy server Feb-09, 18:36
138.238.250.157:3124 CoDeen/PlanetLab? proxy server Feb-09, 13:06
142.150.238.12:3128 CoDeen/PlanetLab? proxy server Feb-09, 17:26
155.98.35.2:3128 CoDeen/PlanetLab? proxy server Feb-09, 18:48 United
152.15.98.227:3124 CoDeen/PlanetLab? proxy server Feb-09, 14:06 United
165.230.49.115:3127 CoDeen/PlanetLab? server Feb-09, 17:49 United
132.239.17.224:3127 CoDeen/PlanetLab? proxy server Feb-09, 17:49
128.233.252.11:3128 CoDeen/PlanetLab? server Feb-09, 17:26 Canada
128.208.4.199:3128 CoDeen/PlanetLab? server Feb-09, 17:40 United
134.151.255.180:3128 CoDeen/PlanetLab? server Feb-09, 18:46 United
164.107.127.12:3128 CoDeen/PlanetLab? proxy server Feb-09, 18:35
132.252.152.193:3124 CoDeen/PlanetLab? server Feb-09, 13:14 Germany
128.233.252.12:3124 CoDeen/PlanetLab? server Feb-08, 22:51 Canada
128.31.1.13:3124 CoDeen/PlanetLab? proxy server Feb-09, 18:35 United
136.145.115.194:3128 CoDeen/PlanetLab? proxy server Feb-09, 07:08
169.229.50.14:3124 CoDeen/PlanetLab? server Feb-09, 16:06 United
129.74.74.15:3124 CoDeen/PlanetLab? server Feb-08, 22:51 United States
206.117.37.5:3124 CoDeen/PlanetLab? proxy server Feb-09, 18:35 United
130.136.254.22:3124 CoDeen/PlanetLab? server Feb-09, 18:48 Italy
132.239.17.226:3128 CoDeen/PlanetLab? proxy server Feb-09, 16:06
130.88.203.27:3128 CoDeen/PlanetLab? server Feb-09, 18:47 United
164.107.127.13:3128 CoDeen/PlanetLab? server Feb-09, 07:52 United
169.235.24.133:3124 CoDeen/PlanetLab? server Feb-09, 18:36 United
132.252.152.193:3128 CoDeen/PlanetLab? server Feb-09, 12:21 Germany
136.145.115.194:3124 CoDeen/PlanetLab? server Feb-09, 12:03 Puerto
206.117.37.4:3127 CoDeen/PlanetLab? server Feb-09, 17:41 United States
35.9.27.26:3127 CoDeen/PlanetLab? proxy server Feb-09, 18:48 United
169.229.50.5:3128 CoDeen/PlanetLab? server Feb-09, 17:40 United States
140.113.156.245:3128 CoDeen/PlanetLab? server Feb-09, 18:01 Taiwan
76.217.34.197:8000 high-anonymous proxy server Feb-09, 18:51 United
160.79.139.56:80 high-anonymous proxy server Feb-09, 18:40 United
218.194.80.230:808 high-anonymous proxy server Feb-09, 18:40 China
76.180.180.36:8090 high-anonymous server Feb-09, 18:15 United States
98.141.23.139:9090 high-anonymous server Feb-09, 18:36 United States
219.40.22.91:8080 high-anonymous server Feb-09, 18:49 Japan
24.4.239.144:9090 high-anonymous proxy server Feb-09, 18:09 United
194.199.98.11:6654 high-anonymous server Feb-09, 18:38 France
68.57.178.219:9090 high-anonymous server Feb-09, 18:51 United States
80.250.70.111:3128 high-anonymous proxy server Feb-09, 18:01 Russian
207.192.207.240:9090 high-anonymous proxy server Feb-09, 18:47 United
189.37.28.147:6588 high-anonymous proxy server Feb-09, 18:00 Brazil
24.89.16.145:7212 high-anonymous server Feb-09, 17:51 United States
24.10.187.116:9090 high-anonymous proxy server Feb-09, 17:29 United
69.246.61.14:9090 high-anonymous server Feb-09, 17:27 United States
80.191.3.6:8080 high-anonymous proxy server Feb-09, 18:01 Iran,
24.79.12.229:9090 high-anonymous proxy server Feb-09, 18:52 Canada
195.98.78.90:3128 high-anonymous proxy server Feb-09, 18:53 Russian
122.116.65.95:00080 high-anonymous server Feb-09, 15:48 Taiwan
210.196.98.51:80 high-anonymous proxy server Feb-09, 16:36 Japan
68.2.104.70:9090 high-anonymous server Feb-09, 17:49 United States
218.24.189.18:808 high-anonymous server Feb-09, 16:29 China
219.124.250.63:8080 high-anonymous proxy server Feb-09, 15:38 Japan
202.106.121.134:000080 high-anonymous server Feb-09, 17:35 China
219.201.68.111:8080 high-anonymous proxy server Feb-09, 15:56 Japan
220.15.224.200:8080 high-anonymous proxy server Feb-09, 15:56 Japan
201.88.248.118:6588 high-anonymous server Feb-09, 13:53 Brazil
200.81.160.54:6588 high-anonymous server Feb-09, 14:56 Argentina
200.171.232.140:6588 high-anonymous server Feb-09, 17:34 Brazil
61.234.254.69:8088 high-anonymous proxy server Feb-09, 17:31 China
99.199.229.95:9090 high-anonymous server Feb-09, 17:06 United States
195.248.239.142:80 high-anonymous proxy server Feb-09, 17:15
74.79.165.21:9090 high-anonymous proxy server Feb-09, 14:04 United
202.197.64.42:80 high-anonymous server Feb-09, 17:33 China
203.202.70.253:80 high-anonymous server Feb-09, 17:00 Australia
69.64.58.30:80 high-anonymous proxy server Feb-09, 17:59 United States
194.36.10.154:3128 high-anonymous server Feb-09, 18:46 United Kingdom

Comments

Where has Azio been?

Hello guys and girls. Where have I been? This is a good question; a good question in deed and in virtue!
Unfortunately, last year I was forced to resign as a Director from Game-Zero Limited, due to lack of funding from a business partner, and him expecting me to play guarantor for a loan, mainly after working 2 years and building up the IP of a largely successful business.

We were doing well, we had several racks, but one was entirely EMPTY. Literally, thousands upon thousands of pounds were wasted because my partner had no desire to spend more cash. Obviously, when we rented the cab I insisted that it made sense to grab it, but at the same time warned it *MUST* be filled.

Eventually, my business partner decided to run off with nearly all the company hardware, including some of mine, that the company didn’t even own! (AFAIK!) This was, august or so. My girlfriend decides to cheat on me with not 1 but 2 other gentleman, one of which I was best friends with until he started harassing her last year… losing him, my best friend in the process. Complicated enough for you?? At the same time I lose my job at a company I was working for in Chiswick Park, now they’ve since moved out of Chiswick Park, because their business plan didn’t work - which I tried to tell them…. :-)

I would like to establish that the world could have been a bit simpler for me, if people had better business plans, and I was less trusting of people :-)

Ladies and gentleman the moral of this story is, yes, people are bastards, yes we can get depressed because of it and do stupid things (oh i don’t know like running off with my money, or my partner!!) - but if we change our ways because of their stupid, arrogant and/or evil acts, then we’d be lowering our standards. And as soon as we do that, we become part of the problem instead of part of the solution!

Problem Analysis and System Analysis is part of my job; I’ve finally picked myself up again, and it’s nice to have finally met a gorgeous, caring and interesting lady who is both trusting and trustworthy. Also, things are looking up, I’ve decided to apply for some work around a few places and make a big and brutal re-entry into the DC/telecoms/GSP industry. You buggers better watch out cause here I come, and this time I’ll be ready and it’ll be my cash! teehehehehe. I’ve got my inspiration and I’m not about to let the same mistakes occur arround me again! To all those that don’t have this attitude, i suggest and highly recommend it - :)

To all you faithful azio.org readers, watch this space. Ima gonna be posting lots over the coming months, turning this blog into a hammerticket for TCP/IP over apache! it’s hard to pick yourself up after being paid sodall for years, losing a partner and £10′ of thousands of assets that should go to you. You bastards, watch out, here I come!

All the best guys,

A

Comments (2)

« Previous entries