Follow Cyber Kendra on Google News! | WhatsApp | Telegram

Add as a preferred source on Google

GigaByte Technology website defaced by hackers

GigaByte Technology website defaced by hackers, 4 Subdomains of GigaByte Technology website defaced by TurkishAjan, GigaByte Technology website hacked, gigabyte got hacked, subdomains of GigaByte Technology website hacked
A best know for manufacturing Mother Board, a Taiwan based computer hardware producing company Gigabyte technology's website site has been hacked and defaced today by The TurkishAjan hacker group.
There were totally four sub-domains of Gigabyte technology that have been defaced. Hackers have not mention any specific reason for attack. On the deface page they just wrote "Hacked by Hacked by TurkishAjan. Bazen birseyleri degistirmek gerekir. Sometimes must be something".

The subdomains that are been hacked are listed below.
websys.gigabyte.com
gcenter.gigabyte.com/index.html
peripheral.psn.gigabyte.com/index.html
nbstk.gigabyte.com/index.htm
Hackers have also posted the Gigabyte.rar file link on  there official twitter account along with the zone-h mirror link.

"Gigabyte Hacked ! zone: http://goo.gl/UAbkt file: http://goo.gl/PbcuI #hack #news #gigabyte" as written on twitter account.
RAR file contains many of the employees details as like Full name, Email id's and plain text of passwords. Rar file is of size some thing 10.38 mb that was uploaded.

Post a Comment

const config = { safeID = 'safelink', safeURL: ['/p/safelink.html'], timer: 15, redirect: true, text: { wait: 'The link will appear in 0 second', direct: 'You’ll be redirected to the download link in 0 second', shifted: 'Redirecting... [link] if you’re not redirected automatically.', click: 'Click here', btn: 'Direct to link.' } }; (() => { const randomURL = url => url[Math.floor(Math.random() * url.length)]; const safeLink = () => config.safeURL.some(path => location.pathname.endsWith(path)); const safeMessage = (text, time) => { const [start, end] = text.split('0'); return `

${start} ${time} ${end}.

`; }; const outboundLinks = () => { const links = document.querySelectorAll('a.safeurl[href]'); if (!links.length) return; links.forEach(anchor => { const encoded = encodeURIComponent(btoa(anchor.href)); Object.assign(anchor, { href: `${location.origin}${randomURL(config.safeURL)}?go=${encoded}`, target: '_self', rel: 'noopener' }) }) }; const handleLink = () => { const params = new URLSearchParams(location.search); const encoded = params.get('go'); if (!encoded) return; const link = atob(decodeURIComponent(encoded)) params.delete('go'); history.replaceState({}, '', location.pathname + (params.toString() ? '?' + params : '')); let counter = config.timer; const label = config.redirect ? config.text.direct : config.text.wait; const box = document.getElementById(config.safeID); if (!box) return; box.removeAttribute('hidden'); box.innerHTML = safeMessage(label, counter); const countdown = setInterval(() => { counter--; box.innerHTML = safeMessage(label, counter); if (counter > 0) return; clearInterval(countdown); if (config.redirect) { box.innerHTML = `

${config.text.shifted.replace('[link]', `${config.text.click}`)}

`; location.href = link; } else { box.innerHTML = ''; const btn = document.createElement('a'); //btn.className = 'btn'; btn.href = link; btn.target = '_blank'; btn.rel = 'nofollow noopener noreferrer'; btn.innerHTML = `${config.text.btn}`; box.appendChild(btn); } }, 1000) }; safeLink() ? handleLink() : outboundLinks(); })();