Slashdot Mirror


User: ls671

ls671's activity in the archive.

Stories
0
Comments
2,940
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,940

  1. Re:Were known management tools used? on How Healthcare.gov Changed the Software Testing Conversation · · Score: 1

    Google does a good job at this with YouTube.

    I am not saying you are wrong, I have seen it being suggested, but it has never flown on governmental projects.

  2. Re:In other news on Microsoft Security Essentials Misses 39% of Malware · · Score: 1

    It just replicates in more subtle ways which you apparently missed.

  3. No movies on What Sci-Fi Movies Teach Us About Project Management Skills · · Score: 0

    No movies will teach you about real skills needed for efficient project management. People who possess those skills are usually busy doing something else and consider their PM as pure overhead. It doesn't mean you have to be harsh with them. I mean help them as much as you can, sometimes, they might even cover your ass and take the hit for you if they are good PM.

  4. Re:Good thing im exempt on Scientists Extract RSA Key From GnuPG Using Sound of CPU · · Score: 1

    Lucky you, I am still eavesdropping on dial tones and deciphering by matching to digits. I am also faking dial tones and making long distance calls by whistling.

    https://en.wikipedia.org/wiki/Phreaking

     

  5. Re:"because it originated from the wireless networ on Harvard Bomb Hoax Perpetrator Caught Despite Tor Use · · Score: 1

    (also, don't make false bomb threats. They're stupid)

    Does this mean real ones are smart?

  6. What will it look like? on Massive Android Mobile Botnet Hijacking SMS Data · · Score: 1

    What will it look like if I ever go into one of those mobile OSes from the security standpoint compared to less mobille OSes? I haven't touched mobile OSes even remotely yet. I understand the apps ecosystem might cause problems not directly linked to the OS but still, overall?

  7. Makes sense on Want To Fight Allergies? Get a Dirty Dog · · Score: 5, Interesting

    It makes sense. I have always said that keeping your kids in an aseptic environment is not helping them to build resistance for when they get out to the real world at some point.

    Do you remember that South Park episode where the parents would get their kids with other sick kids for them to also get sick? Well, there is some truth to it...

    https://en.wikipedia.org/wiki/Chickenpox_(South_Park)

  8. Re:slow and reliable vs. fast and not on Surviving the Internet On Low Speed DSL · · Score: 1

    large numbers of dropped packets (esp. packets over 4000-5000 bytes) in exchange for almost-no-dropped packets.

    hmmm... try playing with MTU, packets over 4000-5000 bytes?

    I have an MTU of 576 in similar setups. VOIP works flawlessly and I have 0 dropped packets. Using qdisc, I use htb, to do traffic shaping is recommended too. The important thing is to keep your cable-modem empty...

    http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm

  9. Re:tasty cats on First Hard Evidence for the Process of Cat Domestication · · Score: 1

    Well, I guess it wouldn't have been UUOC either way.

  10. Re:Good idea. What's the server side like? on Owncloud 6 Brings Collaborative Open Document Format Editing to the Web · · Score: 1

    Just use CVS /duck

  11. Re:Well not on my sites. on Bots Now Account For 61% of Net Traffic · · Score: 1

    Barring IPs is stupid in the first place ;-)

  12. Re:Well not on my sites. on Bots Now Account For 61% of Net Traffic · · Score: 1

    In short, you bar them because you are sick of profiling them and you now have too many to profile compared to a few years ago..

  13. Re:Well not on my sites. on Bots Now Account For 61% of Net Traffic · · Score: 1

    Ok, you bar them after sending them to honey pots, profiling them and making sure you can't profile (learn from them) anymore.

    Barring IPs is like patching holes in a steam locomotive boiler. I have always felt like it was a desperate move to hide all kinds of incompetencies but now I do it.

  14. Re:Well not on my sites. on Bots Now Account For 61% of Net Traffic · · Score: 1

    I bar them one IP at the time. I never bar netblocks.

    Makes profiling them much easier. You gather much more data this way.

  15. Re:Well not on my sites. on Bots Now Account For 61% of Net Traffic · · Score: 1

    Yep, and I do not disagree with the GP. If he had read more closely, it is clearly stated that I bar them manually.

    $ grep -c US /etc/rc.d/badiptobar-longterm
    22

    grep -c US /etc/rc.d/badiptobar
    326

    As far as barring whole netblocks, I hope you are using ipset as stated in my OP:
    http://ipset.netfilter.org/

    For some reason, there is this huge stigma against not being available to countries and regions you couldn't possibly give a shit about.

    Well, I believe in that. I just bar offending IPs more easily if not on my whitelisted country list. That's all. I do not bar any network range in advance unless they offend my systems and even then, I bar them one IP at the time. I never bar netblocks.

  16. Re:Well not on my sites. on Bots Now Account For 61% of Net Traffic · · Score: 1

    Thanks, you made me design the optimal solution.

    On top of being written in assembly, I will even run version 2 as a daemon so 0 fork since my daemon will be single threaded with a single waiting thread listening for input.

  17. Re:Well not on my sites. on Bots Now Account For 61% of Net Traffic · · Score: 1

    if echo "CA FR BE US CH GB AU IL NO NZ IP" | grep -q -w -i -e "$COUNTRY"; then
    echo $COUNTRY is AOK with me

    Nah, this is way to slow for me, version 2 will be written in assembly because then it will be lightning fast...

  18. Re:How about for work? on Oculus Raises $75 Million To Make VR Headset · · Score: 1

    We would have to wait and see for side effects for 12 hours work sessions I sometimes spend in front my 3 22 inches flat screens.

    For extended periods of time like these, I am not sure yet how my head would feel after with a virtual desktop. Think about people complaining about getting headaches watching 3D movies for example.

    The concept sure sounds great although.

  19. Well not on my sites. on Bots Now Account For 61% of Net Traffic · · Score: 4, Interesting

    Well not on my sites.

    Ok, they still hit me but this is minimal traffic since I do not reply.

    1) Have iptables log and automatically bar offenders not on whitelisted countries.
    2) Use mod_security and do the same for web traffic.
    3) Bar the rest manually to avoid barring myself or my customers... (about 20-40 a day)

    It has become a pain but what else could you do?

    Numbers of IPs currently barred (use ipsets !!!!):
    $ grep -c . /etc/rc.d/badiptobar
    4667

    Block user agents:
    SecRule REQUEST_HEADERS:User-Agent \
    "@pm AhrefsBot Ezooms Aboundex 360Spider Mail.RU_Bot crawler.sistrix.net \
      SemrushBot SurveyBot Netseer panscient.com ADmantX ZumBot BLEXBot UnisterBot \
      seoprofiler EasouSpider" \
    "id:'12050',\
    phase:1,nolog,deny"

    SecRule REQUEST_HEADERS:User-Agent \
    "@pmFromFile /etc/httpd/extra/sec-blacklist-barip-user-agent" \
    "id:'12051',\
    phase:1,nolog,deny,exec:/usr/local/bin/modsecwritebadiptobartofile"

    Bar them automatically if not from whitelisted countries and if on any blacklist:
    SecRule GEO:COUNTRY_CODE \
    "@pm CA FR BE US CH GB AU IL NO NZ" \
    "id:'10501', \
    phase:1,nolog,pass,skipAfter:END_RBL"

    SecRule IP:PREVIOUS_RBL_CHECK "@eq 1" "phase:1,id:'11000',t:none,pass,nolog,\
    skipAfter:END_RBL_LOOKUP"

    SecRule REMOTE_ADDR "@rbl sbl-xbl.spamhaus.org" "id:'11010', \
    phase:1,nolog,deny,msg:\
    'IP address that has abusable vulnerabilities: sbl-xbl.spamhaus.org:\
      %{request_headers.user-agent}',\
      setvar:ip.spammer=1,expirevar:ip.spammer=7200,setvar:ip.previous_rbl_check=1,\
      expirevar:ip.previous_rbl_check=7200,exec:/usr/local/bin/modsecwritebadiptobartofile"

    SecRule REMOTE_ADDR "@rbl bl.blocklist.de" "id:'11011', \
    phase:1,nolog,deny,msg:\
    'IP address that has abusable vulnerabilities: bl.blocklist.de:\
      %{request_headers.user-agent}'\
      setvar:ip.spammer=1,expirevar:ip.spammer=7200,setvar:ip.previous_rbl_check=1,\
      expirevar:ip.previous_rbl_check=7200,exec:/usr/local/bin/modsecwritebadiptobartofile"

    etc. etc. etc. etc. etc.

    Have iptables log and bar offenders if not on whitelisted country

    # cat baripifex
    #!/bin/sh

    IP=${1}
    COUNTRY=`su tester -c "/usr/local/bin/geoiplookup ${IP}"`
    ###echo $COUNTRY
    ###echo $RBLCHECK

    WHITE_LISTED_COUNTRY=false

    for WHITE_COUNTRY in CA FR BE US CH GB AU IL NO NZ IP
    do
    WHITE_LISTED_COUNTRY=${WHITE_LISTED_COUNTRY}`echo -n $COUNTRY | grep -i $WHITE_COUNTRY`
    done

    if [ "$WHITE_LISTED_COUNTRY" = "false" ]
    then /home/ls/pub/mybin/baripnoout $IP $COUNTRY baripifex
    echo -n barred
    else
    echo -n noaction
    fi

    etc. etc. etc. etc. etc.

  20. Re:Did not read article yet, but... on Two Supermassive Black Holes About To Embrace · · Score: 1

    Or the black holes, due to gravitational forces affecting each other, grow in size at a rate than looks faster than the speed of light thus making them look closer.

    Whatever it is, I heard that the space time continuum is affected in areas where black holes are present. It might then be hard to "see" what is really happening. The links in the summary state they aren't sure about what is going on yet.

    https://en.wikipedia.org/wiki/Spacetime

  21. 28 high-energy neutrinos, great! on At Long Last: IceCube Spots 28 High-Energy Neutrinos · · Score: 1

    28 high-energy neutrinos, great! Nuclear submarines can now communicate at faster rates than 1 bit/s while deep under water without raising an antenna wire to the surface!

    http://physicsworld.com/cws/article/news/2012/mar/19/neutrino-based-communication-is-a-first

  22. Re:Groklaw where art thou? on Samsung Ordered To Pay Apple $290M In Patent Case · · Score: 1

    While at it: Or used it as a cover while in fact moving to work for them...

  23. Re:Up next: "Zero Emissions" claim on NHTSA Tells Tesla To Stop Exaggerating Model S Safety Rating · · Score: 1, Troll

    The Tesla has a 180% efficiency battery wise. You get 1.8 time the energy you put in the batteries on output. So the 68% is fossil fuel is canceled out.

  24. Re:The real question is... on Online Car Retailer Launching Nation's First Car "Vending Machine" · · Score: 1

    You would have even more chance than with a soda vending machine to earn a Darwin Award:

    http://darwinawards.com/darwin/darwin2001-25.html

  25. Next, fix your car yourself. on Online Car Retailer Launching Nation's First Car "Vending Machine" · · Score: 1

    We fill up ourselves in most gas stations, now we have car vending machines. Next, fix your car yourself in human less garages.

    This is really great news.