Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Is my website visible for you?

  • 05-04-2019 8:44am
    #1
    Closed Accounts Posts: 21


    Hi folks, I'm just wondering if you could verify if my site is visible to you - in particular, people behind virus/malware detection software and corporate walls etc.
    I have been having issues since a recent attempted hack... it's a Wordpress site and it's been blacklisted all over the shop. I'm a graphic designer, but not a web developer so my knowledge here is extremely limited. This website is a one-page portfolio site for my work.

    Any comeback is greatly appreciated.

    The website is darraghkelly.com


Comments

  • Registered Users, Registered Users 2 Posts: 12,513 ✭✭✭✭Mr.Crinklewood


    Visible on Android phone


  • Registered Users, Registered Users 2 Posts: 6,373 ✭✭✭iwillhtfu


    Yes works fine on desk top chrome. Looks like you've plenty of high profile clients.

    It's an unsecure site though whether that makes a difference or not to yourself.


  • Registered Users, Registered Users 2 Posts: 741 ✭✭✭Timfy


    No problem here,

    ISP - Sky via Eir infrastructure
    DNS Servers - Google, 8.8.8.8 / 8.8.4.4
    Firewall - router (intermediate settings) plus windows default settings

    No trees were harmed in the posting of this message, however a large number of electrons were terribly inconvenienced.



  • Registered Users, Registered Users 2 Posts: 10,833 ✭✭✭✭28064212


    Are you sure you're not sending people to https://darraghkelly.com/? Because the SSL cert you have installed there isn't valid, and that would cause issues.

    Separately, your page is an absolutely ridiculous 25MB in size. Wouldn't want to be visiting it on a slow connection

    Boardsie Enhancement Suite - a browser extension to make using Boards on desktop a better experience (includes full-width display, keyboard shortcuts, dark mode, and more). Now available through your browser's extension store.

    Firefox: https://addons.mozilla.org/addon/boardsie-enhancement-suite/

    Chrome/Edge/Opera: https://chromewebstore.google.com/detail/boardsie-enhancement-suit/bbgnmnfagihoohjkofdnofcfmkpdmmce



  • Moderators, Category Moderators, Education Moderators Posts: 27,275 CMod ✭✭✭✭spurious


    Quite slow to load here on a desktop, but displaying OK in Chrome and Firefox.
    Slightly quicker and displaying OK in Pale Moon.
    Loaded quickly and displays fine in Opera.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 891 ✭✭✭redfacedbear


    Blocked for me (on a government network) redirects to a malware.opendns.com warning page 'due to a security threat that was discovered by the Cisco Umbrella security researchers'.


  • Closed Accounts Posts: 21 Darragh1977


    28064212 wrote: »
    Are you sure you're not sending people to https://darraghkelly.com/? Because the SSL cert you have installed there isn't valid, and that would cause issues.

    Separately, your page is an absolutely ridiculous 25MB in size. Wouldn't want to be visiting it on a slow connection

    Hi 28064212, thank you. I know it's a heavy site but want to have images as good as possible - for my work. An element of sacrifice in there for better or worse.

    Interesting what you say about the SSL cert as I never got one. I have no idea why that would look that way to you. Need to read up on that - thanks for the red flag. I definitely don't communicate a https url, no.


  • Closed Accounts Posts: 21 Darragh1977


    Blocked for me (on a government network) redirects to a malware.opendns.com warning page 'due to a security threat that was discovered by the Cisco Umbrella security researchers'.

    Damn. That's what I was most afraid of. I have requested release from these blacklists all over the shop but can't seem to finish the job. It's like trying to nail jelly to a wall. Thank you.


  • Registered Users, Registered Users 2 Posts: 68,317 ✭✭✭✭seamus


    Hi Darragh,

    The web as a whole is moving towards HTTPS as the standard. As such it's becoming standard for security sweeps and firewalls to verify both the HTTP and HTTPS endpoints of a given URL.

    If the HTTPS endpoint fails due a bad cert, then the firewall may block the connection, even if the user was looking for the HTTP endpoint.

    My recommendation is to get yourself a valid SSL cert (they're free from LetsEncrypt), or if you don't want the maintenance overhead, then disable the HTTPS endpoint from your hosting provider's control panel.

    While the HTTPS endpoint is still open and using an invalid cert, you will continue to nail that jelly to the wall. :)


  • Registered Users, Registered Users 2 Posts: 10,833 ✭✭✭✭28064212


    Hi 28064212, thank you. I know it's a heavy site but want to have images as good as possible - for my work. An element of sacrifice in there for better or worse.
    But you're not gaining anything. No matter how high-resolution the image, it's going to be scaled down by the browser to fit on the page. Take the Circle K Waffles image: http://darraghkelly.com/wp-content/uploads/2019/02/Circle-K-02.jpg. Even on a 1920*1080 monitor, that image is going to be no taller than 544px. Yet you're loading an image that is 1500px tall. It's got *8* times as many pixels as it needs. And you're repeating that 60 times on the same page. By all means, have the original quality image available on a click-through, but it makes no sense to load the full images on that single page

    Boardsie Enhancement Suite - a browser extension to make using Boards on desktop a better experience (includes full-width display, keyboard shortcuts, dark mode, and more). Now available through your browser's extension store.

    Firefox: https://addons.mozilla.org/addon/boardsie-enhancement-suite/

    Chrome/Edge/Opera: https://chromewebstore.google.com/detail/boardsie-enhancement-suit/bbgnmnfagihoohjkofdnofcfmkpdmmce



  • Advertisement
  • Closed Accounts Posts: 21 Darragh1977


    seamus wrote: »
    Hi Darragh,

    The web as a whole is moving towards HTTPS as the standard. As such it's becoming standard for security sweeps and firewalls to verify both the HTTP and HTTPS endpoints of a given URL.

    If the HTTPS endpoint fails due a bad cert, then the firewall may block the connection, even if the user was looking for the HTTP endpoint.

    My recommendation is to get yourself a valid SSL cert (they're free from LetsEncrypt), or if you don't want the maintenance overhead, then disable the HTTPS endpoint from your hosting provider's control panel.

    While the HTTPS endpoint is still open and using an invalid cert, you will continue to nail that jelly to the wall. :)

    There is a figurative ton of excellent information in there that even I may be able to eventually unravel and eventually implement. Thank you very much for posting this - you have simultaneously delighted me and taken away my weekend!


  • Closed Accounts Posts: 21 Darragh1977


    28064212 wrote: »
    But you're not gaining anything. No matter how high-resolution the image, it's going to be scaled down by the browser to fit on the page. Take the Circle K Waffles image: http://darraghkelly.com/wp-content/uploads/2019/02/Circle-K-02.jpg. Even on a 1920*1080 monitor, that image is going to be no taller than 544px. Yet you're loading an image that is 1500px tall. It's got *8* times as many pixels as it needs. And you're repeating that 60 times on the same page. By all means, have the original quality image available on a click-through, but it makes no sense to load the full images on that single page

    Fair point, well made. I design almost exclusively for print so always approach with the aim of 'best quality' - but what you say is very clear. Thank you.


  • Registered Users, Registered Users 2 Posts: 6,209 ✭✭✭Talisman


    Your website is blacklisted by McAfee.

    https://sitecheck.sucuri.net/results/darraghkelly.com

    As you're using WordPress my suggestion would be to add some security to your installation - Infosec has a list of plugins that you should check out. Best WordPress Security Plugins

    Another thing you should do is export the database and check the content. If you haven't identified the entry point for the hack then the best advice is to replace the site with a clean install of WordPress and review the plugins installed.

    You need to reduce the size of the images on the website - there are 24MB of images!

    Website Speed Test - Image Analysis Results


  • Closed Accounts Posts: 21 Darragh1977


    Talisman wrote: »
    Your website is blacklisted by McAfee.

    https://sitecheck.sucuri.net/results/darraghkelly.com

    As you're using WordPress my suggestion would be to add some security to your installation - Infosec has a list of plugins that you should check out. Best WordPress Security Plugins

    Another thing you should do is export the database and check the content. If you haven't identified the entry point for the hack then the best advice is to replace the site with a clean install of WordPress and review the plugins installed.

    You need to reduce the size of the images on the website - there are 24MB of images!

    Website Speed Test - Image Analysis Results

    Thank you kindly - point well received on the imagery!
    I have already contacted McAfee actually and am waiting for a positive response. I have done everything I know that is possible to do to secure it and everything seems to suggest that it is now completely clean. I have added some security plugins recently but will have a look at the ones you suggest here, thank you.
    All extremely helpful info - thanks again.


  • Registered Users, Registered Users 2 Posts: 7,740 ✭✭✭mneylon


    If you want people to visit your site (page) you really need to shrink it.

    It's currently over 26 megs, which is about 25 megs too big:
    https://tools.pingdom.com/#5a7b664272c00000


    I suspect it'll be even worse on mobile

    There's no reason why all those logos need to be that big.

    As others have said screen resolution is different from print - also most people would use multiple pages and there are a lot of ways to display higher quality images without forcing such a large download.


  • Registered Users, Registered Users 2 Posts: 16,413 ✭✭✭✭Trojan


    28064212 wrote: »
    But you're not gaining anything. No matter how high-resolution the image, it's going to be scaled down by the browser to fit on the page. Take the Circle K Waffles image: http://darraghkelly.com/wp-content/uploads/2019/02/Circle-K-02.jpg. Even on a 1920*1080 monitor, that image is going to be no taller than 544px. Yet you're loading an image that is 1500px tall. It's got *8* times as many pixels as it needs. And you're repeating that 60 times on the same page. By all means, have the original quality image available on a click-through, but it makes no sense to load the full images on that single page

    This by 1000.

    After you reduce the image sizes, let me introduce you to Lazy Loading. Install and activate this.


  • Registered Users, Registered Users 2 Posts: 6,531 ✭✭✭daymobrew


    What did the hackers do?

    One of my client sites was hacked a few times (I suspect a careless user with a poor password or bad hosting) and they kept installing webshell plugins.
    When I disabled execution of PHP files in wp-content directory it stopped.
    I wrote about the changes I made:
    https://www.damiencarbery.com/2019/03/hardening-and-caching-wordpress/


  • Registered Users, Registered Users 2 Posts: 59,648 ✭✭✭✭namenotavailablE


    On my home PC with Bitdefender installed it was initially blocked. It loaded once I clicked the 'I understand the risks' link but I wouldn't tend to do that unless I knew the site (and in truth, I took a risk clicking through to yours :) )


  • Closed Accounts Posts: 21 Darragh1977


    On my home PC with Bitdefender installed it was initially blocked. It loaded once I clicked the 'I understand the risks' link but I wouldn't tend to do that unless I knew the site (and in truth, I took a risk clicking through to yours :) )

    Good to know, thank you.


  • Closed Accounts Posts: 21 Darragh1977


    daymobrew wrote: »
    What did the hackers do?

    One of my client sites was hacked a few times (I suspect a careless user with a poor password or bad hosting) and they kept installing webshell plugins.
    When I disabled execution of PHP files in wp-content directory it stopped.
    I wrote about the changes I made:
    https://www.damiencarbery.com/2019/03/hardening-and-caching-wordpress/

    Thank you - plenty to work through there! My site was left untouched for ages so it was out of date, update-wise. All the usual stuff happened but I'm unfamiliar with that sort of thing so it's been a long, slow slog cleaning it up and fixing the damage. Sharp learning curve for me. Everything to this order has been new. Still working on it now so all of this knowledge/feedback from you guys here is greatly appreciated.


  • Advertisement
  • Banned (with Prison Access) Posts: 263 ✭✭PatrickSmithUS


    Blocked for me (on a government network) redirects to a malware.opendns.com warning page 'due to a security threat that was discovered by the Cisco Umbrella security researchers'.


    Did you ever get to the bottom of this? I've started experiencing the same problem myself.


  • Registered Users, Registered Users 2 Posts: 6,531 ✭✭✭daymobrew


    Did you ever get to the bottom of this? I've started experiencing the same problem myself.
    Would you like to post a link to your site?

    WordFence security plugin does a decent scan of your WordPress installation and can find a good few issues.


  • Banned (with Prison Access) Posts: 263 ✭✭PatrickSmithUS


    daymobrew wrote: »
    Would you like to post a link to your site?

    WordFence security plugin does a decent scan of your WordPress installation and can find a good few issues.


    Thanks it's http://blacksheepproductions.ie/


    Seems to be working ok now but I'm using arctitan now so that might have sorted it.


  • Registered Users, Registered Users 2 Posts: 10,833 ✭✭✭✭28064212


    Thanks it's http://blacksheepproductions.ie/

    Seems to be working ok now but I'm using arctitan now so that might have sorted it.
    That only fixes it for you looking at your site. Any visitor who is using Cisco Umbrella will still be blocked.

    The underlying issue is likely the same as theorized up-thread - you have a HTTPS endpoint that is using an invalid cert: https://blacksheepproductions.ie/. The fix is to either get a proper cert (preferable, and even better would be to redirect all traffic to the HTTPS site), or else disable the HTTPS endpoint

    Boardsie Enhancement Suite - a browser extension to make using Boards on desktop a better experience (includes full-width display, keyboard shortcuts, dark mode, and more). Now available through your browser's extension store.

    Firefox: https://addons.mozilla.org/addon/boardsie-enhancement-suite/

    Chrome/Edge/Opera: https://chromewebstore.google.com/detail/boardsie-enhancement-suit/bbgnmnfagihoohjkofdnofcfmkpdmmce



Advertisement