I recently ordered a Christmas gift which arrived (broken) in the original packaging (i.e. cardboard pak from China). It arrived via Fed-Ex ground.
But the thing is, no matter who delivered this, there's practically no way it could arrive undamaged. I'll bet they get nearly 100% of these items refused for shipping damage.
Makes you wonder if people even think anymore.
Didn't find your answer? Ask the community — no account required.
M
Michael A. Terrell
His tombstone will say, "Here lies Jeorge, phf-f-f-f-ft" ;-)
You can't have a sense of humor, if you have no sense.
M
Michael A. Terrell
You left out 'Gilligan's Island'. ;-)
You can't have a sense of humor, if you have no sense.
K
krw
Nice. ;-)
K
krw
That's also why banks have nice new brick buildings. Who would put money in a run-down tenement building? I'm amazed at the buildings CUs have, too.
J
Jan Panteltje
On a sunny day (Fri, 30 Dec 2011 14:11:58 -0800) it happened Joerg wrote in :
Well, I can make a login site that *I* cannot even tell from the real thing. Then add a text like: "For enhanced security against cyber attacks we regret to have to ask your an extra time for the TAN. Please enter TAN 4"
Sometimes the spelling so so bad that it sets of alert with people... but some are better than the original perhaps. You may think: Oh 1 TAN, and I already used 4, maybe. Now consider 1 million people hitting that site, logging in with their user name and password, entering TAN 4. Some will be a hit... Ten minutes later that account is empty, and worst: YOU have dunnit.
Hey I should not teach script kiddies here ...
DNS .. it means if you type '
formatting link
", you get the spoofed site. There are ways to modify DNS servers. That is one reason they are now moving towards some encryption in the DNS network.
If somebody can send you the right virus it can make your system go anywhere they like upon you entering a URL. In Linux it would modify /etc/hosts, in MS windows probably some other file that does local translation. Those files are read first before the PC goes asking the name servers.
From this follows that perhaps you are safer hardcoding the banks IP, but that may also cause problems.
J
Joerg
Actually, all the transactions they called me about where indeed somewhat unusual for my pattern. So they are definitely watching stuff.
My bank is in a wood frame building. The safe deposit box safe is right behind a wall, close to the street. Sometimes I wonder how fae it is if a tanker truck ...
That's where some stuff is that can be hard to replace, like birth certificates, masters degree, data backups and so on.
Regards, Joerg
http://www.analogconsultants.com/
J
Joerg
extra time for the TAN.
Again, how does this rogue site know the balance in my account?
Can they hack into an https site?
network.
If you have a trojan on your PC then it can make you go where they want. However, they still need your account details, such as the balance in the account (at least roughly).
Regards, Joerg
http://www.analogconsultants.com/
M
My Name Is Tzu How Do You Do
Nope. There are trojans that WATCH what you do on your PC INCLUDING visiting your bank account, then they can clean it out because YOUR activity is what they observe.
They do not have to "make you go where they want". Nor can they. What a dumb remark.
J
Jan Panteltje
On a sunny day (Sat, 31 Dec 2011 08:16:44 -0800) it happened Joerg wrote in :
No, its the 'man in the middle' attack. OK I think it is common knowledge here it goes:
1) X (the attacker) spoofs your DNS, either directly or via some virus or trojan or whatever in that USB stick you just bought,
2) You type "
formatting link
".
3) the DNS lookup (either remotely or local) goes not to the bank's IP address, but to 110.11.112.113 or whatever IP X website has. You get to see the normal login screen from your bank (but it is a fake copy).
4) You log in with your username and password, some second pass, as the bank is verifying (you think).
5) X has now your password, and X needs not be a person, but most likely is a script running on a fast internet connection. X's script now connects to the REAL
formatting link
with your username and pasword, and prepares a 100000 $ transfer to a bank in the Bahamas or some other alien place. The bank site asks for a TAN number NN for this transaction. X now displays on the website YOU see: "Sorry due to persistent cyber attacks we need to verify your identy again, please enter TAN NN" This all took exactly 5 seconds,
6) You enter TAN NN, the money goes to the Bahamas, X displays something like: "Sorry, our services are overloaded, please try again later". Or whatever buys him the 10 minutes to transfer from Bahamas to yet an other account. You are now a bit poorer.
Its simple, it a classic, its been done, it will be done. That TAN system is not secure against man in the middle attacks.
There are no 100% secure sytsms, but this one is really insecure.
J
Joerg
trojan or whatever
address, but to 110.11.112.113
copy).
script running
pasword,
alien place.
please enter TAN NN"
other account.
Ok, but how is the trojan going to do that with a https link? It can probably be done somehow but is a lot harder. Plus my antivirus would probably catch a redirect. It even stops sites that do that internally.
Regards, Joerg
http://www.analogconsultants.com/
J
Joerg
Explain how they'd do that for a bank that requires TAN entry if the hackers do not have the TAN sheet.
Regards, Joerg
http://www.analogconsultants.com/
J
Jamie
trojan or whatever
address, but to 110.11.112.113
copy).
script running
pasword,
alien place.
please enter TAN NN"
other account.
I operate a little util I wrote that can scan the list of hooks present on the system that can view your screen and keyboard activities.
I've never had banking issues however, I have had some software that did try to install a hook. And most of this software had nothing to do with needing to install a keyboard hook, let alone attempt to hook into some DLL's that get used system wide. I also watch for that too.
It seems that not all virus tools capture that because these programs normally pass the user test as being accepted.
I've found most of this behavior in shareware programs and open source projects where some DLL code is used but no source code supplied for some functions. Hence the reason of being careful when using uncontrolled third party libs.
It is always good to pop up your network and resource monitor tools to take status on your PC.
The latest trick was that "Shop to Win" shop ware tool bar that got installed on my new PC, because I accepted to install a open source 7z tool. These little qute programs were packaged together with the installer for the 7z program.. I don't do any banking on my new PC yet.
Something to be aware of when down loading items from high volume add sites. This one came from a site with heavy CNET on it.
jamie
K
krw
risk,
All but the data is fairly easily replaced (I may even have a copy of my diploma in a box somewhere). Data should be spread across several locations, if you're that worried about it.
K
krw
Don't count on it.
J
Joerg
risk,
a
Kind of tough with a birth certificate :-)
Regards, Joerg
http://www.analogconsultants.com/
J
Joerg
Of course not 100%. It's like safety belts, airbags, anti-lock brakes and so on. Together they provide quite a lot of safety but they cannot be a 100% guarantee that you will never be harmed in a crash.
Things like TAN provide a pretty strong extra safety layer onto an otherwise rather shallow "safety" net.
Regards, Joerg
http://www.analogconsultants.com/
M
Michael
te:
te:
t of risk,
draft
dunnit
redit
rd
ay
the
le
ery
they
en I
nows,
.
money in a
too.
t
f
y
cations,
How much *does* Germany charge for a replacement birth certificate, anyhow?
J
Joerg
risk,
in a
No idea, generally such things are not very expensive over there. However, for those who had been born in the former East Germany this could turn into a major hassle.
It's mostly the hassle factor. Government agencies are not known for speed. I've have had cases where a rather simple act, maybe 5-10 mins of work, was estimated at "It'll take 6-9 months". Sometimes years. That was here in the US.
Regards, Joerg
http://www.analogconsultants.com/
K
krw
risk,
in a
Nope. They're available where you were born. You were born? ;-)
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.