SlideShare ist ein Scribd-Unternehmen logo
1 von 22
©!Men!&!Mice!!http://menandmice.com!
PowerDNS
Part!1
Overview,!BIND!and!SQL!Backends,!DNSSEC!signing,!
Men!&!Mice!generic!Server!Controller!for!PowerDNS
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
PowerDNS
•Overview!on!the!PowerDNS!DNS!Server!and!information!
on!how!to:
• manage!a!DNS!zone!via!SQL!backend
• manage!a!DNS!zone!via!BIND!backend
• remote!zone!backend
• DNSSEC!signing!with!PowerDNS
• the!Men!&!Mice!Suite!DNS!server!controller!for!PowerDNS
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
What!is!PowerDNS
•authoritative!DNS-Server
• serves!authoritative!DNS!data
• fast!and!feature-rich
• modern!architecture
• open!source
• available!on!many!Unix(ish)!platforms
•PowerDNS-Recursor!(will!be!covered!in!a!future!webinar)
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
What!is!PowerDNS
•produced!by!PowerDNS!B.V.
•Bert!Hubert!and!Team
•since!March!2015!part!of!OpenExchange
•Open!Source!license!(GPLv2)
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
PowerDNS!backends
•PowerDNS!backends!store!DNS!zone!data
• Traditional!backends:!BIND,!tinydns,!MyDNS
• Database:!MySQL,!PostgreSQL,!Oracle,!SQLite,!LMDB,!
OpenDBX
• GeoIP
• LDAP
• Lua,!Remote!(JSON/RPC),!Pipe
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
PowerDNS!backends
•backends!can!be!mixed
•order!of!backends!configured!in!the!configuration!file
•PowerDNS!queries!each!backend!in!order!until!an!answer!
is!found!or!the!list!of!backends!is!exhausted
•Caching:
•answers!found!in!an!backend!will!be!cached!in!memory
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
Demo:BIND!backend
•this!demo!shows!how!to!configure!PowerDNS
•!to!load!DNS!zone!data!from!RFC!1035!master-zone!files
•find!zone-files!from!a!BIND!9!style!“named.conf”
•the!BIND!backend!will!only!read!zone-file!data!from!
“named.conf”,!not!any!other!configuration!(no!“options”)
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
Demo:!MySQL!backend
•this!demo!shows!how!to!configure!PowerDNS
•!to!load!DNS!zone!data!from!an!MySQL!database
•import!a!zone!in!RFC!1035!master-file!format!into!
PowerDNS!MySQL!backend
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
Demo:!Remote!backend
•this!demo!shows!how!to!configure!PowerDNS
• !to!query!DNS!data!from!an!remote!backend!server!via!JSON/RPC
• Remote!Backend!supports
• Unix!Pipe
• Unix!Sockets
• HTTP-Connection
• ZeroMQ
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
DNSSEC
•PowerDNS!has!a!full!DNSSEC!implementation
•DNSSEC!zone!signer
•key!management
•export/import!of!DNSSEC!keys
•simple!but!powerful!command!line!interface
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
DNSSEC!NSEC3!“narrow”!mode
•DNSSEC!uses!NSEC3!records!to!provide!“authenticated!denial!of!
existence”
• proof!for!DNS!information!that!does!not!exist!
(NODATA!and!NXDOMAIN)
• NSEC!records!allow!zone!walking,!NSEC3!was!created!to!solve!the!
issue
• traditional!NSEC3!signing!uses!hashes!and!makes!zone!walking!hard,!
but!not!impossible
• PowerDNS!NSEC3!“narrow”!prevents!zone!walking
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
NSEC
example.com. 3600 IN SOA ...
example.com. 3600 IN NS ...
a.example.com. 3600 IN A 192.0.2.1
d.example.com. 3600 IN A 192.0.2.2
g.example.com. 3600 IN A 192.0.2.3
example.com. 3600 IN SOA ...
example.com. 3600 IN NS ...
example.com. 3600 IN NSEC a.example.com. SOA NS NSEC
a.example.com. 3600 IN A 192.0.2.1
a.example.com. 3600 IN NSEC d.example.com. A NSEC
d.example.com. 3600 IN A 192.0.2.2
d.example.com. 3600 IN NSEC g.example.com. A NSEC
g.example.com. 3600 IN A 192.0.2.3
g.example.com. 3600 IN NSEC example.com. A NSEC
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
NSEC3
example.com. 3600 IN SOA ...
example.com. 3600 IN NS ...
a.example.com. 3600 IN A 192.0.2.1
d.example.com. 3600 IN A 192.0.2.2
g.example.com. 3600 IN A 192.0.2.3
example.com. 3600 IN SOA ...
example.com. 3600 IN NS ...
example.com. 3600 IN NSEC a.example.com. SOA NS NSEC
a.example.com. 3600 IN A 192.0.2.1
hash(a.example.com.) 3600 IN NSEC3 hash(d.example.com). ...
d.example.com. 3600 IN A 192.0.2.2
hash(d.example.com.) 3600 IN NSEC3 hash(g.example.com.) ...
g.example.com. 3600 IN A 192.0.2.3
hash(g.example.com.) 3600 IN NSEC3 hash(example.com.) ...
Monday 31 August 15
©!Men!&!Mice!!http://menandmice,com!
% dig b.example.com a +dnssec +m
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2887
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 4, ADDITIONAL: 1
[..]
;; AUTHORITY SECTION:
example.com. 282 IN SOA ns.example.com. hostmaster.example.com. (
2014051176 ; serial [...]
)
example.com. 282 IN RRSIG SOA 8 2 300 (
20150928042215 20150829032215 23244 example.com.
0VGDuKP1/b6XpaKkckHwp+LWXm7BgzUJ3CV7JFpS9WZp
gsedpIzliQn5IIpxOyaK4z4E6v5r23TizA== )
9MEDN0AJ921I1HB0J9LTG5IFTGV32HQ0.example.com. 282 IN NSEC3 1 0 150 D407600606CC5026 (
9MEDN0AJ921I1HB0J9LTG5IFTGV32HQ2
A NS SOA MX TXT RRSIG DNSKEY NSEC3PARAM
)
9MEDN0AJ921I1HB0J9LTG5IFTGV15HQ0.example.com. 282 IN RRSIG NSEC3 8 3 300 (
20150926212215 20150827211012 23244 example.com.
woQjIEfIsWSB+5G5SH0GOVipkHEksuP94hg2URf88sXb
L7ov6pp4RIroLSrTO5xeQjGWbVdFZQKh/A== )
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Aug 31 11:37:31 CEST 2015
;; MSG SIZE rcvd: 809
SOA
RRSIG!
(Signature)!for!
SOA
hash(a.example.com) hash(c.example.com)
NSEC3!+!narrow!mode
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
NSEC/NSEC3!mode!usage
•when!to!use!NSEC!or!NSEC3!or!NSEC3!narrow-mode:
• NSEC:!simple!zones,!zones!with!predictable!content,!zones!with!
non-sensitive!data
• NSEC3:!zones!where!changes!to!the!content!needs!to!be!protected!
for!some!weeks
• NSEC3+narrow:!zones!with!sensitive!content!(e.g.!OPENPGPKEY/
SMIMEA!mail!addresses!etc)
• NSEC3+narrow!requires!“live-signing”,!the!DNSSEC!keys!must!be!present!
on!every!authoritative!server!
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
Demo:!
DNSSEC!signing!and!NSEC3!narrow!mode
•will!sign!the!BIND-style!backend!zone
•create!DNSSEC!keys
•sign!the!zone
•set!NSEC3!narrow!mode
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
Men!&!Mice!Suite!PowerDNS!support
•the!Men!&!Mice!Suite!DNS!module!has!support!for!
PowerDNS
•via!the!generic!(python)!DNS!controller
•Support!for!MySQL!backend
• generic!DNS-Controller!can!be!adapted!to!serve!other!backends!
(Python!skills!required)
• Feedback!welcome
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
Demo:!Men!&!Mice!Suite!PowerDNS!
integration
•will!show
•installation!of!the!Men!&!Mice!generic!DNS!controller!for!
PowerDNS
•management!of!DNS!Data!on!an!PowerDNS!instance!from!
the!Men!&!Mice!Suite
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
Upcoming!trainings!(English)
•September!28!–!29,!2015!-!Introduction!to!DNS!&!
BIND!Hands!on!-!Arlington!(VA),!USA!(confirmed)
•September!28!–!October!2,!2015!-!Introduction!&!
Advanced!DNS!and!BIND!Hands!on,!Arlington!(VA),!
USA!(confirmed)
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
Upcoming!trainings!(German)
•19.!–!21.!October!2015!-!DHCP!Workshop!-!Essen,!
Deutschland
•26.!–!28.!October!2015!-!DNS!und!BIND!–!Die!Grundlagen!
des!Domain!Name!Systems!-!Essen,!Deutschland!(confirmed)
•26.!–!30.!October!2015!-!“DNS!und!Bind”!und!“DNS!
Security!&!DNSSEC”!-!Essen,!Deutschland!(confirmed)
•29.!–!30.!October!2015!-!DNS!Security!&!DNSSEC!-!Essen,!
Deutschland!(confirmed)
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
Upcoming!webinars
• PowerDNS!part!2!-!Master/Slave!and!Supermaster,!Lua-Scripting-
Engine,!HTTP-API,!Tools!-!17th!Sep!2015
• keeping!DNS!server!up-and-running!with!“runit”
• DNSTAP!-!have!a!deep!look!into!DNS!server!operations!(featuring!
Unbound!and!Knot-DNS)
• the!DNS!server!in!Windows!2016!Server!-!a!big!leap!forward!(views,!
response!rate!limiting,!ACLs!and!more)
• an!Update!on!DNSSEC!and!DANE:!new!implementations,!adoption!in!
the!market,!new!Internet!standards
Monday 31 August 15
©!Men!&!Mice!!http://menandmice.com!
Q/A
?
Monday 31 August 15

Weitere ähnliche Inhalte

Ähnlich wie PowerDNS Webinar

Icsm2009 bettenburg presentation
Icsm2009 bettenburg presentationIcsm2009 bettenburg presentation
Icsm2009 bettenburg presentation
SAIL_QU
 
YQL:: Select * from Internet
YQL:: Select * from InternetYQL:: Select * from Internet
YQL:: Select * from Internet
drgath
 

Ähnlich wie PowerDNS Webinar (20)

DANE and Application Uses of DNSSEC
DANE and Application Uses of DNSSECDANE and Application Uses of DNSSEC
DANE and Application Uses of DNSSEC
 
Spark Summit EU talk by Debasish Das and Pramod Narasimha
Spark Summit EU talk by Debasish Das and Pramod NarasimhaSpark Summit EU talk by Debasish Das and Pramod Narasimha
Spark Summit EU talk by Debasish Das and Pramod Narasimha
 
Spark Summit EU talk by Debasish Das and Pramod Narasimha
Spark Summit EU talk by Debasish Das and Pramod NarasimhaSpark Summit EU talk by Debasish Das and Pramod Narasimha
Spark Summit EU talk by Debasish Das and Pramod Narasimha
 
Perchè potresti aver bisogno di un database NoSQL anche se non sei Google o F...
Perchè potresti aver bisogno di un database NoSQL anche se non sei Google o F...Perchè potresti aver bisogno di un database NoSQL anche se non sei Google o F...
Perchè potresti aver bisogno di un database NoSQL anche se non sei Google o F...
 
RIPE 70 Report Webinar
RIPE 70 Report WebinarRIPE 70 Report Webinar
RIPE 70 Report Webinar
 
Elasticsearch sur Azure : Make sense of your (BIG) data !
Elasticsearch sur Azure : Make sense of your (BIG) data !Elasticsearch sur Azure : Make sense of your (BIG) data !
Elasticsearch sur Azure : Make sense of your (BIG) data !
 
DNS fragmentation attacks - the dangers of not validating DNSSEC
DNS fragmentation attacks - the dangers of not validating DNSSEC DNS fragmentation attacks - the dangers of not validating DNSSEC
DNS fragmentation attacks - the dangers of not validating DNSSEC
 
Icsm2009 bettenburg presentation
Icsm2009 bettenburg presentationIcsm2009 bettenburg presentation
Icsm2009 bettenburg presentation
 
dns.workshop.hsgr
dns.workshop.hsgrdns.workshop.hsgr
dns.workshop.hsgr
 
[PASS Summit 2016] Blazing Fast, Planet-Scale Customer Scenarios with Azure D...
[PASS Summit 2016] Blazing Fast, Planet-Scale Customer Scenarios with Azure D...[PASS Summit 2016] Blazing Fast, Planet-Scale Customer Scenarios with Azure D...
[PASS Summit 2016] Blazing Fast, Planet-Scale Customer Scenarios with Azure D...
 
Real time data processing with spark & cassandra @ NoSQLMatters 2015 Paris
Real time data processing with spark & cassandra @ NoSQLMatters 2015 ParisReal time data processing with spark & cassandra @ NoSQLMatters 2015 Paris
Real time data processing with spark & cassandra @ NoSQLMatters 2015 Paris
 
DuyHai DOAN - Real time analytics with Cassandra and Spark - NoSQL matters Pa...
DuyHai DOAN - Real time analytics with Cassandra and Spark - NoSQL matters Pa...DuyHai DOAN - Real time analytics with Cassandra and Spark - NoSQL matters Pa...
DuyHai DOAN - Real time analytics with Cassandra and Spark - NoSQL matters Pa...
 
SDPHP - Percona Toolkit (It's Basically Magic)
SDPHP - Percona Toolkit (It's Basically Magic)SDPHP - Percona Toolkit (It's Basically Magic)
SDPHP - Percona Toolkit (It's Basically Magic)
 
Inspec one tool to rule them all
Inspec one tool to rule them allInspec one tool to rule them all
Inspec one tool to rule them all
 
2012 07-24 dnssec-og_open_dnssec_-_martin_toft_og_georg_sluyterman_slideshow
2012 07-24 dnssec-og_open_dnssec_-_martin_toft_og_georg_sluyterman_slideshow2012 07-24 dnssec-og_open_dnssec_-_martin_toft_og_georg_sluyterman_slideshow
2012 07-24 dnssec-og_open_dnssec_-_martin_toft_og_georg_sluyterman_slideshow
 
Ensuring High Availability for Real-time Analytics featuring Boxed Ice / Serv...
Ensuring High Availability for Real-time Analytics featuring Boxed Ice / Serv...Ensuring High Availability for Real-time Analytics featuring Boxed Ice / Serv...
Ensuring High Availability for Real-time Analytics featuring Boxed Ice / Serv...
 
YQL:: Select * from Internet
YQL:: Select * from InternetYQL:: Select * from Internet
YQL:: Select * from Internet
 
MongoDB - Monitoring and queueing
MongoDB - Monitoring and queueingMongoDB - Monitoring and queueing
MongoDB - Monitoring and queueing
 
MongoDB - Monitoring & queueing
MongoDB - Monitoring & queueingMongoDB - Monitoring & queueing
MongoDB - Monitoring & queueing
 
Big Data Analytics with Google BigQuery, by Javier Ramirez, datawaki, at Span...
Big Data Analytics with Google BigQuery, by Javier Ramirez, datawaki, at Span...Big Data Analytics with Google BigQuery, by Javier Ramirez, datawaki, at Span...
Big Data Analytics with Google BigQuery, by Javier Ramirez, datawaki, at Span...
 

Mehr von Men and Mice

Mehr von Men and Mice (20)

Cisco Live 2019: New Best Practices for Hybrid and Multicloud Network Strategies
Cisco Live 2019: New Best Practices for Hybrid and Multicloud Network StrategiesCisco Live 2019: New Best Practices for Hybrid and Multicloud Network Strategies
Cisco Live 2019: New Best Practices for Hybrid and Multicloud Network Strategies
 
Part 3 - Local Name Resolution in Linux, FreeBSD and macOS/iOS
Part 3 - Local Name Resolution in Linux, FreeBSD and macOS/iOSPart 3 - Local Name Resolution in Linux, FreeBSD and macOS/iOS
Part 3 - Local Name Resolution in Linux, FreeBSD and macOS/iOS
 
Part 2 - Local Name Resolution in Windows Networks
Part 2 - Local Name Resolution in Windows NetworksPart 2 - Local Name Resolution in Windows Networks
Part 2 - Local Name Resolution in Windows Networks
 
Namespaces for Local Networks
Namespaces for Local NetworksNamespaces for Local Networks
Namespaces for Local Networks
 
How to send DNS over anything encrypted
How to send DNS over anything encryptedHow to send DNS over anything encrypted
How to send DNS over anything encrypted
 
The DNSSEC KSK of the root rolls
The DNSSEC KSK of the root rollsThe DNSSEC KSK of the root rolls
The DNSSEC KSK of the root rolls
 
The CAA-Record for increased encryption security
The CAA-Record for increased encryption securityThe CAA-Record for increased encryption security
The CAA-Record for increased encryption security
 
SMTP STS (Strict Transport Security) vs. SMTP with DANE
SMTP STS (Strict Transport Security) vs. SMTP with DANESMTP STS (Strict Transport Security) vs. SMTP with DANE
SMTP STS (Strict Transport Security) vs. SMTP with DANE
 
DNSSEC signing Tutorial
DNSSEC signing Tutorial DNSSEC signing Tutorial
DNSSEC signing Tutorial
 
BIND 9 logging best practices
BIND 9 logging best practicesBIND 9 logging best practices
BIND 9 logging best practices
 
DNS High-Availability Tools - Open-Source Load Balancing Solutions
DNS High-Availability Tools - Open-Source Load Balancing SolutionsDNS High-Availability Tools - Open-Source Load Balancing Solutions
DNS High-Availability Tools - Open-Source Load Balancing Solutions
 
Fighting Abuse with DNS
Fighting Abuse with DNSFighting Abuse with DNS
Fighting Abuse with DNS
 
What is new in BIND 9.11?
What is new in BIND 9.11?What is new in BIND 9.11?
What is new in BIND 9.11?
 
Yeti DNS - Experimenting at the root
Yeti DNS - Experimenting at the rootYeti DNS - Experimenting at the root
Yeti DNS - Experimenting at the root
 
Windows Server 2016 Webinar
Windows Server 2016 WebinarWindows Server 2016 Webinar
Windows Server 2016 Webinar
 
Kea DHCP – the new open source DHCP server from ISC
Kea DHCP – the new open source DHCP server from ISCKea DHCP – the new open source DHCP server from ISC
Kea DHCP – the new open source DHCP server from ISC
 
DNSTap Webinar
DNSTap WebinarDNSTap Webinar
DNSTap Webinar
 
RIPE 71 and IETF 94 reports webinar
RIPE 71 and IETF 94 reports webinarRIPE 71 and IETF 94 reports webinar
RIPE 71 and IETF 94 reports webinar
 
Keeping DNS server up-and-running with “runit
Keeping DNS server up-and-running with “runitKeeping DNS server up-and-running with “runit
Keeping DNS server up-and-running with “runit
 
IETF 93 Review Webinar
IETF 93 Review WebinarIETF 93 Review Webinar
IETF 93 Review Webinar
 

Kürzlich hochgeladen

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Kürzlich hochgeladen (20)

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

PowerDNS Webinar