Everything You Need to Know About Azure Infrastructure – July 2019 Edition


It may be the middle of Summer but there is a lot going on with Azure, this is what you need to know about Azure for the month of July.

The post Everything You Need to Know About Azure Infrastructure – July 2019 Edition appeared first on Petri.

Continue reading Everything You Need to Know About Azure Infrastructure – July 2019 Edition

Flaw Allows Hacking Macs, iOS Devices with Single Network Packet

Apple has fixed a serious vulnerability in macOS and iOS that could allow hackers to compromise devices over the local network by sending them a single malformed Internet Protocol (IP) packet. The remote code execution flaw, identified as CVE-2018-440… Continue reading Flaw Allows Hacking Macs, iOS Devices with Single Network Packet

Measuring Web Latency in the Browser

We’ll go out on a limb and assume that anyone reading these words is probably familiar with the classic ping command. Depending on which operating system you worship the options might be slightly different, but every variation of this simple tool does the same thing: send an ICMP echo request and wait for a response. How long it takes to get a response from the target, if it gets one at all, is shown to the user. This if often the very first step to diagnosing network connectivity issues; if this doesn’t work, there’s an excellent chance the line is …read more

Continue reading Measuring Web Latency in the Browser

Is ping of death attack specific to ICMP or could it also happen with other transport protocols?

A Ping of Death attack is a denial-of-service (DoS) attack, in which the attacker aims to disrupt a targeted machine by sending a packet larger than the maximum allowable size, causing the target machine to freeze or crash. T… Continue reading Is ping of death attack specific to ICMP or could it also happen with other transport protocols?