APIG NSW: Carrots & Sticks - Cyber Security Act and other Adventures in Cyber Regulation
An APIG NSW Event
17/10/2024 12:00 to 17/10/2024 14:00
Venue: HDI Global, Level 19, 20 Martin Place, NSW, SYDNEY, 2000, AUSTRALIA,
Details:
Please join us as for our final cyber seminar of 2024 where we’ll be discussing the Federal Government’s plans to introduce a raft of legislation consistent with their 2030 Australian Cyber Security Plan. This will include an obligation to report ransom payments or be subject to financial penalties, reforms to the Security of Critical Infrastructure Act 2018 and further changes to the Privacy Act 1988.
Our panel will be looking at what’s being proposed, the practicalities and potential penalties for non-adherence and how the local market should respond.
Joining us will be:
- Eden Winokur – Partner – Cyber at Hall & Wilcox
- Natalie Miladinski – Cyber Underwriting Manager, HDI Global
This discussion will be moderated by Monique Reibelt, Principal, Marsh Cyber
Lunch will be provided.
Register below or head to our website (www.apig.com.au/Events) for ticket options.
Please also “SAVE THE DATE” for our End of Year Party which will be held on
Wednesday, 27 November 2024. Details will be provided soon.
Book Here
APIG NSW | APIG NSW: Carrots & Sticks - Cyber Security Act and other Adventures in Cyber Regulation | 17/10/2024 | 12:00 | 17/10/2024 | 14:00 | HDI Global | Level 19, 20 Martin Place, NSW, SYDNEY, 2000, AUSTRALIA, |
Please join us as for our final cyber seminar of 2024 where we’ll be discussing the Federal Government’s plans to introduce a raft of legislation consistent with their 2030 Australian Cyber Security Plan. This will include an obligation to report ransom payments or be subject to financial penalties, reforms to the Security of Critical Infrastructure Act 2018 and further changes to the Privacy Act 1988.
Our panel will be looking at what’s being proposed, the practicalities and potential penalties for non-adherence and how the local market should respond.
Joining us will be:
- Eden Winokur – Partner – Cyber at Hall & Wilcox
- Natalie Miladinski – Cyber Underwriting Manager, HDI Global
This discussion will be moderated by Monique Reibelt, Principal, Marsh Cyber
Lunch will be provided.
Register below or head to our website (www.apig.com.au/Events) for ticket options.
Please also “SAVE THE DATE” for our End of Year Party which will be held on
Wednesday, 27 November 2024. Details will be provided soon.
| https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=256 | 256 |
Dynamic Loaded -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1
Dynamic Alternate Loaded -
Security - Edit Roles set to
Security - Add Roles set to
Security - Delete Roles set to
Using Existing Dynamic Set -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1
Executed SQL -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1 AND EventId LIKE '%256%'
Select rows above and then selection an action from below to execute on your data:
Execute Selected Action