fax spam malware

2016-11-23 Thread David Ronkin
Security related, sorry not linux but important also to warn others..

Last few days i get plenty of similar junk mails but they are NOT filtered
and not sent to the junk folder! They're also from different aliases of
course.. and a bit different subject strings (nice attack :( )

So i wonder:

1. If somebody still not sure i believe it it's not only a spam but  a
virus! (found it googling)
2. Why gmail not able to filter them correctly and block/put into spam
(clicked few times spam but no helped..)
3. Any way to get rid of them?

Tnx,
David



-- 
בברכה,
דוד רונקין

*נא בקרו בבלוג של*י: http://dronkin.blogspot.com
*הערוץ*: http://www.youtube.com/user/ronkinim
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: strange ping and traceroute results

2016-11-23 Thread Shachar Shemesh
On 22/11/16 02:19, Amos Shapira wrote:
> On 21 November 2016 at 18:20, Shachar Shemesh  > wrote:
>
> The DNS resolving google.com  guesses your
> gegraphical location, and gives you an answer that is nearest
> where you are. If you use another DNS to query the domain, you
> will get a different IP:
>
>
> It's not always a "guess your geographic location". The smarter ones
> use Anycast to advertise the same IP address from multiple locations
> on the Internet and let BGP do its magic to route your packets to the
> nearest server, taking into account any congestion or other transient
> connection speed changes. This is how Google's DNS 8.8.8.8 works, or
> Akamai's CDN. The nice thing about it is that you get optimal response
> even at the host resolution stage. The DNS server can then take its
> knowledge of the DNS query source address into account when it decides
> which IP address to resolve to.
>
> It's pretty neat, personally I find it a fascinating trick:
> https://en.wikipedia.org/wiki/Anycast
>
It is, quite fascinating. It is not, unfortunately, as useful as you
make it out to be. Neither Google nor Akamai use it for web traffic, for
example.

The reason is twofold. First, anycast is poorly equipted to handle TCP
connections. There is a (remote) possibility that the handler of your IP
would change mid-request, which would not play nice with your connection.

The second, more pertinent, reason is that , at least for Akamai, they
would like to be able to control which server you reach when you make a
request. The would like to be able to re-route your in case something
bad happens to that server. DNS TTL can be set as low as 30 or 60
seconds. BGP routes have much longer settle times.

Shachar
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il