[tor-dev] yes hello, internet supervillain here

Stumbled across this gem from nachash. Interesting read on over two years of the purest freedom of speech you can find and the effort it took to maintain.

Good stuff.

[tor-dev] yes hello, internet supervillain here

Fears No One nachash at observers.net 
Sat Nov 8 22:10:23 UTC 2014
Previous message: [tor-dev] [PATCH] Pinning middle nodes for HSes:	anti-guard-discovery
Next message: [tor-dev] yes hello, internet supervillain here
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

Sorry in advance for the length. I just want to make sure that
everything is included. If you have any questions/clarifications, just
ask. It isn't every day that someone like me pops up on tor-dev, and I
just want to make sure this is as productive and helpful as possible.
This will probably be a very humbling experience, because unlike my
fellow illegal onion operators both past and present, I will actually be
outside of a jail cell and able to read the ruthless dissection of my
set-up. On the bright side, you're all are getting way more info from me
than the pigs will ever willingly cough up, which means if they have
some sort of magic onion decloak trick, this mailing list discussion is
a good chance at finding it. All of these files are in the hands of the
cops anyway (And I have no plans of bringing doxbin back), so there are
0 real-time opsec concerns.

First, the files:

http://doxbin.strangled.net/
http://qhlkmirbijvet2dp.onion/

sha256 and sha512 checksums for all the files are at the bottom.
NOTE: This isn't my box and I didn't set it up.
WARNING: The .xz files will unpack to roughly 1 GB.

Some other info:

1. The box (An OpenVZ VPS) was hosted with Hetzner in Germany. People on
Twitter keep asking if the box was in Bulgaria, but we didn't use
Bulgaria for one simple reason: The very first doxbin box (Bought in
2011) was with a VPS company in Bulgaria. After the first month, they
said "TOR IS ILLEGAL" (I shit you not), killed the box, and kept the $5
we had paid for the 2nd month. Can't say I blame them.

2. It wasn't transproxied. We did this once before, but it became a
hassle to drop iptables rules just to upgrade tor, especially when tor
was getting regular updates semi-recently. Console access with VPS
companies generally requires java plugins or something just as gross, so
there aren't a lot of sane options here. It gets annoying when there's a
surge in the frequency of tor upgrades, so we stopped transproxying the
box. inb4 OMG OPSEC MISTAKE DETECTED!!!11

3. This script (And copypasta that contained its important parts) was
used to build nginx for the various boxes from roughly November 2011 to
mid-October 2014: http://pastebin.com/dBC7E8Jd Early versions didn't use
naxsi, and sed replaced the server banners in the source before
compiling. Yes, I know it doesn't verify the source. See the next point:

4. Around 2 weeks ago, I started grabbing dotdeb.org's source versions
of nginx and building .debs using hardening-wrapper with the following
command at the end:

DEB_CFLAGS_SET="-O2 -fstack-protector-all -fforce-addr -ffast-math
-fomit-frame-pointer -falign-functions=64 -falign-loops=32"
dpkg-buildpackage -uc -us -j8

5. The tor build was from deb.torproject.org. I'm not able to check the
box and never thought to back up /etc/apt/sources, but it used the
experimental-wheezy repo. All updates were done within 24 hours of the
new .debs going live.

6. Last but not least, the elephant in the room: The php is a
headache-inducing nightmare. I inherited the code and it worked, so I
just papered over its defects over the years (There was no anti-flood
protection originally, for example) and built it up to resemble Kowloon
Walled City expressed in php. I have a feeling that a lot of focus is
going to be placed on the code, to the detriment of finding any possible
tor bugs. In any case, everything about doxbin's setup is being
disclosed in the spirit of making this an interesting learning
experience for all parties involved.


BEGIN TINFOIL

Upon scrolling through the .xz files (I personally use xzless), you'll
find a bunch of stuff like:

      1
/%5C%22http://www.hackforums.net/code/fail/code/code/code/code/code/code/old/code/old/code/old/code/code/old/fail/fail/code/fail/fail/fail/fail/fail/fail/code/old/code/old/code/fail/fail/old/old/old/code/code/fail/fail/code/code/fail/old/code/old/old/code/code/fail/code/code/code/old/old/code/code/old/old/old/code/old/fail/fail/old/code/code/old/code/code/code/fail/code/code/code/fail/code/code/fail/fail/old/code/code/code/code/code/code/old/fail/code/code/code/old/code/fail/old/fail/code/code/fail/old/code/fail/fail/code/code/code/code/fail/fail/code/code/old/old/code/code/old/old/old/code/code/old/code/old/code/code/old/old/old/old/code/code/fail/code/old/fail/code/old/code/code/code/code/fail/code/code/code/code/code/code/old/code/code/fail/code/code/code/code/code/code/old/code/fail/fail/fail/code/fail/old/fail/old/fail/old/fail/code/code/fail/fail/fail/code/code/code/fail/code/code/old/code/code/old/fail/fail/code/old/old/fail/old/code/old/old/old/old/old/old/old/pgp.txt

All of the requests were around (If I recall correctly) 3KB in size.
Oddly enough, it caused tor to hiccup pretty badly, although the web
server itself was just fine and I didn't have any network bandwidth
problems (i.e. No obscene traffic spikes). It's also worth pointing out
that the tcp buffers weren't even close to maxed. The same box has
handled a similar volume of legitimate requests before (Namely back in
March, after The Hidden Wiki debacle; see
https://twitter.com/loldoxbin/status/530765088366821377). The solution
to getting tor availability back was to set ConstrainedSockets to 1 and
play with  ConstrainedSockSize (Originally set to 8192, then 4096). This
made doxbin regularly available again, whereas before it was hit or
miss. Once the requests stopped, I waited a couple of days before
commenting those two config lines out and reloaded tor.

A month later, the same kinds of requests started coming in again. After
the first few hours, I started 301 redirecting all requests containing
/%5C%22 to the new Hidden Wiki's Hard Candy page. I also added a grep -v
to my log report script in order to filter out the noise (Possibly a
mistake, but we both tailed logs and watched for something like a
different attack style that the ddos was being used to cover and never
noticed anything). That was good enough to maintain availability, so I
rolled with it and the requests eventually stopped. I have no hard data
on that last point, just the fact that I tailed the access log and the
requests went from 5 per second to 1 every 3-6 seconds before dying off
completely.

I said on Twitter that we suspected it was a deanonymization attempt,
but I didn't elaborate why because LOL 140 CHARACTERS. Intangir (The
other admin, who took over for me from Halloween 2013 to some time
around July of this year) and I talked about it back in August and
decided that an attacker was probably involved spraying specially
crafted packets at the box in order to mess up its circuits, and
eventually get us on attacker-controlled nodes. Since we mitigated the
availability loss, we deemed it as no big deal. In hindsight, that seems
hilariously stupid/naive of us. The kid who started doxbin had a similar
theory that I'm just going to paste verbatim:

<founder> ANYWAY
<founder> i think
<nachash> CONTINUE
<founder> the attack
<founder> was to DoS you
<founder> until you created circuits
<founder> entirely made of dickbleedable nodes
<founder> and then dickbleeding them
<nachash> but the server
<nachash> got seized
<founder> yeah, the IP was discovered by dickbleed though
<founder> the entire circuit was leaking info
<nachash> lol, did you just reproduce this?
<founder> not yet, i'll be trying
<nachash> Do you mind if I share this with tor devs?
<founder> go ahead
<founder> its just a theory at the moment

If either of these theories even remotely pan out, a possible mitigation
for the next person like me (Which shouldn't require any tor dev work)
might look something like this:

1. Make several public relays and configure the torrc of the hidden
service to only make circuits which begin with those nodes. Private
bridges would be a liability in this case because anyone who figures out
the guard node by weaponizing one of attacks from a whitepaper (Which
guard nodes were modded to mitigate) will be able to find the guard node
and then quickly discover that it isn't part of the public tor network.
Public bridges might be ok, but probably less so.
2. Cross your fingers and pray really, really hard that the money trail
is correctly obscured.
3. ????
4. PROFIT! (Or lulz, in my case)

(No, the similarity between the idea of drug market operators giving
back to the network by donating nodes to the practice of drug cartels
building schools and hospitals is not lost on me)

Another thing to consider is the recommendation against running a hidden
service as a relay. Of course, the argument against doing so in the
documentation is very sound. At the same time, the FBI has stated in the
Silk Road criminal complaint that upon finding the IP, the investigator
verified that it wasn't a tor node and knew he had won the onion
lottery. Of course, that could still be psyops/parallel construction
garbage to scare people into making their jobs a little easier, but it's
something to thing about.

END TINFOIL

sha256sums of all the files:

04261115c2ca8d28c439ee16926e271479b8626cc9403d31d686317227f9f4b0
archive.php.txt
2811be83aa41666f245432a1a562a3ac6c7035a59a16beae09571a71723e734c
captcha.php.txt
c5b9bff30748b8d68666f6d4687757f955cde96e67bbb00edad703af45b776ae
doxbin_2014_08_21.txt.xz
cde066ef290ee22c8d78a34af17d33a393845105d21f9fd96db93e0a51290b77
doxbin_2014_08_22.txt.xz
43ec183ee7efc3e9d14d084e50fe054ac6ffb60919e596a8dc4824f116fa1d83
doxbin_2014_08_23.txt.xz
3e630b3843341926ab7667a41a023fa4d63a38d01a5a3549a66f8bc98507cd39
doxbin_2014_08_24.txt.xz
20af2efec930e477fe5595eee66418f87af047ad4316ffc399761002c2d5f45d
doxbin_2014_08_25.txt.xz
1c24eecbc98456a4c2f489a6012a48ec2119927402e7dd1ac12cff7732d04192
doxbin_2014_08_27.txt.xz
afcdafc5293b6a9dbe402da65522f01a231f3f9727a4e597e70cf44321f96c2f
doxbin_php.txt
66d495a5d21df855eedc6e3493a159b2b522b1b8170610c7c7e013f31d01e0ba
doxviewer.php.txt
34611133cb4da451fc45f09e2ca6a08a71267439755b68608cbbc9b2a151ccee
error.php.txt
f37e6be62b149e40fb604cef90313d321f2bf4d2156808ef997a82004307c22f
faq.php.txt
10bc8b38757ad7b27576488a37cec4a2f9dd0ed2ef467cc605ac0da8e83f3e23
index.php.txt
9596d7339f7a89eca7f18dd36cc2f433cdaa23700497816a6a71889158f90bc7
legal.php.txt
912241933303556097d60b890bac18be4577cbefaa6794088b256a3bf1f3796e
naxsi_core.rules.txt
36bfb91a072d43a07de816d78a7cae8b7350a7f8069798468c8f3556acbeab9b
nginx.conf.txt
66df06cdf6e6aba5dab8655e72c30bc5020f2319db1329c2f93bc74e96a96ac4
post.php.txt
b9c12279b289a56702c9a3dc9b873b453ca4642efbcacba597c8bd252a9092ab
privacy.php.txt
728fb96cbecafd974a9afc3211e8d9eb7bbb49f73e3ccb64fe9f7390341b3d38
proscription.php.txt
ae0b124f3ccd849653ef806b10dd41cf316ffd45ef5d8d5af8c2d117027835e4
resources.tar.xz
7ba7ab341f29fc6d5a449bcd2f18c8962b8475b34c8b5745676da4f4c8e51a90
search.php.txt
6aa7c5dbe7aaa25b729ab542e0396f7f7d322244935ea4c0ad0e468b01d19374
thw.php.txt

sha512sum:

7a0e5eaed12d6f7134c56cdd6e68e8255e49c00897fe05701abb84e91d215ed23f462d6b0485467da04a2d7c0a51d5e6a3fece943d9ce2137321a0913448afec
 archive.php.txt
804d679233f811aa66ca6fbc370e0734c7ba830959165496c66a0585637e4c5f966e6dfcbed618bea65ab11aa2f49351840376abc553e74c84001cf5e737da2b
 captcha.php.txt
734adca606f984fce830ebb5d5a05dee0c75d06ff05498483ff057cfd879f670f1a6bd42f5ad090bd63edd0f54d8eed86a0aa04cfe60669c11ac141f271ec366
 doxbin_2014_08_21.txt.xz
c9b55b8b9cf3d3f5820b8cde5b3de77cd609b17c1f6c234118b4b632978a8ef131227500fac66e2238756014437672178515ba028b70f8dc29b0b3b7ef158632
 doxbin_2014_08_22.txt.xz
c63ab075b0383be0703c97bf9fbe42e1dbb3f1ab01eddddbe1752af12bd38a71d6906c2c4c18695b0afa091049ca8583a86b747690cea17c45bd4edcaf269611
 doxbin_2014_08_23.txt.xz
4486fbf61e5132a6167f46c7ec88f7fe25d879e72094d43b3189f786ad84a4e3fd75adc76fddf4ece26b7b670091d29e6a5e7631fd0660b4d549cc49d2e8bcfc
 doxbin_2014_08_24.txt.xz
1ac1e9359092d77e0a13a404ea428cc396b22a8f89dd7bb3241a80a4aa16a3d769aacf0289d1c83e3e367e24ca0a922ca9b3d950a14f962defd6f7c69c62cc63
 doxbin_2014_08_25.txt.xz
e6722d43221a13d6df3f521b040d11a17cd27a63017a73893bf25396468127bbb7f8d81b1b4c7c0aba52e82b09419e63c3df9df877c68fc7603fc9f19b8bda20
 doxbin_2014_08_27.txt.xz
c9d20c82b473260473824ed4909c165f10a3a1a93405cab1ac28d8ae17ee839754998f0d6e7e78c09fec4e21bf4efd6c65ece4734c87f437199cd256cd6756ab
 doxbin_php.txt
b73db1ceefdc501f6ec0fd52c368a88f1e88d80049ed2824fb4a8c60d2c70a87079528f1a043bca6fd2d073ce186eb87531a9cf69b449f537a041786e4f634f3
 doxviewer.php.txt
4f4702f4f4970f67f73b23ca357f764f62eddd63a6fa7878d1c0aeaa2f48ed3813e84261a278ee396aa3e0c6dbe4e5333d8d83b85d173e13be9bea337cf7a678
 error.php.txt
6cfc57fd6f3aaf9a7829b83f8a43852e965dc11929be29f59c494bd8b5723b0fee9aa9ccdc734b8bb07127555d14a8619343061d6fe88508afe7f9ba569ac376
 faq.php.txt
d568388cd9abcad5c0db31a25feef410f7a1a1b26ca3d542b38d1e75c232dbc6d852040dffb3d754d74aac6ecf04e996844b673d4b74ac00c05bb920f63528d1
 index.php.txt
35164a260e89a3ef296460ebfba7b3f5b902b4594fcbc5871e1b431f6c4b89c2e80ae372c50fd6a30d50edeaa94e7326c0cbefca92537e37a3deddbfa610e8f7
 legal.php.txt
93fcbfd36e299239ec2e350fc9a768b9c819089a6922aa997c377d205e7895cd3f6beef00fbadf7de0e02f26efd3ce7a0e47c5d927ae5eb4c9c256c4be58855e
 naxsi_core.rules.txt
1c0ac0e10e715ef8049ea7d1ae3fc635b96a9d62811137e98a4c3794f8ba86f5b66ea883d5ebe939d7cb607cc575e04d8c47ee4ddaabf0887ef44e99c56c4a0a
 nginx.conf.txt
3f29d8d34bc91e1114f089a937bf736b7b74837f5aeb834ae0ace6e7612e2b401bc8f769fa74a432533d92c28b7165eb31dc40eb7ffbfaf82dd870815cc4e189
 post.php.txt
8079dff1ceb2309d98198d3503db8bdaeb38bcdf9679548e8fe7ce1a8bbc87506f8d165713d90c7d2f6316031c1bd7eb7765441d325741c8bd5ca6bc2a6a2843
 privacy.php.txt
a1f6d218a2f65617203d53fbbf625da362d9f2e2676fbc1a28491a1717a6c21367b0a241bd1599c336be2d31d085717b16b3efaffeb383e0a11ce73839ce648f
 proscription.php.txt
94b8bd2fb8b25880e1c25d5fcf60ebe93d3c42857ef61cdf5261dfcaaf1d34cc5d085c358793d22dc7cfd66dcb7628f0eb9953560c3c646d2b7abc08a368c4d3
 resources.tar.xz
0fee75a98e3f8ae4d0c578af399144c49382c7680626cc62e01aa250fad11d1aea522e87ec8e79e6136632bd54bffe681b2ecc283e1d56a7e75b7ab17f7e2319
 search.php.txt
e69bdba3aeb6c94a3b785b96385fafe0ec58e66688333f423004da1a4725bd54666f1e0b427d52068cdbefa430146162f1511c3c0930ea4379f6b022756a48bf
 thw.php.txt

Hope this helps,

- nachash
[Read more]

Here We Go, Yet Again

It looks like I’ve made some people a little cranky. Someone thought it would be humorous to throw some UDP traffic my way, which about 10gb managed to get through and interrupt a bit of traffic for my provider.

Don’t worry, kids, I won’t be taking shortcuts any longer. No easy-to-spot domain pointers to the man behind the curtain. You’re not going to see anything but content delivery network from here on out. No PHP, no server-side execution other than simple page delivery.

[Read more]

Tweet Time Histogram

I’ve figured out an easy way to get at interesting data. First I fire up the tweet nabber written in ruby, then run this cheap piece of crap and extract only time data from tweets pulled.

After getting the time data, I open the *.csv in Minitab and create a histogram with it. I then have the frequency with which a person tweets over 3k tweets by time, so I can approximate when they’re most active throughout the day based on my relative time zone.

[Read more]

Dear my “brother” Sabu

------------------------------------------------------------------------------   
******************************************************************************
------------------------------------------------------------------------------
 /$$$$$$$                        /$$     /$$                           /$$$$ 
| $$__  $$                      | $$    | $$                          /$$  $$
| $$  \ $$  /$$$$$$   /$$$$$$  /$$$$$$  | $$$$$$$   /$$$$$$   /$$$$$$|__/\ $$
| $$$$$$$  /$$__  $$ /$$__  $$|_  $$_/  | $$__  $$ /$$__  $$ /$$__  $$   /$$/
| $$__  $$| $$  \__/| $$  \ $$  | $$    | $$  \ $$| $$$$$$$$| $$  \__/  /$$/ 
| $$  \ $$| $$      | $$  | $$  | $$ /$$| $$  | $$| $$_____/| $$       |__/  
| $$$$$$$/| $$      |  $$$$$$/  |  $$$$/| $$  | $$|  $$$$$$$| $$        /$$  
|_______/ |__/       \______/    \___/  |__/  |__/ \_______/|__/       |__/  
------------------------------------------------------------------------------   
******************************************************************************
------------------------------------------------------------------------------                                                                       

Dear my "brother" Sabu.

Greetings from the real world. You know, where cause and consequence
reign free and mighty.  I'll send you a postcard sometime. Anyway... How
is being a human bidet for the FBI treating you? The very people you
taught the young and impressionable to hate.  I heard you now have a job
as a security consultant? That sounds fun. Life is looking pretty cosy
for you currently. Hey, talking of cosy; It's Jeremy Hammonds birthday
soon, January the 8th. I was considering sending him book or something
because, from experience, jail isn't too cosy and he could do with
things to do to pass the time. After all, 10 years is a hell of a stint
for jail, paedophiles and rapists get less.

Do you remember Jeremy at all? He's one of the people you set up and
sold out to save yourself. But enough about Jeremy, let's talk about you
Hector. I can tell you love talking about good old Sabu lately after
all.

I must admit that after the initial sting at the realisation of what you
did over our time spent communicating, I haven't thought about you much.
I feel a strong sense of injustice over what happened and the way things
went, but as a general rule it's a case of 'out of sight, out of mind'.
But then you started popping up on my time line - 'Sabu has attended
VICE as a VIP.' ' Sabu is doing an interview for CBS news.' 'Sabu speaks
about his days of hacking for CNET.'  You get the point.

So I watch, and I have to be honest, even though you did what you did I
was still kind of half expecting a show of remorse or even an acceptance
for what you did. Something, anything. But it was like wishing from
blood from a stone. You tried to rationalise what you did and you
outright lied. You flaunt yourself on TV making yourself out to be some
kind of modern day hero, asking who will guard the guards and various
other bullshit. Let's not forget Hector, we had to endure your bullshit
for a long time and we know exactly what you are.

Remember the time Jake and Mustafa wanted to walk away? You knew Jake
was young as you had spoken to him numerous times via voice chat. It was
too much and they didn't want to be a part of it any more. But Big-Bad
Sabu came out and you raged at them in IRC. I asked you to back off them
but you wouldn't, and so Jake and Mustafa stayed around longer than they
wanted and got deeper than they had ever intended. You actively pulled
children back into a world of crime to continue something they didn't
even want to do. You are a bully and a criminal and the only person who
was caught who hasn't paid a sufficient price for what you did. You were
the worst of all of us. The knowledge  you lacked in technical ability
you made up for in manipulation and a big loud mouth with the ability to
coax people into doing things. Using your online persona and charismatic
ways to adjust peoples view on things to what you were trying to spin at
the time. Pure peer pressure. Nobody, especially the children you
dragged in, could say no to you or you would attempt to scare them. 

You were caught but instead of taking responsibility, you bent over and
let the FBI take turns at riding you out. "Mastermind" (I laugh every
time.) you are not, but a manipulating conductor of targets and
(admittedly) persuasive and entirely convincing social engineer you are.  
Jeremy and I were mostly happy exploring and reporting exploits if you
remember correctly. Sure, we had some lulz along the way, but who's idea
was it to go for big targets for pure self gain? Credit cards, the
dumping of personal information, ruining of lives. This was all on the
Great Sabu. Is this what masterminding a group is? Just telling people
to be bigger shits than they need to be on the Internet but doing non of
it himself? Backing people into corners and claiming you had a hand in
any of it other than setting people up to do your dirty work.
The only thing you masterminded was your own freedom by coercing and
manipulating Jeremy and I into doing things you couldn't do. You
manufactured these scenarios and targets to make us look like bigger
threats than we ever were or would have been without your constant
pushing. Yes, we were able to do these things, but we had no intention
of doing so without you orchestrating a few targets and spinning some
crap reasons of why. Constantly giving us speeches of why we should do
these things and using our weakness of wanting to spread concerns about
security against us. You wanted us to flex our abilities in front of you
so you could log it and go crying back to the FBI in order for them to
fear us more than they feared you; you turned what we were doing into
something much more sinister so that they thought that apprehending us
was more in their interests than putting you in jail. All so you could
go back home and take selfies of yourself for the media.

If the authorities have anything to fear, it isn't our skills (although,
people should fix their shit. Seriously. For every ones sake.) it's
people like you who run their mouth and rile the impressionable up to a
point of anger, using your charismatic way of exciting people into a
false sense of revolution. Whilst all you care about is yourself and
your ulterior motives. We were interested in the way things work and our
want and our need to learn and penetrate so-called secure systems
clouded our judgement of your real intentions. I take full
responsibility for what I have done. I've served my time in jail, I was
tagged, I'm on probation, I have restrictions that hinder my general
progress towards a career but I have accepted the punishment - so if you
think that this is me trying to offshoot any blame, then don't. I know
what I've done. I actually feel most shame for some of the things I said
to people along the way and lives I effected more than anything. But you
have taken exactly ZERO responsibility for any of this.

So who are you Hector? 'Legendary hacker' ? 'leader of anonymous and
Lulzsec' ? You would have functioned better as a cult leader. Pushing,
pressuring and preying on younger and smarter people than yourself and
running them into the ground. If all you did was relay information for
the FBI and steal credit card details (which you didn't even do. You got
us to do it for you.) then what is your purpose anyway? Since most of
the words you spun us were under influence of the FBI you couldn't have
meant any of it considering you were just trying to get us to do things
to report. You don't care about movements or activism or rights, because
you try sell out anybody who does. You know a few good tricks but as a
general rule your hacking know-how is quite limited. So who are you
Hector Xavier Monsegur and why are you on TV? Because I spent quite a
while getting to know you, and all I see is a coward and a fraud.

"I would stay away from anonymous" says ANONYMOUSabu who riled up
thousands to hate authorities and even tried to incite violence towards
them.

"It was too much publicity" says the person whose main focus was to talk
shit on twitter.

"They knew my weakness was my kids" says the man who I continuously
warned to back away from all of this and never come back, for your kids
sake. I tried to protect those kids way before you even tried to use
them as a reason for saving yourself and betraying your friends. I
wouldn't blame you for choosing your children over your friends if it
saved them from going into the system, any sane person would - but I do
blame you for putting crime before your children in the first place. It
should have never come down to that decision to begin with and you know
I told you this countless times. Spinning your kids as a reason for
being a coward is idiotic and false and makes you look desperate to try
rationalise what you did.

'helped intercept attacks and share them with the government' - attacks
that YOU initially thought up, so you didn't prevent anything, you just
suggested something and when we spoke about it you relayed what
information we gathered and you put an end to it and avoided nearly 30
years in prison? Wow. You certainly are an American hero, a (what was it
you said?) "inspiration" to people. I, for one, can't wait to teach my
children to set my friends up and help the FBI entrap. A true role model
to all.

"it wasn't a situation where I identified anybody. I didn't point my
fingers at anybody." -  I'll let the FBI handle this one:
"monsegur also provided crucial and detailed information about the
formation, organisation, hierarchy and membership of these hacking
groups, as well as specific information about their planning and
execution of many major cyber attacks, including the specific roles of
his co-conspirators in committing those crimes."
"Monsegur assists law enforcement in identifying and locating lulzsec
members and affiliates. In addition to this crucial historical
information, Monsegur proactively cooperated with ongoing Government
investigations. Working sometimes literally around the clock, at the
direction of the law enforcement. Monsegur engages his co-conspirators
in online chats and were critical to confirming their identities and
whereabouts."
So the FBI were wrong? In that case surely you can go join Jeremy in
jail as because snitching on your 'brothers' is the only reason you're
at home eating doughnuts right now.

I won't babble on any more because but I will ask you, respectfully, to
stop talking so much shit and own up to something (preferably something
that you actually did and not somebody else. Claiming responsibility to
make yourself looked more skilled than you are is just strange Hector.)
You're on TV giggling like a little school girl about how you used to
hack free AOL Internet as a child as Jeremys talent rots away in jail by
your hand.

Oh, before I forget and obviously completely unrelated - what is the
legal age of sexual consent over there? 18? How old did you think I was?
16? You weren't the only one who kept logs Hector.
Be a decent human for once in your life and find that hole to crawl back
into instead of rubbing what you did in peoples faces.

Yours respectfully,
Your "brother" Ryan.

(@APT1337)
[Read more]

Same Shit, Different Day

I’ve walked away from the Internet almost entirely for nearly five months. I left it, in good conscience, in order to improve my life. I spent so much time and effort interfacing with this amazing invention that connects people. In effect I was able to form connections to others whom exist in social spheres I’m wholly extant from.

I was immediately filled with disgust. “th3j35t3r”, yellow ribbons, Bradley Manning hate, “Ed Snowden IS A TURRURIST!” babble bullshit… These are all opinions held by individuals in the fanbase of “information security”.

[Read more]

Atheism is Neutral Ground

It’s time to address a situation that has needed attention for many years now. With our nation being a diverse melting pot of an immense number and variety of loons, we’re facing an ever-increasing amount of tension. Most of this tension seems to emanate from religious factions that maintain opposing belief systems.

If you were to drive around Dearborn, MI, you’d notice one thing; Your white, Christian, pasty ass would be the minority. Dearborn is the Islamic capital of the USA, just about. It has also been one of the most scrutinized cities by the Department of Homeland Security in their quest to profile and label every non-Christian in the USA.

[Read more]

Return of the Asshat

The blog has been down a while. I know. I suck. I get that, I really do. My computer took a shit. CPU fan died. Those things are a bitch when they’re fixtured to the motherboard. I had to completely disassemble this piece of shit. At least I made it worth my while. Installed a 120mm radiator / water-block closed circuit water cooling system instead of a shitty typical fan.

[Read more]

“Trolling”

“Trolling”

Meh. “Trolling”. Yeah. No, grow up. It’s not trolling. It’s only offensive in how blatant and immature it is. Trolling is a art. This isn’t trolling, it’s emo attention-whoring.

Oh well. Maybe if more kid’s dads paid attention to them growing up we wouldn’t have so many irritating little shits running around begging for attention.

[Read more]