Slashdot Mirror


Shlayer Malware Disables macOS Gatekeeper To Run Unsigned Payloads (bleepingcomputer.com)

A new variant of the multi-stage Shlayer malware known to target macOS users has been observed in the wild, now being capable to escalate privileges using a two-year-old technique and to disable the Gatekeeper protection mechanism to run unsigned second stage payloads. Bleeping Computer reports: This new Shlayer variant unearthed by Carbon Black's Threat Analysis Unit (TAU) targets all macOS releases up to the latest 10.14.3 Mojave, and will arrive on the targets' machines as a DMG, PKG, ISO, or ZIP files, some of them also signed with a valid Apple developer ID to make them look legitimate. Shlayer samples found by TAU also use malicious shell scripts to download additional payloads just like older installments did, and, in the case of samples distributed as DMG images, will surreptitiously launch a .command script in the background after the user launches the fake Flash installer. The malicious script included in the DMG is encoded using base64 and will decrypt a second AES encrypted script which will be executed automatically after being decrypted.

One it successfully downloads the second stage malware payload, Shlayer will "to escalate privileges with sudo using a technique invoking /usr/libexec/security_authtrampoline," presented by Patrick Wardle in his Death by 1000 Installers talk at DEFCON 2017. The next step is to download extra payloads which all contain adware according to TAU and it makes sure they'll be able to run on the compromised Mac by disabling the Gatekeeper protection mechanism. After this is accomplished, all extra payloads downloaded and launched by Shlayer will be seen as whitelisted software because the OS will no longer check if they are signed with an Apple developer ID. Also, just in case the malware is not able to disable Gatekeeper on the infected Mac, some of the second stage payloads are also signed with valid developer IDs.

91 comments

  1. 2 issues it seams by G00F · · Score: 1

    Also, just in case the malware is not able to disable Gatekeeper on the infected Mac, some of the second stage payloads are also signed with valid developer IDs.

    So, this would infect people even if Apple fixes the bug right? The fact they can side step checks using signed code is a big deal by itself.

    I'm guessing those devel's got cracked, and have some work ahead of them...

    --
    The spirit of resistance to government is so valuable on certain occasions that I wish it to be always kept alive
    1. Re: 2 issues it seams by Anonymous Coward · · Score: 1

      If it uses sudo to escalate privileges, feels to me the right thing is to uninstall sudo (can you in a mac?) And stick with su if root access is dear ly needed.

    2. Re:2 issues it seams by 93+Escort+Wagon · · Score: 2

      So, this would infect people even if Apple fixes the bug right?

      I believe the 2017 security_authtrampoline issue was patched quite some time ago. Assuming that’s the case, this would require some additional social engineering to work. However, as we’ve seen many times before, people are almost always the weakest link in the security chain - so...

      --
      #DeleteChrome
    3. Re:2 issues it seams by Jeremi · · Score: 1

      Presumably Apple will be blacklisting the compromised developer IDs in the very near future, if they haven't done so already.

      --


      I don't care if it's 90,000 hectares. That lake was not my doing.
    4. Re:2 issues it seams by Anonymous Coward · · Score: 1

      It was fixed after Wardle reported it to Apple, more than a year ago. Macs are protected if they are running the current 10.12 (Sierra) 10.13 (High Sierra), or 10.14 (Mojave).

    5. Re:2 issues it seams by NicBenjamin · · Score: 1

      Won't help most people who were dumb enough to run this program. You have to a) choose to pirate security software via bittorrent, b) not notice the version number is years out-of-date, and c) not realize the executable code in the files you downloaded are actually Windows code. Adding d) click the "run non-signed software" button is not gonna be terribly useful.

  2. Re: but but but by Anonymous Coward · · Score: 1

    This still requires a user to actively run a process. Hardly the stuff of the windows driveby malware.

  3. Re: but but but by Anonymous Coward · · Score: 0

    Not much different from opening a crafted .doc file in Windows, tbh.

  4. Slashvertisement for Intego Virus software by Anonymous Coward · · Score: 0

    Slashvertisement for Intego Virus software

    1. Re: Slashvertisement for Intego Virus software by Anonymous Coward · · Score: 0

      Is this all a joke to you?

    2. Re: Slashvertisement for Intego Virus software by Anonymous Coward · · Score: 0
    3. Re: Slashvertisement for Intego Virus software by jpaine619 · · Score: 1

      Gates or Borg" in his parent's basement in Wisconsin.

      It's Gates of Borg.. i.e. they are one and the same.

  5. Re: but but but by Anonymous Coward · · Score: 0

    or a PNG file on an android phone.

  6. The Fix is here... by Anonymous Coward · · Score: 1

    Just download this executable to secure your mac: <a href="badguysite.org/install-malware.dmg">Antivirus</a>

  7. Re: but but but by Anonymous Coward · · Score: 1

    Not a virus. Requires you to download and open it. No machine or OS is protected against stupid users.

  8. Once again: So much for 'code signing' bs... apk by Anonymous Coward · · Score: 0

    Once again: So much for 'code signing' bs in THIS example today + this from the past (nothing's changed - signing = weak bs) https://it.slashdot.org/story/... & this https://www.bleepingcomputer.c... + this https://www.bleepingcomputer.c... & THIS too https://www.helpnetsecurity.co... & why not - THIS TOO https://blog.minerva-labs.com/...

    * WANT MORE EXAMPLES OF THE PURE "FAIL" CODE SIGNING IS?

    APK

    P.S.=> Ask & "ye SHALL receive"... apk

  9. Classic Trojan horse? by ctilsie242 · · Score: 1

    I don't know what Apple can do about something like this. A valid dev ID can allow software to run as root with full root privs. The only way I can see Apple fixing this is moving the Gatekeeper options to the same place where one sets the T2 boot security via recovery mode, where it is inaccessible in the normal OS.

    (IIRC) Ages ago, Sprint required signed code on all their smartphones (this was pre-iPhone, and smartphones were a different type of device than PDA-phones, so they had mainly Windows Mobile offerings.) As a requirement, all code signing keys came on physical smart cards (Aladdin eTokens to be specific.) It was Draconian, but at the time, it did a decent job at ensuring nobody could snatch a developer's key and make off with it. Maybe Apple should have as an option, an Apple HSM (perhaps a rebranded YubiKey HSM) so developers have a physical device that the key never leaves, and a physical button which must be pressed for a signing to actually happen (i.e. a remote attacker will be stuck waiting for the physical YubiKey button press.)

    By having the key in a HSM, even without Yubikey's physical authentication, it will ensure that at worst, an attacker has to log on and use the HSM for nefarious reasons, but couldn't grab the key from it.

    1. Re:Classic Trojan horse? by guruevi · · Score: 1

      In many cases these certs are gotten by posing as a legitimate developer to Apple and then signing malware with it. They actually pay the $99, often with a stolen credit card and will even publish "legitimate" apps (often rebranded/recompiled crap) before starting a campaign.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    2. Re:Classic Trojan horse? by AHuxley · · Score: 1

      The all extra payloads that have to be downloaded is the only tell as the "software" is trusted/approved by the OS.

      --
      Domestic spying is now "Benign Information Gathering"
  10. Re: but but but by Anonymous Coward · · Score: 1

    Except this is an actual software installer. You've got to type your password. It isn't like a .doc vulnerability.

  11. I thought the whole idea of Apple-vetted by presidenteloco · · Score: 1

    Developer ids and signed software was to provide a level of assurance to the downloader user.

    Clearly these developer ids should be invalidated (revoked) in a MacOS update, no?

    --

    Where are we going and why are we in a handbasket?
    1. Re:I thought the whole idea of Apple-vetted by scdeimos · · Score: 2

      Developer ids and signed software was to provide a level of assurance to the downloader user.

      No they weren't. It's to confirm that the software came from the identified party, it doesn't provide any guarantee that the enclosed software is all nice and pretty and not going to completely fuck over your computer. This is the same problem is SSL/TLS certificates on HTTPS sites - people mistakenly assume trust where it's only conveying identity.

      Clearly these developer ids should be invalidated (revoked) in a MacOS update, no?

      Yes.

    2. Re:I thought the whole idea of Apple-vetted by Anonymous Coward · · Score: 0

      SSL/TLS provides PRIVACY. It does not provide identity.

    3. Re:I thought the whole idea of Apple-vetted by jpaine619 · · Score: 3, Informative

      Wrong. I can give my SSL key to anyone. That person can use it to spy on the traffic.

      Generally, outside of a few aberrations, SSL certs are given to the owner of a domain. i.e. You know you've landed at moron.com because the SSL cert was given to moron.com. Attaching the SSL cert to any domain other than moron.com is going to result in an error. Thus the primary reason to use a signed cert it to prove IDENTITY.

  12. What about a public registry by presidenteloco · · Score: 1

    of developer real-world identity (corportate and/or personal) for each developer id.

    And a requirement that developers buy into an insurance plan so that if their developer id is used for malware, end-users can file a class-action lawsuit against the developer and recover damages via the insurance pool.

    Or better yet, rather than a cumbersome class-action, have a pre-setup mediation service administered by Apple.

    --

    Where are we going and why are we in a handbasket?
    1. Re:What about a public registry by Anonymous Coward · · Score: 0

      Yes, every hooman needs and ID and only certain lottery winners will get a varified ID, you can jump to the front of the line if you sign up for apple's new revision IOSss (Intertube Operators Syndicate Super Sport). It's only 19.95 a month (%20 percent goes to St Jude's Hospital so you can write it off come tax time).

      H1 visa meet IOSss visa worker. Brought to you by the Qing dynasty (i hear they arent hiding in Taiwan anymore and are about to emerge as the new owners of Apple after the stock buyback goes through)

    2. Re:What about a public registry by presidenteloco · · Score: 1

      No. Not everyone needs a unique verifiable id. Only if you want to publish software to users of an attempting-to-be-secure platform.

      --

      Where are we going and why are we in a handbasket?
  13. IMPERSONATING me AGAIN? apk by Anonymous Coward · · Score: 0

    MacOS model's not done: Stop IMPERSONATING me lying & proof portfilter err's can't happen in my work https://news.slashdot.org/comm...

    U IMITATING me means ya WISH ya were me! Imitation IS the sincerest form of FLATTERY you know...

    * HILARIOUS you ADMIT you have a registered 'luser' account & yet you STALK me by UNIDENTIFIABLE anonymous too https://hardware.slashdot.org/... - YOU have ISSUES, lunatic!

    APK

    P.S.=> Hopefully, this 'sinks in' to your DULL BRAIN @ last, finally (for the 200th time now)... apk

  14. presidenteloco = fake name massive human fail by Anonymous Coward · · Score: 0

    See subject: Your MASSIVE FAIL in this life is you're nothing more than a chattering little do-nothing "ne'er-do-well" online & you know it...

    * Is that the best your "phantasyland FAKE NAME" (for your fake lie of a so-called 'life') can manage?

    When a FAKE NAME do nothing like YOU does better than I have? Then talk (you're all talk & no action)...

    You can't help you're an immature little BUTTHURT no-mind, lol! I blew you away in TONS OF PLACES and easily dust your no-mind bullshit blatherings.

    APK

    P.S.=> The TRUE PRICE of your UNIDENTIFIABLE FAKE NAME do-nothing selves like you that I can ALWAYS CASH IN ON (lol) is that I can use FACT/TRUTH on them to SHATTER their all TOO fragile delusional egos that they actually know A DAMN THING in computing, lol... apk

  15. IMPERSONATING ME STILL AGAIN? LMAO! apk by Anonymous Coward · · Score: 0

    See subject: Is the "best ya got" TRYING to IMPERSONATE me (proving you WISH you were me as IMITATION = sincerest form of flattery but your POOR imitation fails, lol - like you, in life).

    * Yes, it's CLEAR to me you ARE a WASTE OF LIFE if 'the best ya got' is being an IMMATURE moron (or possibly a mentalcase w/ some OBSESSION in either STALKING me by UNIDENTIFIABLE anonymous trollings OR by IMPERSONATING me).

    Best part? I know you're some BONY little DWEEB runt @ most so no threat @ all - & you DO make me LMAO because I know that what I just said DESCRIBES YOU, perfectly.

    APK

    P.S.=> I'm sure you KNOW you're a waste of LIFE mere "ne'er-do-well" do-NOTHING Jealous "Lil' Jowie" (lmao, love that one to describe "your kind") so, this is nothing new for "your kind" to hear from me, lol... apk

  16. Honestly? Extending what YOU said... apk by Anonymous Coward · · Score: 0

    See subject: I'd have it so you'd HAVE to pass a "driver's license" test to BE online & to have a TRACKING ID on you like you do a license.

    * I'd also STOP the F'ing registrars & hosting providers like GoDaddy BULLSHIT of '$1 for unlimited domains' they do, as MOST are used for PHISHING & other forms of attack online to fool the "noobz" (not busting on them either - we ALL start out that).

    * You have a point though - much like what I state now: PIN THE WORK DOWN TO A PROVABLY REAL INDIVIDUAL (tap into the DMV system for example to do so - it's national in the USA, no real evading it I'm aware of either).

    APK

    P.S.-> Lastly/Additionally - I shouldn't HAVE to say this but I will: Apologies for the PSYCHOS here IMPERSONATING me in bogus replies to you (they're weak morons I've dusted before, little WHIMP NERDS (do nothings too, that's the FUNNY part, they can't show anything they've done that's any good, lol - but I can) all "obsessed" I've knocked them on their BONY ASSES before TONS of times - hence their childish antics.... apk

  17. You people need to STOP BULLYING ME... apk by Anonymous Coward · · Score: 0

    See subject: I'm so sick & tired of /. BULLIES. You shitweasels have nothing better to do than HARASS, STALK & IMPERSONATE little ol' me. I've done absolutely NOTHING wrong & just try to make everyone's lives better w/ my work that stops ads & malware.

    * As soon as I post, I'm CENSORED to -1 w/ ABUSED downmodpoints by bullies like ZIP, who even admits to this. I caught c6gunner mocking then IMPERSONATING me when he forgot to log out. Zontar mailed me a postcard w/ THREATS on it, then LIES & STALKS me. All because you JEALOUS JOWIE "ne'er-do-wells" KNOW I'm World-Class & you're shit. It's why you hide behind FAKE names & UNIDENTIFIABLE ANONYMOUS.

    I caught viperidaenz & webmistressrachel IMPERSONATING me too. The OLD HAG is JUDEN TRASH and knows nothing about computers so she LIES about me instead. This is one sick in the head IDLE HANDS ARE THE DEVIL'S WORKSHOP bitch, no questions asked. Now I know gweihir's impersonating me too. You weezils wish you were me & that's why you IMPERSONATE & ATTACK me.

    I'm even improving my already GREAT PHYSIQUE & SUPERIOR INTELLECT while you weezils sit around all day on /. STALKING & HARASSING your BETTERS. I repeatedly dust the no-mind bullshit blatherings you BULLIES post to attack me. Like always I WIN & YOU LOSE.

    APK

    P.S.=> This BULLYING of me is SO UNFAIR & I've done nothing to deserve it from you people. I'm tired of CASTING PEARLS before SWINE with my work that you CAN'T do better than. GROW UP... apk

  18. Hey, obsessed SICKO: Rinse, Lather & Repeat by Anonymous Coward · · Score: 0

    Hey, obsessed SICKO: Rinse, Lather & Repeat (since you continue IMPERSONATING me you sick little freak) https://apple.slashdot.org/com...

    * You have MENTAL issues loon...

    APK

    P.S.=> What's it LIKE being such a WASTE of LIFE like you, loser? apk

  19. STOP IMPERSONATING ME... apk by Anonymous Coward · · Score: 0

    See subject: Is the "best ya got" TRYING to IMPERSONATE me (proving you WISH you were me as IMITATION = sincerest form of flattery but your POOR imitation fails, lol - like you, in life). You're just a pathetic soyboy "ne'er-do-well" & you know it.

    * Yes, it's CLEAR to me you ARE a WASTE OF LIFE if 'the best ya got' is being an IMMATURE moron (or possibly a mentalcase w/ some OBSESSION in either STALKING me by UNIDENTIFIABLE anonymous trollings OR by IMPERSONATING me).

    Best part? I know you're some BONY little DWEEB runt @ most so no threat @ all - & you DO make me LMAO because I know that what I just said DESCRIBES YOU, perfectly.

    APK

    P.S.=> I'm sure you KNOW you're a waste of LIFE mere "ne'er-do-well" do-NOTHING Jealous "Lil' Jowie" (lmao, love that one to describe "your kind") so, this is nothing new for "your kind" to hear from me, lol... apk

  20. Hey mental "twisto": Read... apk by Anonymous Coward · · Score: 0

    Hey, obsessed SICKO: Rinse, Lather & Repeat (since you continue IMPERSONATING me you sick little freak) https://apple.slashdot.org/com...

    * You have MENTAL issues loon...

    APK

    P.S.=> What's it LIKE being such a WASTE of LIFE like you, loser? apk

  21. Re:Once again: So much for 'code signing' bs... ap by Anonymous Coward · · Score: 1

    Right as rain as usual APK. So much that the troll morons that stalk you as unidentifiable anonymous and impersonate you are out in force.

  22. In other news... by Anonymous Coward · · Score: 1

    People just bypass the sandbox anyway since many freely available packages aren't signed.

  23. Re: but but but by Anonymous Coward · · Score: 0

    Keep being a faggot.

  24. Flash by Anonymous Coward · · Score: 0

    I actually think this is an argument _for_ the "walled garden" (App Store). Flash updates itself, and I get these update requests so frequently that it becomes a habit to just click them.
    The fact that an app is signed just means "it was a real registered developer who wrote this", not "this app does what it promised to do".

    I stand by the original opinion that Flash is the root of all evil. There is _no_ software on my computer which "needs" updates as frequently as Flash. I get that software is getting new features, but disallowing me to use it even if my content is not _using_ these new features is super annoying.

    1. Re:Flash by Anonymous Coward · · Score: 0

      what do you need it for if I may ask? I've been without flash for, gosh, nearly 10 years? and haven't missed out anything...

  25. Still better than any of your ideas by Anonymous Coward · · Score: 0

    Yet code signing with people who can't properly manage their keys is still more secure than any of your ideas. If you want people to post examples of failure the AC who posts about yours might drop in.

  26. Re:Once again: So much for 'code signing' bs... ap by Anonymous Coward · · Score: 1

    APK you really shouldn't talk to your self, especially in the 3rd person. It doesn't make you look mentally stable but then even your regular posts don't make you look mentally stable.

  27. IMPERSONATING ME STILL AGAIN? LMAO! apk by Anonymous Coward · · Score: 0

    See subject: Is the "best ya got" TRYING to IMPERSONATE me (proving you WISH you were me as IMITATION = sincerest form of flattery but your POOR imitation fails, lol - like you, in life).

    * Yes, it's CLEAR to me you ARE a WASTE OF LIFE if 'the best ya got' is being an IMMATURE moron (or possibly a mentalcase w/ some OBSESSION in either STALKING me by UNIDENTIFIABLE anonymous trollings OR by IMPERSONATING me).

    Best part? I know you're some little DWEEB runt @ most so no threat @ all - & you DO make me LMAO because I know that what I just said DESCRIBES YOU, perfectly.

    APK

    P.S.=> I'm sure you KNOW you're a waste of LIFE mere "ne'er-do-well" do-NOTHING Jealous "Lil' Jowie" (lmao, love that one to describe "your kind") so, this is nothing new for "your kind" to hear from me, lol... apk

  28. Psycho: Get mental help... apk by Anonymous Coward · · Score: 0

    See subject since IMPERSONATING me is the "best ya got" you sick in the head psychotically obsessed fucking LOSER... ok?

    APK

    P.S.=> Whacko... apk

  29. Re:Once again: So much for 'code signing' bs... ap by Anonymous Coward · · Score: 0

    You really shouldn't stalk apk by unidentifiable anonymous posts or impersonate him libeling him. It proves you are mentally unstable.

  30. Hey mental "twisto": Get mental help... apk by Anonymous Coward · · Score: 0

    Hey, obsessed SICKO: Rinse, Lather & Repeat (since you continue IMPERSONATING me you sick little freak) https://apple.slashdot.org/com... [slashdot.org]

    * Yes, it's CLEAR to me you ARE a WASTE OF LIFE if 'the best ya got' is being an IMMATURE moron (or possibly a mentalcase w/ some OBSESSION in either STALKING me by UNIDENTIFIABLE anonymous trollings OR by IMPERSONATING me).

    Since IMPERSONATING me is the "best ya got" you sick in the head psychotically obsessed fucking LOSER... ok?

    Best part? I know you're some BONY little DWEEB runt @ most so no threat @ all - & you DO make me LMAO because I know that what I just said DESCRIBES YOU, perfectly.

    APK

    P.S.=> I'm sure you KNOW you're a waste of LIFE mere "ne'er-do-well" do-NOTHING Jealous "Lil' Jowie" (lmao, love that one to describe "your kind") so, this is nothing new for "your kind" to hear from me, lol... apk

  31. Re: but but but by mvreijn · · Score: 1

    Yeeeees, well, have you read the article in the link? I wonder how many people you deem 'stupid' will follow a Flash player update installer prompt after visiting a website. Probably most. Even you.

  32. Cutting & pasting MY replies again? apk by Anonymous Coward · · Score: 0

    See subject: My original post's here that you COPIED & posted in that I replied to you on now https://apple.slashdot.org/com... which ONLY PROVES YOU WISH YOU WERE ME by your WEAK impersonations of myself using MY posts to do it.

    * You're a LOSER & you prove it...

    APK

    P.S.=> ... & you KNOW it... apk

  33. TWISTO: Get mental help... apk by Anonymous Coward · · Score: 0

    See subject: Is the "best ya got" TRYING to IMPERSONATE me (proving you WISH you were me as IMITATION = sincerest form of flattery but your POOR imitation fails, lol - like you, in life). You're just a pathetic soyboy "ne'er-do-well" & you know it.

    * Is that the best your "phantasyland FAKE NAME" (for your fake lie of a so-called 'life') can manage?

    When a FAKE NAME do nothing like YOU does better than I have? Then talk (you're all talk & no action)...

    You can't help you're an immature little BUTTHURT no-mind, lol! I blew you away in TONS OF PLACES and easily dust your no-mind bullshit blatherings.

    APK

    P.S.-> Lastly/Additionally - I shouldn't HAVE to say this but I will: Apologies for the PSYCHOS here IMPERSONATING me in bogus replies to you (they're weak morons I've dusted before, little WHIMP NERDS (do nothings too, that's the FUNNY part, they can't show anything they've done that's any good, lol - but I can) all "obsessed" I've knocked them on their BONY ASSES before TONS of times - hence their childish antics.... apk

  34. LOL! You can't even THINK for yourself... apk by Anonymous Coward · · Score: 0

    LOL! You can't even THINK for yourself USING my "twisto" subject line material from this post https://apple.slashdot.org/com... + cut/paste my other posts - AGAIN, proving YOU WISH YOU WERE ME (since imitation = the sincerest form of flattery), loser.

    * For Pete's sake - be ORIGINAL @ least, loser...

    APK

    P.S.=> Thanks for proving you're SO DUMB you can't even write creatively & THINK for yourself... apk

  35. Results of my ideas/work PROVE otherwise by Anonymous Coward · · Score: 0

    See subject: my ideas & work, work (u don't have that to UR credit/name): Hosts efficacy recently https://tech.slashdot.org/comm... https://yro.slashdot.org/comme... https://it.slashdot.org/commen... https://linux.slashdot.org/com... https://news.slashdot.org/comm... https://apple.slashdot.org/com... https://it.slashdot.org/commen... https://it.slashdot.org/commen... https://it.slashdot.org/commen... https://it.slashdot.org/commen... https://it.slashdot.org/commen... https://it.slashdot.org/commen... https://search.slashdot.org/co... https://it.slashdot.org/commen... https://it.slashdot.org/commen... https://tech.slashdot.org/comm... https://tech.slashdot.org/comm... https://apple.slashdot.org/com... https://tech.slashdot.org/comm... https://it.slashdot.org/commen... https://tech.slashdot.org/comm... https://tech.slashdot.org/comm... https://science.slashdot.org/c...

    * That's only recently while I've been on Linux (July 2018) & 100's of times vs. MANY other botnets/malwares etc. in the past circa 2006-early 2018 while I was on Windows: CONCRETE VERIFIABLE UNDENIABLE REALITY (see those links as proof). ... & that's ONLY what /. reported on (there were FAR more)

    APK

    P.S.=> "It's working: Neville... it's working!" - "I AM LEGEND" + HOSTNAME USE IS DOWN IN MALWARE https://unit42.paloaltonetwork... (my ACT OF FAITH is JUSTIFIED by fact)... apk

    1. Re:Results of my ideas/work PROVE otherwise by Anonymous Coward · · Score: 0

      All I see is a list of times when your work failed to prevent an attack and then required manual intervention with effort put forward by others. So that looks like a list of failures to me.

    2. Re:Results of my ideas/work PROVE otherwise by Anonymous Coward · · Score: 0

      Each link APK put out proved hosts entries block threats and APK supplied the data to do so from reputable sources stupid.

  36. Aw, poor little Juden shekelboy, lol... apk by Anonymous Coward · · Score: 0

    See subject: Don't worry - the "Golden Calf" of your shekels dries up! I give folks what they want vs. your machinations, lol & THUS I always will win... & you KNOW it.

    * Heck - you're PROVING IT via your EASILY NULLIFIED "Bitch Tactics 'efforts'" which I easily prove are you in seconds by posting your PUNY threats... lmao!

    (You really ARE too STUPID to live... time to FIRE UP THE OVENS again & Zyklon B showers).

    Ever see Dr, Strange? Keep it up, that's EXACTLY what I want "JudenMammu" - you're MY prisoner.

    LASTLY Don't speak for "Everyone" JUDE - you're the HATED minority ALL THRU HISTORY only fooling YOURSELVES, lol - self deluded morons & thieves.

    APK

    P.S.=> Dance little Jude, dance - to MY TUNE as I see you lose all that STOLEN GOLD/SHEKELS, lol - slowly (oh, SO slowly, painfully, as your kind fell into your OWN trap of debt, lol)... apk

  37. This always SHUTS YOU UP, lol (results) by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP, lol (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME).

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  38. LOL! MOMMY HELP ME (golden wine)... apk by Anonymous Coward · · Score: 0

    Hohohohoho see the CLASSIC proof of that here soyboys as you DRINK the golden wine https://science.slashdot.org/comments.pl?sid=12921202&cid=57664602/ straight from MY tap (of GOLDEN piss), all natural ingredients, naturally filtered (of ME pissing right into your shitbag mouths & funniest part is, you help me DO it - you LIKE it, lol!).

    Do you LIKE the taste? Obviously yes - just like folks like my hosts engine, anything I put out, even piss, is GOOD (unlike "your kind").

    Above all else though? Hey - MOMMY LOVES YOU!

    APK

    P.S.=> Hahahahaha (I think this is the BEST overall letting you SHEMALE soyboys destroy yourselves for GOLD (ask SuckerBERG about that - he's the expert as is all his kind are - heading into ZylonB & Furnace time again judging by what's happening - the PRICE of it is that, always, they don't learn)... apk

  39. Re: but but but by Anonymous Coward · · Score: 0

    LOL.

  40. This always SHUTS YOU UP, lol (results) by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP, lol (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME)!

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  41. Dear "HELP ME MOMMY" hypocrite (lol) by Anonymous Coward · · Score: 0

    What's your reason for being unable to produce wares even /. users LIKE & USE like I do (now in Linux) https://it.slashdot.org/comments.pl?sid=12199712&cid=56740070

    * OH, I know (& so does everyone else to YOUR public dismay & humiliation which your UNIDENTIFIABLE anonymous posts only PROVE for me all the more)... you're a waste of life UNDEREDUCATED all cheap "talk" imbecile.

    APK

    P.S.=> It has to SUCK to be a total DOUCHE loser like you, lol - but you DO have 1 somewhat redeeming quality (lmao) - CHUMP do-nothing "ne'er-do-wells" like YOU do MAKE ME look GOOD @ your wasted life expense (hahahahaha)... apk

  42. This always SHUTS YOU UP, lol (results) by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP, lol (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME)...

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  43. Fuck you you stalking little cunt... apk by Anonymous Coward · · Score: 0

    See my subject: I'll kick YOUR FUCKING ASS for stalking & harassing me you unidentifiable little cowardly cunt - tell me your REAL name, address, & phone # so I can verify it's REALLY you & we can settle this once & for all, fucker...

    APK

    P.S.=> Everyone SEES you constantly stalking & harassing me bitch, so WHO ARE YOU FOOLING but yourself - & IF I ever get to you? You'll WISH you were dead cocksucker... I shit you not! apk

  44. This always SHUTS YOU UP, lol (results) by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP, lol (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME, you loser).

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  45. Re:Once again: So much for 'code signing' bs... ap by Anonymous Coward · · Score: 0

    Now APK admits that he posts anonymous support for himself. Must be hard being such a loser that he needs to pretend that someone supports him.

  46. "WildThing" vs. you domesticated drones by Anonymous Coward · · Score: 0

    "WildThing" https://tech.slashdot.org/comments.pl?sid=12050669&cid=56534093/ (join us, won't you?) LOL!

    * I've dusted the hell out of you here & am EXPOSING it elsewhere (see link above).

    Thought you MIGHT like exposure in the limelight, but, then again?

    Germs like YOU simply WITHER in sunlight - come, wither some more, lol!!!

    APK

    P.S.=> For YOUR listening pleasure (lol, not) & "dramatic effects"? THIS is ME (vs. YOU 'domesticated do-nothing ZERO "ne'er-do-well" SoyBOY TROLLS' like you) WildThing https://www.youtube.com/watch?v=8Mi3KNEpbA4/ ... apk

  47. This always SHUTS YOU UP, lol by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP, lol (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME, you loser).

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  48. You just proved you're a SOYBoy (lol) then by Anonymous Coward · · Score: 0

    See subject SOYBoy (rotflmao) in your UNIDENTIFIABLE anonymous "courageous" trolling you "not man" - LMAO!

    (You know - I understand your SOYMilk & Bisphenol A "notman" SOYBoy formulas have addled your brains but that takes the cake for "illogic logic" from "your kind", lol!)

    * The other poster's not I but they are making you get all "triggered" when you see your addled thinking fools nobody but your sick in the head chemically NEUTERED (lol) selves, lmao!

    APK

    P.S.=> Classic - one for my bookmarks... apk

  49. This always SHUTS YOU UP, lol by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP, lol (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME, you loser).

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  50. Re:Once again: So much for 'code signing' bs... ap by Anonymous Coward · · Score: 0

    All APK needed was proof hosts work against threats which he supplied from reputable sources https://apple.slashdot.org/com... to burn you.

  51. Time to see you SQUIRM "lil' JOWIE" (lol) by Anonymous Coward · · Score: 0

    Time to see you SQUIRM "lil' JOWIE" (lol) YES or NO here "JOWIE" (hahaha) https://apple.slashdot.org/comments.pl?sid=13401072&cid=58126032

    * Yes, I know that others WILL agree it's FUN to see "Jealous JOWIES" that STALK ME by UNIDENTIFIABLE anonymous posts SQUIRM!

    (Like the WORMS you are beneath MY BOOT!)

    Toxic?

    Freak - get a clue - you're f'ing STALKING me HIDING in fear of me too behind UNIDENTIFIABLE anonymous posts (worms like you HAVE to fear guys like me & yes, that IS fear, you hiding).

    APK

    P.S.=> Every SINGLE time you give me SUCH A LAUGH as I box you into THIS VERY CORNER & you SQUIRM, worm, hahahaha... apk

  52. This always SHUTS YOU UP, lol by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP, lol (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME, you loser)...

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  53. You = The "SiDeWaLk-ShRiNk of /.", lol by Anonymous Coward · · Score: 0

    See subject (lol) & the viral hit by "The SoyBoyz": ''If you're going to TransManCisco? Be sure you wear your jimmyhats + bring Preparation H there. If you're going, to TransManCisco... You're going to meet a lot of transtesticle monsters and soyboy not men there. All across the nation: Surgical sawblade vibrations! Surgeons in motion, Sawing peckers + ball off tossing them into the SF Bay Ocean...'

    * They're playing YOUR SONG again - hahahaha classic!

    (Only way "your kind" would EVER get any notice &/or notoriety...)

    APK

    P.S.=> Quit projecting your own mental issues onto me... apk

  54. This always SHUTS YOU UP, lol by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP, lol (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME, you loser)!

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  55. Dear "help me mommy" SoyBoy, lol... apk by Anonymous Coward · · Score: 0

    See subject & my ps (classic, lol): There's REALITY https://apple.slashdot.org/comments.pl?sid=13401072&cid=58122920 that works vs. SOYboy addled by estogen mimickers in SOYMilk (lol, that you're addicted to) "Phantasy" - lol!

    I see your estrogen is LOW - lol, don't worry: Make SURE you put your soymilk in bisphenol A plastic containers (You'll get a "good dose" then - you need it (Cravings to be a woman, you sure act like one you do-nothing "ne'er-do-well", lol)).

    Eventually, you'll get SO bad you'll inject it like Bruce Willis in LOOPER (you are 'loopy' lol) from Year 6 -> Year 23 (LMAO).

    * RoTfLmAo... you want to get rid of me/kill me? For once you're doing a GOOD job making me laugh myself to death!

    Ah, it's good to see I've BLOWN you away w/ truth & fact & YOU ARE OUT OF DOWNMODPOINTS evidently (your kind? Can't EVER win vs. guys like me - accept it - your destiny in this LIFE was to be the LOSER almost WOMAN you are, lol).

    APK

    P.S.=> Hahahahaha "HELP ME MOMMY" lmao (apk's outsmarted us AGAIN & ran us DRY of our ABUSED "downmodpoints" lol) https://apple.slashdot.org/comments.pl?sid=13401072&cid=58126188 ... apk

  56. This always SHUTS YOU UP by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME, you loser)!

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  57. u FEAR ME hiding behind ac posts by Anonymous Coward · · Score: 0

    Obviously U FEAR me hiding by UNIDENTIFIABLE anonymous you HARASS me w/ FAILING hosts vs. whitelist https://news.slashdot.org/comments.pl?sid=12279772&cid=56851648/

    You STALK ME by UNIDENTIFIABLE anonymous & LOSE vs. me EVERYTIME (see link above).

    What GIVES AWAY you know you lost? 2 things:

    HIDING my parent post (came RIGHT after link above & you "downmod hid it" - but unlike MOST ac's I have NO POST LIMIT & RUN YOU DRY of your limited # of "downmodpoints" you ABUSE & I repost).

    You give it away MORE you got NUKED by me as you do FLURRIES of posts to try "forums slide" BURY you got your ass kicked - you must be sadomasochists!
    APK

    P.S.=> & MULTIPLE personalities? YOU losers do SOCKPUPPETS galore OR FAKE NAMES for your FAKE LIES of WASTED lives - proof?? Look @ Zontar's "TrollingForHostsFiles" https://slashdot.org/comments.pl?sid=5038387&cid=46782891 to HARASS & STALK me (I dusted him in BOTH guises FAKE NAME & sockpuppet)... ap

  58. This always SHUTS YOU UP by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME, you loser)!

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  59. Zontar The Mindless's crackpot resume by Anonymous Coward · · Score: 0

    Going to make more sockpuppets to stalk & troll me with you loon https://slashdot.org/comments.... ?

    Sending me postcards with threats too https://slashdot.org/comments.... ??

    Take your meds mentalcase https://slashdot.org/comments.... & You're a druggie too https://slashdot.org/comments....

    * You're a butthurt loon freak, plain & simple - you did it to yourself, loser... see below for proof.

    APK

    P.S.=> Still trying to live down how I shot you to pieces in the art & science of computing Mr. Butthurt https://slashdot.org/comments.... ?

    How about proving hosts & my program that builds them are useless too https://slashdot.org/comments.... ? ... apk

  60. This always SHUTS YOU UP by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME, you loser).

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  61. LMAO @ mental loon Zontar the Mindless by Anonymous Coward · · Score: 0

    See subject: It's always a pleasure showing everyone how stupid you are drug addict mentalboy https://tech.slashdot.org/comments.pl?sid=11987743&cid=56440703 you piece of SHIT from a country of men w/ NO BALLS & yes, you're from Sweden shitbag!

    Which you tried LYING about to me after your twisted weak ass sent me a postcard from there (like the obsessed stinking little MENTALBOY whimp w/ "depression" (lmao, whimp) & drugged up CREEP you are fucker) but too bad I saw your post about the restaurant in Stockholm recently.

    * You & yours from "SWEDEN"? NO BALLS - you let your women get RAPED by muslims (whereas MY TRIBE, poles, DROVE THEM OFF when all the rest of Europe, except Lithuania, RAN)!

    You pitiful little no balls worms (which is WHY You are HOW you are - you can't help it - you're DESCENDED FROM SHITBAG PUNKS!)

    APK

    P.S.=> Truth HURT cocksucker? Meet me in person (you 'brag' you're a 'world-traveller' (big deal, I've seen europe too) 'rich man' (not - you're just some impoverished little LOSER, no questions asked) - come meet me FACE TO FACE & talk your shit to me bitch... apk

  62. This always SHUTS YOU UP by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...
    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME, you loser).

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  63. Zontar starts w/ me I finish it (see ps) by Anonymous Coward · · Score: 0

    Zontar you = a self-admitted loon https://slashdot.org/comments.pl?sid=4985017&cid=46658165 !

    You make sockpuppets https://slashdot.org/comments.pl?sid=5038387&cid=46782891 to troll me with (effete & weak like you Sweden soyboy letting your women be raped by muslims)

    &

    You blow your easily nullified 'downmodpoints' on me ADMITTEDLY https://slashdot.org/comments.pl?sid=5038387&cid=46782891 when you can't prove what I post on hosts files is wrong + You obviously SELF-UPMOD YOURSELF via sockpuppets you make (TrollingForHostsFiles, proof in 2nd link above)!

    +

    You send me postcards with threats in them too whacko https://slashdot.org/comments.pl?sid=4980459&cid=46704073 ?

    * LAYOFF THE DRUGS https://slashdot.org/comments.pl?sid=4985017&cid=4666366 UBI soyboy!

    APK

    P.S.=> Don't start up w/ me 1st Zontar https://slashdot.org/comments.pl?sid=11987743&cid=56439917 ... apk

  64. This always SHUTS YOU UP by Anonymous Coward · · Score: 0

    This always SHUTS YOU UP (results of my work doing good things (you're not capable of this)) https://apple.slashdot.org/com...

    * WHY?

    FACT: You're an UNSKILLED do-NOTHING "ne'er-do-well" TROLL CHATTERBOX scumbag that STALKS me by UNIDENTIFIABLE anonymous posts (out of butthurt vs. my posts like the link above that SHUT YOU UP easily, lol) OR by IMPERSONATING me (proving you WISH YOU WERE ME, you loser).

    APK

    P.S.=> Imitation IS the sincerest form of flattery after all & FACTS blowing YOU away? Even better in MY favor, loser, lol - you only do as you ALWAYS have in your WASTED LIFE - you LOSE, lmao... apk

  65. Can't backup your lies, can you, Zontar? by Anonymous Coward · · Score: 0

    Nope - ESPECIALLY on libeling me & an app of mine -> http://slashdot.org/comments.p...

    Libeling me & being TOTALLY wrong? Come on... lol, wrong app 1st of all + BOTH apps had been cleared (no threat on the one you speak of, & none on my APK Hosts File Engine @ all whatsoever - BOTH false positives)

    * :)

    You also can't show anyone WHERE I alleged said YOU are Barbara, not Barbie (same troll as TomHudson), now can you?

    Again NOPE -> http://slashdot.org/comments.p...

    Either YOU are hallucinating from your medications & treatments you take (or, didn't take) for your "delicate conditions" (multiple personality disorder & manic depression http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p... ) or, you're just plain losing it, tellling lies & libeling me... take your pick.

    (Always a pleasure making trolls like you on /. "eat their words"...)

    APK

    P.S.=> It's just TOO easy... lol! ... apk

  66. You prove you WISH you were ME... apk by Anonymous Coward · · Score: 0

    See subject: A cut/paste pf a post of mine IMPERSONATING me proves 1 thing: You WISH you were ME & have ZERO originality or creativity of your own, loser.

    APK

    P.S.=> ... & it also PROVES you are a TOTAL Jealous "Lil' Jowie" loser also, lol - wasting your time "trolling" is "such a 'great accomplishment'" (not) for you, lol... apk

  67. More fake support from retarded bitch APK by Anonymous Coward · · Score: 0

    Sorry retarded bitch Alexander Peter Kowalski your work failed to prevent everyone of those attacks and with only a minor string adjustment your work fails to prevent a fresh trivial new version of them. This means it is a list of failures. If you got infected by that malware and have your work you are still infected again meaning your work is a failure. Your work was late to the table and required manual intervention every time after others did the hard work. Again this means your work failed to provide security. Then again all you know is failure so we really shouldn't expect much from you. Even your fake support for your self shows your continued failure.

  68. Retarded bitch APK provided proof of his failure by Anonymous Coward · · Score: 0

    Sorry retarded bitch Alexander Peter Kowalski you only provided a list of your failures there as your work failed to prevent any of those attacks, still fails to clean up an infection of any of those, and requires manual intervention to updated. Now like the failure you are you post some more pretend support. If you aren't APK then you are an even bigger retarded failure than he is as he isn't even defending himself and instead is running from the fact that he is a failure and keeps getting caught.

  69. LOL - time to show how STUPID you are... apk by Anonymous Coward · · Score: 0

    When NEW hostnames are used for attack the purpose of my program is to add 'em & it does so better vs. any of its kind: You lose as always, stupid.

    * "HARD WORK"? Finding malicious domain/hostnames is CAKE. Hard work for a RETARD like YOU maybe (you project you ARE a retard after all), but not me OR those who use my program which makes it EASY to do.

    APK

    P.S.=> In fact, you PROVE you're SO STUPID you can't even REMEMBER YOUR NAME & ID yourself as you STALK me by UNIDENTIFIABLE anonymous spewing your utter bullshit (obviously from a mentally demented weirdo in yourself)... apk

  70. LMAO! More proof YOU're RETARDED... apk by Anonymous Coward · · Score: 0

    See subject: STALKING me by UNIDENTIFIABLE anon. You don't need to clean infection if you're not infected (which my program blocking sources of infection DOES do for users, dumbo).

    * NO QUESTIONS ASKED you are 1 DUMB motherfucker... lol!

    APK

    P.S.=> You're TOO STUPID to live & the ONLY "support" I need is from facts & users that like/praise/use MY work (not your non-existent HOTAIR notthereware, you lazy undereducated do-NOTHING "ne'er-do-well" SCUMBAG)... apk